Trace number 4084749

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.08 1797.74

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
MD5SUM077c926419792cafad737b20a04bb1ea
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark680450
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 525312
Optimality of the best value was proved NO
Number of variables1260
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint12
Maximum length of a constraint127
Number of terms in the objective function 1160
Biggest coefficient in the objective function 196608
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 15892320
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 25600000000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 232836875088
Number of bits of the biggest sum of numbers38
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@2b21cc40
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@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084749-1465238503.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.30/0.23	c ... done. Wall clock time 0.119s.
0.30/0.23	c declared #vars     1260
0.30/0.23	c #constraints  124
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
0.30/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 120
0.30/0.23	c 124 constraints processed.
0.30/0.23	c objective function length is 1160 literals
1.36/0.72	c cleaning 2494 clauses out of 5000 with flag 10444/5000
1.83/1.18	c cleaning 4249 clauses out of 8506 with flag 22495/11000
2.52/1.86	c cleaning 5625 clauses out of 11258 with flag 36497/18001
3.43/2.72	c cleaning 6813 clauses out of 13632 with flag 52495/26000
4.55/3.86	c cleaning 7910 clauses out of 15821 with flag 70499/35002
5.96/5.22	c cleaning 8953 clauses out of 17909 with flag 90495/45000
7.37/6.70	c cleaning 9974 clauses out of 19961 with flag 112505/56005
9.36/8.65	c cleaning 10993 clauses out of 21985 with flag 136501/68003
11.66/10.98	c cleaning 11995 clauses out of 23990 with flag 162497/81001
14.07/13.37	c cleaning 12992 clauses out of 25994 with flag 190495/95000
16.66/15.95	c cleaning 14000 clauses out of 28004 with flag 220499/110002
19.66/18.93	c cleaning 14999 clauses out of 30003 with flag 252497/126001
22.96/22.20	c cleaning 15996 clauses out of 32004 with flag 286497/143001
26.61/25.88	c cleaning 17003 clauses out of 34007 with flag 322495/161000
30.61/29.89	c cleaning 18000 clauses out of 36004 with flag 360495/180000
35.21/34.43	c cleaning 19001 clauses out of 38004 with flag 400495/200000
40.30/39.58	c cleaning 20002 clauses out of 40003 with flag 442495/221000
46.01/45.26	c cleaning 20999 clauses out of 42002 with flag 486497/243001
52.31/51.51	c cleaning 22001 clauses out of 44004 with flag 532499/266002
59.01/58.26	c cleaning 22995 clauses out of 46001 with flag 580495/290000
66.51/65.80	c cleaning 24000 clauses out of 48006 with flag 630495/315000
75.06/74.22	c cleaning 25003 clauses out of 50006 with flag 682495/341000
84.06/83.25	c cleaning 26002 clauses out of 52003 with flag 736495/368000
92.46/91.62	c cleaning 26994 clauses out of 54001 with flag 792495/396000
101.56/100.70	c cleaning 27995 clauses out of 56008 with flag 850498/425001
111.46/110.61	c cleaning 29006 clauses out of 58013 with flag 910498/455001
121.44/120.53	c cleaning 30002 clauses out of 60007 with flag 972498/486001
132.14/131.29	c cleaning 31002 clauses out of 62005 with flag 1036498/518001
144.45/143.58	c cleaning 32002 clauses out of 64003 with flag 1102498/551001
158.35/157.43	c cleaning 32994 clauses out of 66001 with flag 1170498/585001
173.65/172.79	c cleaning 34001 clauses out of 68006 with flag 1240496/620000
190.03/189.07	c cleaning 35004 clauses out of 70007 with flag 1312500/656002
208.13/207.18	c cleaning 35999 clauses out of 72002 with flag 1386498/693001
227.75/226.78	c cleaning 36997 clauses out of 74002 with flag 1462496/731000
249.05/248.06	c cleaning 37999 clauses out of 76006 with flag 1540498/770001
271.54/270.60	c cleaning 38998 clauses out of 78006 with flag 1620496/810000
293.89/292.77	c cleaning 40003 clauses out of 80008 with flag 1702561/851000
325.88/324.73	c cleaning 40994 clauses out of 82006 with flag 1786748/893001
362.00/360.84	c cleaning 42002 clauses out of 84012 with flag 1873230/936001
396.11/394.86	c cleaning 43002 clauses out of 86009 with flag 1964371/980000
438.52/437.24	c cleaning 43997 clauses out of 88008 with flag 2054373/1025001
480.13/478.88	c cleaning 45003 clauses out of 90010 with flag 2146371/1071000
523.93/522.69	c cleaning 46003 clauses out of 92008 with flag 2240373/1118001
566.23/564.81	c cleaning 47000 clauses out of 94004 with flag 2336371/1166000
608.74/607.38	c cleaning 47999 clauses out of 96005 with flag 2434373/1215001
651.14/649.70	c cleaning 49000 clauses out of 98005 with flag 2534371/1265000
698.22/696.79	c cleaning 49998 clauses out of 100007 with flag 2636375/1316002
750.12/748.64	c cleaning 50998 clauses out of 102008 with flag 2740373/1368001
801.63/800.17	c cleaning 52000 clauses out of 104010 with flag 2846373/1421001
857.77/856.13	c cleaning 52997 clauses out of 106009 with flag 2954371/1475000
916.98/915.30	c cleaning 54006 clauses out of 108012 with flag 3064371/1530000
979.13/977.36	c cleaning 55002 clauses out of 110006 with flag 3176371/1586000
1036.04/1034.27	c cleaning 55998 clauses out of 112004 with flag 3290371/1643000
1100.66/1098.88	c cleaning 57001 clauses out of 114006 with flag 3406371/1701000
1173.18/1171.28	c cleaning 57997 clauses out of 116005 with flag 3524371/1760000
1244.69/1242.75	c cleaning 59005 clauses out of 118009 with flag 3644373/1820001
1318.10/1316.06	c cleaning 59995 clauses out of 120003 with flag 3766371/1881000
1401.33/1399.28	c cleaning 61000 clauses out of 122008 with flag 3890371/1943000
1487.02/1484.80	c cleaning 61996 clauses out of 124008 with flag 4016371/2006000
1576.62/1574.42	c cleaning 62998 clauses out of 126012 with flag 4144371/2070000
1661.96/1659.61	c cleaning 64002 clauses out of 128014 with flag 4274371/2135000
1757.28/1754.99	c cleaning 65006 clauses out of 130012 with flag 4406371/2201000
1800.08/1797.70	c starts		: 431
1800.08/1797.70	c conflicts		: 2241297
1800.08/1797.70	c decisions		: 2273963
1800.08/1797.70	c propagations		: 12566771
1800.08/1797.70	c inspects		: 32421732836
1800.08/1797.70	c shortcuts		: 0
1800.08/1797.70	c learnt literals	: 0
1800.08/1797.70	c learnt binary clauses	: 0
1800.08/1797.70	c learnt ternary clauses	: 0
1800.08/1797.70	c learnt constraints	: 2241297
1800.08/1797.70	c ignored constraints	: 0
1800.08/1797.70	c root simplifications	: 0
1800.08/1797.70	c removed literals (reason simplification)	: 0
1800.08/1797.70	c reason swapping (by a shorter reason)	: 0
1800.08/1797.70	c Calls to reduceDB	: 62
1800.08/1797.70	c Number of update (reduction) of LBD	: 1125
1800.08/1797.70	c Imported unit clauses	: 0
1800.08/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.70	c number of learned constraints concerned by reduction	: 0
1800.08/1797.70	c number of learning phase by resolution	: 0
1800.08/1797.70	c number of learning phase by cutting planes	: 0
1800.08/1797.70	c speed (assignments/second)	: 6991.374533510471
1800.08/1797.70	c non guided choices	0
1800.08/1797.70	c timeout
1800.08/1797.73	c learnt constraints type 
1800.08/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105304
1800.08/1797.73	s UNKNOWN
1800.08/1797.73	c Total wall clock time (in seconds): 1797.621

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-4084749-1465238503/watcher-4084749-1465238503 -o /tmp/evaluation-result-4084749-1465238503/solver-4084749-1465238503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465236716-4448 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084749-1465238503.opb 

