Trace number 3710029

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 NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.04 1796.07

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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 This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=true
0.09/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3710029-1338216413.opb
0.09/0.13	c reading problem ... 
1.10/0.63	c ... done. Wall clock time 0.507s.
1.10/0.63	c declared #vars     22848
1.10/0.63	c #constraints  23234
1.10/0.63	c constraints type 
1.10/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1.10/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1.10/0.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.10/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1.10/0.63	c 23234 constraints processed.
4.96/4.07	c cleaning 2390 clauses out of 4967 with flag 5000/5000
9.04/8.08	c cleaning 4117 clauses out of 8536 with flag 11000/11000
13.95/12.98	c cleaning 5511 clauses out of 11410 with flag 18000/18000
19.05/18.03	c cleaning 6788 clauses out of 13887 with flag 26002/26002
25.00/23.97	c cleaning 7035 clauses out of 16088 with flag 35004/35004
30.81/29.77	c cleaning 8320 clauses out of 19038 with flag 45000/45000
37.01/35.99	c cleaning 8428 clauses out of 21713 with flag 56000/56000
44.18/43.09	c cleaning 9540 clauses out of 25280 with flag 68000/68000
52.39/51.29	c cleaning 9692 clauses out of 28737 with flag 81001/81001
60.29/59.10	c cleaning 11507 clauses out of 33030 with flag 95000/95000
68.90/67.77	c cleaning 11959 clauses out of 36521 with flag 110003/110003
78.86/77.66	c cleaning 12821 clauses out of 40557 with flag 126000/126000
88.89/87.64	c cleaning 14003 clauses out of 44734 with flag 143000/143000
100.14/98.83	c cleaning 14571 clauses out of 48725 with flag 161000/161000
111.67/110.32	c cleaning 15669 clauses out of 53154 with flag 180000/180000
123.31/121.91	c cleaning 16592 clauses out of 57482 with flag 200000/200000
136.03/134.69	c cleaning 17211 clauses out of 61890 with flag 221000/221000
149.95/148.58	c cleaning 18025 clauses out of 66671 with flag 243000/243000
164.26/162.84	c cleaning 19504 clauses out of 71650 with flag 266004/266004
178.68/177.26	c cleaning 20183 clauses out of 76143 with flag 290001/290001
193.60/192.14	c cleaning 21559 clauses out of 80959 with flag 315000/315000
210.82/209.37	c cleaning 21682 clauses out of 85394 with flag 341000/341000
228.87/227.35	c cleaning 22288 clauses out of 90714 with flag 368002/368002
248.89/247.32	c cleaning 25126 clauses out of 96418 with flag 396000/396000
265.95/264.34	c cleaning 24968 clauses out of 100290 with flag 425000/425000
284.19/282.54	c cleaning 26201 clauses out of 105319 with flag 455001/455001
304.12/302.48	c cleaning 26392 clauses out of 110110 with flag 486000/486000
322.74/321.01	c cleaning 27730 clauses out of 115720 with flag 518002/518002
343.97/342.29	c cleaning 28081 clauses out of 120990 with flag 551002/551002
365.18/363.43	c cleaning 30570 clauses out of 126907 with flag 585000/585000
387.09/385.35	c cleaning 32471 clauses out of 131337 with flag 620000/620000
410.56/408.77	c cleaning 30974 clauses out of 134866 with flag 656000/656000
433.69/431.83	c cleaning 33241 clauses out of 140892 with flag 693000/693000
457.12/455.21	c cleaning 33763 clauses out of 145651 with flag 731000/731000
480.96/479.08	c cleaning 34203 clauses out of 150887 with flag 770002/770002
504.70/502.74	c cleaning 35130 clauses out of 156680 with flag 810000/810000
526.91/524.90	c cleaning 36500 clauses out of 162550 with flag 851000/851000
553.18/551.11	c cleaning 37137 clauses out of 168049 with flag 893003/893003
580.70/578.66	c cleaning 38538 clauses out of 173906 with flag 936000/936000
611.32/609.29	c cleaning 38506 clauses out of 179368 with flag 980000/980000
640.84/638.75	c cleaning 40106 clauses out of 185863 with flag 1025001/1025001
667.90/665.74	c cleaning 41723 clauses out of 191756 with flag 1071000/1071000
698.79/696.53	c cleaning 42476 clauses out of 197034 with flag 1118001/1118001
732.12/729.89	c cleaning 42985 clauses out of 202556 with flag 1166000/1166000
761.15/758.83	c cleaning 44843 clauses out of 208571 with flag 1215000/1215000
792.20/789.90	c cleaning 44857 clauses out of 213724 with flag 1265000/1265000
826.03/823.61	c cleaning 46221 clauses out of 219856 with flag 1316000/1316000
860.60/858.17	c cleaning 48023 clauses out of 225635 with flag 1368000/1368000
919.87/917.33	c cleaning 48461 clauses out of 230611 with flag 1421000/1421000
953.41/950.71	c cleaning 49022 clauses out of 236150 with flag 1475000/1475000
989.76/987.04	c cleaning 48784 clauses out of 242128 with flag 1530000/1530000
1028.03/1025.25	c cleaning 50538 clauses out of 249344 with flag 1586000/1586000
1069.59/1066.71	c cleaning 51818 clauses out of 255808 with flag 1643002/1643002
1111.93/1109.05	c cleaning 52027 clauses out of 261985 with flag 1701000/1701000
1153.66/1150.78	c cleaning 53886 clauses out of 268961 with flag 1760003/1760003
1193.20/1190.25	c cleaning 55160 clauses out of 275072 with flag 1820000/1820000
1232.14/1229.13	c cleaning 55847 clauses out of 280912 with flag 1881004/1881004
1271.49/1268.44	c cleaning 58079 clauses out of 287061 with flag 1943000/1943000
1324.18/1321.07	c cleaning 59616 clauses out of 291980 with flag 2006000/2006000
1377.31/1374.07	c cleaning 59946 clauses out of 296364 with flag 2070000/2070000
1421.90/1418.58	c cleaning 59002 clauses out of 301418 with flag 2135000/2135000
1467.97/1464.55	c cleaning 61814 clauses out of 308417 with flag 2201001/2201001
1518.02/1514.53	c cleaning 61689 clauses out of 313597 with flag 2268000/2268000
1568.51/1564.96	c cleaning 62942 clauses out of 319909 with flag 2336001/2336001
1620.72/1617.04	c cleaning 63444 clauses out of 325964 with flag 2405000/2405000
1677.99/1674.30	c cleaning 65655 clauses out of 332520 with flag 2475000/2475000
1730.68/1726.87	c cleaning 67498 clauses out of 337865 with flag 2546000/2546000
1779.78/1775.81	c cleaning 66703 clauses out of 342362 with flag 2618000/2618000
1800.04/1796.01	c starts		: 210
1800.04/1796.01	c conflicts		: 2642851
1800.04/1796.01	c decisions		: 22221282
1800.04/1796.01	c propagations		: 3546198512
1800.04/1796.01	c inspects		: 6593044117
1800.04/1796.01	c shortcuts		: 0
1800.04/1796.01	c learnt literals	: 109
1800.04/1796.01	c learnt binary clauses	: 239767
1800.04/1796.01	c learnt ternary clauses	: 255688
1800.04/1796.01	c learnt constraints	: 2642742
1800.04/1796.01	c ignored constraints	: 0
1800.04/1796.01	c root simplifications	: 319
1800.04/1796.01	c removed literals (reason simplification)	: 25507787
1800.04/1796.01	c reason swapping (by a shorter reason)	: 0
1800.04/1796.01	c Calls to reduceDB	: 68
1800.04/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.01	c number of learned constraints concerned by reduction	: 0
1800.04/1796.01	c number of learning phase by resolution	: 0
1800.04/1796.01	c number of learning phase by cutting planes	: 0
1800.04/1796.01	c speed (assignments/second)	: 1975208.5170946787
1800.04/1796.01	c non guided choices	4957
1800.04/1796.06	c learnt constraints type 
1800.04/1796.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 239718
1800.04/1796.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60875
1800.04/1796.06	c constraints type 
1800.04/1796.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
1800.04/1796.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
1800.04/1796.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.04/1796.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
1800.04/1796.06	c 23234 constraints processed.
1800.04/1796.06	s UNKNOWN
1800.04/1796.06	c Total wall clock time (in seconds): 1795.934

