Trace number 4103936

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.09 1796.94

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
MD5SUM7946286f4c1a7ac44cf771db2f48f590
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 0
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 38252041742581760
Number of bits for the biggest coefficient in the objective function 56
Sum of the numbers in the objective function 82366741301042726133
Number of bits of the sum of numbers in the objective function 67
Biggest number in a constraint 38252041742581760
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 82366741301042726133
Number of bits of the biggest sum of numbers67
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103936-1466256208.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
3.85/2.59	c ... done. Wall clock time 2.48s.
3.85/2.59	c declared #vars     309773
3.85/2.59	c #constraints  10347
3.85/2.59	c constraints type 
3.85/2.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
3.85/2.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10331
3.85/2.59	c 10347 constraints processed.
3.85/2.59	c objective function length is 212680 literals
7.61/5.71	c cleaning 2495 clauses out of 5001 with flag 11703/5001
8.51/6.53	c cleaning 4247 clauses out of 8506 with flag 23713/11001
9.21/7.29	c cleaning 5624 clauses out of 11258 with flag 37729/18000
10.42/8.49	c cleaning 6815 clauses out of 13634 with flag 53778/26000
11.73/9.75	c cleaning 7901 clauses out of 15820 with flag 72073/35001
13.33/11.30	c cleaning 8960 clauses out of 17919 with flag 92112/45001
15.03/13.08	c cleaning 9979 clauses out of 19958 with flag 114118/56000
17.14/15.12	c cleaning 10990 clauses out of 21979 with flag 138126/68000
19.44/17.48	c cleaning 11995 clauses out of 23989 with flag 164126/81000
22.14/20.19	c cleaning 12996 clauses out of 25995 with flag 192301/95001
25.15/23.17	c cleaning 13995 clauses out of 27998 with flag 222300/110000
28.64/26.61	c cleaning 14999 clauses out of 30004 with flag 254302/126001
32.45/30.49	c cleaning 16001 clauses out of 32006 with flag 288304/143002
36.95/34.95	c cleaning 16998 clauses out of 34004 with flag 324302/161001
42.05/40.05	c cleaning 18002 clauses out of 36006 with flag 362302/180001
47.44/45.49	c cleaning 18998 clauses out of 38004 with flag 402302/200001
52.95/51.00	c cleaning 19997 clauses out of 40005 with flag 444300/221000
59.14/57.14	c cleaning 21005 clauses out of 42010 with flag 488304/243002
65.86/63.88	c cleaning 21999 clauses out of 44004 with flag 534302/266001
73.04/71.07	c cleaning 22995 clauses out of 46004 with flag 582300/290000
81.05/79.04	c cleaning 24005 clauses out of 48009 with flag 632303/315000
89.55/87.51	c cleaning 25003 clauses out of 50006 with flag 684310/341002
101.35/99.11	c cleaning 25998 clauses out of 52002 with flag 738852/368001
114.34/112.11	c cleaning 26994 clauses out of 54004 with flag 795658/396001
125.04/122.84	c cleaning 28000 clauses out of 56009 with flag 853657/425000
136.34/134.20	c cleaning 29001 clauses out of 58009 with flag 913658/455000
148.94/146.79	c cleaning 29998 clauses out of 60009 with flag 975661/486001
162.95/160.71	c cleaning 31002 clauses out of 62010 with flag 1039706/518000
177.25/175.07	c cleaning 32002 clauses out of 64008 with flag 1105709/551000
191.94/189.72	c cleaning 32997 clauses out of 66006 with flag 1173712/585000
208.74/206.54	c cleaning 34003 clauses out of 68010 with flag 1243715/620001
226.21/223.89	c cleaning 34999 clauses out of 70007 with flag 1315715/656001
243.22/240.87	c cleaning 36001 clauses out of 72009 with flag 1389717/693002
261.33/258.95	c cleaning 37004 clauses out of 74007 with flag 1465715/731001
281.13/278.73	c cleaning 38000 clauses out of 76002 with flag 1543714/770000
302.73/300.31	c cleaning 38999 clauses out of 78002 with flag 1623714/810000
325.42/323.04	c cleaning 39998 clauses out of 80003 with flag 1705714/851000
349.83/347.42	c cleaning 40999 clauses out of 82005 with flag 1789714/893000
374.03/371.62	c cleaning 42004 clauses out of 84007 with flag 1875716/936001
400.53/398.19	c cleaning 42999 clauses out of 86003 with flag 1963716/980001
429.04/426.67	c cleaning 44000 clauses out of 88003 with flag 2053714/1025000
458.14/455.77	c cleaning 44998 clauses out of 90003 with flag 2145714/1071000
491.96/489.54	c cleaning 46001 clauses out of 92006 with flag 2239716/1118001
526.36/523.92	c cleaning 46999 clauses out of 94004 with flag 2335714/1166000
562.16/559.74	c cleaning 48003 clauses out of 96007 with flag 2433718/1215002
602.37/599.91	c cleaning 49001 clauses out of 98002 with flag 2533714/1265000
641.86/639.48	c cleaning 49999 clauses out of 100002 with flag 2635716/1316001
682.38/679.92	c cleaning 50998 clauses out of 102003 with flag 2739716/1368001
726.71/724.07	c cleaning 51998 clauses out of 104005 with flag 2845716/1421001
773.52/770.80	c cleaning 52999 clauses out of 106006 with flag 2953714/1475000
823.72/821.05	c cleaning 54004 clauses out of 108009 with flag 3063718/1530002
876.53/873.82	c cleaning 54997 clauses out of 110003 with flag 3175714/1586000
933.35/930.69	c cleaning 56000 clauses out of 112007 with flag 3289716/1643001
991.35/988.65	c cleaning 57001 clauses out of 114006 with flag 3405714/1701000
1049.75/1047.07	c cleaning 58003 clauses out of 116007 with flag 3523718/1760002
1110.15/1107.43	c cleaning 58997 clauses out of 118002 with flag 3643714/1820000
1169.36/1166.63	c cleaning 60002 clauses out of 120006 with flag 3765716/1881001
1229.98/1227.29	c cleaning 60997 clauses out of 122004 with flag 3889716/1943001
1293.59/1290.88	c cleaning 62002 clauses out of 124007 with flag 4015727/2006001
1361.00/1358.27	c cleaning 62997 clauses out of 126004 with flag 4143745/2070000
1426.11/1423.37	c cleaning 64001 clauses out of 128007 with flag 4273745/2135000
1495.44/1492.39	c cleaning 64997 clauses out of 130007 with flag 4405747/2201001
1568.06/1564.98	c cleaning 66001 clauses out of 132010 with flag 4539747/2268001
1643.18/1640.05	c cleaning 67003 clauses out of 134008 with flag 4675745/2336000
1724.19/1721.02	c cleaning 67999 clauses out of 136006 with flag 4813747/2405001
1800.09/1796.90	c starts		: 329
1800.09/1796.90	c conflicts		: 2472204
1800.09/1796.90	c decisions		: 2534906
1800.09/1796.90	c propagations		: 46906511
1800.09/1796.90	c inspects		: 28038206926
1800.09/1796.90	c shortcuts		: 0
1800.09/1796.90	c learnt literals	: 0
1800.09/1796.90	c learnt binary clauses	: 2
1800.09/1796.90	c learnt ternary clauses	: 1
1800.09/1796.90	c learnt constraints	: 2472204
1800.09/1796.90	c ignored constraints	: 0
1800.09/1796.90	c root simplifications	: 0
1800.09/1796.90	c removed literals (reason simplification)	: 0
1800.09/1796.90	c reason swapping (by a shorter reason)	: 0
1800.09/1796.90	c Calls to reduceDB	: 65
1800.09/1796.90	c Number of update (reduction) of LBD	: 891
1800.09/1796.90	c Imported unit clauses	: 0
1800.09/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.90	c number of learned constraints concerned by reduction	: 0
1800.09/1796.90	c number of learning phase by resolution	: 0
1800.09/1796.90	c number of learning phase by cutting planes	: 0
1800.09/1796.90	c speed (assignments/second)	: 26144.826133170725
1800.09/1796.90	c non guided choices	11433
1800.09/1796.91	c timeout
1800.09/1796.93	c learnt constraints type 
1800.09/1796.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.09/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135208
1800.09/1796.93	s UNKNOWN
1800.09/1796.93	c Total wall clock time (in seconds): 1796.816

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-4103936-1466256208/watcher-4103936-1466256208 -o /tmp/evaluation-result-4103936-1466256208/solver-4103936-1466256208 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103936-1466256208.opb 

