Trace number 3687746

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)56 1800.13 1010.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-alu4.b.opb
MD5SUM9c27419d6022516b3a8580fda3ca43ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark1.46878
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of variables807
Total number of constraints1823
Number of constraints which are clauses1823
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98
Number of terms in the objective function 807
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 807
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 807
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687746-1337873793.opb
0.10/0.11	c reading problem ... 
0.59/0.34	c ... done. Wall clock time 0.235s.
0.59/0.34	c declared #vars     807
0.59/0.34	c #constraints  1711
0.59/0.34	c constraints type 
0.59/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1687
0.59/0.34	c ignored satisfied constraints => 112
0.59/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8
0.59/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 16
0.59/0.34	c 1823 constraints processed.
0.59/0.34	c constraints type 
0.59/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
0.59/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1687
0.59/0.34	c ignored satisfied constraints => 112
0.59/0.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 16
0.59/0.34	c 1823 constraints processed.
0.59/0.34	c objective function length is 807 literals
0.59/0.36	c  And the winner is solver0
0.75/0.85	c SATISFIABLE
0.75/0.85	c OPTIMIZING...
0.75/0.85	c Got one! Elapsed wall clock time (in seconds):0.737
0.75/0.85	o 68
0.93/0.99	c  And the winner is solver0
1.63/1.35	c Got one! Elapsed wall clock time (in seconds):1.244
1.63/1.35	o 67
1.76/1.40	c  And the winner is solver0
1.79/1.86	c Got one! Elapsed wall clock time (in seconds):1.748
1.79/1.86	o 66
1.94/1.99	c  And the winner is solver1
2.40/2.36	c Got one! Elapsed wall clock time (in seconds):2.252
2.40/2.36	o 65
2.46/2.48	c  And the winner is solver1
2.65/2.86	c Got one! Elapsed wall clock time (in seconds):2.754
2.65/2.86	o 64
2.94/3.08	c  And the winner is solver1
3.14/3.37	c Got one! Elapsed wall clock time (in seconds):3.257
3.14/3.37	o 63
3.22/3.47	c cleaning 3489 clauses out of 7005 with flag 1000/7005
3.84/3.79	c  And the winner is solver1
4.08/3.87	c Got one! Elapsed wall clock time (in seconds):3.76
4.08/3.87	o 62
4.58/4.11	c cleaning 4667 clauses out of 9338 with flag 3001/12827
5.66/4.68	c cleaning 5335 clauses out of 10670 with flag 9000/18826
5.87/4.77	c  And the winner is solver1
6.01/4.87	c Got one! Elapsed wall clock time (in seconds):4.761
6.01/4.87	o 61
6.92/5.34	c cleaning 5382 clauses out of 10764 with flag 5000/24255
8.08/5.96	c cleaning 5691 clauses out of 11383 with flag 11001/30256
9.44/6.64	c cleaning 6336 clauses out of 12692 with flag 18001/37256
10.96/7.45	c cleaning 7167 clauses out of 14355 with flag 26000/45255
12.68/8.38	c cleaning 8094 clauses out of 16188 with flag 35000/54255
14.78/9.48	c cleaning 9043 clauses out of 18094 with flag 45000/64255
17.11/10.63	c cleaning 10018 clauses out of 20051 with flag 56000/75255
19.60/11.92	c cleaning 11003 clauses out of 22036 with flag 68003/87258
22.29/13.31	c cleaning 12013 clauses out of 24030 with flag 81000/100255
25.27/14.95	c cleaning 13001 clauses out of 26018 with flag 95001/114256
28.54/16.67	c cleaning 13996 clauses out of 28016 with flag 110000/129255
31.56/18.26	c  And the winner is solver1
31.63/18.64	c Got one! Elapsed wall clock time (in seconds):18.534
31.63/18.64	o 60
32.33/19.06	c cleaning 16278 clauses out of 32556 with flag 5000/147791
33.75/19.82	c cleaning 11139 clauses out of 22278 with flag 11000/153791
35.23/20.77	c cleaning 9056 clauses out of 18139 with flag 18000/160791
35.64/21.09	c  And the winner is solver1
35.82/21.50	c Got one! Elapsed wall clock time (in seconds):21.387
35.82/21.50	o 59
36.42/21.84	c cleaning 7119 clauses out of 14257 with flag 4002/165965
37.60/22.58	c cleaning 6536 clauses out of 13136 with flag 10000/171963
39.19/23.47	c cleaning 6781 clauses out of 13601 with flag 17001/178964
41.03/24.58	c cleaning 7397 clauses out of 14819 with flag 25000/186963
43.01/25.61	c cleaning 8211 clauses out of 16422 with flag 34000/195963
44.98/26.75	c cleaning 9084 clauses out of 18211 with flag 44000/205963
47.54/28.14	c cleaning 10057 clauses out of 20127 with flag 55000/216963
50.73/29.93	c cleaning 11013 clauses out of 22073 with flag 67003/228966
54.12/31.72	c cleaning 12023 clauses out of 24057 with flag 80000/241963
57.26/33.46	c cleaning 13013 clauses out of 26034 with flag 94000/255963
60.57/35.24	c cleaning 14004 clauses out of 28021 with flag 109000/270963
61.28/35.88	c  And the winner is solver1
61.40/36.24	c Got one! Elapsed wall clock time (in seconds):36.128
61.40/36.24	o 58
61.92/36.58	c cleaning 9789 clauses out of 19593 with flag 4000/276539
63.42/37.42	c cleaning 7879 clauses out of 15804 with flag 10000/282539
64.89/38.38	c cleaning 7435 clauses out of 14925 with flag 17000/289539
66.77/39.47	c cleaning 7737 clauses out of 15490 with flag 25000/297539
69.23/40.97	c cleaning 8371 clauses out of 16757 with flag 34004/306543
71.71/42.32	c cleaning 9191 clauses out of 18382 with flag 44000/316539
74.38/43.84	c cleaning 10088 clauses out of 20191 with flag 55000/327539
77.04/45.35	c cleaning 11044 clauses out of 22103 with flag 67000/339539
80.27/47.27	c cleaning 12010 clauses out of 24059 with flag 80000/352539
83.31/48.93	c cleaning 13027 clauses out of 26053 with flag 94004/366543
86.54/50.78	c cleaning 13997 clauses out of 28022 with flag 109000/381539
90.15/52.77	c cleaning 15009 clauses out of 30025 with flag 125000/397539
94.35/55.18	c cleaning 16002 clauses out of 32023 with flag 142007/414546
98.52/57.40	c cleaning 16990 clauses out of 34014 with flag 160000/432539
102.50/59.67	c cleaning 18002 clauses out of 36025 with flag 179001/451540
107.06/62.18	c cleaning 19011 clauses out of 38022 with flag 199000/471539
112.80/65.32	c cleaning 20000 clauses out of 40013 with flag 220002/492541
118.15/68.23	c cleaning 20992 clauses out of 42011 with flag 242000/514539
123.64/71.30	c cleaning 22001 clauses out of 44019 with flag 265000/537539
129.91/74.60	c cleaning 22966 clauses out of 46018 with flag 289000/561539
136.47/78.36	c cleaning 24012 clauses out of 48052 with flag 314000/586539
142.74/81.78	c cleaning 25013 clauses out of 50041 with flag 340001/612540
149.57/85.44	c cleaning 25990 clauses out of 52027 with flag 367000/639539
156.82/89.38	c cleaning 27009 clauses out of 54037 with flag 395000/667539
164.50/93.61	c cleaning 27996 clauses out of 56028 with flag 424000/696539
171.51/97.46	c cleaning 28999 clauses out of 58033 with flag 454001/726540
179.30/101.63	c cleaning 30011 clauses out of 60035 with flag 485002/757541
186.68/105.69	c cleaning 30992 clauses out of 62023 with flag 517001/789540
195.05/110.38	c cleaning 32002 clauses out of 64032 with flag 550002/822541
203.71/114.95	c cleaning 32981 clauses out of 66029 with flag 584001/856540
212.03/119.58	c cleaning 33944 clauses out of 68048 with flag 619001/891540
221.13/124.54	c cleaning 35043 clauses out of 70103 with flag 655000/927539
230.70/130.04	c cleaning 35992 clauses out of 72060 with flag 692000/964539
240.64/135.50	c cleaning 36988 clauses out of 74068 with flag 730000/1002539
252.79/142.49	c cleaning 38016 clauses out of 76081 with flag 769001/1041540
264.05/148.54	c cleaning 39020 clauses out of 78064 with flag 809000/1081539
269.70/151.78	c  And the winner is solver1
269.44/151.87	c Got one! Elapsed wall clock time (in seconds):151.76
269.44/151.87	o 57
270.29/152.36	c cleaning 33853 clauses out of 67723 with flag 5000/1110218
272.34/153.72	c cleaning 19926 clauses out of 39870 with flag 11000/1116218
274.38/155.11	c cleaning 13447 clauses out of 26944 with flag 18000/1123218
277.09/157.12	c cleaning 10742 clauses out of 21498 with flag 26001/1131219
279.53/158.74	c cleaning 9845 clauses out of 19755 with flag 35000/1140218
282.15/160.47	c cleaning 9940 clauses out of 19910 with flag 45000/1150218
285.13/162.32	c cleaning 10463 clauses out of 20971 with flag 56001/1161219
288.70/164.72	c cleaning 11247 clauses out of 22507 with flag 68000/1173218
292.07/166.89	c cleaning 12131 clauses out of 24261 with flag 81001/1186219
295.64/169.09	c cleaning 13065 clauses out of 26129 with flag 95000/1200218
299.59/171.45	c cleaning 14004 clauses out of 28066 with flag 110002/1215220
304.25/174.49	c cleaning 14970 clauses out of 30060 with flag 126000/1231218
308.48/176.96	c cleaning 16036 clauses out of 32090 with flag 143000/1248218
313.07/179.63	c cleaning 17016 clauses out of 34054 with flag 161000/1266218
317.66/182.39	c cleaning 18007 clauses out of 36041 with flag 180003/1285221
323.14/185.79	c cleaning 19008 clauses out of 38031 with flag 200000/1305218
328.31/188.74	c cleaning 19989 clauses out of 40023 with flag 221000/1326218
333.87/191.97	c cleaning 21005 clauses out of 42034 with flag 243000/1348218
339.44/195.15	c cleaning 21994 clauses out of 44029 with flag 266000/1371218
346.04/199.16	c cleaning 23009 clauses out of 46035 with flag 290000/1395218
351.97/202.54	c cleaning 23995 clauses out of 48026 with flag 315000/1420218
358.31/206.18	c cleaning 25010 clauses out of 50035 with flag 341004/1446222
365.05/209.99	c cleaning 25991 clauses out of 52021 with flag 368000/1473218
372.22/214.24	c cleaning 27008 clauses out of 54030 with flag 396000/1501218
378.95/218.10	c cleaning 27984 clauses out of 56023 with flag 425001/1530219
386.07/222.09	c cleaning 29008 clauses out of 58038 with flag 455000/1560218
393.36/226.18	c cleaning 30000 clauses out of 60030 with flag 486000/1591218
396.15/228.25	c cleaning 0 clauses out of 6318 with flag 0/6318
403.38/232.13	c cleaning 31006 clauses out of 62030 with flag 518000/1623218
411.65/236.73	c cleaning 32004 clauses out of 64025 with flag 551001/1656219
420.13/241.46	c cleaning 33007 clauses out of 66022 with flag 585002/1690220
422.58/243.40	c  And the winner is solver1
422.30/243.59	c Got one! Elapsed wall clock time (in seconds):243.476
422.30/243.59	o 56
422.72/243.80	c cleaning 19173 clauses out of 38345 with flag 2000/1695550
424.76/245.31	c cleaning 12563 clauses out of 25172 with flag 8000/1701550
426.99/246.95	c cleaning 9779 clauses out of 19609 with flag 15000/1708550
429.42/248.67	c cleaning 8902 clauses out of 17831 with flag 23001/1716551
432.86/251.15	c cleaning 8936 clauses out of 17929 with flag 32001/1725551
436.10/253.22	c cleaning 9491 clauses out of 18992 with flag 42000/1735550
439.33/255.38	c cleaning 10224 clauses out of 20505 with flag 53004/1746554
442.92/257.68	c cleaning 11127 clauses out of 22278 with flag 65001/1758551
447.63/260.88	c cleaning 12070 clauses out of 24150 with flag 78000/1771550
451.83/263.47	c cleaning 13036 clauses out of 26080 with flag 92000/1785550
456.23/266.15	c cleaning 13997 clauses out of 28046 with flag 107002/1800552
460.63/268.84	c cleaning 15018 clauses out of 30050 with flag 123003/1816553
466.09/272.42	c cleaning 16001 clauses out of 32029 with flag 140000/1833550
470.86/275.36	c cleaning 17004 clauses out of 34028 with flag 158000/1851550
475.84/278.38	c cleaning 18008 clauses out of 36025 with flag 177001/1870551
480.82/281.38	c cleaning 19005 clauses out of 38018 with flag 197002/1890552
486.96/285.22	c cleaning 20004 clauses out of 40014 with flag 218003/1911553
492.92/288.77	c cleaning 21000 clauses out of 42008 with flag 240001/1933551
498.88/292.25	c cleaning 21965 clauses out of 44007 with flag 263000/1956550
504.84/295.77	c cleaning 23011 clauses out of 46042 with flag 287000/1980550
511.55/299.92	c cleaning 24003 clauses out of 48031 with flag 312000/2005550
518.11/303.72	c cleaning 25005 clauses out of 50028 with flag 338000/2031550
524.65/307.58	c cleaning 26012 clauses out of 52023 with flag 365000/2058550
531.40/311.45	c cleaning 27000 clauses out of 54011 with flag 393000/2086550
538.65/315.99	c cleaning 27988 clauses out of 56012 with flag 422001/2115551
545.91/320.18	c cleaning 29005 clauses out of 58026 with flag 452003/2145553
553.62/324.51	c cleaning 29992 clauses out of 60018 with flag 483000/2176550
561.33/328.98	c cleaning 30995 clauses out of 62028 with flag 515002/2208552
569.77/334.04	c cleaning 32005 clauses out of 64031 with flag 548000/2241550
577.87/338.62	c cleaning 33007 clauses out of 66028 with flag 582002/2275552
585.56/343.09	c cleaning 33988 clauses out of 68019 with flag 617000/2310550
594.45/348.05	c cleaning 34982 clauses out of 70031 with flag 653000/2346550
604.04/353.73	c cleaning 36009 clauses out of 72049 with flag 690000/2383550
613.91/359.27	c cleaning 37006 clauses out of 74040 with flag 728000/2421550
623.49/364.77	c cleaning 37994 clauses out of 76034 with flag 767000/2460550
633.70/370.59	c cleaning 39014 clauses out of 78040 with flag 807000/2500550
644.70/377.11	c cleaning 39976 clauses out of 80026 with flag 848000/2541550
656.73/384.67	c cleaning 41018 clauses out of 82052 with flag 890002/2583552
667.43/390.43	c cleaning 42009 clauses out of 84032 with flag 933000/2626550
678.59/396.98	c cleaning 43007 clauses out of 86024 with flag 977001/2670551
690.27/403.33	c cleaning 43999 clauses out of 88017 with flag 1022001/2715551
701.86/409.74	c cleaning 44991 clauses out of 90022 with flag 1068005/2761555
714.13/416.47	c cleaning 45992 clauses out of 92028 with flag 1115002/2808552
727.35/424.00	c cleaning 46988 clauses out of 94034 with flag 1163000/2856550
740.99/431.45	c cleaning 48006 clauses out of 96046 with flag 1212000/2905550
755.18/439.11	c cleaning 49008 clauses out of 98040 with flag 1262000/2955550
768.88/446.66	c cleaning 49979 clauses out of 100032 with flag 1313000/3006550
782.30/454.49	c cleaning 51019 clauses out of 102053 with flag 1365000/3058550
796.56/462.22	c cleaning 52015 clauses out of 104042 with flag 1418008/3111558
812.75/470.92	c cleaning 52997 clauses out of 106019 with flag 1472000/3165550
827.04/478.73	c cleaning 53994 clauses out of 108022 with flag 1527000/3220550
842.89/487.84	c cleaning 55004 clauses out of 110028 with flag 1583000/3276550
859.12/496.66	c cleaning 55972 clauses out of 112026 with flag 1640002/3333552
874.45/505.09	c cleaning 57010 clauses out of 114053 with flag 1698001/3391551
890.90/513.94	c cleaning 57994 clauses out of 116042 with flag 1757000/3450550
907.46/523.35	c cleaning 58998 clauses out of 118048 with flag 1817000/3510550
923.94/532.28	c cleaning 60016 clauses out of 120053 with flag 1878003/3571553
940.87/541.47	c cleaning 60972 clauses out of 122034 with flag 1940000/3633550
957.75/550.58	c cleaning 62018 clauses out of 124062 with flag 2003000/3696550
976.20/561.00	c cleaning 63020 clauses out of 126048 with flag 2067004/3760554
993.34/570.28	c cleaning 63987 clauses out of 128026 with flag 2132002/3825552
1010.78/579.79	c cleaning 65004 clauses out of 130037 with flag 2198000/3891550
1028.49/589.30	c cleaning 65989 clauses out of 132034 with flag 2265001/3958551
1049.31/601.04	c cleaning 66991 clauses out of 134044 with flag 2333000/4026550
1069.66/611.99	c cleaning 68007 clauses out of 136053 with flag 2402000/4095550
1087.97/621.88	c cleaning 69018 clauses out of 138046 with flag 2472000/4165550
1106.47/631.85	c cleaning 69972 clauses out of 140028 with flag 2543000/4236550
1126.54/643.16	c cleaning 70986 clauses out of 142056 with flag 2615000/4308550
1145.09/653.27	c cleaning 72027 clauses out of 144071 with flag 2688001/4381551
1164.82/663.95	c cleaning 73021 clauses out of 146046 with flag 2762003/4455553
1184.75/674.72	c cleaning 73995 clauses out of 148022 with flag 2837000/4530550
1205.09/686.11	c cleaning 74993 clauses out of 150027 with flag 2913000/4606550
1226.72/697.73	c cleaning 76004 clauses out of 152034 with flag 2990000/4683550
1245.96/708.28	c cleaning 77012 clauses out of 154031 with flag 3068001/4761551
1267.82/720.09	c cleaning 77960 clauses out of 156018 with flag 3147000/4840550
1291.74/733.35	c cleaning 79010 clauses out of 158058 with flag 3227000/4920550
1313.31/744.90	c cleaning 79980 clauses out of 160048 with flag 3308000/5001550
1334.56/756.40	c cleaning 81013 clauses out of 162070 with flag 3390002/5083552
1355.88/768.01	c cleaning 82023 clauses out of 164056 with flag 3473001/5166551
1378.58/780.88	c cleaning 83009 clauses out of 166033 with flag 3557001/5250551
1401.01/792.91	c cleaning 84000 clauses out of 168023 with flag 3642000/5335550
1423.03/804.84	c cleaning 84995 clauses out of 170023 with flag 3728000/5421550
1447.04/817.71	c cleaning 86002 clauses out of 172031 with flag 3815003/5508553
1471.03/831.11	c cleaning 86998 clauses out of 174026 with flag 3903000/5596550
1493.30/843.25	c cleaning 87986 clauses out of 176028 with flag 3992000/5685550
1516.35/855.76	c cleaning 88998 clauses out of 178042 with flag 4082000/5775550
1541.08/869.09	c cleaning 90007 clauses out of 180044 with flag 4173000/5866550
1565.53/882.72	c cleaning 90998 clauses out of 182037 with flag 4265000/5958550
1589.32/895.63	c cleaning 92009 clauses out of 184039 with flag 4358000/6051550
1614.36/909.10	c cleaning 92983 clauses out of 186030 with flag 4452000/6145550
1640.36/924.60	c cleaning 94019 clauses out of 188047 with flag 4547000/6240550
1666.82/938.58	c cleaning 94986 clauses out of 190028 with flag 4643000/6336550
1676.20/944.18	c cleaning 0 clauses out of 11570 with flag 0/11570
1695.72/954.87	c cleaning 96013 clauses out of 192043 with flag 4740001/6433551
1722.72/969.76	c cleaning 96993 clauses out of 194029 with flag 4838000/6531550
1754.68/986.54	c cleaning 97997 clauses out of 196036 with flag 4937000/6630550
1782.63/1001.31	c cleaning 98970 clauses out of 198039 with flag 5037000/6730550
1799.59/1010.71	c starts		: 49
1799.59/1010.71	c conflicts		: 12054
1799.59/1010.71	c decisions		: 267959
1799.59/1010.71	c propagations		: 948837
1799.59/1010.71	c inspects		: 509306688
1799.59/1010.71	c shortcuts		: 0
1799.59/1010.71	c learnt literals	: 0
1799.59/1010.71	c learnt binary clauses	: 0
1799.59/1010.71	c learnt ternary clauses	: 0
1799.59/1010.71	c learnt constraints	: 12054
1799.59/1010.71	c ignored constraints	: 0
1799.59/1010.71	c root simplifications	: 0
1799.59/1010.71	c removed literals (reason simplification)	: 0
1799.59/1010.71	c reason swapping (by a shorter reason)	: 0
1799.59/1010.71	c Calls to reduceDB	: 2
1799.59/1010.71	c number of reductions to clauses (during analyze)	: 0
1799.59/1010.71	c number of learned constraints concerned by reduction	: 0
1799.59/1010.71	c number of learning phase by resolution	: 0
1799.59/1010.71	c number of learning phase by cutting planes	: 0
1799.59/1010.71	c speed (assignments/second)	: 940.5153204447053
1799.59/1010.71	c non guided choices	0
1799.59/1010.71	c learnt constraints type 
1799.59/1010.71	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 53
1799.59/1010.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 186
1799.59/1010.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11815
1799.59/1010.71	c constraints type 
1799.59/1010.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1687
1799.59/1010.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.59/1010.71	c ignored satisfied constraints => 112
1799.59/1010.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8
1799.59/1010.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 16
1799.59/1010.71	c 1824 constraints processed.
1799.59/1010.71	c constraints type 
1799.59/1010.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
1799.59/1010.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1687
1799.59/1010.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.59/1010.72	c ignored satisfied constraints => 112
1799.59/1010.72	c org.sat4j.pb.constraints.pb.UnitClausePB => 16
1799.59/1010.72	c 1824 constraints processed.
1799.59/1010.72	s SATISFIABLE
1799.59/1010.72	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 x592 -x593 -x594 -x595 -x596 x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 x637 x638 -x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 x676 -x677 -x678 -x679 x680 -x681 -x682 -x683 x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 x701 -x702 -x703 x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 x751 -x752 -x753 -x754 x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 x764 -x765 x766 x767 x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 x793 -x794 x795 x796 -x797 -x798 -x799 -x800 -x801 -x802 x803 -x804 -x805 -x806 x807 
1799.59/1010.72	c objective function=56
1799.59/1010.72	c Total wall clock time (in seconds): 1010.608

