Trace number 4100546

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 Res+CP PB16? (TO) 1800.11 899.146

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dc1c.opb
MD5SUM5bb71a9130ac2c3fe622e296e248e968
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables58150
Total number of constraints1648
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
Biggest coefficient in the objective function 41346
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 580891
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 580891
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4100546-1466210110.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
2.29/1.23	c ... done. Wall clock time 1.1s.
2.29/1.23	c declared #vars     58150
2.29/1.23	c #constraints  3286
2.29/1.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.29/1.23	c constraints type 
2.29/1.23	c org.sat4j.specs.Constr$1 => 2
2.29/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3284
2.29/1.23	c 3286 constraints processed.
2.29/1.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.29/1.23	c constraints type 
2.29/1.23	c org.sat4j.specs.Constr$1 => 2
2.29/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
2.29/1.23	c 3286 constraints processed.
2.29/1.23	c objective function length is 58150 literals
9.54/4.51	c cleaning 2502 clauses out of 5006 with flag 13430/5006
17.29/8.29	c cleaning 4249 clauses out of 8498 with flag 29170/11000
25.88/12.60	c cleaning 5622 clauses out of 11249 with flag 46243/18000
36.54/17.86	c cleaning 6810 clauses out of 13627 with flag 67083/26000
48.25/23.65	c cleaning 7896 clauses out of 15817 with flag 89351/35000
61.05/30.05	c cleaning 8957 clauses out of 17921 with flag 115507/45000
75.91/37.41	c cleaning 9972 clauses out of 19964 with flag 142643/56000
91.70/45.40	c cleaning 10992 clauses out of 21992 with flag 172632/68000
109.80/54.34	c cleaning 11995 clauses out of 24000 with flag 205926/81000
126.80/62.81	c cleaning 13004 clauses out of 26008 with flag 240836/95003
147.38/73.11	c cleaning 13997 clauses out of 28004 with flag 279217/110003
169.10/83.95	c cleaning 14985 clauses out of 30004 with flag 319506/126000
192.09/95.48	c cleaning 16002 clauses out of 32019 with flag 361892/143000
216.90/107.87	c cleaning 16991 clauses out of 34021 with flag 407183/161004
242.27/120.52	c cleaning 17991 clauses out of 36026 with flag 454774/180000
268.47/133.69	c cleaning 19011 clauses out of 38036 with flag 506004/200001
298.40/148.55	c cleaning 19982 clauses out of 40026 with flag 559841/221002
331.18/164.92	c cleaning 21020 clauses out of 42042 with flag 616825/243000
366.37/182.55	c cleaning 22002 clauses out of 44024 with flag 675298/266002
408.00/203.30	c cleaning 23004 clauses out of 46020 with flag 736229/290000
451.37/224.94	c cleaning 23997 clauses out of 48016 with flag 799433/315000
490.56/244.51	c cleaning 24997 clauses out of 50019 with flag 866992/341000
530.36/264.40	c cleaning 25992 clauses out of 52022 with flag 937360/368000
587.75/293.11	c cleaning 27015 clauses out of 54033 with flag 1008694/396003
647.16/322.83	c cleaning 28000 clauses out of 56015 with flag 1082146/425000
699.96/349.25	c cleaning 28992 clauses out of 58015 with flag 1158785/455000
747.67/372.93	c cleaning 30004 clauses out of 60023 with flag 1239621/486000
798.27/398.23	c cleaning 30996 clauses out of 62019 with flag 1320781/518000
847.46/422.84	c cleaning 31994 clauses out of 64023 with flag 1406502/551000
901.46/449.82	c cleaning 32996 clauses out of 66029 with flag 1494368/585000
962.28/480.22	c cleaning 34005 clauses out of 68033 with flag 1584046/620000
1019.82/508.88	c cleaning 35011 clauses out of 70031 with flag 1677313/656003
1077.44/537.70	c cleaning 36004 clauses out of 72021 with flag 1773714/693004
1142.24/570.06	c cleaning 36998 clauses out of 74015 with flag 1869412/731002
1215.42/606.65	c cleaning 38009 clauses out of 76020 with flag 1969743/770005
1279.20/638.56	c cleaning 38996 clauses out of 78006 with flag 2070912/810000
1346.99/672.74	c cleaning 40002 clauses out of 80010 with flag 2175917/851000
1433.17/715.86	c cleaning 40987 clauses out of 82009 with flag 2282480/893001
1513.19/755.84	c cleaning 42012 clauses out of 84024 with flag 2391244/936003
1589.77/794.17	c cleaning 42998 clauses out of 86010 with flag 2504348/980001
1800.11/899.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.10	c starts		: 110
1800.11/899.10	c conflicts		: 1020851
1800.11/899.10	c decisions		: 4364888
1800.11/899.10	c propagations		: 204682422
1800.11/899.10	c inspects		: 5939114543
1800.11/899.10	c shortcuts		: 0
1800.11/899.10	c learnt literals	: 0
1800.11/899.10	c learnt binary clauses	: 0
1800.11/899.10	c learnt ternary clauses	: 0
1800.11/899.10	c learnt constraints	: 1020851
1800.11/899.10	c ignored constraints	: 0
1800.11/899.11	c root simplifications	: 0
1800.11/899.11	c removed literals (reason simplification)	: 4078435
1800.11/899.11	c reason swapping (by a shorter reason)	: 0
1800.11/899.11	c Calls to reduceDB	: 40
1800.11/899.11	c Number of update (reduction) of LBD	: 303281
1800.11/899.11	c Imported unit clauses	: 0
1800.11/899.11	c number of reductions to clauses (during analyze)	: 0
1800.11/899.11	c number of learned constraints concerned by reduction	: 0
1800.11/899.11	c number of learning phase by resolution	: 0
1800.11/899.11	c number of learning phase by cutting planes	: 0
1800.11/899.11	c speed (assignments/second)	: 227993.3690592485
1800.11/899.11	c non guided choices	55415
1800.11/899.13	c learnt constraints type 
1800.11/899.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83863
1800.11/899.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/899.13	c starts		: 1
1800.11/899.13	c conflicts		: 260
1800.11/899.13	c decisions		: 1391875
1800.11/899.13	c propagations		: 1868461
1800.11/899.13	c inspects		: 7736838
1800.11/899.13	c shortcuts		: 0
1800.11/899.13	c learnt literals	: 0
1800.11/899.13	c learnt binary clauses	: 0
1800.11/899.13	c learnt ternary clauses	: 0
1800.11/899.13	c learnt constraints	: 259
1800.11/899.13	c ignored constraints	: 0
1800.11/899.13	c root simplifications	: 0
1800.11/899.13	c removed literals (reason simplification)	: 0
1800.11/899.13	c reason swapping (by a shorter reason)	: 0
1800.11/899.13	c Calls to reduceDB	: 0
1800.11/899.13	c Number of update (reduction) of LBD	: 0
1800.11/899.13	c Imported unit clauses	: 0
1800.11/899.13	c number of reductions to clauses (during analyze)	: 0
1800.11/899.13	c number of learned constraints concerned by reduction	: 0
1800.11/899.13	c number of learning phase by resolution	: 0
1800.11/899.13	c number of learning phase by cutting planes	: 0
1800.11/899.13	c speed (assignments/second)	: 2081.1921353020325
1800.11/899.13	c non guided choices	0
1800.11/899.13	c learnt constraints type 
1800.11/899.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 259
1800.11/899.13	s UNKNOWN
1800.11/899.13	c Total wall clock time (in seconds): 899.001

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-4100546-1466210110/watcher-4100546-1466210110 -o /tmp/evaluation-result-4100546-1466210110/solver-4100546-1466210110 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100546-1466210110.opb 

