Trace number 4103776

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
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.61 1794.73

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg.opb
MD5SUM4f19aa044e880280faec0077a2509ba8
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4890
Total number of constraints363
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints363
Minimum length of a constraint30
Maximum length of a constraint540
Number of terms in the objective function 3930
Biggest coefficient in the objective function 5373004087296
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 556141355997381
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103776-1466250270.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.82/0.44	c ... done. Wall clock time 0.318s.
0.82/0.44	c declared #vars     4890
0.82/0.44	c #constraints  399
0.82/0.44	c constraints type 
0.82/0.44	c org.sat4j.specs.Constr$1 => 118
0.82/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 281
0.82/0.44	c 399 constraints processed.
0.82/0.44	c objective function length is 3930 literals
1.79/1.01	c cleaning 2500 clauses out of 4999 with flag 10752/5000
2.35/1.52	c cleaning 4248 clauses out of 8500 with flag 22755/11001
3.06/2.21	c cleaning 5620 clauses out of 11251 with flag 36765/18000
4.26/3.43	c cleaning 6810 clauses out of 13631 with flag 52766/26000
5.79/4.99	c cleaning 7905 clauses out of 15821 with flag 70771/35000
7.69/6.87	c cleaning 8952 clauses out of 17919 with flag 90781/45003
9.92/9.09	c cleaning 9976 clauses out of 19964 with flag 112779/56000
12.32/11.46	c cleaning 10987 clauses out of 21988 with flag 136815/68000
15.22/14.38	c cleaning 11992 clauses out of 24001 with flag 162817/81000
18.72/17.84	c cleaning 13000 clauses out of 26011 with flag 190831/95002
22.51/21.64	c cleaning 13999 clauses out of 28010 with flag 220832/110001
26.81/25.93	c cleaning 14997 clauses out of 30010 with flag 252845/126000
31.68/30.71	c cleaning 15996 clauses out of 32013 with flag 286847/143000
36.78/35.88	c cleaning 17002 clauses out of 34018 with flag 322869/161001
42.28/41.36	c cleaning 18003 clauses out of 36017 with flag 360881/180002
48.17/47.23	c cleaning 19000 clauses out of 38012 with flag 400886/200000
52.58/51.65	c cleaning 20002 clauses out of 40012 with flag 443017/221000
56.20/55.25	c cleaning 21000 clauses out of 42010 with flag 487038/243000
60.80/59.81	c cleaning 21998 clauses out of 44010 with flag 533057/266000
66.90/65.92	c cleaning 23002 clauses out of 46014 with flag 581067/290002
73.39/72.49	c cleaning 23996 clauses out of 48011 with flag 631293/315001
80.52/79.52	c cleaning 24999 clauses out of 50015 with flag 683598/341001
88.02/87.07	c cleaning 25998 clauses out of 52015 with flag 737673/368000
92.32/91.40	c cleaning 27003 clauses out of 54019 with flag 793687/396002
98.31/97.36	c cleaning 27998 clauses out of 56015 with flag 851700/425001
107.47/106.41	c cleaning 28998 clauses out of 58016 with flag 911715/455000
118.27/117.24	c cleaning 29997 clauses out of 60018 with flag 973722/486000
130.17/129.15	c cleaning 30999 clauses out of 62022 with flag 1037766/518001
137.37/136.33	c cleaning 32004 clauses out of 64022 with flag 1103994/551000
144.37/143.23	c cleaning 32999 clauses out of 66018 with flag 1172045/585000
151.88/150.74	c cleaning 33999 clauses out of 68019 with flag 1242099/620000
159.97/158.81	c cleaning 34998 clauses out of 70020 with flag 1314399/656000
164.74/163.54	c cleaning 36007 clauses out of 72022 with flag 1390011/693000
173.42/172.17	c cleaning 37005 clauses out of 74016 with flag 1471016/731001
182.72/181.44	c cleaning 38000 clauses out of 76011 with flag 1551262/770001
193.16/191.88	c cleaning 39006 clauses out of 78013 with flag 1637263/810003
205.34/203.92	c cleaning 39998 clauses out of 80005 with flag 1725888/851001
217.79/216.39	c cleaning 41000 clauses out of 82008 with flag 1817788/893002
231.71/230.11	c cleaning 42000 clauses out of 84008 with flag 1911870/936002
246.77/245.19	c cleaning 43001 clauses out of 86007 with flag 2008778/980001
263.03/261.37	c cleaning 43998 clauses out of 88006 with flag 2105640/1025001
280.17/278.45	c cleaning 45003 clauses out of 90007 with flag 2205213/1071000
297.32/295.54	c cleaning 45999 clauses out of 92004 with flag 2310339/1118000
315.65/313.79	c cleaning 47001 clauses out of 94005 with flag 2415829/1166000
333.81/331.87	c cleaning 48002 clauses out of 96004 with flag 2515479/1215000
361.20/359.13	c cleaning 48992 clauses out of 98002 with flag 2615509/1265000
383.80/381.65	c cleaning 50005 clauses out of 100010 with flag 2717558/1316000
405.54/403.21	c cleaning 50994 clauses out of 102005 with flag 2821630/1368000
431.51/429.20	c cleaning 52004 clauses out of 104013 with flag 2927669/1421002
454.93/452.58	c cleaning 53004 clauses out of 106007 with flag 3035678/1475000
486.02/483.56	c cleaning 54000 clauses out of 108004 with flag 3145705/1530001
513.68/511.12	c cleaning 55001 clauses out of 110004 with flag 3258071/1586001
547.78/545.14	c cleaning 56001 clauses out of 112004 with flag 3372074/1643002
583.72/581.03	c cleaning 57002 clauses out of 114004 with flag 3488076/1701003
616.89/614.18	c cleaning 57999 clauses out of 116000 with flag 3606073/1760001
652.88/650.01	c cleaning 59000 clauses out of 118000 with flag 3726071/1820000
686.33/683.48	c cleaning 60000 clauses out of 120002 with flag 3848076/1881002
724.78/721.88	c cleaning 60997 clauses out of 122000 with flag 3972072/1943000
763.36/760.37	c cleaning 61997 clauses out of 124004 with flag 4098074/2006001
803.44/800.37	c cleaning 63002 clauses out of 126007 with flag 4226074/2070001
846.43/843.24	c cleaning 64000 clauses out of 128004 with flag 4356072/2135000
890.23/886.92	c cleaning 65001 clauses out of 130004 with flag 4488072/2201000
938.87/935.44	c cleaning 66001 clauses out of 132004 with flag 4622075/2268001
985.77/982.28	c cleaning 66998 clauses out of 134003 with flag 4758075/2336001
1029.77/1026.13	c cleaning 67999 clauses out of 136004 with flag 4896073/2405000
1083.86/1080.18	c cleaning 69000 clauses out of 138005 with flag 5036073/2475000
1141.77/1137.97	c cleaning 70002 clauses out of 140006 with flag 5178075/2546001
1200.09/1196.13	c cleaning 71002 clauses out of 142004 with flag 5322075/2618001
1269.14/1265.10	c cleaning 71993 clauses out of 144001 with flag 5468073/2691000
1333.43/1329.12	c cleaning 73005 clauses out of 146010 with flag 5616077/2765002
1406.45/1402.01	c cleaning 73998 clauses out of 148003 with flag 5766073/2840000
1479.38/1474.89	c cleaning 75001 clauses out of 150008 with flag 5918079/2916003
1552.14/1547.42	c cleaning 75997 clauses out of 152004 with flag 6072074/2993000
1626.78/1621.97	c cleaning 77004 clauses out of 154008 with flag 6228076/3071001
1709.03/1704.07	c cleaning 78000 clauses out of 156003 with flag 6386074/3150000
1784.23/1779.03	c cleaning 78995 clauses out of 158003 with flag 6546080/3230000
1800.01/1794.70	c starts		: 9441
1800.01/1794.70	c conflicts		: 3264627
1800.01/1794.70	c decisions		: 4315123
1800.01/1794.70	c propagations		: 21946571
1800.01/1794.70	c inspects		: 34788809920
1800.01/1794.70	c shortcuts		: 0
1800.01/1794.70	c learnt literals	: 1
1800.01/1794.70	c learnt binary clauses	: 0
1800.01/1794.70	c learnt ternary clauses	: 0
1800.01/1794.70	c learnt constraints	: 3264626
1800.01/1794.70	c ignored constraints	: 0
1800.01/1794.70	c root simplifications	: 0
1800.01/1794.70	c removed literals (reason simplification)	: 0
1800.01/1794.70	c reason swapping (by a shorter reason)	: 0
1800.01/1794.70	c Calls to reduceDB	: 76
1800.01/1794.70	c Number of update (reduction) of LBD	: 16707
1800.01/1794.70	c Imported unit clauses	: 0
1800.01/1794.70	c number of reductions to clauses (during analyze)	: 0
1800.01/1794.70	c number of learned constraints concerned by reduction	: 0
1800.01/1794.70	c number of learning phase by resolution	: 0
1800.01/1794.70	c timeout
1800.01/1794.70	c number of learning phase by cutting planes	: 0
1800.01/1794.70	c speed (assignments/second)	: 12231.680823078295
1800.01/1794.70	c non guided choices	10033
1800.01/1794.73	c learnt constraints type 
1800.01/1794.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113635
1800.01/1794.73	s UNKNOWN
1800.01/1794.73	c Total wall clock time (in seconds): 1794.606

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4103776-1466250270/watcher-4103776-1466250270 -o /tmp/evaluation-result-4103776-1466250270/solver-4103776-1466250270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103776-1466250270.opb 