pid=28358
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.29 2.25 2.19 4/194 28361
/proc/meminfo: memFree=29786792/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28361/stat : 28361 (java) D 28358 28361 24760 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 27669454 9515008 186 33554432000 1073741824 1073778376 140736993437104 140736993426168 270320889127 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2323 186 143 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.29 2.25 2.19 4/194 28361
/proc/meminfo: memFree=29786792/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 27669454 9787879424 6031 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200209 s]
/proc/loadavg: 2.29 2.25 2.19 4/194 28361
/proc/meminfo: memFree=29786792/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 5062 0 1 0 28 1 0 0 20 0 18 0 27669454 9787879424 8479 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2389619 8479 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300214 s]
/proc/loadavg: 2.29 2.25 2.19 4/194 28361
/proc/meminfo: memFree=29786792/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 6547 0 1 0 47 2 0 0 20 0 18 0 27669454 9787879424 12921 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2389619 12921 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 2.29 2.25 2.19 4/194 28361
/proc/meminfo: memFree=29786792/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9558476 CPUtime=0.93 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 6662 0 1 0 88 5 0 0 20 0 18 0 27669454 9787879424 44694 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2389619 44694 2241 9 0 2380296 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.43 2.28 2.20 4/212 28379
/proc/meminfo: memFree=29608000/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9558476 CPUtime=2.31 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 12206 0 1 0 219 12 0 0 20 0 18 0 27669454 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2389619 60596 2263 9 0 2380296 0
[pid=28361/tid=28363] ppid=28358 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24760 0 -1 4202560 2469 0 1 0 134 4 0 0 20 0 18 0 27669455 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277712010896 270333437197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28364] ppid=28358 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24760 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277673503656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28365] ppid=28358 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24760 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277672451112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28366] ppid=28358 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24760 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277671398056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28367] ppid=28358 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24760 0 -1 4202560 106 0 0 0 4 1 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277670345512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28368] ppid=28358 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24760 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277669292456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28369] ppid=28358 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24760 0 -1 4202560 53 0 0 0 2 1 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277668239912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28370] ppid=28358 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24760 0 -1 4202560 164 0 0 0 1 0 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277667186856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28371] ppid=28358 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24760 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 27669456 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277666134312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28372] ppid=28358 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24760 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 27669457 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277535710056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28373] ppid=28358 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27669458 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277534656376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28374] ppid=28358 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27669458 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277533603208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28375] ppid=28358 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27669460 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277532551952 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28376] ppid=28358 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24760 0 -1 4202560 4676 0 0 0 31 0 0 0 20 0 18 0 27669460 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277531498808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28377] ppid=28358 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/28361/task/28377/stat : 28377 (java) S 28358 28361 24760 0 -1 4202560 3218 0 0 0 29 0 0 0 20 0 18 0 27669460 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277530446264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28378] ppid=28358 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28378/stat : 28378 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27669460 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277529393400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28379] ppid=28358 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28379/stat : 28379 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27669460 9787879424 60596 33554432000 1073741824 1073778376 140736993437104 140277528341064 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.43 2.28 2.20 4/212 28379
/proc/meminfo: memFree=29388868/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9625040 CPUtime=4.76 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 13310 0 1 0 448 28 0 0 20 0 19 0 27669454 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2406260 121589 2279 9 0 2396937 0
[pid=28361/tid=28363] ppid=28358 vsize=9625040 CPUtime=2.78 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24760 0 -1 4202560 2529 0 1 0 272 6 0 0 20 0 19 0 27669455 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277712011800 140277541800267 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28364] ppid=28358 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24760 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277673503656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28365] ppid=28358 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24760 0 -1 4202560 85 0 0 0 12 4 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277672451112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28366] ppid=28358 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24760 0 -1 4202560 246 0 0 0 7 2 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277671398056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28367] ppid=28358 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24760 0 -1 4202560 152 0 0 0 11 3 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277670345512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28368] ppid=28358 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24760 0 -1 4202560 152 0 0 0 7 3 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277669292456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28369] ppid=28358 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24760 0 -1 4202560 91 0 0 0 9 3 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277668239912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28370] ppid=28358 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24760 0 -1 4202560 224 0 0 0 7 3 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277667186856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28371] ppid=28358 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24760 0 -1 4202560 49 0 0 0 7 1 0 0 20 0 19 0 27669456 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277666134312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28372] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24760 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 27669457 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277535710056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28373] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277534656376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28374] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277533603208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28375] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277532551952 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28376] ppid=28358 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24760 0 -1 4202560 4683 0 0 0 47 0 0 0 20 0 19 0 27669460 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277531498808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28377] ppid=28358 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/28361/task/28377/stat : 28377 (java) S 28358 28361 24760 0 -1 4202560 3569 0 0 0 44 0 0 0 20 0 19 0 27669460 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277530446264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28378] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28378/stat : 28378 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277529393400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28379] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28379/stat : 28379 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 121589 33554432000 1073741824 1073778376 140736993437104 140277528341064 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.43 2.28 2.20 3/213 28380
/proc/meminfo: memFree=29308744/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9625040 CPUtime=8.26 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 13495 0 1 0 798 28 0 0 20 0 19 0 27669454 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2406260 121105 2285 9 0 2396937 0
[pid=28361/tid=28363] ppid=28358 vsize=9625040 CPUtime=5.97 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24760 0 -1 4202560 2531 0 1 0 591 6 0 0 20 0 19 0 27669455 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277712002768 140277541544645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28364] ppid=28358 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24760 0 -1 4202560 75 0 0 0 10 2 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277673503656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28365] ppid=28358 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24760 0 -1 4202560 85 0 0 0 12 4 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277672451112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28366] ppid=28358 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24760 0 -1 4202560 246 0 0 0 7 2 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277671398056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28367] ppid=28358 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24760 0 -1 4202560 152 0 0 0 11 3 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277670345512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28368] ppid=28358 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24760 0 -1 4202560 152 0 0 0 7 3 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277669292456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28369] ppid=28358 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24760 0 -1 4202560 91 0 0 0 9 3 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277668239912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28370] ppid=28358 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24760 0 -1 4202560 224 0 0 0 7 3 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277667186856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28371] ppid=28358 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24760 0 -1 4202560 49 0 0 0 7 1 0 0 20 0 19 0 27669456 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277666134312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28372] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24760 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 27669457 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277535710056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28373] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277534656376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28374] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277533603208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28375] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277532551952 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28376] ppid=28358 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24760 0 -1 4202560 4708 0 0 0 69 0 0 0 20 0 19 0 27669460 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277531498808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28377] ppid=28358 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28361/task/28377/stat : 28377 (java) S 28358 28361 24760 0 -1 4202560 3726 0 0 0 52 0 0 0 20 0 19 0 27669460 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277530446264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28378] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28378/stat : 28378 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277529393400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28379] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28379/stat : 28379 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277528341064 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28380] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28380/stat : 28380 (java) S 28358 28361 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27669735 9856040960 121105 33554432000 1073741824 1073778376 140736993437104 140277527287336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.36 2.27 2.20 3/213 28380
/proc/meminfo: memFree=29308780/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9625040 CPUtime=14.73 cores=0,2,4,6

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

