Trace number 4103148

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.02 1794.55

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3702.opb
MD5SUMd696f4100af4494c851a4f1a4044ecb8
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4827154397
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29701186548799
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29701186548799
Number of bits of the biggest sum of numbers45
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-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103148-1466233071.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
2.19/1.58	c ... done. Wall clock time 1.473s.
2.19/1.58	c declared #vars     155000
2.19/1.58	c #constraints  5300
2.19/1.58	c constraints type 
2.19/1.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.19/1.58	c 5300 constraints processed.
2.19/1.58	c objective function length is 155000 literals
6.28/4.91	c cleaning 2500 clauses out of 5000 with flag 11776/5000
9.13/7.50	c cleaning 4250 clauses out of 8500 with flag 23776/11000
12.33/10.79	c cleaning 5625 clauses out of 11250 with flag 37882/18000
19.30/17.56	c cleaning 6813 clauses out of 13625 with flag 54332/26000
29.71/27.97	c cleaning 7907 clauses out of 15813 with flag 72983/35001
41.27/39.35	c cleaning 8953 clauses out of 17905 with flag 94135/45000
59.97/58.02	c cleaning 9977 clauses out of 19954 with flag 117081/56002
81.15/79.01	c cleaning 10981 clauses out of 21975 with flag 142214/68000
92.87/90.71	c cleaning 11994 clauses out of 23996 with flag 169573/81002
96.78/94.66	c cleaning 12989 clauses out of 26002 with flag 199499/95002
102.28/100.15	c cleaning 13994 clauses out of 28012 with flag 235228/110001
106.79/104.25	c cleaning 14987 clauses out of 30017 with flag 268058/126000
110.69/108.12	c cleaning 15995 clauses out of 32031 with flag 302765/143001
115.39/112.86	c cleaning 17000 clauses out of 34038 with flag 340090/161003
120.49/117.92	c cleaning 17997 clauses out of 36035 with flag 379925/180000
126.49/123.95	c cleaning 18998 clauses out of 38038 with flag 421398/200000
133.59/131.06	c cleaning 19998 clauses out of 40040 with flag 464358/221000
140.98/138.45	c cleaning 20998 clauses out of 42046 with flag 509783/243004
149.28/146.79	c cleaning 21999 clauses out of 44046 with flag 557567/266002
158.28/155.77	c cleaning 23003 clauses out of 46046 with flag 607455/290001
168.48/165.99	c cleaning 24000 clauses out of 48043 with flag 659465/315001
180.17/177.63	c cleaning 24999 clauses out of 50042 with flag 713124/341000
192.18/189.61	c cleaning 26000 clauses out of 52043 with flag 768714/368000
204.57/202.00	c cleaning 27002 clauses out of 54044 with flag 826931/396001
218.87/216.30	c cleaning 27997 clauses out of 56041 with flag 887218/425000
233.07/230.51	c cleaning 29004 clauses out of 58046 with flag 950207/455002
248.67/246.14	c cleaning 30002 clauses out of 60040 with flag 1014957/486000
265.97/263.44	c cleaning 30992 clauses out of 62038 with flag 1080540/518000
283.76/281.24	c cleaning 31998 clauses out of 64049 with flag 1148281/551003
302.63/299.79	c cleaning 32998 clauses out of 66048 with flag 1217880/585000
321.24/318.33	c cleaning 33997 clauses out of 68050 with flag 1289785/620000
340.04/337.16	c cleaning 34995 clauses out of 70053 with flag 1363656/656000
360.15/357.23	c cleaning 36004 clauses out of 72061 with flag 1439693/693003
381.25/378.35	c cleaning 37000 clauses out of 74055 with flag 1517966/731001
405.06/402.15	c cleaning 38001 clauses out of 76060 with flag 1597963/770006
427.46/424.59	c cleaning 39000 clauses out of 78057 with flag 1680996/810004
454.07/451.15	c cleaning 39999 clauses out of 80058 with flag 1764536/851005
477.36/474.44	c cleaning 40997 clauses out of 82054 with flag 1850007/893000
504.56/501.62	c cleaning 42000 clauses out of 84058 with flag 1938214/936001
529.76/526.84	c cleaning 42996 clauses out of 86057 with flag 2028655/980000
558.57/555.61	c cleaning 44000 clauses out of 88062 with flag 2121146/1025001
589.76/586.05	c cleaning 45002 clauses out of 90061 with flag 2216387/1071000
618.68/614.98	c cleaning 46000 clauses out of 92059 with flag 2313687/1118000
650.58/646.81	c cleaning 47000 clauses out of 94061 with flag 2413314/1166002
684.58/680.82	c cleaning 48001 clauses out of 96064 with flag 2515071/1215005
718.29/714.50	c cleaning 49003 clauses out of 98065 with flag 2618240/1265007
753.89/750.12	c cleaning 49993 clauses out of 100056 with flag 2723549/1316001
792.30/788.54	c cleaning 50998 clauses out of 102062 with flag 2830891/1368000
836.20/832.45	c cleaning 52002 clauses out of 104065 with flag 2938971/1421001
889.91/885.51	c cleaning 53002 clauses out of 106062 with flag 3049258/1475000
938.32/933.95	c cleaning 53994 clauses out of 108060 with flag 3161504/1530000
994.72/990.39	c cleaning 55008 clauses out of 110074 with flag 3276540/1586008
1060.13/1055.72	c cleaning 55999 clauses out of 112058 with flag 3392732/1643000
1124.73/1120.32	c cleaning 57001 clauses out of 114059 with flag 3511523/1701000
1193.45/1189.07	c cleaning 58003 clauses out of 116059 with flag 3631492/1760001
1254.66/1250.21	c cleaning 58997 clauses out of 118058 with flag 3752619/1820003
1337.87/1333.47	c cleaning 60002 clauses out of 120064 with flag 3876024/1881006
1411.22/1406.11	c cleaning 60997 clauses out of 122056 with flag 4002010/1943000
1468.63/1463.57	c cleaning 62005 clauses out of 124063 with flag 4130278/2006004
1556.64/1551.55	c cleaning 62995 clauses out of 126054 with flag 4258965/2070000
1647.77/1642.69	c cleaning 64002 clauses out of 128062 with flag 4389556/2135003
1733.71/1728.22	c cleaning 64997 clauses out of 130057 with flag 4521739/2201000
1800.02/1794.50	c starts		: 21
1800.02/1794.50	c conflicts		: 2262082
1800.02/1794.50	c decisions		: 2411432
1800.02/1794.50	c propagations		: 73929836
1800.02/1794.50	c inspects		: 24967356144
1800.02/1794.50	c shortcuts		: 0
1800.02/1794.50	c learnt literals	: 0
1800.02/1794.50	c learnt binary clauses	: 0
1800.02/1794.50	c learnt ternary clauses	: 0
1800.02/1794.50	c learnt constraints	: 2262082
1800.02/1794.50	c ignored constraints	: 0
1800.02/1794.50	c root simplifications	: 0
1800.02/1794.50	c removed literals (reason simplification)	: 0
1800.02/1794.50	c reason swapping (by a shorter reason)	: 0
1800.02/1794.50	c Calls to reduceDB	: 62
1800.02/1794.50	c Number of update (reduction) of LBD	: 47041
1800.02/1794.50	c Imported unit clauses	: 0
1800.02/1794.50	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.50	c number of learned constraints concerned by reduction	: 0
1800.02/1794.50	c number of learning phase by resolution	: 0
1800.02/1794.50	c number of learning phase by cutting planes	: 0
1800.02/1794.50	c speed (assignments/second)	: 41237.42445413142
1800.02/1794.50	c non guided choices	70460
1800.02/1794.53	c timeout
1800.02/1794.53	c learnt constraints type 
1800.02/1794.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126142
1800.02/1794.53	s UNKNOWN
1800.02/1794.53	c Total wall clock time (in seconds): 1794.423

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-4103148-1466233071/watcher-4103148-1466233071 -o /tmp/evaluation-result-4103148-1466233071/solver-4103148-1466233071 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103148-1466233071.opb 