pid=17509
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.03 2.05 2.00 3/194 17512
/proc/meminfo: memFree=28816820/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17512/stat : 17512 (java) D 17509 17512 16325 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 27072608 9515008 183 33554432000 1073741824 1073778376 140735116350992 140735116342024 206629060277 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/17512/statm: 2323 183 140 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 17512
/proc/meminfo: memFree=28816820/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 4434 0 1 0 8 1 0 0 20 0 18 0 27072608 9787879424 5034 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2389619 5034 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 17512
/proc/meminfo: memFree=28816820/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 5147 0 1 0 27 1 0 0 20 0 18 0 27072608 9787879424 6452 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2389619 6452 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300302 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 17512
/proc/meminfo: memFree=28816820/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 9780 0 1 0 51 2 0 0 20 0 18 0 27072608 9787879424 11040 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2389619 11042 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 2.03 2.05 2.00 3/194 17512
/proc/meminfo: memFree=28816820/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 12228 0 1 0 144 3 0 0 20 0 19 0 27072608 9856040960 20792 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2406260 20792 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 17531
/proc/meminfo: memFree=28735684/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 12297 0 1 0 231 4 0 0 20 0 19 0 27072608 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2406260 23912 2265 9 0 2396937 0
[pid=17512/tid=17514] ppid=17509 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/17512/task/17514/stat : 17514 (java) R 17509 17512 16325 0 -1 4202560 2494 0 1 0 144 2 0 0 20 0 19 0 27072609 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140378056256040 140377928722427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17515] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17515/stat : 17515 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377900338216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17516] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17516/stat : 17516 (java) S 17509 17512 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377899285416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17517] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17517/stat : 17517 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377898232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17512/tid=17518] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17518/stat : 17518 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377897179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17519] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17519/stat : 17519 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377896127016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17520] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17520/stat : 17520 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377895074216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17521] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17521/stat : 17521 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377894021416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17522] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17522/stat : 17522 (java) S 17509 17512 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377892968616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17523] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17523/stat : 17523 (java) S 17509 17512 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27072611 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377880558568 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17524] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17524/stat : 17524 (java) S 17509 17512 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377879504632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17525] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17525/stat : 17525 (java) S 17509 17512 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377878451720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17526] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17526/stat : 17526 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072614 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377877400208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17527] ppid=17509 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/17512/task/17527/stat : 17527 (java) S 17509 17512 16325 0 -1 4202560 4533 0 0 0 39 0 0 0 20 0 19 0 27072615 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377876347320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17528] ppid=17509 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/17512/task/17528/stat : 17528 (java) S 17509 17512 16325 0 -1 4202560 3992 0 0 0 46 0 0 0 20 0 19 0 27072615 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377875294520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17529] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17529/stat : 17529 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377874241912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17530] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17530/stat : 17530 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377873189320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17531] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17531/stat : 17531 (java) S 17509 17512 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27072655 9856040960 23912 33554432000 1073741824 1073778376 140735077051184 140377872037544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 17531
/proc/meminfo: memFree=28717004/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 12310 0 1 0 392 4 0 0 20 0 19 0 27072608 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2406260 29545 2265 9 0 2396937 0
[pid=17512/tid=17514] ppid=17509 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/17512/task/17514/stat : 17514 (java) R 17509 17512 16325 0 -1 4202560 2506 0 1 0 303 3 0 0 20 0 19 0 27072609 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140378056249040 140377928735533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17515] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17515/stat : 17515 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377900338216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17516] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17516/stat : 17516 (java) S 17509 17512 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377899285416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17517] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17517/stat : 17517 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377898232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17512/tid=17518] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17518/stat : 17518 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377897179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17519] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17519/stat : 17519 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377896127016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17520] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17520/stat : 17520 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377895074216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17521] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17521/stat : 17521 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377894021416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17522] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17522/stat : 17522 (java) S 17509 17512 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377892968616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17523] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17523/stat : 17523 (java) S 17509 17512 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27072611 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377880558568 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17524] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17524/stat : 17524 (java) S 17509 17512 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377879504632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17525] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17525/stat : 17525 (java) S 17509 17512 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377878451720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17526] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17526/stat : 17526 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072614 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377877400208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17527] ppid=17509 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17512/task/17527/stat : 17527 (java) S 17509 17512 16325 0 -1 4202560 4533 0 0 0 40 0 0 0 20 0 19 0 27072615 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377876347320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17528] ppid=17509 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/17512/task/17528/stat : 17528 (java) S 17509 17512 16325 0 -1 4202560 3993 0 0 0 46 0 0 0 20 0 19 0 27072615 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377875294520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17529] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17529/stat : 17529 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377874241912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17530] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17530/stat : 17530 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377873189320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17531] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17531/stat : 17531 (java) S 17509 17512 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27072655 9856040960 29545 33554432000 1073741824 1073778376 140735077051184 140377872037544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.03 2.04 2.00 4/213 17531
/proc/meminfo: memFree=28686212/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9625040 CPUtime=7.19 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 12451 0 1 0 714 5 0 0 20 0 19 0 27072608 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2406260 36112 2266 9 0 2396937 0
[pid=17512/tid=17514] ppid=17509 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/17512/task/17514/stat : 17514 (java) R 17509 17512 16325 0 -1 4202560 2520 0 1 0 622 4 0 0 20 0 19 0 27072609 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140378056249024 140377928865308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17515] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17515/stat : 17515 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377900338216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17516] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17516/stat : 17516 (java) S 17509 17512 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377899285416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17517] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17517/stat : 17517 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377898232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17512/tid=17518] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17518/stat : 17518 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377897179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17519] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17519/stat : 17519 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377896127016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17520] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17520/stat : 17520 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377895074216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17521] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17521/stat : 17521 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377894021416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17522] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17522/stat : 17522 (java) S 17509 17512 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27072610 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377892968616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17523] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17523/stat : 17523 (java) S 17509 17512 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27072611 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377880558568 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17524] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17524/stat : 17524 (java) S 17509 17512 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377879504632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17525] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17525/stat : 17525 (java) S 17509 17512 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377878451720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17526] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17526/stat : 17526 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072614 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377877400208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17527] ppid=17509 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17512/task/17527/stat : 17527 (java) S 17509 17512 16325 0 -1 4202560 4533 0 0 0 40 0 0 0 20 0 19 0 27072615 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377876347320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17528] ppid=17509 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17512/task/17528/stat : 17528 (java) S 17509 17512 16325 0 -1 4202560 4119 0 0 0 49 0 0 0 20 0 19 0 27072615 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377875294520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17529] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17529/stat : 17529 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377874241912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17530] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17530/stat : 17530 (java) S 17509 17512 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377873189320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17531] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17531/stat : 17531 (java) S 17509 17512 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27072655 9856040960 36112 33554432000 1073741824 1073778376 140735077051184 140377872037544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9625040


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