Verifier Data

OK	56

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687746-1337873793/watcher-3687746-1337873793 -o /tmp/evaluation-result-3687746-1337873793/solver-3687746-1337873793 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687746-1337873793.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.06 3.60 3.28 4/197 24876
/proc/meminfo: memFree=28529140/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 2 0 253503676 24780800 867 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 6050 868 655 9 0 385 0
[pid=24876/tid=24877] ppid=24874 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) R 24874 24876 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 2 0 253503677 91889664 883 33554432000 1073741824 1073778376 140735590004992 140735589994056 209883841824 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.103411 s]
/proc/loadavg: 3.06 3.60 3.28 4/197 24876
/proc/meminfo: memFree=28529140/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 4413 0 1 0 9 1 0 0 20 0 18 0 253503676 9787813888 6126 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2389603 6126 2124 9 0 2380296 0
[pid=24876/tid=24877] ppid=24874 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) R 24874 24876 24080 0 -1 4202560 2431 0 1 0 8 0 0 0 20 0 18 0 253503677 9787813888 6126 33554432000 1073741824 1073778376 140735590004992 140587010292656 140587013824318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.200289 s]
/proc/loadavg: 3.06 3.60 3.28 4/197 24876
/proc/meminfo: memFree=28529140/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 4940 0 1 0 28 1 0 0 20 0 18 0 253503676 9787813888 6998 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2389603 6998 2201 9 0 2380296 0
[pid=24876/tid=24877] ppid=24874 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) R 24874 24876 24080 0 -1 4202560 2443 0 1 0 17 0 0 0 20 0 18 0 253503677 9787813888 6998 33554432000 1073741824 1073778376 140735590004992 140587010293832 140586845809999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558412