pid=18230
running on 4 cores: 1,3,5,7

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: 4.08 4.22 4.16 3/197 18233
/proc/meminfo: memFree=24804272/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18233/stat : 18233 (java) D 18230 18233 15709 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 23059434 9515008 175 33554432000 1073741824 1073778376 140734003015136 140734002997864 217410519952 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/18233/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.08 4.22 4.16 3/197 18233
/proc/meminfo: memFree=24804272/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 4156 0 1 0 6 0 0 0 20 0 18 0 23059434 9787879424 5269 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2389619 5269 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200235 s]
/proc/loadavg: 4.08 4.22 4.16 3/197 18233
/proc/meminfo: memFree=24804272/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 5003 0 1 0 26 1 0 0 20 0 18 0 23059434 9787879424 7440 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2389619 7440 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 4.08 4.22 4.16 3/197 18233
/proc/meminfo: memFree=24804272/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 5753 0 1 0 44 1 0 0 20 0 18 0 23059434 9787879424 12414 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2389619 12414 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 4.08 4.22 4.16 3/197 18233
/proc/meminfo: memFree=24804272/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9558476 CPUtime=1.43 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 16862 0 1 0 138 5 0 0 20 0 18 0 23059434 9787879424 37697 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2389619 37697 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.08 4.22 4.16 4/215 18251
/proc/meminfo: memFree=24550572/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 17606 0 1 0 305 16 0 0 20 0 22 0 23059434 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2456183 65395 2274 9 0 2446860 0
[pid=18233/tid=18235] ppid=18230 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (java) S 18230 18233 15709 0 -1 4202560 2477 0 1 0 104 3 0 0 20 0 22 0 23059435 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673954472824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18236] ppid=18230 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (java) S 18230 18233 15709 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673943534504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18237] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18237/stat : 18237 (java) S 18230 18233 15709 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673942481960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18238] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18238/stat : 18238 (java) S 18230 18233 15709 0 -1 4202560 112 0 0 0 2 2 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673941428904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18239] ppid=18230 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18233/task/18239/stat : 18239 (java) S 18230 18233 15709 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673940376360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18240] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18240/stat : 18240 (java) S 18230 18233 15709 0 -1 4202560 77 0 0 0 2 2 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673939323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18241] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18241/stat : 18241 (java) S 18230 18233 15709 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673938270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18242] ppid=18230 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18233/task/18242/stat : 18242 (java) S 18230 18233 15709 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673791244456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18243] ppid=18230 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18233/task/18243/stat : 18243 (java) S 18230 18233 15709 0 -1 4202560 72 0 0 0 3 0 0 0 20 0 22 0 23059437 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673790191912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18244] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18244/stat : 18244 (java) S 18230 18233 15709 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23059438 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673777994600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18245] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18245/stat : 18245 (java) S 18230 18233 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673776940920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18246] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18246/stat : 18246 (java) S 18230 18233 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673775887752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18247] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18247/stat : 18247 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673774836496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18248] ppid=18230 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/18233/task/18248/stat : 18248 (java) R 18230 18233 15709 0 -1 4202560 5086 0 0 0 59 0 0 0 20 0 22 0 23059441 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673773783232 140673960499098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18249] ppid=18230 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/18233/task/18249/stat : 18249 (java) S 18230 18233 15709 0 -1 4202560 8072 0 0 0 53 2 0 0 20 0 22 0 23059441 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673772730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18250] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18250/stat : 18250 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673771677944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18251] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18251/stat : 18251 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 65395 33554432000 1073741824 1073778376 140734174998240 140673770625608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.23 4.25 4.17 7/219 18255
/proc/meminfo: memFree=24475260/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9824732 CPUtime=6.9 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 17652 0 1 0 672 18 0 0 20 0 22 0 23059434 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2456183 87413 2275 9 0 2446860 0
[pid=18233/tid=18235] ppid=18230 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (java) S 18230 18233 15709 0 -1 4202560 2477 0 1 0 104 3 0 0 20 0 22 0 23059435 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673954472824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18236] ppid=18230 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (java) S 18230 18233 15709 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673943534504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18237] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18237/stat : 18237 (java) S 18230 18233 15709 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673942481960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18238] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18238/stat : 18238 (java) S 18230 18233 15709 0 -1 4202560 112 0 0 0 2 2 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673941428904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18239] ppid=18230 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18233/task/18239/stat : 18239 (java) S 18230 18233 15709 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673940376360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18240] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18240/stat : 18240 (java) S 18230 18233 15709 0 -1 4202560 77 0 0 0 2 2 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673939323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18241] ppid=18230 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18233/task/18241/stat : 18241 (java) S 18230 18233 15709 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673938270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18242] ppid=18230 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18233/task/18242/stat : 18242 (java) S 18230 18233 15709 0 -1 4202560 144 0 0 0 4 2 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673791244456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18243] ppid=18230 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18233/task/18243/stat : 18243 (java) S 18230 18233 15709 0 -1 4202560 72 0 0 0 3 0 0 0 20 0 22 0 23059437 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673790191912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18244] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18244/stat : 18244 (java) S 18230 18233 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23059438 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673777994600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18245] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18245/stat : 18245 (java) S 18230 18233 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673776940920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18246] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18246/stat : 18246 (java) S 18230 18233 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673775887752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18247] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18247/stat : 18247 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673774836496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18248] ppid=18230 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/18233/task/18248/stat : 18248 (java) S 18230 18233 15709 0 -1 4202560 5086 0 0 0 85 0 0 0 20 0 22 0 23059441 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673773783352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18249] ppid=18230 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/18233/task/18249/stat : 18249 (java) S 18230 18233 15709 0 -1 4202560 8073 0 0 0 78 2 0 0 20 0 22 0 23059441 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673772730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18250] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18250/stat : 18250 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673771677944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18251] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18251/stat : 18251 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673770625608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18252] ppid=18230 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/18233/task/18252/stat : 18252 (java) R 18230 18233 15709 0 -1 4202560 33 0 0 0 183 0 0 0 20 0 22 0 23059558 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673769571336 140673819646268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18253] ppid=18230 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/18233/task/18253/stat : 18253 (java) R 18230 18233 15709 0 -1 4202560 56 0 0 0 182 2 0 0 20 0 22 0 23059558 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673768518568 140673819811760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18254] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18254/stat : 18254 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673767466280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18255] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18255/stat : 18255 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 87413 33554432000 1073741824 1073778376 140734174998240 140673766413736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9824732