[pid=17512/tid=17524] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17524/stat : 17524 (java) S 17509 17512 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377879504632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17525] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17525/stat : 17525 (java) S 17509 17512 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377878451720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17526] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17526/stat : 17526 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072614 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377877400208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17527] ppid=17509 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17512/task/17527/stat : 17527 (java) S 17509 17512 16325 0 -1 4202560 4533 0 0 0 40 0 0 0 20 0 19 0 27072615 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377876347320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17528] ppid=17509 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17512/task/17528/stat : 17528 (java) S 17509 17512 16325 0 -1 4202560 4126 0 0 0 52 0 0 0 20 0 19 0 27072615 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377875294520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17529] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17529/stat : 17529 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377874241912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17530] ppid=17509 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/17512/task/17530/stat : 17530 (java) S 17509 17512 16325 0 -1 4202560 100 0 0 0 22 26 0 0 20 0 19 0 27072615 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377873189320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17531] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17531/stat : 17531 (java) S 17509 17512 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27072655 9856040960 86796 33554432000 1073741824 1073778376 140735077051184 140377872037544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/213 17729
/proc/meminfo: memFree=30646824/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9625040 CPUtime=1787.55 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 15956 0 1 0 178673 82 0 0 20 0 19 0 27072608 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2406260 86015 2288 9 0 2396937 0
[pid=17512/tid=17514] ppid=17509 vsize=9625040 CPUtime=1779.4 cores=0,2,4,6
/proc/17512/task/17514/stat : 17514 (java) R 17509 17512 16325 0 -1 4202560 2637 0 1 0 177906 34 0 0 20 0 19 0 27072609 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140378056256736 140377928865368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17515] ppid=17509 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17512/task/17515/stat : 17515 (java) S 17509 17512 16325 0 -1 4202560 559 0 0 0 72 7 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377900338216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17516] ppid=17509 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/17512/task/17516/stat : 17516 (java) S 17509 17512 16325 0 -1 4202560 116 0 0 0 65 5 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377899285416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17512/tid=17517] ppid=17509 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17512/task/17517/stat : 17517 (java) S 17509 17512 16325 0 -1 4202560 420 0 0 0 72 6 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377898232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17518] ppid=17509 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17512/task/17518/stat : 17518 (java) S 17509 17512 16325 0 -1 4202560 433 0 0 0 70 8 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377897179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17519] ppid=17509 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/17512/task/17519/stat : 17519 (java) S 17509 17512 16325 0 -1 4202560 645 0 0 0 79 8 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377896127016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17520] ppid=17509 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17512/task/17520/stat : 17520 (java) S 17509 17512 16325 0 -1 4202560 225 0 0 0 64 5 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377895074216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17512/tid=17521] ppid=17509 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/17512/task/17521/stat : 17521 (java) S 17509 17512 16325 0 -1 4202560 391 0 0 0 64 4 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377894021416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17522] ppid=17509 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/17512/task/17522/stat : 17522 (java) S 17509 17512 16325 0 -1 4202560 248 0 0 0 66 6 0 0 20 0 19 0 27072610 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377892968616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17523] ppid=17509 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17512/task/17523/stat : 17523 (java) S 17509 17512 16325 0 -1 4202560 256 0 0 0 97 3 0 0 20 0 19 0 27072611 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377880558568 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17524] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17524/stat : 17524 (java) S 17509 17512 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377879504632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17525] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17525/stat : 17525 (java) S 17509 17512 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377878451720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17526] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17526/stat : 17526 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072614 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377877400208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17527] ppid=17509 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17512/task/17527/stat : 17527 (java) S 17509 17512 16325 0 -1 4202560 4533 0 0 0 40 0 0 0 20 0 19 0 27072615 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377876347320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17528] ppid=17509 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17512/task/17528/stat : 17528 (java) S 17509 17512 16325 0 -1 4202560 4126 0 0 0 52 0 0 0 20 0 19 0 27072615 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377875294520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17529] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17529/stat : 17529 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377874241912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17530] ppid=17509 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17512/task/17530/stat : 17530 (java) S 17509 17512 16325 0 -1 4202560 104 0 0 0 23 26 0 0 20 0 19 0 27072615 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377873189320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17531] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17531/stat : 17531 (java) S 17509 17512 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27072655 9856040960 86015 33554432000 1073741824 1073778376 140735077051184 140377872037544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 17729
/proc/meminfo: memFree=30650068/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 15958 0 1 0 179919 82 0 0 20 0 19 0 27072608 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2406260 85550 2288 9 0 2396937 0
[pid=17512/tid=17514] ppid=17509 vsize=9625040 CPUtime=1791.77 cores=0,2,4,6
/proc/17512/task/17514/stat : 17514 (java) R 17509 17512 16325 0 -1 4202560 2639 0 1 0 179143 34 0 0 20 0 19 0 27072609 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140378056256736 140377928824289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17515] ppid=17509 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17512/task/17515/stat : 17515 (java) S 17509 17512 16325 0 -1 4202560 559 0 0 0 73 7 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377900338216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17516] ppid=17509 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/17512/task/17516/stat : 17516 (java) S 17509 17512 16325 0 -1 4202560 116 0 0 0 67 5 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377899285416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17517] ppid=17509 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17512/task/17517/stat : 17517 (java) S 17509 17512 16325 0 -1 4202560 420 0 0 0 72 6 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377898232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17518] ppid=17509 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17512/task/17518/stat : 17518 (java) S 17509 17512 16325 0 -1 4202560 433 0 0 0 72 8 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377897179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17519] ppid=17509 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17512/task/17519/stat : 17519 (java) S 17509 17512 16325 0 -1 4202560 645 0 0 0 80 8 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377896127016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17520] ppid=17509 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/17512/task/17520/stat : 17520 (java) S 17509 17512 16325 0 -1 4202560 225 0 0 0 66 5 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377895074216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17521] ppid=17509 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17512/task/17521/stat : 17521 (java) S 17509 17512 16325 0 -1 4202560 391 0 0 0 65 4 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377894021416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17522] ppid=17509 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/17512/task/17522/stat : 17522 (java) S 17509 17512 16325 0 -1 4202560 248 0 0 0 67 6 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377892968616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17512/tid=17523] ppid=17509 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17512/task/17523/stat : 17523 (java) S 17509 17512 16325 0 -1 4202560 256 0 0 0 97 3 0 0 20 0 19 0 27072611 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377880558568 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17524] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17524/stat : 17524 (java) S 17509 17512 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377879504632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17525] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17525/stat : 17525 (java) S 17509 17512 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377878451720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17526] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17526/stat : 17526 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072614 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377877400208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17527] ppid=17509 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17512/task/17527/stat : 17527 (java) S 17509 17512 16325 0 -1 4202560 4533 0 0 0 40 0 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377876347320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17528] ppid=17509 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17512/task/17528/stat : 17528 (java) S 17509 17512 16325 0 -1 4202560 4126 0 0 0 52 0 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377875294520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17529] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17529/stat : 17529 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377874241912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17530] ppid=17509 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17512/task/17530/stat : 17530 (java) S 17509 17512 16325 0 -1 4202560 104 0 0 0 23 26 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377873189320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17531] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17531/stat : 17531 (java) S 17509 17512 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27072655 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377872037544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17512 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.7 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 17729
/proc/meminfo: memFree=30650068/32872528 swapFree=534252/566956
[pid=17512] ppid=17509 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/17512/stat : 17512 (java) S 17509 17512 16325 0 -1 4202496 15958 0 1 0 179919 82 0 0 20 0 19 0 27072608 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140735077042320 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17512/statm: 2406260 85550 2288 9 0 2396937 0
[pid=17512/tid=17514] ppid=17509 vsize=9625040 CPUtime=1791.77 cores=0,2,4,6
/proc/17512/task/17514/stat : 17514 (java) R 17509 17512 16325 0 -1 4202560 2639 0 1 0 179143 34 0 0 20 0 19 0 27072609 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140378056256736 140377928824289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17515] ppid=17509 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17512/task/17515/stat : 17515 (java) S 17509 17512 16325 0 -1 4202560 559 0 0 0 73 7 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377900338216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17516] ppid=17509 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/17512/task/17516/stat : 17516 (java) S 17509 17512 16325 0 -1 4202560 116 0 0 0 67 5 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377899285416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17517] ppid=17509 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17512/task/17517/stat : 17517 (java) S 17509 17512 16325 0 -1 4202560 420 0 0 0 72 6 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377898232616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17518] ppid=17509 vsize=9625040 CPUtime=0.8 cores=0,2,4,6
/proc/17512/task/17518/stat : 17518 (java) S 17509 17512 16325 0 -1 4202560 433 0 0 0 72 8 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377897179816 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17519] ppid=17509 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/17512/task/17519/stat : 17519 (java) S 17509 17512 16325 0 -1 4202560 645 0 0 0 80 8 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377896127016 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17520] ppid=17509 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/17512/task/17520/stat : 17520 (java) S 17509 17512 16325 0 -1 4202560 225 0 0 0 66 5 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377895074216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17521] ppid=17509 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17512/task/17521/stat : 17521 (java) S 17509 17512 16325 0 -1 4202560 391 0 0 0 65 4 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377894021416 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17522] ppid=17509 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/17512/task/17522/stat : 17522 (java) S 17509 17512 16325 0 -1 4202560 248 0 0 0 67 6 0 0 20 0 19 0 27072610 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377892968616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17512/tid=17523] ppid=17509 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/17512/task/17523/stat : 17523 (java) S 17509 17512 16325 0 -1 4202560 256 0 0 0 97 3 0 0 20 0 19 0 27072611 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377880558568 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17512/tid=17524] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17524/stat : 17524 (java) S 17509 17512 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377879504632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17525] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17525/stat : 17525 (java) S 17509 17512 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27072612 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377878451720 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17526] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17526/stat : 17526 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072614 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377877400208 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17527] ppid=17509 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/17512/task/17527/stat : 17527 (java) S 17509 17512 16325 0 -1 4202560 4533 0 0 0 40 0 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377876347320 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17528] ppid=17509 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/17512/task/17528/stat : 17528 (java) S 17509 17512 16325 0 -1 4202560 4126 0 0 0 52 0 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377875294520 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17529] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17529/stat : 17529 (java) S 17509 17512 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377874241912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17512/tid=17530] ppid=17509 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17512/task/17530/stat : 17530 (java) S 17509 17512 16325 0 -1 4202560 104 0 0 0 23 26 0 0 20 0 19 0 27072615 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377873189320 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17512/tid=17531] ppid=17509 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17512/task/17531/stat : 17531 (java) S 17509 17512 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27072655 9856040960 85550 33554432000 1073741824 1073778376 140735077051184 140377872037544 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1794.73
CPU time (s): 1800.61
CPU user time (s): 1799.35
CPU system time (s): 1.26381
CPU usage (%): 100.327
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.26381
maximum resident set size= 537852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15998
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41140
involuntary context switches= 22869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5894 second user time and 13.187 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 13:44:30
IDJOB=4103776
IDBENCH=2457
IDSOLVER=2546
FILE ID=node138/4103776-1466250270
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103776-1466250270/watcher-4103776-1466250270 -o /tmp/evaluation-result-4103776-1466250270/solver-4103776-1466250270 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103776-1466250270.opb

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

MD5SUM BENCH= 4f19aa044e880280faec0077a2509ba8
RANDOM SEED=494424300

node138.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.395
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	: 5332.79
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.395
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	: 5332.55
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.395
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	: 5332.55
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.395
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	: 5332.55
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.395
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	: 5332.55
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.395
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	: 5332.55
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.395
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	: 5332.54
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.395
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28816976 kB
Buffers:          126160 kB
Cached:           149796 kB
SwapCached:         1060 kB
Active:          2563580 kB
Inactive:         183384 kB
Active(anon):    2471552 kB
Inactive(anon):     1692 kB
Active(file):      92028 kB
Inactive(file):   181692 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:              1324 kB
Writeback:             0 kB
AnonPages:       3037688 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             605056 kB
SReclaimable:      48524 kB
SUnreclaim:       556532 kB
KernelStack:        1608 kB
PageTables:        10028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3824560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2467840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node138 at 2016-06-18 14:14:25