[startup+0.300307 s]
/proc/loadavg: 3.06 3.60 3.28 4/197 24876
/proc/meminfo: memFree=28529140/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9558412 CPUtime=0.59 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 7282 0 1 0 57 2 0 0 20 0 18 0 253503676 9787813888 9971 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2389603 9971 2219 9 0 2380296 0
[pid=24876/tid=24877] ppid=24874 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) R 24874 24876 24080 0 -1 4202560 2446 0 1 0 26 1 0 0 20 0 18 0 253503677 9787813888 9971 33554432000 1073741824 1073778376 140735590004992 140587010293704 140586846284210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558412

[startup+0.700297 s]
/proc/loadavg: 3.06 3.60 3.28 4/197 24876
/proc/meminfo: memFree=28529140/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 7393 0 1 0 71 4 0 0 20 0 19 0 253503676 10060460032 13634 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2456167 13634 2238 9 0 2446860 0
[pid=24876/tid=24877] ppid=24874 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) S 24874 24876 24080 0 -1 4202560 2464 0 1 0 31 1 0 0 20 0 19 0 253503677 10060460032 13634 33554432000 1073741824 1073778376 140735590004992 140587010294776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.06 3.59 3.27 4/216 24901
/proc/meminfo: memFree=28448676/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 15834 0 1 0 169 10 0 0 20 0 19 0 253503676 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2456167 22432 2254 9 0 2446860 0
[pid=24876/tid=24877] ppid=24874 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) S 24874 24876 24080 0 -1 4202560 2465 0 1 0 32 1 0 0 20 0 19 0 253503677 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140587010294776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24879] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24879/stat : 24879 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586971785768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24880] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24880/stat : 24880 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586970732968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24881] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24881/stat : 24881 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586969680168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24882] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24882/stat : 24882 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586968627368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24883] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24883/stat : 24883 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586967575592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24884] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24884/stat : 24884 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586966522792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24885] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24885/stat : 24885 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586965469992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24886] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24886/stat : 24886 (java) S 24874 24876 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586964417192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24887] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24887/stat : 24887 (java) S 24874 24876 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503679 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586834369000 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24888] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24888/stat : 24888 (java) S 24874 24876 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253503679 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586833315064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24889] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24889/stat : 24889 (java) S 24874 24876 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253503679 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586832262152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24890] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24890/stat : 24890 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503682 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586831210640 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24891] ppid=24874 vsize=9824668 CPUtime=0.61 cores=0,2,4,6
/proc/24876/task/24891/stat : 24891 (java) S 24874 24876 24080 0 -1 4202560 9554 0 0 0 59 2 0 0 20 0 19 0 253503682 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140586830158776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24892] ppid=24874 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24876/task/24892/stat : 24892 (java) S 24874 24876 24080 0 -1 4202560 2486 0 0 0 38 0 0 0 20 0 19 0 253503682 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140585956535096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24893] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24893/stat : 24893 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503682 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140585955482488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24894] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24894/stat : 24894 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503682 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140585954429896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24897] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24897/stat : 24897 (java) S 24874 24876 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253503712 10060460032 22432 33554432000 1073741824 1073778376 140735590004992 140585951269800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 3.06 3.59 3.27 3/216 24907
/proc/meminfo: memFree=28405424/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 16436 0 1 0 298 16 0 0 20 0 19 0 253503676 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2456167 32186 2262 9 0 2446860 0
[pid=24876/tid=24877] ppid=24874 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) S 24874 24876 24080 0 -1 4202560 2466 0 1 0 33 2 0 0 20 0 19 0 253503677 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140587010294776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24879] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24879/stat : 24879 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586971785768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24880] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24880/stat : 24880 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586970732968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24881] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24881/stat : 24881 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586969680168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24882] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24882/stat : 24882 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586968627368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24883] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24883/stat : 24883 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586967575592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24884] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24884/stat : 24884 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586966522792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24885] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24885/stat : 24885 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586965469992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24886] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24886/stat : 24886 (java) S 24874 24876 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253503678 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586964417192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24887] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24887/stat : 24887 (java) S 24874 24876 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253503679 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586834369000 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24888] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24888/stat : 24888 (java) S 24874 24876 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253503679 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586833315064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24889] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24889/stat : 24889 (java) S 24874 24876 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253503679 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586832262152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24890] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24890/stat : 24890 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503682 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586831210640 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24891] ppid=24874 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/24876/task/24891/stat : 24891 (java) S 24874 24876 24080 0 -1 4202560 9568 0 0 0 81 2 0 0 20 0 19 0 253503682 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140586830158776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24892] ppid=24874 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/24876/task/24892/stat : 24892 (java) S 24874 24876 24080 0 -1 4202560 3027 0 0 0 55 0 0 0 20 0 19 0 253503682 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140585956535096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24893] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24893/stat : 24893 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503682 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140585955482488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24894] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24894/stat : 24894 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253503682 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140585954429896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24907] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24907/stat : 24907 (java) S 24874 24876 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253503863 10060460032 32186 33554432000 1073741824 1073778376 140735590004992 140585953375912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.05 3.58 3.27 4/219 24925
/proc/meminfo: memFree=28252132/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9824668 CPUtime=8.83 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 19107 0 1 0 860 23 0 0 20 0 22 0 253503676 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2456167 48364 2286 9 0 2446860 0
[pid=24876/tid=24877] ppid=24874 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) S 24874 24876 24080 0 -1 4202560 2466 0 1 0 33 2 0 0 20 0 22 0 253503677 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140587010294776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24879] ppid=24874 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24876/task/24879/stat : 24879 (java) S 24874 24876 24080 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586971785768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24880] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24880/stat : 24880 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586970732968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24881] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24881/stat : 24881 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586969680168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24882] ppid=24874 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24876/task/24882/stat : 24882 (java) S 24874 24876 24080 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586968627368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24883] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24883/stat : 24883 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586967575592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24884] ppid=24874 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24876/task/24884/stat : 24884 (java) S 24874 24876 24080 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586966522792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24885] ppid=24874 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24876/task/24885/stat : 24885 (java) S 24874 24876 24080 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586965469992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24886] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24886/stat : 24886 (java) S 24874 24876 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253503678 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586964417192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24887] ppid=24874 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/24876/task/24887/stat : 24887 (java) S 24874 24876 24080 0 -1 4202560 45 0 0 0 27 1 0 0 20 0 22 0 253503679 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586834369000 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24888] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24888/stat : 24888 (java) S 24874 24876 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586833315064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24889] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24889/stat : 24889 (java) S 24874 24876 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586832262152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24890] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24890/stat : 24890 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503682 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586831210640 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24891] ppid=24874 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/24876/task/24891/stat : 24891 (java) S 24874 24876 24080 0 -1 4202560 9570 0 0 0 92 2 0 0 20 0 22 0 253503682 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140586830158776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24892] ppid=24874 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/24876/task/24892/stat : 24892 (java) S 24874 24876 24080 0 -1 4202560 5561 0 0 0 86 1 0 0 20 0 22 0 253503682 10060460032 48364 33554432000 1073741824 1073778376 140735590004992 140585956535096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