pid=4670
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.38 2.29 2.36 3/194 4673
/proc/meminfo: memFree=30338564/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 105783937 98570240 978 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 24065 978 744 9 0 16771 0
[pid=4673/tid=4674] ppid=4670 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 2 0 105783938 98582528 984 33554432000 1073741824 1073778376 140735764693904 140180683177512 266435120802 0 0 0 16784584 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.38 2.29 2.36 3/194 4673
/proc/meminfo: memFree=30338564/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 4476 0 1 0 9 1 0 0 20 0 18 0 105783937 9787879424 6103 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2389619 6103 2140 9 0 2380296 0
[pid=4673/tid=4674] ppid=4670 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2417 0 1 0 7 1 0 0 20 0 18 0 105783938 9787879424 6103 33554432000 1073741824 1073778376 140735764693904 140180683180960 140180622996303 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.200353 s]
/proc/loadavg: 2.38 2.29 2.36 3/194 4673
/proc/meminfo: memFree=30338564/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 5033 0 1 0 29 1 0 0 20 0 18 0 105783937 9787879424 7027 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2389619 7027 2220 9 0 2380296 0
[pid=4673/tid=4674] ppid=4670 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2438 0 1 0 17 1 0 0 20 0 18 0 105783938 9787879424 7027 33554432000 1073741824 1073778376 140735764693904 140180683182184 140180622952270 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.300356 s]
/proc/loadavg: 2.38 2.29 2.36 3/194 4673
/proc/meminfo: memFree=30338564/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 10037 0 1 0 55 2 0 0 20 0 19 0 105783937 9856040960 11419 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 11419 2243 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2458 0 1 0 26 1 0 0 20 0 19 0 105783938 9856040960 11420 33554432000 1073741824 1073778376 140735764693904 140180683182720 140180622988801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700183 s]
/proc/loadavg: 2.38 2.29 2.36 3/194 4673
/proc/meminfo: memFree=30338564/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 11088 0 1 0 134 2 0 0 20 0 19 0 105783937 9856040960 12406 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 12406 2257 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2461 0 1 0 66 1 0 0 20 0 19 0 105783938 9856040960 12406 33554432000 1073741824 1073778376 140735764693904 140180683182568 140180623503136 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.38 2.29 2.36 3/213 4692
/proc/meminfo: memFree=30267048/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 11100 0 1 0 220 2 0 0 20 0 19 0 105783937 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 14460 2262 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2466 0 1 0 145 2 0 0 20 0 19 0 105783938 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180683173584 140180623553222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4676/stat : 4676 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783938 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180621913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4677] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4677/stat : 4677 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783938 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180620860456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4678] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4678/stat : 4678 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180524317352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4679] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4679/stat : 4679 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180523264808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4680] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4680/stat : 4680 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180522211752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4681] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4681/stat : 4681 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180521159208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4682] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4682/stat : 4682 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180520106152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4683] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4683/stat : 4683 (java) S 4670 4673 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180519053608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4684] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4684/stat : 4684 (java) S 4670 4673 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180506856296 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4685] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4685/stat : 4685 (java) S 4670 4673 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180505802616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4686] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4686/stat : 4686 (java) S 4670 4673 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180504749448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4687] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4687/stat : 4687 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180503698192 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4688] ppid=4670 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4673/task/4688/stat : 4688 (java) S 4670 4673 31415 0 -1 4202560 3185 0 0 0 37 0 0 0 20 0 19 0 105783943 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180502645048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4689] ppid=4670 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/4673/task/4689/stat : 4689 (java) S 4670 4673 31415 0 -1 4202560 4170 0 0 0 35 0 0 0 20 0 19 0 105783943 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180501592504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4690] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4690/stat : 4690 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180500539640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4691] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4691/stat : 4691 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180499487304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4692] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4692/stat : 4692 (java) S 4670 4673 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105783961 9856040960 14460 33554432000 1073741824 1073778376 140735764693904 140180497450536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.35 2.29 2.36 3/213 4692
/proc/meminfo: memFree=30243528/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 11107 0 1 0 383 2 0 0 20 0 19 0 105783937 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 17532 2262 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2473 0 1 0 305 2 0 0 20 0 19 0 105783938 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180683182208 140180623491145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4676/stat : 4676 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783938 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180621913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4677] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4677/stat : 4677 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783938 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180620860456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4678] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4678/stat : 4678 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180524317352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4679] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4679/stat : 4679 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180523264808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4680] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4680/stat : 4680 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180522211752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4681] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4681/stat : 4681 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180521159208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4682] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4682/stat : 4682 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180520106152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4683] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4683/stat : 4683 (java) S 4670 4673 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180519053608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4684] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4684/stat : 4684 (java) S 4670 4673 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180506856296 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4685] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4685/stat : 4685 (java) S 4670 4673 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180505802616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4686] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4686/stat : 4686 (java) S 4670 4673 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180504749448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4687] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4687/stat : 4687 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180503698192 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4688] ppid=4670 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4673/task/4688/stat : 4688 (java) S 4670 4673 31415 0 -1 4202560 3185 0 0 0 37 0 0 0 20 0 19 0 105783943 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180502645048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4689] ppid=4670 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/4673/task/4689/stat : 4689 (java) S 4670 4673 31415 0 -1 4202560 4170 0 0 0 38 0 0 0 20 0 19 0 105783943 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180501592504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4690] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4690/stat : 4690 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180500539640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4691] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4691/stat : 4691 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180499487304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4692] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4692/stat : 4692 (java) S 4670 4673 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105783961 9856040960 17532 33554432000 1073741824 1073778376 140735764693904 140180497450536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.35 2.29 2.36 3/213 4692
/proc/meminfo: memFree=30223960/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=7.06 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 11118 0 1 0 703 3 0 0 20 0 19 0 105783937 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 21753 2263 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2483 0 1 0 624 2 0 0 20 0 19 0 105783938 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180683173568 140180623552751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4676/stat : 4676 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783938 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180621913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4677] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4677/stat : 4677 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783938 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180620860456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4678] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4678/stat : 4678 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180524317352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4679] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4679/stat : 4679 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180523264808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4680] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4680/stat : 4680 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180522211752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4681] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4681/stat : 4681 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180521159208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4682] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4682/stat : 4682 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180520106152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4683] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4683/stat : 4683 (java) S 4670 4673 31415 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105783939 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180519053608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4684] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4684/stat : 4684 (java) S 4670 4673 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180506856296 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4685] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4685/stat : 4685 (java) S 4670 4673 31415 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180505802616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4686] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4686/stat : 4686 (java) S 4670 4673 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180504749448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4687] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4687/stat : 4687 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180503698192 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4688] ppid=4670 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4673/task/4688/stat : 4688 (java) S 4670 4673 31415 0 -1 4202560 3185 0 0 0 37 0 0 0 20 0 19 0 105783943 9856040960 21753 33554432000 1073741824 1073778376 140735764693904 140180502645048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4689] ppid=4670 vsize=9625040 CPUtime=0.39 cores=0,2,4,6

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