[startup+6.30085 s]
/proc/loadavg: 4.23 4.25 4.17 5/219 18255
/proc/meminfo: memFree=24396352/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9824732 CPUtime=13.42 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 18016 0 1 0 1317 25 0 0 20 0 22 0 23059434 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2456183 103414 2279 9 0 2446860 0
[pid=18233/tid=18235] ppid=18230 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (java) S 18230 18233 15709 0 -1 4202560 2477 0 1 0 104 3 0 0 20 0 22 0 23059435 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673954472824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18236] ppid=18230 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (java) S 18230 18233 15709 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673943534504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18237] ppid=18230 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18233/task/18237/stat : 18237 (java) S 18230 18233 15709 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673942481960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18238] ppid=18230 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18233/task/18238/stat : 18238 (java) S 18230 18233 15709 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673941428904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18239] ppid=18230 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18233/task/18239/stat : 18239 (java) S 18230 18233 15709 0 -1 4202560 132 0 0 0 7 2 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673940376360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18240] ppid=18230 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18233/task/18240/stat : 18240 (java) S 18230 18233 15709 0 -1 4202560 200 0 0 0 5 2 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673939323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18241] ppid=18230 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18233/task/18241/stat : 18241 (java) S 18230 18233 15709 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673938270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18242] ppid=18230 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18233/task/18242/stat : 18242 (java) S 18230 18233 15709 0 -1 4202560 158 0 0 0 6 3 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673791244456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18243] ppid=18230 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18233/task/18243/stat : 18243 (java) S 18230 18233 15709 0 -1 4202560 81 0 0 0 4 2 0 0 20 0 22 0 23059437 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673790191912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18244] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18244/stat : 18244 (java) S 18230 18233 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23059438 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673777994600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18245] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18245/stat : 18245 (java) S 18230 18233 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673776940920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18246] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18246/stat : 18246 (java) S 18230 18233 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673775887752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18247] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18247/stat : 18247 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673774836496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18248] ppid=18230 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/18233/task/18248/stat : 18248 (java) S 18230 18233 15709 0 -1 4202560 5090 0 0 0 87 0 0 0 20 0 22 0 23059441 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673773783352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18249] ppid=18230 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/18233/task/18249/stat : 18249 (java) S 18230 18233 15709 0 -1 4202560 8076 0 0 0 80 2 0 0 20 0 22 0 23059441 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673772730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18250] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18250/stat : 18250 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673771677944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18251] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18251/stat : 18251 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 103414 33554432000 1073741824 1073778376 140734174998240 140673770625608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18252] ppid=18230 vsize=9824732 CPUtime=4.95 cores=1,3,5,7

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