################
# More data... #
################

[pid=24876/tid=24882] ppid=24874 vsize=9824668 CPUtime=3.06 cores=0,2,4,6
/proc/24876/task/24882/stat : 24882 (java) S 24874 24876 24080 0 -1 4202560 1587 0 0 0 299 7 0 0 20 0 22 0 253503678 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586968627368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24883] ppid=24874 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/24876/task/24883/stat : 24883 (java) S 24874 24876 24080 0 -1 4202560 2276 0 0 0 307 7 0 0 20 0 22 0 253503678 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586967575592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24884] ppid=24874 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/24876/task/24884/stat : 24884 (java) S 24874 24876 24080 0 -1 4202560 1658 0 0 0 308 7 0 0 20 0 22 0 253503678 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586966522792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24885] ppid=24874 vsize=9824668 CPUtime=3.04 cores=0,2,4,6
/proc/24876/task/24885/stat : 24885 (java) S 24874 24876 24080 0 -1 4202560 2337 0 0 0 296 8 0 0 20 0 22 0 253503678 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586965469992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24886] ppid=24874 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/24876/task/24886/stat : 24886 (java) S 24874 24876 24080 0 -1 4202560 1742 0 0 0 298 9 0 0 20 0 22 0 253503678 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586964417192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24887] ppid=24874 vsize=9824668 CPUtime=216.01 cores=0,2,4,6
/proc/24876/task/24887/stat : 24887 (java) S 24874 24876 24080 0 -1 4202560 8593 0 0 0 21568 33 0 0 20 0 22 0 253503679 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586834369000 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24888] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24888/stat : 24888 (java) S 24874 24876 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586833315064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24889] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24889/stat : 24889 (java) S 24874 24876 24080 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586832262152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24890] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24890/stat : 24890 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503682 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586831210640 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24891] ppid=24874 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24876/task/24891/stat : 24891 (java) S 24874 24876 24080 0 -1 4202560 9626 0 0 0 137 2 0 0 20 0 22 0 253503682 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140586830158776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24892] ppid=24874 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/24876/task/24892/stat : 24892 (java) S 24874 24876 24080 0 -1 4202560 6338 0 0 0 106 1 0 0 20 0 22 0 253503682 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140585956535096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24893] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24893/stat : 24893 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503682 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140585955482488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24894] ppid=24874 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/24876/task/24894/stat : 24894 (java) S 24874 24876 24080 0 -1 4202560 55 0 0 0 15 17 0 0 20 0 22 0 253503682 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140585954429896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24907] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24907/stat : 24907 (java) S 24874 24876 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253503863 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140585953375912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24945] ppid=24874 vsize=9824668 CPUtime=537.92 cores=0,2,4,6
/proc/24876/task/24945/stat : 24945 (java) R 24874 24876 24080 0 -1 4202560 64 0 0 0 53784 8 0 0 20 0 22 0 253528036 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140585952322016 140586846426023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24946] ppid=24874 vsize=9824668 CPUtime=537.82 cores=0,2,4,6
/proc/24876/task/24946/stat : 24946 (java) R 24874 24876 24080 0 -1 4202560 825 0 0 0 53773 9 0 0 20 0 22 0 253528036 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140585950214688 140586846775570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24947] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24947/stat : 24947 (java) S 24874 24876 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253528036 10060460032 710821 33554432000 1073741824 1073778376 140735590004992 140585951269800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1672.6
Current children cumulated vsize (KiB) 9824668