[pid=4673/tid=4692] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4692/stat : 4692 (java) S 4670 4673 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105783961 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180497450536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1724.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.19 2.19 3/213 4825
/proc/meminfo: memFree=29847524/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=1784.68 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 12847 0 1 0 178397 71 0 0 20 0 19 0 105783937 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 133214 2275 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=1777.11 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2537 0 1 0 177680 31 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180683173568 140180623552751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/4673/task/4676/stat : 4676 (java) S 4670 4673 31415 0 -1 4202560 253 0 0 0 20 5 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180621913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4677] ppid=4670 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4673/task/4677/stat : 4677 (java) S 4670 4673 31415 0 -1 4202560 228 0 0 0 17 5 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180620860456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4678] ppid=4670 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4673/task/4678/stat : 4678 (java) S 4670 4673 31415 0 -1 4202560 86 0 0 0 18 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180524317352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4679] ppid=4670 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4673/task/4679/stat : 4679 (java) S 4670 4673 31415 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180523264808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4680] ppid=4670 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4673/task/4680/stat : 4680 (java) S 4670 4673 31415 0 -1 4202560 361 0 0 0 18 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180522211752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4681] ppid=4670 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/4673/task/4681/stat : 4681 (java) S 4670 4673 31415 0 -1 4202560 113 0 0 0 14 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180521159208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4682] ppid=4670 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4673/task/4682/stat : 4682 (java) S 4670 4673 31415 0 -1 4202560 208 0 0 0 16 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180520106152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4683] ppid=4670 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/4673/task/4683/stat : 4683 (java) S 4670 4673 31415 0 -1 4202560 132 0 0 0 19 6 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180519053608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4684] ppid=4670 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4673/task/4684/stat : 4684 (java) S 4670 4673 31415 0 -1 4202560 84 0 0 0 1 1 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180506856296 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4685] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4685/stat : 4685 (java) S 4670 4673 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180505802616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4686] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4686/stat : 4686 (java) S 4670 4673 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180504749448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4687] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4687/stat : 4687 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180503698192 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4688] ppid=4670 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4673/task/4688/stat : 4688 (java) S 4670 4673 31415 0 -1 4202560 3185 0 0 0 37 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180502645048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4689] ppid=4670 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/4673/task/4689/stat : 4689 (java) S 4670 4673 31415 0 -1 4202560 4171 0 0 0 39 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180501592504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4690] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4690/stat : 4690 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180500539640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4691] ppid=4670 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/4673/task/4691/stat : 4691 (java) S 4670 4673 31415 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180499487304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4692] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4692/stat : 4692 (java) S 4670 4673 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105783961 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180497450536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.68
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.21 2.19 2.19 4/213 4825
/proc/meminfo: memFree=29766704/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 12847 0 1 0 179937 71 0 0 20 0 19 0 105783937 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 133214 2275 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=1792.47 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2537 0 1 0 179216 31 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180683173568 140180623552746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/4673/task/4676/stat : 4676 (java) S 4670 4673 31415 0 -1 4202560 253 0 0 0 20 5 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180621913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4677] ppid=4670 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4673/task/4677/stat : 4677 (java) S 4670 4673 31415 0 -1 4202560 228 0 0 0 17 5 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180620860456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4678] ppid=4670 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4673/task/4678/stat : 4678 (java) S 4670 4673 31415 0 -1 4202560 86 0 0 0 18 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180524317352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4679] ppid=4670 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4673/task/4679/stat : 4679 (java) S 4670 4673 31415 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180523264808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4680] ppid=4670 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4673/task/4680/stat : 4680 (java) S 4670 4673 31415 0 -1 4202560 361 0 0 0 18 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180522211752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4681] ppid=4670 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/4673/task/4681/stat : 4681 (java) S 4670 4673 31415 0 -1 4202560 113 0 0 0 14 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180521159208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4682] ppid=4670 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4673/task/4682/stat : 4682 (java) S 4670 4673 31415 0 -1 4202560 208 0 0 0 16 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180520106152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4683] ppid=4670 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/4673/task/4683/stat : 4683 (java) S 4670 4673 31415 0 -1 4202560 132 0 0 0 19 6 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180519053608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4684] ppid=4670 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4673/task/4684/stat : 4684 (java) S 4670 4673 31415 0 -1 4202560 84 0 0 0 1 1 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180506856296 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4685] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4685/stat : 4685 (java) S 4670 4673 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180505802616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4686] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4686/stat : 4686 (java) S 4670 4673 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180504749448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4687] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4687/stat : 4687 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180503698192 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4688] ppid=4670 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4673/task/4688/stat : 4688 (java) S 4670 4673 31415 0 -1 4202560 3185 0 0 0 37 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180502645048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4689] ppid=4670 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/4673/task/4689/stat : 4689 (java) S 4670 4673 31415 0 -1 4202560 4171 0 0 0 39 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180501592504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4690] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4690/stat : 4690 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180500539640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4691] ppid=4670 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/4673/task/4691/stat : 4691 (java) S 4670 4673 31415 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180499487304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4692] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4692/stat : 4692 (java) S 4670 4673 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105783961 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180497450536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 4673 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.21 2.19 2.19 4/213 4825
/proc/meminfo: memFree=29766704/32872528 swapFree=14448/1543360
[pid=4673] ppid=4670 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/4673/stat : 4673 (java) S 4670 4673 31415 0 -1 4202496 12847 0 1 0 179937 71 0 0 20 0 19 0 105783937 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140735764685040 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4673/statm: 2406260 133214 2275 9 0 2396937 0
[pid=4673/tid=4674] ppid=4670 vsize=9625040 CPUtime=1792.47 cores=0,2,4,6
/proc/4673/task/4674/stat : 4674 (java) R 4670 4673 31415 0 -1 4202560 2537 0 1 0 179216 31 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180683173568 140180623552746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/4673/task/4676/stat : 4676 (java) S 4670 4673 31415 0 -1 4202560 253 0 0 0 20 5 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180621913000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4677] ppid=4670 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4673/task/4677/stat : 4677 (java) S 4670 4673 31415 0 -1 4202560 228 0 0 0 17 5 0 0 20 0 19 0 105783938 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180620860456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4678] ppid=4670 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4673/task/4678/stat : 4678 (java) S 4670 4673 31415 0 -1 4202560 86 0 0 0 18 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180524317352 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4679] ppid=4670 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4673/task/4679/stat : 4679 (java) S 4670 4673 31415 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180523264808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4673/tid=4680] ppid=4670 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/4673/task/4680/stat : 4680 (java) S 4670 4673 31415 0 -1 4202560 361 0 0 0 18 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180522211752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4681] ppid=4670 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/4673/task/4681/stat : 4681 (java) S 4670 4673 31415 0 -1 4202560 113 0 0 0 14 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180521159208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4682] ppid=4670 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4673/task/4682/stat : 4682 (java) S 4670 4673 31415 0 -1 4202560 208 0 0 0 16 5 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180520106152 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4683] ppid=4670 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/4673/task/4683/stat : 4683 (java) S 4670 4673 31415 0 -1 4202560 132 0 0 0 19 6 0 0 20 0 19 0 105783939 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180519053608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4673/tid=4684] ppid=4670 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4673/task/4684/stat : 4684 (java) S 4670 4673 31415 0 -1 4202560 84 0 0 0 1 1 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180506856296 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4685] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4685/stat : 4685 (java) S 4670 4673 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180505802616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4686] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4686/stat : 4686 (java) S 4670 4673 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105783940 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180504749448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4687] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4687/stat : 4687 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180503698192 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4688] ppid=4670 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/4673/task/4688/stat : 4688 (java) S 4670 4673 31415 0 -1 4202560 3185 0 0 0 37 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180502645048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4689] ppid=4670 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/4673/task/4689/stat : 4689 (java) S 4670 4673 31415 0 -1 4202560 4171 0 0 0 39 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180501592504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4690] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4690/stat : 4690 (java) S 4670 4673 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180500539640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4673/tid=4691] ppid=4670 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/4673/task/4691/stat : 4691 (java) S 4670 4673 31415 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 105783943 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180499487304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4673/tid=4692] ppid=4670 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4673/task/4692/stat : 4692 (java) S 4670 4673 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105783961 9856040960 133214 33554432000 1073741824 1073778376 140735764693904 140180497450536 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.74
CPU time (s): 1800.08
CPU user time (s): 1799.37
CPU system time (s): 0.71
CPU usage (%): 100.13
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 1.17182
maximum resident set size= 540420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12899
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38356
involuntary context switches= 7571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5934 second user time and 13.452 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 20:41:43
IDJOB=4084749
IDBENCH=2492
IDSOLVER=2546
FILE ID=node116/4084749-1465238503
RUNJOBID= node116-1465236716-4448
PBS_JOBID= 19843214
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-rgn.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084749-1465238503/watcher-4084749-1465238503 -o /tmp/evaluation-result-4084749-1465238503/solver-4084749-1465238503 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465236716-4448 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084749-1465238503.opb

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

MD5SUM BENCH= 077c926419792cafad737b20a04bb1ea
RANDOM SEED=427077358

node116.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.134
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.26
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.134
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		: 2667.134
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.134
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.134
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.134
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		: 2667.134
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.134
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:        30338992 kB
Buffers:           33404 kB
Cached:           118308 kB
SwapCached:         1432 kB
Active:           176852 kB
Inactive:          90660 kB
Active(anon):     116788 kB
Inactive(anon):     1380 kB
Active(file):      60064 kB
Inactive(file):    89280 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098884 kB
Dirty:              1748 kB
Writeback:             0 kB
AnonPages:       1664776 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             566892 kB
SReclaimable:      10680 kB
SUnreclaim:       556212 kB
KernelStack:        1600 kB
PageTables:         7252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2232372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1617920 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= 71732 MiB
End job on node116 at 2016-06-06 21:11:41