pid=10511
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.87 2.48 2.28 3/196 10514
/proc/meminfo: memFree=25693152/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 25353524 94019584 912 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 22954 915 696 9 0 16769 0
[pid=10514/tid=10515] ppid=10511 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) D 10511 10514 4518 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 25353524 94019584 916 33554432000 1073741824 1073778376 140735974384064 139891756748328 273896533287 0 0 4096 0 18446744072100756772 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.87 2.48 2.28 3/196 10514
/proc/meminfo: memFree=25693152/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 4412 0 1 0 9 1 0 0 20 0 18 0 25353524 9787879424 6041 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2389619 6041 2140 9 0 2380296 0
[pid=10514/tid=10515] ppid=10511 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 25353524 9787879424 6041 33554432000 1073741824 1073778376 140735974384064 139891756751776 273909080501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.87 2.48 2.28 3/196 10514
/proc/meminfo: memFree=25693152/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 5125 0 1 0 29 1 0 0 20 0 18 0 25353524 9787879424 8151 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2389619 8151 2221 9 0 2380296 0
[pid=10514/tid=10515] ppid=10511 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 25353524 9787879424 8151 33554432000 1073741824 1073778376 140735974384064 139891756751776 139891761019969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 2.87 2.48 2.28 3/196 10514
/proc/meminfo: memFree=25693152/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 5898 0 1 0 46 1 0 0 20 0 18 0 25353524 9787879424 13759 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2389619 13759 2231 9 0 2380296 0
[pid=10514/tid=10515] ppid=10511 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 25353524 9787879424 13759 33554432000 1073741824 1073778376 140735974384064 139891756751776 139891598312941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700218 s]
/proc/loadavg: 2.87 2.48 2.28 3/196 10514
/proc/meminfo: memFree=25693152/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9558476 CPUtime=1.16 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 6401 0 1 0 109 7 0 0 20 0 18 0 25353524 9787879424 46110 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2389619 46110 2257 9 0 2380296 0
[pid=10514/tid=10515] ppid=10511 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) S 10511 10514 4518 0 -1 4202560 2461 0 1 0 60 3 0 0 20 0 18 0 25353524 9787879424 46110 33554432000 1073741824 1073778376 140735974384064 139891756750696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.80 2.47 2.28 4/214 10532
/proc/meminfo: memFree=25456376/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9558476 CPUtime=2.19 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 6955 0 1 0 203 16 0 0 20 0 18 0 25353524 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2389619 71104 2262 9 0 2380296 0
[pid=10514/tid=10515] ppid=10511 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 2482 0 1 0 131 4 0 0 20 0 18 0 25353524 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891756744672 139891598360366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10517] ppid=10511 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/10514/task/10517/stat : 10517 (java) S 10511 10514 4518 0 -1 4202560 117 0 0 0 2 2 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891718245160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10518] ppid=10511 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/10514/task/10518/stat : 10518 (java) S 10511 10514 4518 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891717192360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10519] ppid=10511 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/10514/task/10519/stat : 10519 (java) S 10511 10514 4518 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891597896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10520] ppid=10511 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/10514/task/10520/stat : 10520 (java) S 10511 10514 4518 0 -1 4202560 125 0 0 0 6 2 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891596843944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10521] ppid=10511 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/10514/task/10521/stat : 10521 (java) S 10511 10514 4518 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891595790632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10522] ppid=10511 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/10514/task/10522/stat : 10522 (java) S 10511 10514 4518 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891594737832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10523] ppid=10511 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/10514/task/10523/stat : 10523 (java) S 10511 10514 4518 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891593685544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10524] ppid=10511 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10514/task/10524/stat : 10524 (java) S 10511 10514 4518 0 -1 4202560 130 0 0 0 5 2 0 0 20 0 18 0 25353525 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891592632744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10525] ppid=10511 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10525/stat : 10525 (java) S 10511 10514 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25353526 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891110304488 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10526] ppid=10511 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10526/stat : 10526 (java) S 10511 10514 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25353527 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891109250552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10527] ppid=10511 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10527/stat : 10527 (java) S 10511 10514 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25353527 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891108198152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10528] ppid=10511 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10528/stat : 10528 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25353529 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891107146640 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10529] ppid=10511 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/10514/task/10529/stat : 10529 (java) S 10511 10514 4518 0 -1 4202560 1268 0 0 0 18 0 0 0 20 0 18 0 25353529 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891106093240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10530] ppid=10511 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10514/task/10530/stat : 10530 (java) S 10511 10514 4518 0 -1 4202560 1332 0 0 0 17 0 0 0 20 0 18 0 25353529 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891105040440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10531] ppid=10511 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10531/stat : 10531 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25353529 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891103988344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10532] ppid=10511 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10532/stat : 10532 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25353529 9787879424 71104 33554432000 1073741824 1073778376 140735974384064 139891102935752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 2.80 2.47 2.28 3/215 10533
/proc/meminfo: memFree=25366448/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9625040 CPUtime=4.47 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 11190 0 1 0 422 25 0 0 20 0 19 0 25353524 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2406260 101648 2274 9 0 2396937 0
[pid=10514/tid=10515] ppid=10511 vsize=9625040 CPUtime=2.89 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 2527 0 1 0 283 6 0 0 20 0 19 0 25353524 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891756752280 139891598648501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10517] ppid=10511 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10514/task/10517/stat : 10517 (java) S 10511 10514 4518 0 -1 4202560 123 0 0 0 4 2 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891718245160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10518] ppid=10511 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10514/task/10518/stat : 10518 (java) S 10511 10514 4518 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891717192360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10519] ppid=10511 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10514/task/10519/stat : 10519 (java) S 10511 10514 4518 0 -1 4202560 104 0 0 0 3 2 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891597896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10520] ppid=10511 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/10514/task/10520/stat : 10520 (java) S 10511 10514 4518 0 -1 4202560 134 0 0 0 8 2 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891596843944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10521] ppid=10511 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/10514/task/10521/stat : 10521 (java) S 10511 10514 4518 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891595790632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10522] ppid=10511 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10514/task/10522/stat : 10522 (java) S 10511 10514 4518 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891594737832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10523] ppid=10511 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/10514/task/10523/stat : 10523 (java) S 10511 10514 4518 0 -1 4202560 42 0 0 0 4 3 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891593685544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10524] ppid=10511 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/10514/task/10524/stat : 10524 (java) S 10511 10514 4518 0 -1 4202560 137 0 0 0 6 3 0 0 20 0 19 0 25353525 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891592632744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10525] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10525/stat : 10525 (java) S 10511 10514 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25353526 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891110304488 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10526] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10526/stat : 10526 (java) S 10511 10514 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891109250552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10527] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10527/stat : 10527 (java) S 10511 10514 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891108198152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10528] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10528/stat : 10528 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891107146640 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10529] ppid=10511 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/10514/task/10529/stat : 10529 (java) S 10511 10514 4518 0 -1 4202560 4027 0 0 0 51 0 0 0 20 0 19 0 25353529 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891106093240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10530] ppid=10511 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/10514/task/10530/stat : 10530 (java) S 10511 10514 4518 0 -1 4202560 2533 0 0 0 36 0 0 0 20 0 19 0 25353529 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891105040440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10531] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10531/stat : 10531 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891103988344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10532] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10532/stat : 10532 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891102935752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10533] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10533/stat : 10533 (java) S 10511 10514 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25353696 9856040960 101648 33554432000 1073741824 1073778376 140735974384064 139891101881768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.74 2.46 2.28 3/215 10533
/proc/meminfo: memFree=25242308/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9625040 CPUtime=7.71 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 11196 0 1 0 746 25 0 0 20 0 19 0 25353524 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2406260 101301 2278 9 0 2396937 0
[pid=10514/tid=10515] ppid=10511 vsize=9625040 CPUtime=6.08 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 2528 0 1 0 602 6 0 0 20 0 19 0 25353524 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891756744400 139891598548409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10517] ppid=10511 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10514/task/10517/stat : 10517 (java) S 10511 10514 4518 0 -1 4202560 123 0 0 0 4 2 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891718245160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10518] ppid=10511 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10514/task/10518/stat : 10518 (java) S 10511 10514 4518 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891717192360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10519] ppid=10511 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10514/task/10519/stat : 10519 (java) S 10511 10514 4518 0 -1 4202560 104 0 0 0 3 2 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891597896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10520] ppid=10511 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/10514/task/10520/stat : 10520 (java) S 10511 10514 4518 0 -1 4202560 134 0 0 0 8 2 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891596843944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10521] ppid=10511 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/10514/task/10521/stat : 10521 (java) S 10511 10514 4518 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891595790632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10522] ppid=10511 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10514/task/10522/stat : 10522 (java) S 10511 10514 4518 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891594737832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10523] ppid=10511 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/10514/task/10523/stat : 10523 (java) S 10511 10514 4518 0 -1 4202560 42 0 0 0 4 3 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891593685544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10524] ppid=10511 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/10514/task/10524/stat : 10524 (java) S 10511 10514 4518 0 -1 4202560 137 0 0 0 6 3 0 0 20 0 19 0 25353525 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891592632744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10525] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10525/stat : 10525 (java) S 10511 10514 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 25353526 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891110304488 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10526] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10526/stat : 10526 (java) S 10511 10514 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891109250552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10527] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10527/stat : 10527 (java) S 10511 10514 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891108198152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10528] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10528/stat : 10528 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891107146640 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10529] ppid=10511 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/10514/task/10529/stat : 10529 (java) S 10511 10514 4518 0 -1 4202560 4032 0 0 0 54 0 0 0 20 0 19 0 25353529 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891106093240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10530] ppid=10511 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/10514/task/10530/stat : 10530 (java) S 10511 10514 4518 0 -1 4202560 2533 0 0 0 37 0 0 0 20 0 19 0 25353529 9856040960 101301 33554432000 1073741824 1073778376 140735974384064 139891105040440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10531] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=10514/tid=10533] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10533/stat : 10533 (java) S 10511 10514 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25353696 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891101881768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.81
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.41 2.37 2.30 3/215 10665
/proc/meminfo: memFree=26010056/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9625040 CPUtime=1787.82 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 29477 0 1 0 178545 237 0 0 20 0 19 0 25353524 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2406260 860470 2286 9 0 2396937 0
[pid=10514/tid=10515] ppid=10511 vsize=9625040 CPUtime=1774.36 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 3916 0 1 0 177379 57 0 0 20 0 19 0 25353524 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891756744400 139891598592147 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10517] ppid=10511 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10514/task/10517/stat : 10517 (java) S 10511 10514 4518 0 -1 4202560 2319 0 0 0 38 17 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891718245160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10518] ppid=10511 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10514/task/10518/stat : 10518 (java) S 10511 10514 4518 0 -1 4202560 4354 0 0 0 40 19 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891717192360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10519] ppid=10511 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10514/task/10519/stat : 10519 (java) S 10511 10514 4518 0 -1 4202560 1691 0 0 0 52 21 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891597896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10520] ppid=10511 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10514/task/10520/stat : 10520 (java) S 10511 10514 4518 0 -1 4202560 2313 0 0 0 54 22 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891596843944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10521] ppid=10511 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/10514/task/10521/stat : 10521 (java) S 10511 10514 4518 0 -1 4202560 1451 0 0 0 49 29 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891595790632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10522] ppid=10511 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10514/task/10522/stat : 10522 (java) S 10511 10514 4518 0 -1 4202560 1378 0 0 0 51 25 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891594737832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10523] ppid=10511 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10514/task/10523/stat : 10523 (java) S 10511 10514 4518 0 -1 4202560 1342 0 0 0 47 25 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891593685544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10524] ppid=10511 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/10514/task/10524/stat : 10524 (java) S 10511 10514 4518 0 -1 4202560 979 0 0 0 63 21 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891592632744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10525] ppid=10511 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/10514/task/10525/stat : 10525 (java) S 10511 10514 4518 0 -1 4202560 1806 0 0 0 171 3 0 0 20 0 19 0 25353526 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891110304488 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10526] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10526/stat : 10526 (java) S 10511 10514 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891109250552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10527] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10527/stat : 10527 (java) S 10511 10514 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891108198152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10528] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10528/stat : 10528 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891107146640 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10529] ppid=10511 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/10514/task/10529/stat : 10529 (java) S 10511 10514 4518 0 -1 4202560 4032 0 0 0 58 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891106093240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10530] ppid=10511 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/10514/task/10530/stat : 10530 (java) S 10511 10514 4518 0 -1 4202560 2536 0 0 0 42 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891105040440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10531] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10531/stat : 10531 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891103988344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10532] ppid=10511 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/10514/task/10532/stat : 10532 (java) S 10511 10514 4518 0 -1 4202560 103 0 0 0 31 30 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891102935752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10533] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10533/stat : 10533 (java) S 10511 10514 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25353696 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891101881768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.82
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.42 2.37 2.30 3/215 10666
/proc/meminfo: memFree=25932568/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 29477 0 1 0 179765 237 0 0 20 0 19 0 25353524 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2406260 860470 2286 9 0 2396937 0
[pid=10514/tid=10515] ppid=10511 vsize=9625040 CPUtime=1786.53 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 3916 0 1 0 178595 58 0 0 20 0 19 0 25353524 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891756744400 139891598759723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10517] ppid=10511 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10514/task/10517/stat : 10517 (java) S 10511 10514 4518 0 -1 4202560 2319 0 0 0 38 17 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891718245160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10518] ppid=10511 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10514/task/10518/stat : 10518 (java) S 10511 10514 4518 0 -1 4202560 4354 0 0 0 40 19 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891717192360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10519] ppid=10511 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10514/task/10519/stat : 10519 (java) S 10511 10514 4518 0 -1 4202560 1691 0 0 0 52 21 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891597896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10520] ppid=10511 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10514/task/10520/stat : 10520 (java) S 10511 10514 4518 0 -1 4202560 2313 0 0 0 54 22 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891596843944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10521] ppid=10511 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/10514/task/10521/stat : 10521 (java) S 10511 10514 4518 0 -1 4202560 1451 0 0 0 49 29 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891595790632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10522] ppid=10511 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10514/task/10522/stat : 10522 (java) S 10511 10514 4518 0 -1 4202560 1378 0 0 0 51 25 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891594737832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10523] ppid=10511 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10514/task/10523/stat : 10523 (java) S 10511 10514 4518 0 -1 4202560 1342 0 0 0 47 25 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891593685544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10524] ppid=10511 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/10514/task/10524/stat : 10524 (java) S 10511 10514 4518 0 -1 4202560 979 0 0 0 63 21 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891592632744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10525] ppid=10511 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/10514/task/10525/stat : 10525 (java) S 10511 10514 4518 0 -1 4202560 1806 0 0 0 171 3 0 0 20 0 19 0 25353526 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891110304488 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10526] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10526/stat : 10526 (java) S 10511 10514 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891109250552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10527] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10527/stat : 10527 (java) S 10511 10514 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891108198152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10528] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10528/stat : 10528 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891107146640 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10529] ppid=10511 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/10514/task/10529/stat : 10529 (java) S 10511 10514 4518 0 -1 4202560 4032 0 0 0 58 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891106093240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10530] ppid=10511 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/10514/task/10530/stat : 10530 (java) S 10511 10514 4518 0 -1 4202560 2536 0 0 0 42 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891105040440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10531] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10531/stat : 10531 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891103988344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10532] ppid=10511 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/10514/task/10532/stat : 10532 (java) S 10511 10514 4518 0 -1 4202560 103 0 0 0 31 30 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891102935752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10533] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10533/stat : 10533 (java) S 10511 10514 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25353696 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891101881768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 10514 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.5 s]
/proc/loadavg: 2.42 2.37 2.30 3/215 10666
/proc/meminfo: memFree=25932568/32872528 swapFree=1482636/1662508
[pid=10514] ppid=10511 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/10514/stat : 10514 (java) S 10511 10514 4518 0 -1 4202496 29477 0 1 0 179765 237 0 0 20 0 19 0 25353524 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 140735974375200 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10514/statm: 2406260 860470 2286 9 0 2396937 0
[pid=10514/tid=10515] ppid=10511 vsize=9625040 CPUtime=1786.53 cores=0,2,4,6
/proc/10514/task/10515/stat : 10515 (java) R 10511 10514 4518 0 -1 4202560 3916 0 1 0 178595 58 0 0 20 0 19 0 25353524 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891756744400 139891598759723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10517] ppid=10511 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10514/task/10517/stat : 10517 (java) S 10511 10514 4518 0 -1 4202560 2319 0 0 0 38 17 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891718245160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10518] ppid=10511 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10514/task/10518/stat : 10518 (java) S 10511 10514 4518 0 -1 4202560 4354 0 0 0 40 19 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891717192360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10519] ppid=10511 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/10514/task/10519/stat : 10519 (java) S 10511 10514 4518 0 -1 4202560 1691 0 0 0 52 21 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891597896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10520] ppid=10511 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10514/task/10520/stat : 10520 (java) S 10511 10514 4518 0 -1 4202560 2313 0 0 0 54 22 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891596843944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10521] ppid=10511 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/10514/task/10521/stat : 10521 (java) S 10511 10514 4518 0 -1 4202560 1451 0 0 0 49 29 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891595790632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10522] ppid=10511 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/10514/task/10522/stat : 10522 (java) S 10511 10514 4518 0 -1 4202560 1378 0 0 0 51 25 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891594737832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10523] ppid=10511 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/10514/task/10523/stat : 10523 (java) S 10511 10514 4518 0 -1 4202560 1342 0 0 0 47 25 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891593685544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10524] ppid=10511 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/10514/task/10524/stat : 10524 (java) S 10511 10514 4518 0 -1 4202560 979 0 0 0 63 21 0 0 20 0 19 0 25353525 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891592632744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10525] ppid=10511 vsize=9625040 CPUtime=1.74 cores=0,2,4,6
/proc/10514/task/10525/stat : 10525 (java) S 10511 10514 4518 0 -1 4202560 1806 0 0 0 171 3 0 0 20 0 19 0 25353526 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891110304488 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10526] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10526/stat : 10526 (java) S 10511 10514 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891109250552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10527] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10527/stat : 10527 (java) S 10511 10514 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25353527 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891108198152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10528] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10528/stat : 10528 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891107146640 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10514/tid=10529] ppid=10511 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/10514/task/10529/stat : 10529 (java) S 10511 10514 4518 0 -1 4202560 4032 0 0 0 58 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891106093240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10514/tid=10530] ppid=10511 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/10514/task/10530/stat : 10530 (java) S 10511 10514 4518 0 -1 4202560 2536 0 0 0 42 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891105040440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10531] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10531/stat : 10531 (java) S 10511 10514 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891103988344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10514/tid=10532] ppid=10511 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/10514/task/10532/stat : 10532 (java) S 10511 10514 4518 0 -1 4202560 103 0 0 0 31 30 0 0 20 0 19 0 25353529 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891102935752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10514/tid=10533] ppid=10511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10533/stat : 10533 (java) S 10511 10514 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25353696 9856040960 860470 33554432000 1073741824 1073778376 140735974384064 139891101881768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10514 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=109405
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=870563
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.55
CPU time (s): 1800.02
CPU user time (s): 1797.65
CPU system time (s): 2.37
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.11
system time used= 2.87056
maximum resident set size= 3442608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29667
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38709
involuntary context switches= 8471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3334 second user time and 13.5829 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 08:57:51
IDJOB=4103148
IDBENCH=2281
IDSOLVER=2546
FILE ID=node134/4103148-1466233071
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71552 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3702.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103148-1466233071/watcher-4103148-1466233071 -o /tmp/evaluation-result-4103148-1466233071/solver-4103148-1466233071 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103148-1466233071.opb

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

MD5SUM BENCH= d696f4100af4494c851a4f1a4044ecb8
RANDOM SEED=618052057

node134.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		: 2667.020
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	: 5334.04
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		: 2667.020
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	: 7358.89
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		: 2667.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
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.54
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		: 2667.020
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.55
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		: 2667.020
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25693796 kB
Buffers:          119864 kB
Cached:           305088 kB
SwapCached:         1008 kB
Active:          4560908 kB
Inactive:         194204 kB
Active(anon):    4330272 kB
Inactive(anon):     2188 kB
Active(file):     230636 kB
Inactive(file):   192016 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              9416 kB
Writeback:             0 kB
AnonPages:       6006020 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             605568 kB
SReclaimable:      49016 kB
SUnreclaim:       556552 kB
KernelStack:        1584 kB
PageTables:        16008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6195864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4425728 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= 71700 MiB
End job on node134 at 2016-06-18 09:27:46