[startup+1002.3 s]
/proc/loadavg: 3.70 3.64 3.48 10/219 25033
/proc/meminfo: memFree=22392644/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9824668 CPUtime=1783.77 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 46651 0 1 0 178219 158 0 0 20 0 22 0 253503676 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2456167 734942 2288 9 0 2446860 0
[pid=24876/tid=24877] ppid=24874 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) S 24874 24876 24080 0 -1 4202560 2613 0 1 0 37 3 0 0 20 0 22 0 253503677 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140587010294488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24879] ppid=24874 vsize=9824668 CPUtime=3.52 cores=0,2,4,6
/proc/24876/task/24879/stat : 24879 (java) S 24874 24876 24080 0 -1 4202560 2738 0 0 0 344 8 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586971785768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24880] ppid=24874 vsize=9824668 CPUtime=3.48 cores=0,2,4,6
/proc/24876/task/24880/stat : 24880 (java) S 24874 24876 24080 0 -1 4202560 1710 0 0 0 338 10 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586970732968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24881] ppid=24874 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/24876/task/24881/stat : 24881 (java) S 24874 24876 24080 0 -1 4202560 2164 0 0 0 345 8 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586969680168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24882] ppid=24874 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/24876/task/24882/stat : 24882 (java) S 24874 24876 24080 0 -1 4202560 1622 0 0 0 330 8 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586968627368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24883] ppid=24874 vsize=9824668 CPUtime=3.42 cores=0,2,4,6
/proc/24876/task/24883/stat : 24883 (java) S 24874 24876 24080 0 -1 4202560 2313 0 0 0 334 8 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586967575592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24884] ppid=24874 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/24876/task/24884/stat : 24884 (java) S 24874 24876 24080 0 -1 4202560 1664 0 0 0 329 7 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586966522792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24885] ppid=24874 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/24876/task/24885/stat : 24885 (java) S 24874 24876 24080 0 -1 4202560 2345 0 0 0 319 8 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586965469992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24886] ppid=24874 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/24876/task/24886/stat : 24886 (java) S 24874 24876 24080 0 -1 4202560 1783 0 0 0 326 10 0 0 20 0 22 0 253503678 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586964417192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24887] ppid=24874 vsize=9824668 CPUtime=225.97 cores=0,2,4,6
/proc/24876/task/24887/stat : 24887 (java) R 24874 24876 24080 0 -1 4202560 8879 0 0 0 22563 34 0 0 20 0 22 0 253503679 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586834367848 140587014431072 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24888] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24888/stat : 24888 (java) S 24874 24876 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586833315064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24889] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24889/stat : 24889 (java) S 24874 24876 24080 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586832262152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24890] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24890/stat : 24890 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503682 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586831210640 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24891] ppid=24874 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24876/task/24891/stat : 24891 (java) S 24874 24876 24080 0 -1 4202560 9627 0 0 0 137 2 0 0 20 0 22 0 253503682 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140586830158776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24892] ppid=24874 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/24876/task/24892/stat : 24892 (java) S 24874 24876 24080 0 -1 4202560 6338 0 0 0 106 1 0 0 20 0 22 0 253503682 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140585956535096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24893] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24893/stat : 24893 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503682 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140585955482488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24894] ppid=24874 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24876/task/24894/stat : 24894 (java) S 24874 24876 24080 0 -1 4202560 57 0 0 0 17 18 0 0 20 0 22 0 253503682 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140585954429896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24907] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24907/stat : 24907 (java) S 24874 24876 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253503863 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140585953375912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24945] ppid=24874 vsize=9824668 CPUtime=587.17 cores=0,2,4,6
/proc/24876/task/24945/stat : 24945 (java) S 24874 24876 24080 0 -1 4202560 69 0 0 0 58709 8 0 0 20 0 22 0 253528036 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140585952322136 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24946] ppid=24874 vsize=9824668 CPUtime=587.05 cores=0,2,4,6
/proc/24876/task/24946/stat : 24946 (java) S 24874 24876 24080 0 -1 4202560 828 0 0 0 58696 9 0 0 20 0 22 0 253528036 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140585950214456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24947] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24947/stat : 24947 (java) S 24874 24876 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253528036 10060460032 734942 33554432000 1073741824 1073778376 140735590004992 140585951269800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1783.77
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1010.7 s]
/proc/loadavg: 3.67 3.63 3.47 5/219 25033
/proc/meminfo: memFree=22347092/32873844 swapFree=7616/7616
[pid=24876] ppid=24874 vsize=9824668 CPUtime=1799.59 cores=0,2,4,6
/proc/24876/stat : 24876 (java) S 24874 24876 24080 0 -1 4202496 46666 0 1 0 179800 159 0 0 20 0 22 0 253503676 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140735589996128 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24876/statm: 2456167 740011 2288 9 0 2446860 0
[pid=24876/tid=24877] ppid=24874 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/24876/task/24877/stat : 24877 (java) S 24874 24876 24080 0 -1 4202560 2613 0 1 0 37 3 0 0 20 0 22 0 253503677 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140587010294776 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24879] ppid=24874 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/24876/task/24879/stat : 24879 (java) S 24874 24876 24080 0 -1 4202560 2738 0 0 0 345 8 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586971785768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24880] ppid=24874 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/24876/task/24880/stat : 24880 (java) S 24874 24876 24080 0 -1 4202560 1710 0 0 0 339 10 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586970732968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24881] ppid=24874 vsize=9824668 CPUtime=3.58 cores=0,2,4,6
/proc/24876/task/24881/stat : 24881 (java) S 24874 24876 24080 0 -1 4202560 2164 0 0 0 350 8 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586969680168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24882] ppid=24874 vsize=9824668 CPUtime=3.39 cores=0,2,4,6
/proc/24876/task/24882/stat : 24882 (java) S 24874 24876 24080 0 -1 4202560 1622 0 0 0 331 8 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586968627368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24883] ppid=24874 vsize=9824668 CPUtime=3.44 cores=0,2,4,6
/proc/24876/task/24883/stat : 24883 (java) S 24874 24876 24080 0 -1 4202560 2313 0 0 0 336 8 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586967575592 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24884] ppid=24874 vsize=9824668 CPUtime=3.37 cores=0,2,4,6
/proc/24876/task/24884/stat : 24884 (java) S 24874 24876 24080 0 -1 4202560 1664 0 0 0 330 7 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586966522792 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24885] ppid=24874 vsize=9824668 CPUtime=3.32 cores=0,2,4,6
/proc/24876/task/24885/stat : 24885 (java) S 24874 24876 24080 0 -1 4202560 2345 0 0 0 324 8 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586965469992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24876/tid=24886] ppid=24874 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/24876/task/24886/stat : 24886 (java) S 24874 24876 24080 0 -1 4202560 1783 0 0 0 331 10 0 0 20 0 22 0 253503678 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586964417192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24887] ppid=24874 vsize=9824668 CPUtime=227.05 cores=0,2,4,6
/proc/24876/task/24887/stat : 24887 (java) S 24874 24876 24080 0 -1 4202560 8891 0 0 0 22671 34 0 0 20 0 22 0 253503679 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586834369000 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24888] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24888/stat : 24888 (java) S 24874 24876 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586833315064 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24889] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24889/stat : 24889 (java) S 24874 24876 24080 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253503679 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586832262152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24890] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24890/stat : 24890 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503682 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586831210640 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24891] ppid=24874 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/24876/task/24891/stat : 24891 (java) S 24874 24876 24080 0 -1 4202560 9627 0 0 0 137 2 0 0 20 0 22 0 253503682 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140586830158776 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24892] ppid=24874 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/24876/task/24892/stat : 24892 (java) S 24874 24876 24080 0 -1 4202560 6338 0 0 0 106 1 0 0 20 0 22 0 253503682 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140585956535096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24893] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24893/stat : 24893 (java) S 24874 24876 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253503682 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140585955482488 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24876/tid=24894] ppid=24874 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/24876/task/24894/stat : 24894 (java) S 24874 24876 24080 0 -1 4202560 59 0 0 0 17 18 0 0 20 0 22 0 253503682 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140585954429896 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24907] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24907/stat : 24907 (java) S 24874 24876 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253503863 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140585953375912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24945] ppid=24874 vsize=9824668 CPUtime=594.42 cores=0,2,4,6
/proc/24876/task/24945/stat : 24945 (java) R 24874 24876 24080 0 -1 4202560 70 0 0 0 59433 9 0 0 20 0 22 0 253528036 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140585952321072 140586846397715 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24876/tid=24946] ppid=24874 vsize=9824668 CPUtime=594.3 cores=0,2,4,6
/proc/24876/task/24946/stat : 24946 (java) R 24874 24876 24080 0 -1 4202560 828 0 0 0 59420 10 0 0 20 0 22 0 253528036 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140585950214432 140586846475430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24876/tid=24947] ppid=24874 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24876/task/24947/stat : 24947 (java) S 24874 24876 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253528036 10060460032 740011 33554432000 1073741824 1073778376 140735590004992 140585951269800 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24876 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=459200
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=980698
# CPU time returned by wait4() is 1796.44
# while last known CPU time is 1799.59
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.539978
#  lost CPU user time (s): 0.569977
#  lost CPU system time (s): -0.03