Verifier Data

ERROR: no interpretation found !

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-3710029-1338216413/watcher-3710029-1338216413 -o /tmp/evaluation-result-3710029-1338216413/solver-3710029-1338216413 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710029-1338216413.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: 2.07 2.02 2.00 3/194 23772
/proc/meminfo: memFree=30679276/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/23772/stat : 23772 (java) R 23770 23772 20249 0 -1 4202496 285 0 0 0 0 0 0 0 20 0 1 0 287765822 278528 33 33554432000 1073741824 1073778376 140737099442480 140736764089800 248781040935 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 68 33 25 9 0 25 0

[startup+0.106215 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 23772
/proc/meminfo: memFree=30679276/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 4286 0 1 0 8 1 0 0 20 0 18 0 287765822 9787842560 6004 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2389610 6004 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.200254 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 23772
/proc/meminfo: memFree=30679276/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9558440 CPUtime=0.25 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 4844 0 1 0 24 1 0 0 20 0 18 0 287765822 9787842560 7011 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2389610 7012 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558440

[startup+0.300258 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 23772
/proc/meminfo: memFree=30679276/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 7145 0 1 0 50 2 0 0 20 0 18 0 287765822 9787842560 10424 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2389610 10424 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700224 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 23772
/proc/meminfo: memFree=30679276/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9625004 CPUtime=1.34 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 9091 0 1 0 128 6 0 0 20 0 19 0 287765822 9856004096 42749 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2406251 42749 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625004

[startup+1.50071 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 23791
/proc/meminfo: memFree=30517520/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9625004 CPUtime=2.44 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 9875 0 1 0 238 6 0 0 20 0 19 0 287765822 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2406251 42676 2274 9 0 2396937 0
[pid=23772/tid=23774] ppid=23770 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/23772/task/23774/stat : 23774 (java) R 23770 23772 20249 0 -1 4202560 2572 0 1 0 142 4 0 0 20 0 19 0 287765823 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749231055432 139749058754016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23775] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23775/stat : 23775 (java) S 23770 23772 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749192546856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23776] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23776/stat : 23776 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749191494056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23777] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23777/stat : 23777 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749190441256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23778] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23778/stat : 23778 (java) S 23770 23772 20249 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749189388456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23779] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23779/stat : 23779 (java) S 23770 23772 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749188336680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23780] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23780/stat : 23780 (java) S 23770 23772 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749187283880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23781] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23781/stat : 23781 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749186231080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23782] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23782/stat : 23782 (java) S 23770 23772 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749185178280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23783] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23783/stat : 23783 (java) S 23770 23772 20249 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287765825 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749054458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23784] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23784/stat : 23784 (java) S 23770 23772 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749053404408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23785] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23785/stat : 23785 (java) S 23770 23772 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749052351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23786] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23786/stat : 23786 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749051299984 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23787] ppid=23770 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/23772/task/23787/stat : 23787 (java) S 23770 23772 20249 0 -1 4202560 2125 0 0 0 44 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749050248120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23788] ppid=23770 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23772/task/23788/stat : 23788 (java) S 23770 23772 20249 0 -1 4202560 3879 0 0 0 47 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749049195320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23789] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23789/stat : 23789 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749048142712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23790] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23790/stat : 23790 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749047090120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23791] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23791/stat : 23791 (java) S 23770 23772 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287765888 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749046035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 23791
/proc/meminfo: memFree=30516892/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9625004 CPUtime=4.05 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 9877 0 1 0 399 6 0 0 20 0 19 0 287765822 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2406251 42676 2274 9 0 2396937 0
[pid=23772/tid=23774] ppid=23770 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/23772/task/23774/stat : 23774 (java) R 23770 23772 20249 0 -1 4202560 2574 0 1 0 301 4 0 0 20 0 19 0 287765823 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749231055512 139749059526476 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23775] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23775/stat : 23775 (java) S 23770 23772 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749192546856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23776] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23776/stat : 23776 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749191494056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23777] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23777/stat : 23777 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749190441256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23778] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23778/stat : 23778 (java) S 23770 23772 20249 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749189388456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23779] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23779/stat : 23779 (java) S 23770 23772 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749188336680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23780] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23780/stat : 23780 (java) S 23770 23772 20249 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749187283880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23781] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23781/stat : 23781 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749186231080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23782] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23782/stat : 23782 (java) S 23770 23772 20249 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749185178280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23783] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23783/stat : 23783 (java) S 23770 23772 20249 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 287765825 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749054458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23784] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23784/stat : 23784 (java) S 23770 23772 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749053404408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23785] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23785/stat : 23785 (java) S 23770 23772 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749052351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23786] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23786/stat : 23786 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749051299984 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23787] ppid=23770 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/23772/task/23787/stat : 23787 (java) S 23770 23772 20249 0 -1 4202560 2125 0 0 0 44 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749050248120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23788] ppid=23770 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23772/task/23788/stat : 23788 (java) S 23770 23772 20249 0 -1 4202560 3879 0 0 0 48 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749049195320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23789] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23789/stat : 23789 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749048142712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23790] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23790/stat : 23790 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749047090120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23791] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23791/stat : 23791 (java) S 23770 23772 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287765888 9856004096 42676 33554432000 1073741824 1073778376 140737099442480 139749046035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.15 2.03 2.01 3/213 23791
/proc/meminfo: memFree=30493620/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9625004 CPUtime=7.33 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 9938 0 1 0 726 7 0 0 20 0 19 0 287765822 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2406251 48254 2286 9 0 2396937 0
[pid=23772/tid=23774] ppid=23770 vsize=9625004 CPUtime=6.2 cores=0,2,4,6
/proc/23772/task/23774/stat : 23774 (java) R 23770 23772 20249 0 -1 4202560 2576 0 1 0 616 4 0 0 20 0 19 0 287765823 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749231053392 139749059390656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23775] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23775/stat : 23775 (java) S 23770 23772 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749192546856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23776] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23776/stat : 23776 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749191494056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23777] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23777/stat : 23777 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749190441256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23778] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23778/stat : 23778 (java) S 23770 23772 20249 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749189388456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23779] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23779/stat : 23779 (java) S 23770 23772 20249 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749188336680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23780] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23780/stat : 23780 (java) S 23770 23772 20249 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749187283880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23781] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23781/stat : 23781 (java) S 23770 23772 20249 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749186231080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23782] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23782/stat : 23782 (java) S 23770 23772 20249 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287765824 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749185178280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23783] ppid=23770 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/23772/task/23783/stat : 23783 (java) S 23770 23772 20249 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 19 0 287765825 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749054458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23784] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23784/stat : 23784 (java) S 23770 23772 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749053404408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23785] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23785/stat : 23785 (java) S 23770 23772 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749052351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23786] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23786/stat : 23786 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749051299984 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23787] ppid=23770 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/23772/task/23787/stat : 23787 (java) S 23770 23772 20249 0 -1 4202560 2126 0 0 0 47 0 0 0 20 0 19 0 287765828 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749050248120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23788] ppid=23770 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/23772/task/23788/stat : 23788 (java) S 23770 23772 20249 0 -1 4202560 3885 0 0 0 51 0 0 0 20 0 19 0 287765828 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749049195320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23789] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23789/stat : 23789 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749048142712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23790] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23790/stat : 23790 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749047090120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23791] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23791/stat : 23791 (java) S 23770 23772 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287765888 9856004096 48254 33554432000 1073741824 1073778376 140737099442480 139749046035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=23772/tid=23787] ppid=23770 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/23772/task/23787/stat : 23787 (java) S 23770 23772 20249 0 -1 4202560 2284 0 0 0 61 0 0 0 20 0 19 0 287765828 9856004096 90701 33554432000 1073741824 1073778376 140737099442480 139749050248120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23788] ppid=23770 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23772/task/23788/stat : 23788 (java) S 23770 23772 20249 0 -1 4202560 3923 0 0 0 57 0 0 0 20 0 19 0 287765828 9856004096 90701 33554432000 1073741824 1073778376 140737099442480 139749049195320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23789] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23789/stat : 23789 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 90701 33554432000 1073741824 1073778376 140737099442480 139749048142712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23790] ppid=23770 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/23772/task/23790/stat : 23790 (java) S 23770 23772 20249 0 -1 4202560 99 0 0 0 25 25 0 0 20 0 19 0 287765828 9856004096 90701 33554432000 1073741824 1073778376 140737099442480 139749047090120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23791] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23791/stat : 23791 (java) S 23770 23772 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287765888 9856004096 90701 33554432000 1073741824 1073778376 140737099442480 139749046035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.18
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/189 23857
/proc/meminfo: memFree=30706752/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9625004 CPUtime=1786.34 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 11248 0 1 0 178579 55 0 0 20 0 19 0 287765822 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2406251 90706 2287 9 0 2396937 0
[pid=23772/tid=23774] ppid=23770 vsize=9625004 CPUtime=1772.13 cores=0,2,4,6
/proc/23772/task/23774/stat : 23774 (java) R 23770 23772 20249 0 -1 4202560 2640 0 1 0 177183 30 0 0 20 0 19 0 287765823 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749231055152 139749059512267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23775] ppid=23770 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23772/task/23775/stat : 23775 (java) S 23770 23772 20249 0 -1 4202560 90 0 0 0 42 4 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749192546856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23776] ppid=23770 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23772/task/23776/stat : 23776 (java) S 23770 23772 20249 0 -1 4202560 136 0 0 0 38 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749191494056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23777] ppid=23770 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23772/task/23777/stat : 23777 (java) S 23770 23772 20249 0 -1 4202560 141 0 0 0 43 2 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749190441256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23778] ppid=23770 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23772/task/23778/stat : 23778 (java) S 23770 23772 20249 0 -1 4202560 92 0 0 0 43 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749189388456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23779] ppid=23770 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23772/task/23779/stat : 23779 (java) S 23770 23772 20249 0 -1 4202560 154 0 0 0 41 2 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749188336680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23780] ppid=23770 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23772/task/23780/stat : 23780 (java) S 23770 23772 20249 0 -1 4202560 141 0 0 0 45 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749187283880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23781] ppid=23770 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/23772/task/23781/stat : 23781 (java) S 23770 23772 20249 0 -1 4202560 56 0 0 0 48 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749186231080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23782] ppid=23770 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23772/task/23782/stat : 23782 (java) S 23770 23772 20249 0 -1 4202560 82 0 0 0 44 4 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749185178280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23783] ppid=23770 vsize=9625004 CPUtime=4.36 cores=0,2,4,6
/proc/23772/task/23783/stat : 23783 (java) S 23770 23772 20249 0 -1 4202560 220 0 0 0 434 2 0 0 20 0 19 0 287765825 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749054458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23784] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23784/stat : 23784 (java) S 23770 23772 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749053404408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23785] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23785/stat : 23785 (java) S 23770 23772 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749052351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23786] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23786/stat : 23786 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749051299984 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23787] ppid=23770 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/23772/task/23787/stat : 23787 (java) S 23770 23772 20249 0 -1 4202560 2284 0 0 0 61 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749050248120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23788] ppid=23770 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23772/task/23788/stat : 23788 (java) S 23770 23772 20249 0 -1 4202560 3923 0 0 0 57 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749049195320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23789] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23789/stat : 23789 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749048142712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23790] ppid=23770 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/23772/task/23790/stat : 23790 (java) S 23770 23772 20249 0 -1 4202560 103 0 0 0 25 26 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749047090120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23791] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23791/stat : 23791 (java) S 23770 23772 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287765888 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749046035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.34
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.00 1.01 1.15 2/189 23857
/proc/meminfo: memFree=30706752/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 11248 0 1 0 179949 55 0 0 20 0 19 0 287765822 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2406251 90706 2287 9 0 2396937 0
[pid=23772/tid=23774] ppid=23770 vsize=9625004 CPUtime=1785.81 cores=0,2,4,6
/proc/23772/task/23774/stat : 23774 (java) R 23770 23772 20249 0 -1 4202560 2640 0 1 0 178550 31 0 0 20 0 19 0 287765823 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749231055152 139749059526320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23775] ppid=23770 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23772/task/23775/stat : 23775 (java) S 23770 23772 20249 0 -1 4202560 90 0 0 0 42 4 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749192546856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23776] ppid=23770 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23772/task/23776/stat : 23776 (java) S 23770 23772 20249 0 -1 4202560 136 0 0 0 38 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749191494056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23777] ppid=23770 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23772/task/23777/stat : 23777 (java) S 23770 23772 20249 0 -1 4202560 141 0 0 0 43 2 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749190441256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23778] ppid=23770 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23772/task/23778/stat : 23778 (java) S 23770 23772 20249 0 -1 4202560 92 0 0 0 43 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749189388456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23779] ppid=23770 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23772/task/23779/stat : 23779 (java) S 23770 23772 20249 0 -1 4202560 154 0 0 0 41 2 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749188336680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23780] ppid=23770 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23772/task/23780/stat : 23780 (java) S 23770 23772 20249 0 -1 4202560 141 0 0 0 45 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749187283880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23781] ppid=23770 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/23772/task/23781/stat : 23781 (java) S 23770 23772 20249 0 -1 4202560 56 0 0 0 48 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749186231080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23782] ppid=23770 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23772/task/23782/stat : 23782 (java) S 23770 23772 20249 0 -1 4202560 82 0 0 0 44 4 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749185178280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23783] ppid=23770 vsize=9625004 CPUtime=4.36 cores=0,2,4,6
/proc/23772/task/23783/stat : 23783 (java) S 23770 23772 20249 0 -1 4202560 220 0 0 0 434 2 0 0 20 0 19 0 287765825 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749054458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23784] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23784/stat : 23784 (java) S 23770 23772 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749053404408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23785] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23785/stat : 23785 (java) S 23770 23772 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749052351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23786] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23786/stat : 23786 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749051299984 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23787] ppid=23770 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/23772/task/23787/stat : 23787 (java) S 23770 23772 20249 0 -1 4202560 2284 0 0 0 61 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749050248120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23788] ppid=23770 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23772/task/23788/stat : 23788 (java) S 23770 23772 20249 0 -1 4202560 3923 0 0 0 57 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749049195320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23789] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23789/stat : 23789 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749048142712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23790] ppid=23770 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23772/task/23790/stat : 23790 (java) S 23770 23772 20249 0 -1 4202560 103 0 0 0 26 26 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749047090120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23791] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23791/stat : 23791 (java) S 23770 23772 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287765888 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749046035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1796 s]
/proc/loadavg: 1.00 1.01 1.15 2/189 23857
/proc/meminfo: memFree=30706752/32873844 swapFree=6080/6080
[pid=23772] ppid=23770 vsize=9625004 CPUtime=1800.04 cores=0,2,4,6
/proc/23772/stat : 23772 (java) S 23770 23772 20249 0 -1 4202496 11248 0 1 0 179949 55 0 0 20 0 19 0 287765822 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 140737099433616 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23772/statm: 2406251 90706 2287 9 0 2396937 0
[pid=23772/tid=23774] ppid=23770 vsize=9625004 CPUtime=1785.81 cores=0,2,4,6
/proc/23772/task/23774/stat : 23774 (java) R 23770 23772 20249 0 -1 4202560 2640 0 1 0 178550 31 0 0 20 0 19 0 287765823 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749231055152 139749059526320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23775] ppid=23770 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23772/task/23775/stat : 23775 (java) S 23770 23772 20249 0 -1 4202560 90 0 0 0 42 4 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749192546856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23776] ppid=23770 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/23772/task/23776/stat : 23776 (java) S 23770 23772 20249 0 -1 4202560 136 0 0 0 38 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749191494056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23777] ppid=23770 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/23772/task/23777/stat : 23777 (java) S 23770 23772 20249 0 -1 4202560 141 0 0 0 43 2 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749190441256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23778] ppid=23770 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/23772/task/23778/stat : 23778 (java) S 23770 23772 20249 0 -1 4202560 92 0 0 0 43 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749189388456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23779] ppid=23770 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/23772/task/23779/stat : 23779 (java) S 23770 23772 20249 0 -1 4202560 154 0 0 0 41 2 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749188336680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23780] ppid=23770 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23772/task/23780/stat : 23780 (java) S 23770 23772 20249 0 -1 4202560 141 0 0 0 45 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749187283880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23781] ppid=23770 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/23772/task/23781/stat : 23781 (java) S 23770 23772 20249 0 -1 4202560 56 0 0 0 48 3 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749186231080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23782] ppid=23770 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/23772/task/23782/stat : 23782 (java) S 23770 23772 20249 0 -1 4202560 82 0 0 0 44 4 0 0 20 0 19 0 287765824 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749185178280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23783] ppid=23770 vsize=9625004 CPUtime=4.36 cores=0,2,4,6
/proc/23772/task/23783/stat : 23783 (java) S 23770 23772 20249 0 -1 4202560 220 0 0 0 434 2 0 0 20 0 19 0 287765825 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749054458344 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23784] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23784/stat : 23784 (java) S 23770 23772 20249 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749053404408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23785] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23785/stat : 23785 (java) S 23770 23772 20249 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287765826 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749052351496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23786] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23786/stat : 23786 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749051299984 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23772/tid=23787] ppid=23770 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/23772/task/23787/stat : 23787 (java) S 23770 23772 20249 0 -1 4202560 2284 0 0 0 61 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749050248120 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23772/tid=23788] ppid=23770 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/23772/task/23788/stat : 23788 (java) S 23770 23772 20249 0 -1 4202560 3923 0 0 0 57 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749049195320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23789] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23789/stat : 23789 (java) S 23770 23772 20249 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749048142712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23772/tid=23790] ppid=23770 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/23772/task/23790/stat : 23790 (java) S 23770 23772 20249 0 -1 4202560 103 0 0 0 26 26 0 0 20 0 19 0 287765828 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749047090120 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23772/tid=23791] ppid=23770 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/23772/task/23791/stat : 23791 (java) S 23770 23772 20249 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287765888 9856004096 90706 33554432000 1073741824 1073778376 140737099442480 139749046035624 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23772 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=969123
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=972852
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.07
CPU time (s): 1800.04
CPU user time (s): 1799.49
CPU system time (s): 0.55
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.97
system time used= 0.972852
maximum resident set size= 362952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11281
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39825
involuntary context switches= 13345

runsolver used 9.32058 second user time and 10.6844 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-28 16:46:53
IDJOB=3710029
IDBENCH=90163
IDSOLVER=2289
FILE ID=node139/3710029-1338216413
RUNJOBID= node139-1338207428-23070
PBS_JOBID= 14624580
Free space on /tmp= 71648 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K192.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710029-1338216413/watcher-3710029-1338216413 -o /tmp/evaluation-result-3710029-1338216413/solver-3710029-1338216413 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710029-1338216413.opb

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=835181819

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.91
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.750
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.750
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.750
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.91
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.750
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:        30679920 kB
Buffers:          435600 kB
Cached:           512156 kB
SwapCached:          828 kB
Active:          1054600 kB
Inactive:         265696 kB
Active(anon):     366292 kB
Inactive(anon):     7968 kB
Active(file):     688308 kB
Inactive(file):   257728 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67104692 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:        395548 kB
Mapped:            20120 kB
Shmem:                 8 kB
Slab:             717448 kB
SReclaimable:     159752 kB
SUnreclaim:       557696 kB
KernelStack:        1600 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     699868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 71652 MiB
End job on node139 at 2012-05-28 17:16:51