/proc/18233/task/18238/stat : 18238 (java) S 18230 18233 15709 0 -1 4202560 292 0 0 0 43 10 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673941428904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18239] ppid=18230 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/18233/task/18239/stat : 18239 (java) S 18230 18233 15709 0 -1 4202560 458 0 0 0 56 13 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673940376360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18240] ppid=18230 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/18233/task/18240/stat : 18240 (java) S 18230 18233 15709 0 -1 4202560 395 0 0 0 56 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673939323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18241] ppid=18230 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/18233/task/18241/stat : 18241 (java) S 18230 18233 15709 0 -1 4202560 347 0 0 0 59 14 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673938270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18242] ppid=18230 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/18233/task/18242/stat : 18242 (java) S 18230 18233 15709 0 -1 4202560 379 0 0 0 36 8 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673791244456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18243] ppid=18230 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/18233/task/18243/stat : 18243 (java) S 18230 18233 15709 0 -1 4202560 263 0 0 0 49 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673790191912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18244] ppid=18230 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18233/task/18244/stat : 18244 (java) S 18230 18233 15709 0 -1 4202560 1646 0 0 0 99 2 0 0 20 0 22 0 23059438 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673777994600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18245] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18245/stat : 18245 (java) S 18230 18233 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673776940920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18246] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18246/stat : 18246 (java) S 18230 18233 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673775887752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18247] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18247/stat : 18247 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673774836496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18248] ppid=18230 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18233/task/18248/stat : 18248 (java) S 18230 18233 15709 0 -1 4202560 5124 0 0 0 107 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673773783352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18249] ppid=18230 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18233/task/18249/stat : 18249 (java) S 18230 18233 15709 0 -1 4202560 8097 0 0 0 97 2 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673772730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18250] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18250/stat : 18250 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673771677944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18251] ppid=18230 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/18233/task/18251/stat : 18251 (java) S 18230 18233 15709 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673770625608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18252] ppid=18230 vsize=9824732 CPUtime=876.39 cores=1,3,5,7
/proc/18233/task/18252/stat : 18252 (java) R 18230 18233 15709 0 -1 4202560 1312 0 0 0 87607 32 0 0 20 0 22 0 23059558 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673769570160 140673819646569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18253] ppid=18230 vsize=9824732 CPUtime=876.59 cores=1,3,5,7
/proc/18233/task/18253/stat : 18253 (java) R 18230 18233 15709 0 -1 4202560 636 0 0 0 87634 25 0 0 20 0 22 0 23059558 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673768516432 140673819724981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18254] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18254/stat : 18254 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673767466280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18255] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18255/stat : 18255 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673766413736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1766.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.101 s]
/proc/loadavg: 4.12 4.16 4.17 5/220 18347
/proc/meminfo: memFree=24003480/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 23266 0 1 0 179876 135 0 0 20 0 22 0 23059434 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2456183 765207 2290 9 0 2446860 0
[pid=18233/tid=18235] ppid=18230 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (java) S 18230 18233 15709 0 -1 4202560 2480 0 1 0 106 5 0 0 20 0 22 0 23059435 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673954472824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18236] ppid=18230 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (java) S 18230 18233 15709 0 -1 4202560 263 0 0 0 47 10 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673943534504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18237] ppid=18230 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/18233/task/18237/stat : 18237 (java) S 18230 18233 15709 0 -1 4202560 259 0 0 0 42 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673942481960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18238] ppid=18230 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/18233/task/18238/stat : 18238 (java) S 18230 18233 15709 0 -1 4202560 292 0 0 0 43 10 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673941428904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18239] ppid=18230 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/18233/task/18239/stat : 18239 (java) S 18230 18233 15709 0 -1 4202560 458 0 0 0 56 13 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673940376360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18240] ppid=18230 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/18233/task/18240/stat : 18240 (java) S 18230 18233 15709 0 -1 4202560 395 0 0 0 56 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673939323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18241] ppid=18230 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/18233/task/18241/stat : 18241 (java) S 18230 18233 15709 0 -1 4202560 347 0 0 0 59 14 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673938270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18242] ppid=18230 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/18233/task/18242/stat : 18242 (java) S 18230 18233 15709 0 -1 4202560 379 0 0 0 36 8 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673791244456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18243] ppid=18230 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/18233/task/18243/stat : 18243 (java) S 18230 18233 15709 0 -1 4202560 263 0 0 0 49 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673790191912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18244] ppid=18230 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18233/task/18244/stat : 18244 (java) S 18230 18233 15709 0 -1 4202560 1646 0 0 0 99 2 0 0 20 0 22 0 23059438 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673777994600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18245] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18245/stat : 18245 (java) S 18230 18233 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673776940920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18246] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18246/stat : 18246 (java) S 18230 18233 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673775887752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18247] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18247/stat : 18247 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673774836496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18248] ppid=18230 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18233/task/18248/stat : 18248 (java) S 18230 18233 15709 0 -1 4202560 5124 0 0 0 107 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673773783352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18249] ppid=18230 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18233/task/18249/stat : 18249 (java) S 18230 18233 15709 0 -1 4202560 8097 0 0 0 97 2 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673772730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18250] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18250/stat : 18250 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673771677944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18251] ppid=18230 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18233/task/18251/stat : 18251 (java) S 18230 18233 15709 0 -1 4202560 51 0 0 0 12 13 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673770625608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18252] ppid=18230 vsize=9824732 CPUtime=893.14 cores=1,3,5,7
/proc/18233/task/18252/stat : 18252 (java) R 18230 18233 15709 0 -1 4202560 1312 0 0 0 89282 32 0 0 20 0 22 0 23059558 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673769570160 140673819781427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18253] ppid=18230 vsize=9824732 CPUtime=893.34 cores=1,3,5,7
/proc/18233/task/18253/stat : 18253 (java) R 18230 18233 15709 0 -1 4202560 636 0 0 0 89309 25 0 0 20 0 22 0 23059558 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673768516432 140673819725011 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18254] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18254/stat : 18254 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673767466280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18255] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18255/stat : 18255 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673766413736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

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 18233 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+899.101 s]
/proc/loadavg: 4.12 4.16 4.17 5/220 18347
/proc/meminfo: memFree=24003480/32872528 swapFree=1534436/1655032
[pid=18233] ppid=18230 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/18233/stat : 18233 (java) S 18230 18233 15709 0 -1 4202496 23266 0 1 0 179876 135 0 0 20 0 22 0 23059434 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140734174989376 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18233/statm: 2456183 765207 2290 9 0 2446860 0
[pid=18233/tid=18235] ppid=18230 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (java) S 18230 18233 15709 0 -1 4202560 2480 0 1 0 106 5 0 0 20 0 22 0 23059435 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673954472824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18236] ppid=18230 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (java) S 18230 18233 15709 0 -1 4202560 263 0 0 0 47 10 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673943534504 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18237] ppid=18230 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/18233/task/18237/stat : 18237 (java) S 18230 18233 15709 0 -1 4202560 259 0 0 0 42 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673942481960 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18238] ppid=18230 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/18233/task/18238/stat : 18238 (java) S 18230 18233 15709 0 -1 4202560 292 0 0 0 43 10 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673941428904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18239] ppid=18230 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/18233/task/18239/stat : 18239 (java) S 18230 18233 15709 0 -1 4202560 458 0 0 0 56 13 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673940376360 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18240] ppid=18230 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/18233/task/18240/stat : 18240 (java) S 18230 18233 15709 0 -1 4202560 395 0 0 0 56 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673939323304 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18233/tid=18241] ppid=18230 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/18233/task/18241/stat : 18241 (java) S 18230 18233 15709 0 -1 4202560 347 0 0 0 59 14 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673938270760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18242] ppid=18230 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/18233/task/18242/stat : 18242 (java) S 18230 18233 15709 0 -1 4202560 379 0 0 0 36 8 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673791244456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18243] ppid=18230 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/18233/task/18243/stat : 18243 (java) S 18230 18233 15709 0 -1 4202560 263 0 0 0 49 11 0 0 20 0 22 0 23059437 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673790191912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18244] ppid=18230 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/18233/task/18244/stat : 18244 (java) S 18230 18233 15709 0 -1 4202560 1646 0 0 0 99 2 0 0 20 0 22 0 23059438 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673777994600 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18245] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18245/stat : 18245 (java) S 18230 18233 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673776940920 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18246] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18246/stat : 18246 (java) S 18230 18233 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23059439 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673775887752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18247] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18247/stat : 18247 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673774836496 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18248] ppid=18230 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/18233/task/18248/stat : 18248 (java) S 18230 18233 15709 0 -1 4202560 5124 0 0 0 107 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673773783352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18249] ppid=18230 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18233/task/18249/stat : 18249 (java) S 18230 18233 15709 0 -1 4202560 8097 0 0 0 97 2 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673772730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18250] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18250/stat : 18250 (java) S 18230 18233 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673771677944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18251] ppid=18230 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/18233/task/18251/stat : 18251 (java) S 18230 18233 15709 0 -1 4202560 51 0 0 0 12 13 0 0 20 0 22 0 23059441 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673770625608 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18233/tid=18252] ppid=18230 vsize=9824732 CPUtime=893.14 cores=1,3,5,7
/proc/18233/task/18252/stat : 18252 (java) R 18230 18233 15709 0 -1 4202560 1312 0 0 0 89282 32 0 0 20 0 22 0 23059558 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673769570160 140673819781427 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18253] ppid=18230 vsize=9824732 CPUtime=893.34 cores=1,3,5,7
/proc/18233/task/18253/stat : 18253 (java) R 18230 18233 15709 0 -1 4202560 636 0 0 0 89309 25 0 0 20 0 22 0 23059558 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673768516432 140673819725011 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18233/tid=18254] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18254/stat : 18254 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673767466280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18233/tid=18255] ppid=18230 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18255/stat : 18255 (java) S 18230 18233 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23059569 10060525568 765207 33554432000 1073741824 1073778376 140734174998240 140673766413736 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 899.146
CPU time (s): 1800.11
CPU user time (s): 1798.76
CPU system time (s): 1.35
CPU usage (%): 200.202
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.83172
maximum resident set size= 3060944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23309
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21550
involuntary context switches= 12378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64599 second user time and 6.23105 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 02:35:10
IDJOB=4100546
IDBENCH=1630
IDSOLVER=2543
FILE ID=node122/4100546-1466210110
RUNJOBID= node122-1466206083-15726
PBS_JOBID= 19918155
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-dc1c.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100546-1466210110/watcher-4100546-1466210110 -o /tmp/evaluation-result-4100546-1466210110/solver-4100546-1466210110 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100546-1466210110.opb

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

MD5SUM BENCH= 5bb71a9130ac2c3fe622e296e248e968
RANDOM SEED=1791811232

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24804808 kB
Buffers:          123888 kB
Cached:          1621920 kB
SwapCached:            0 kB
Active:          3993688 kB
Inactive:        1657272 kB
Active(anon):    3907712 kB
Inactive(anon):        0 kB
Active(file):      85976 kB
Inactive(file):  1657272 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3336 kB
Writeback:             0 kB
AnonPages:       5574456 kB
Mapped:            21228 kB
Shmem:               204 kB
Slab:             607888 kB
SReclaimable:      51624 kB
SUnreclaim:       556264 kB
KernelStack:        1624 kB
PageTables:        14948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5769796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3649536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node122 at 2016-06-18 02:50:09