Real time (s): 1010.74
CPU time (s): 1800.13
CPU user time (s): 1798.57
CPU system time (s): 1.56
CPU usage (%): 178.101
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 1.9807
maximum resident set size= 2960248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46695
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31283
involuntary context switches= 49977

runsolver used 5.44017 second user time and 6.98494 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 17:36:33
IDJOB=3687746
IDBENCH=2052
IDSOLVER=2268
FILE ID=node141/3687746-1337873793
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71688 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-alu4.b.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687746-1337873793/watcher-3687746-1337873793 -o /tmp/evaluation-result-3687746-1337873793/solver-3687746-1337873793 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687746-1337873793.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9c27419d6022516b3a8580fda3ca43ee
RANDOM SEED=1877545972

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28529140 kB
Buffers:          210940 kB
Cached:          3034940 kB
SwapCached:            0 kB
Active:           707416 kB
Inactive:        2853276 kB
Active(anon):     317604 kB
Inactive(anon):        0 kB
Active(file):     389812 kB
Inactive(file):  2853276 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1752 kB
Writeback:            16 kB
AnonPages:        336900 kB
Mapped:            22524 kB
Shmem:               200 kB
Slab:             629864 kB
SReclaimable:      72172 kB
SUnreclaim:       557692 kB
KernelStack:        1632 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     829432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node141 at 2012-05-24 17:53:26