[pid=28361/tid=28380] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28380/stat : 28380 (java) S 28358 28361 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27669735 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277527287336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.21 2.23 3/213 28488
/proc/meminfo: memFree=27660760/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9625040 CPUtime=1785.49 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 16684 0 1 0 178455 94 0 0 20 0 19 0 27669454 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2406260 392495 2286 9 0 2396937 0
[pid=28361/tid=28363] ppid=28358 vsize=9625040 CPUtime=1776.96 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24760 0 -1 4202560 3520 0 1 0 177650 46 0 0 20 0 19 0 27669455 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277712002768 140277541777427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28364] ppid=28358 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24760 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277673503656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28365] ppid=28358 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24760 0 -1 4202560 208 0 0 0 23 9 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277672451112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28366] ppid=28358 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24760 0 -1 4202560 308 0 0 0 17 5 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277671398056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28367] ppid=28358 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24760 0 -1 4202560 280 0 0 0 25 5 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277670345512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28368] ppid=28358 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24760 0 -1 4202560 297 0 0 0 17 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277669292456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28369] ppid=28358 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24760 0 -1 4202560 258 0 0 0 23 7 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277668239912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28370] ppid=28358 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24760 0 -1 4202560 318 0 0 0 19 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277667186856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28371] ppid=28358 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24760 0 -1 4202560 330 0 0 0 22 7 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277666134312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28372] ppid=28358 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24760 0 -1 4202560 1083 0 0 0 0 2 0 0 20 0 19 0 27669457 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277535710056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28373] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277534656376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28374] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277533603208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28375] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277532551952 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28376] ppid=28358 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24760 0 -1 4202560 4708 0 0 0 74 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277531498808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28377] ppid=28358 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28361/task/28377/stat : 28377 (java) S 28358 28361 24760 0 -1 4202560 3781 0 0 0 59 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277530446264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28378] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28378/stat : 28378 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277529393400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28379] ppid=28358 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/28361/task/28379/stat : 28379 (java) S 28358 28361 24760 0 -1 4202560 103 0 0 0 36 32 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277528341064 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28380] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28380/stat : 28380 (java) S 28358 28361 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27669735 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277527287336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.49
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.27 2.22 2.23 3/213 28489
/proc/meminfo: memFree=27656100/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 16686 0 1 0 179915 94 0 0 20 0 19 0 27669454 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2406260 392495 2286 9 0 2396937 0
[pid=28361/tid=28363] ppid=28358 vsize=9625040 CPUtime=1791.53 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24760 0 -1 4202560 3520 0 1 0 179107 46 0 0 20 0 19 0 27669455 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277712002768 140277541874976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28364] ppid=28358 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24760 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277673503656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28365] ppid=28358 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24760 0 -1 4202560 208 0 0 0 23 9 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277672451112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28366] ppid=28358 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24760 0 -1 4202560 308 0 0 0 17 5 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277671398056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28367] ppid=28358 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24760 0 -1 4202560 280 0 0 0 25 5 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277670345512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28368] ppid=28358 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24760 0 -1 4202560 297 0 0 0 17 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277669292456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28369] ppid=28358 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24760 0 -1 4202560 258 0 0 0 23 7 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277668239912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28370] ppid=28358 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24760 0 -1 4202560 318 0 0 0 19 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277667186856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28371] ppid=28358 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24760 0 -1 4202560 330 0 0 0 22 7 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277666134312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28372] ppid=28358 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24760 0 -1 4202560 1083 0 0 0 0 2 0 0 20 0 19 0 27669457 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277535710056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28373] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277534656376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28374] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277533603208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28375] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277532551952 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28376] ppid=28358 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24760 0 -1 4202560 4708 0 0 0 74 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277531498808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28377] ppid=28358 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28361/task/28377/stat : 28377 (java) S 28358 28361 24760 0 -1 4202560 3781 0 0 0 59 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277530446264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28378] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28378/stat : 28378 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277529393400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28379] ppid=28358 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/28361/task/28379/stat : 28379 (java) S 28358 28361 24760 0 -1 4202560 105 0 0 0 37 32 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277528341064 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28380] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28380/stat : 28380 (java) S 28358 28361 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27669735 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277527287336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 28361 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.27 2.22 2.23 3/213 28489
/proc/meminfo: memFree=27656100/32872528 swapFree=1556504/1720024
[pid=28361] ppid=28358 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/28361/stat : 28361 (java) S 28358 28361 24760 0 -1 4202496 16686 0 1 0 179915 94 0 0 20 0 19 0 27669454 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140736993428240 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28361/statm: 2406260 392495 2286 9 0 2396937 0
[pid=28361/tid=28363] ppid=28358 vsize=9625040 CPUtime=1791.53 cores=0,2,4,6
/proc/28361/task/28363/stat : 28363 (java) R 28358 28361 24760 0 -1 4202560 3520 0 1 0 179107 46 0 0 20 0 19 0 27669455 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277712002768 140277541874976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28364] ppid=28358 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28361/task/28364/stat : 28364 (java) S 28358 28361 24760 0 -1 4202560 232 0 0 0 19 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277673503656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28365] ppid=28358 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28361/task/28365/stat : 28365 (java) S 28358 28361 24760 0 -1 4202560 208 0 0 0 23 9 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277672451112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28366] ppid=28358 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28361/task/28366/stat : 28366 (java) S 28358 28361 24760 0 -1 4202560 308 0 0 0 17 5 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277671398056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28367] ppid=28358 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28361/task/28367/stat : 28367 (java) S 28358 28361 24760 0 -1 4202560 280 0 0 0 25 5 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277670345512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28368] ppid=28358 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/28361/task/28368/stat : 28368 (java) S 28358 28361 24760 0 -1 4202560 297 0 0 0 17 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277669292456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28369] ppid=28358 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28361/task/28369/stat : 28369 (java) S 28358 28361 24760 0 -1 4202560 258 0 0 0 23 7 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277668239912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28361/tid=28370] ppid=28358 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28361/task/28370/stat : 28370 (java) S 28358 28361 24760 0 -1 4202560 318 0 0 0 19 6 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277667186856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28371] ppid=28358 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28361/task/28371/stat : 28371 (java) S 28358 28361 24760 0 -1 4202560 330 0 0 0 22 7 0 0 20 0 19 0 27669456 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277666134312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28372] ppid=28358 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/28361/task/28372/stat : 28372 (java) S 28358 28361 24760 0 -1 4202560 1083 0 0 0 0 2 0 0 20 0 19 0 27669457 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277535710056 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28373] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28373/stat : 28373 (java) S 28358 28361 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277534656376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28374] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28374/stat : 28374 (java) S 28358 28361 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27669458 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277533603208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28375] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28375/stat : 28375 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277532551952 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28376] ppid=28358 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/28361/task/28376/stat : 28376 (java) S 28358 28361 24760 0 -1 4202560 4708 0 0 0 74 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277531498808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28377] ppid=28358 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28361/task/28377/stat : 28377 (java) S 28358 28361 24760 0 -1 4202560 3781 0 0 0 59 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277530446264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28361/tid=28378] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28378/stat : 28378 (java) S 28358 28361 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277529393400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28361/tid=28379] ppid=28358 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/28361/task/28379/stat : 28379 (java) S 28358 28361 24760 0 -1 4202560 105 0 0 0 37 32 0 0 20 0 19 0 27669460 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277528341064 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28361/tid=28380] ppid=28358 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28361/task/28380/stat : 28380 (java) S 28358 28361 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27669735 9856040960 392495 33554432000 1073741824 1073778376 140736993437104 140277527287336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.94
CPU time (s): 1800.09
CPU user time (s): 1799.15
CPU system time (s): 0.94
CPU usage (%): 100.175
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.47278
maximum resident set size= 1570116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16726
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38264
involuntary context switches= 2837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3904 second user time and 13.6149 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 15:23:28
IDJOB=4103936
IDBENCH=2509
IDSOLVER=2546
FILE ID=node117/4103936-1466256208
RUNJOBID= node117-1466230712-24776
PBS_JOBID= 19918181
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mod011.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103936-1466256208/watcher-4103936-1466256208 -o /tmp/evaluation-result-4103936-1466256208/solver-4103936-1466256208 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24776 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103936-1466256208.opb

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

MD5SUM BENCH= 7946286f4c1a7ac44cf771db2f48f590
RANDOM SEED=1042274675

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

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

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        29787064 kB
Buffers:          122564 kB
Cached:           278616 kB
SwapCached:            0 kB
Active:           306680 kB
Inactive:         292120 kB
Active(anon):     190100 kB
Inactive(anon):    10636 kB
Active(file):     116580 kB
Inactive(file):   281484 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15184 kB
Writeback:             0 kB
AnonPages:       1930612 kB
Mapped:            21052 kB
Shmem:               204 kB
Slab:             620548 kB
SReclaimable:      64368 kB
SUnreclaim:       556180 kB
KernelStack:        1584 kB
PageTables:         7864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2409004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 71724 MiB
End job on node117 at 2016-06-18 15:53:25