Trace number 4100386

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

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-blp-ic97.opb
MD5SUMaef7e3722fd5816dc0cbb2acb61edf83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark264293
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 264081
Optimality of the best value was proved NO
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529231
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4100386-1466209185.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.79/0.92	c ... done. Wall clock time 0.802s.
1.79/0.92	c declared #vars     11503
1.79/0.92	c #constraints  1063
1.79/0.92	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.79/0.92	c constraints type 
1.79/0.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1.79/0.92	c org.sat4j.specs.Constr$1 => 127
1.79/0.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 708
1.79/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 224
1.79/0.92	c 1063 constraints processed.
1.79/0.92	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.79/0.92	c constraints type 
1.79/0.92	c org.sat4j.specs.Constr$1 => 127
1.79/0.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 708
1.79/0.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
1.79/0.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 224
1.79/0.92	c 1063 constraints processed.
1.79/0.92	c objective function length is 31 literals
15.11/6.94	c cleaning 2500 clauses out of 4999 with flag 12253/5000
30.67/14.54	c cleaning 4251 clauses out of 8502 with flag 30143/11003
50.74/24.59	c cleaning 5624 clauses out of 11248 with flag 45103/18000
78.12/38.23	c cleaning 6812 clauses out of 13625 with flag 61590/26001
108.47/53.31	c cleaning 7905 clauses out of 15812 with flag 80740/35000
140.51/69.37	c cleaning 8954 clauses out of 17907 with flag 101197/45000
185.86/91.43	c cleaning 9979 clauses out of 19957 with flag 125462/56004
224.44/110.77	c cleaning 10988 clauses out of 21975 with flag 152738/68001
268.90/132.66	c cleaning 11994 clauses out of 23988 with flag 182160/81002
319.25/157.84	c cleaning 12996 clauses out of 25992 with flag 213606/95000
379.60/187.95	c cleaning 13999 clauses out of 27997 with flag 249566/110001
445.79/221.28	c cleaning 14999 clauses out of 29997 with flag 286331/126000
518.91/257.70	c cleaning 16000 clauses out of 32000 with flag 320961/143002
609.46/303.18	c cleaning 16999 clauses out of 33998 with flag 357334/161000
707.70/352.26	c cleaning 18000 clauses out of 36000 with flag 395700/180001
809.40/402.86	c cleaning 19001 clauses out of 38001 with flag 436492/200002
913.11/454.77	c cleaning 19999 clauses out of 39999 with flag 478725/221001
1026.41/511.29	c cleaning 20998 clauses out of 41999 with flag 523204/243000
1146.50/570.93	c cleaning 22000 clauses out of 44003 with flag 569970/266002
1273.06/633.97	c cleaning 23001 clauses out of 46002 with flag 625008/290001
1399.64/697.05	c cleaning 24002 clauses out of 48004 with flag 678845/315004
1543.02/768.89	c cleaning 25000 clauses out of 50000 with flag 737212/341002
1708.82/851.37	c cleaning 25996 clauses out of 51998 with flag 802707/368000
1800.08/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.61	c starts		: 9
1800.08/896.61	c conflicts		: 382818
1800.08/896.61	c decisions		: 670878
1800.08/896.61	c propagations		: 4013408
1800.08/896.61	c inspects		: 479303422
1800.08/896.61	c shortcuts		: 0
1800.08/896.61	c learnt literals	: 1
1800.08/896.61	c learnt binary clauses	: 0
1800.08/896.61	c learnt ternary clauses	: 4
1800.08/896.61	c learnt constraints	: 382816
1800.08/896.61	c ignored constraints	: 0
1800.08/896.61	c root simplifications	: 0
1800.08/896.61	c removed literals (reason simplification)	: 4875470
1800.08/896.61	c reason swapping (by a shorter reason)	: 0
1800.08/896.61	c Calls to reduceDB	: 23
1800.08/896.61	c Number of update (reduction) of LBD	: 7653
1800.08/896.61	c Imported unit clauses	: 0
1800.08/896.61	c number of reductions to clauses (during analyze)	: 0
1800.08/896.61	c number of learned constraints concerned by reduction	: 0
1800.08/896.61	c number of learning phase by resolution	: 0
1800.08/896.61	c number of learning phase by cutting planes	: 0
1800.08/896.61	c speed (assignments/second)	: 4480.93034888083
1800.08/896.61	c non guided choices	4029
1800.08/896.63	c learnt constraints type 
1800.08/896.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40820
1800.08/896.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/896.63	c starts		: 3
1800.08/896.63	c conflicts		: 266
1800.08/896.63	c decisions		: 77762
1800.08/896.63	c propagations		: 155009
1800.08/896.63	c inspects		: 11322116
1800.08/896.63	c shortcuts		: 0
1800.08/896.63	c learnt literals	: 0
1800.08/896.63	c learnt binary clauses	: 0
1800.08/896.63	c learnt ternary clauses	: 0
1800.08/896.63	c learnt constraints	: 266
1800.08/896.63	c ignored constraints	: 0
1800.08/896.63	c root simplifications	: 0
1800.08/896.63	c removed literals (reason simplification)	: 0
1800.08/896.63	c reason swapping (by a shorter reason)	: 0
1800.08/896.63	c Calls to reduceDB	: 0
1800.08/896.63	c Number of update (reduction) of LBD	: 0
1800.08/896.63	c Imported unit clauses	: 0
1800.08/896.63	c number of reductions to clauses (during analyze)	: 0
1800.08/896.63	c number of learned constraints concerned by reduction	: 0
1800.08/896.63	c number of learning phase by resolution	: 0
1800.08/896.63	c number of learning phase by cutting planes	: 0
1800.08/896.63	c speed (assignments/second)	: 173.06427680637913
1800.08/896.63	c non guided choices	0
1800.08/896.63	c learnt constraints type 
1800.08/896.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 13
1800.08/896.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
1800.08/896.63	s UNKNOWN
1800.08/896.63	c Total wall clock time (in seconds): 896.516

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

pid=17442
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.23 4.24 4.09 5/197 17445
/proc/meminfo: memFree=24923832/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17445/stat : 17445 (java) R 17442 17445 16262 0 -1 4202496 495 0 0 0 0 0 0 0 20 0 1 0 22967155 9515008 148 33554432000 1073741824 1073778376 140735317820416 140735317817544 140010776448263 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2323 156 115 9 0 71 0

[startup+0.10012 s]
/proc/loadavg: 4.23 4.24 4.09 5/197 17445
/proc/meminfo: memFree=24923832/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 4470 0 1 0 8 1 0 0 20 0 18 0 22967155 9787879424 5596 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2389619 5596 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 4.23 4.24 4.09 5/197 17445
/proc/meminfo: memFree=24923832/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 5138 0 1 0 25 2 0 0 20 0 18 0 22967155 9787879424 7061 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2389619 7061 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 4.23 4.24 4.09 5/197 17445
/proc/meminfo: memFree=24923832/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 13398 0 1 0 53 3 0 0 20 0 18 0 22967155 9787879424 13292 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2389619 13292 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.704527 s]
/proc/loadavg: 4.23 4.24 4.09 5/197 17445
/proc/meminfo: memFree=24923832/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 14948 0 1 0 132 8 0 0 20 0 18 0 22967155 9787879424 48529 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2389619 48529 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558476

[startup+1.50092 s]
/proc/loadavg: 4.23 4.24 4.09 7/219 17467
/proc/meminfo: memFree=24688372/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9824732 CPUtime=3.71 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 15735 0 1 0 359 12 0 0 20 0 22 0 22967155 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2456183 61016 2277 9 0 2446860 0
[pid=17445/tid=17447] ppid=17442 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/17445/task/17447/stat : 17447 (java) S 17442 17445 16262 0 -1 4202560 2575 0 1 0 74 4 0 0 20 0 22 0 22967155 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010764833656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17448] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17448/stat : 17448 (java) S 17442 17445 16262 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010703563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17449] ppid=17442 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17445/task/17449/stat : 17449 (java) S 17442 17445 16262 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010702510632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17450] ppid=17442 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17445/task/17450/stat : 17450 (java) S 17442 17445 16262 0 -1 4202560 134 0 0 0 5 2 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010701457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17451] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17451/stat : 17451 (java) S 17442 17445 16262 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010700405032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17452] ppid=17442 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17445/task/17452/stat : 17452 (java) S 17442 17445 16262 0 -1 4202560 137 0 0 0 2 0 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010604673960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17453] ppid=17442 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17445/task/17453/stat : 17453 (java) S 17442 17445 16262 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010603621416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17454] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17454/stat : 17454 (java) S 17442 17445 16262 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010602568360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17455] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17455/stat : 17455 (java) S 17442 17445 16262 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010601515816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17456] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17456/stat : 17456 (java) S 17442 17445 16262 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010589104488 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17457] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17457/stat : 17457 (java) S 17442 17445 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010588050808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17458] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17458/stat : 17458 (java) S 17442 17445 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010586997640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17459] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17459/stat : 17459 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010585946384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17460] ppid=17442 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/17445/task/17460/stat : 17460 (java) S 17442 17445 16262 0 -1 4202560 6599 0 0 0 66 1 0 0 20 0 22 0 22967160 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010584894264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17461] ppid=17442 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/17445/task/17461/stat : 17461 (java) S 17442 17445 16262 0 -1 4202560 4693 0 0 0 74 1 0 0 20 0 22 0 22967160 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010583841720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17462] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17462/stat : 17462 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010582788856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17463] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17463/stat : 17463 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967161 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010581736520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17464] ppid=17442 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/17445/task/17464/stat : 17464 (java) R 17442 17445 16262 0 -1 4202560 23 0 0 0 56 0 0 0 20 0 22 0 22967247 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010580632696 140010705295513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17465] ppid=17442 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/17445/task/17465/stat : 17465 (java) R 17442 17445 16262 0 -1 4202560 25 0 0 0 56 0 0 0 20 0 22 0 22967247 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010579578688 140010705571755 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17466] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17466/stat : 17466 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967250 10060525568 61016 33554432000 1073741824 1073778376 140735317820416 140010578527016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17467] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17467/stat : 17467 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967251 10060525568 61528 33554432000 1073741824 1073778376 140735317820416 140010577474472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.23 4.24 4.09 8/219 17467
/proc/meminfo: memFree=24623488/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9824732 CPUtime=7.23 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 15855 0 1 0 709 14 0 0 20 0 22 0 22967155 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2456183 85662 2278 9 0 2446860 0
[pid=17445/tid=17447] ppid=17442 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/17445/task/17447/stat : 17447 (java) S 17442 17445 16262 0 -1 4202560 2575 0 1 0 74 4 0 0 20 0 22 0 22967155 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010764833656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17448] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17448/stat : 17448 (java) S 17442 17445 16262 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010703563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17449] ppid=17442 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17445/task/17449/stat : 17449 (java) S 17442 17445 16262 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010702510632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17450] ppid=17442 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17445/task/17450/stat : 17450 (java) S 17442 17445 16262 0 -1 4202560 134 0 0 0 5 2 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010701457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17451] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17451/stat : 17451 (java) S 17442 17445 16262 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010700405032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17452] ppid=17442 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17445/task/17452/stat : 17452 (java) S 17442 17445 16262 0 -1 4202560 137 0 0 0 2 0 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010604673960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17453] ppid=17442 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17445/task/17453/stat : 17453 (java) S 17442 17445 16262 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010603621416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17454] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17454/stat : 17454 (java) S 17442 17445 16262 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010602568360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17455] ppid=17442 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17445/task/17455/stat : 17455 (java) S 17442 17445 16262 0 -1 4202560 130 0 0 0 1 0 0 0 20 0 22 0 22967157 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010601515816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17456] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17456/stat : 17456 (java) S 17442 17445 16262 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010589104488 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17457] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17457/stat : 17457 (java) S 17442 17445 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010588050808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17458] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17458/stat : 17458 (java) S 17442 17445 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010586997640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17459] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17459/stat : 17459 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010585946384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17460] ppid=17442 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/17445/task/17460/stat : 17460 (java) S 17442 17445 16262 0 -1 4202560 6653 0 0 0 84 2 0 0 20 0 22 0 22967160 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010584894264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17461] ppid=17442 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/17445/task/17461/stat : 17461 (java) S 17442 17445 16262 0 -1 4202560 4707 0 0 0 88 1 0 0 20 0 22 0 22967160 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010583841720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17462] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17462/stat : 17462 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010582788856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17463] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17463/stat : 17463 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967161 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010581736520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17464] ppid=17442 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/17445/task/17464/stat : 17464 (java) R 17442 17445 16262 0 -1 4202560 69 0 0 0 214 1 0 0 20 0 22 0 22967247 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010580630216 140010705636960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17465] ppid=17442 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/17445/task/17465/stat : 17465 (java) R 17442 17445 16262 0 -1 4202560 30 0 0 0 215 0 0 0 20 0 22 0 22967247 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010579577384 140010705362629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17466] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17466/stat : 17466 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967250 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010578527016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17467] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17467/stat : 17467 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967251 10060525568 85662 33554432000 1073741824 1073778376 140735317820416 140010577474472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.21 4.24 4.09 5/219 17467
/proc/meminfo: memFree=24521420/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9824732 CPUtime=13.91 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 16157 0 1 0 1370 21 0 0 20 0 22 0 22967155 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2456183 102012 2278 9 0 2446860 0
[pid=17445/tid=17447] ppid=17442 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/17445/task/17447/stat : 17447 (java) S 17442 17445 16262 0 -1 4202560 2575 0 1 0 74 4 0 0 20 0 22 0 22967155 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010764833656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17448] ppid=17442 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17445/task/17448/stat : 17448 (java) S 17442 17445 16262 0 -1 4202560 51 0 0 0 4 3 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010703563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17449] ppid=17442 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17445/task/17449/stat : 17449 (java) S 17442 17445 16262 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010702510632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17450] ppid=17442 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/17445/task/17450/stat : 17450 (java) S 17442 17445 16262 0 -1 4202560 165 0 0 0 9 4 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010701457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17451] ppid=17442 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17445/task/17451/stat : 17451 (java) S 17442 17445 16262 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010700405032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17452] ppid=17442 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17445/task/17452/stat : 17452 (java) S 17442 17445 16262 0 -1 4202560 152 0 0 0 3 2 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010604673960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17453] ppid=17442 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17445/task/17453/stat : 17453 (java) S 17442 17445 16262 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010603621416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17454] ppid=17442 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17445/task/17454/stat : 17454 (java) S 17442 17445 16262 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010602568360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17455] ppid=17442 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17445/task/17455/stat : 17455 (java) S 17442 17445 16262 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 22 0 22967157 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010601515816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17456] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17456/stat : 17456 (java) S 17442 17445 16262 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010589104488 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17457] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17457/stat : 17457 (java) S 17442 17445 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010588050808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17458] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17458/stat : 17458 (java) S 17442 17445 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010586997640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17459] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17459/stat : 17459 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 102012 33554432000 1073741824 1073778376 140735317820416 140010585946384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17460] ppid=17442 vsize=9824732 CPUtime=1 cores=1,3,5,7

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

/proc/17445/task/17450/stat : 17450 (java) S 17442 17445 16262 0 -1 4202560 789 0 0 0 174 37 0 0 20 0 22 0 22967157 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010701457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17451] ppid=17442 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/17445/task/17451/stat : 17451 (java) S 17442 17445 16262 0 -1 4202560 1016 0 0 0 171 55 0 0 20 0 22 0 22967157 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010700405032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17452] ppid=17442 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/17445/task/17452/stat : 17452 (java) S 17442 17445 16262 0 -1 4202560 1251 0 0 0 160 58 0 0 20 0 22 0 22967157 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010604673960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17453] ppid=17442 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/17445/task/17453/stat : 17453 (java) S 17442 17445 16262 0 -1 4202560 736 0 0 0 159 42 0 0 20 0 22 0 22967157 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010603621416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17454] ppid=17442 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/17445/task/17454/stat : 17454 (java) S 17442 17445 16262 0 -1 4202560 997 0 0 0 153 48 0 0 20 0 22 0 22967157 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010602568360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17455] ppid=17442 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/17445/task/17455/stat : 17455 (java) S 17442 17445 16262 0 -1 4202560 878 0 0 0 158 44 0 0 20 0 22 0 22967157 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010601515816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17456] ppid=17442 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/17445/task/17456/stat : 17456 (java) S 17442 17445 16262 0 -1 4202560 2887 0 0 0 398 3 0 0 20 0 22 0 22967158 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010589104488 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17457] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17457/stat : 17457 (java) S 17442 17445 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010588050808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17458] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17458/stat : 17458 (java) S 17442 17445 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010586997640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17459] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17459/stat : 17459 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010585946384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17460] ppid=17442 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/17445/task/17460/stat : 17460 (java) S 17442 17445 16262 0 -1 4202560 6725 0 0 0 149 2 0 0 20 0 22 0 22967160 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010584894264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17461] ppid=17442 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17445/task/17461/stat : 17461 (java) S 17442 17445 16262 0 -1 4202560 4734 0 0 0 124 1 0 0 20 0 22 0 22967160 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010583841720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17462] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17462/stat : 17462 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010582788856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17463] ppid=17442 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/17445/task/17463/stat : 17463 (java) S 17442 17445 16262 0 -1 4202560 47 0 0 0 11 11 0 0 20 0 22 0 22967161 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010581736520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17464] ppid=17442 vsize=9824732 CPUtime=810.99 cores=1,3,5,7
/proc/17445/task/17464/stat : 17464 (java) R 17442 17445 16262 0 -1 4202560 825 0 0 0 81083 16 0 0 20 0 22 0 22967247 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010580630944 140010705612626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17465] ppid=17442 vsize=9824732 CPUtime=810.91 cores=1,3,5,7
/proc/17445/task/17465/stat : 17465 (java) R 17442 17445 16262 0 -1 4202560 274 0 0 0 81071 20 0 0 20 0 22 0 22967247 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010579577120 140010705979935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17466] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17466/stat : 17466 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967250 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010578527016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17467] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17467/stat : 17467 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967251 10060525568 1045826 33554432000 1073741824 1073778376 140735317820416 140010577474472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1650.3
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.31 4.28 4.18 5/219 17626
/proc/meminfo: memFree=21965436/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9824732 CPUtime=1771.14 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 26423 0 1 0 176725 389 0 0 20 0 22 0 22967155 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2456183 1045880 2292 9 0 2446860 0
[pid=17445/tid=17447] ppid=17442 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/17445/task/17447/stat : 17447 (java) S 17442 17445 16262 0 -1 4202560 2586 0 1 0 76 5 0 0 20 0 22 0 22967155 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010764833656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17448] ppid=17442 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/17445/task/17448/stat : 17448 (java) S 17442 17445 16262 0 -1 4202560 750 0 0 0 189 38 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010703563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17449] ppid=17442 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/17445/task/17449/stat : 17449 (java) S 17442 17445 16262 0 -1 4202560 596 0 0 0 181 32 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010702510632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17450] ppid=17442 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/17445/task/17450/stat : 17450 (java) S 17442 17445 16262 0 -1 4202560 789 0 0 0 192 37 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010701457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17451] ppid=17442 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/17445/task/17451/stat : 17451 (java) S 17442 17445 16262 0 -1 4202560 1016 0 0 0 190 55 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010700405032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17452] ppid=17442 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/17445/task/17452/stat : 17452 (java) S 17442 17445 16262 0 -1 4202560 1251 0 0 0 178 58 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010604673960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17453] ppid=17442 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/17445/task/17453/stat : 17453 (java) S 17442 17445 16262 0 -1 4202560 736 0 0 0 183 42 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010603621416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17454] ppid=17442 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/17445/task/17454/stat : 17454 (java) S 17442 17445 16262 0 -1 4202560 997 0 0 0 167 48 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010602568360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17455] ppid=17442 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/17445/task/17455/stat : 17455 (java) S 17442 17445 16262 0 -1 4202560 896 0 0 0 181 44 0 0 20 0 22 0 22967157 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010601515816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17456] ppid=17442 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/17445/task/17456/stat : 17456 (java) S 17442 17445 16262 0 -1 4202560 2927 0 0 0 398 3 0 0 20 0 22 0 22967158 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010589104488 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17457] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17457/stat : 17457 (java) S 17442 17445 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010588050808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17458] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17458/stat : 17458 (java) S 17442 17445 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010586997640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17459] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17459/stat : 17459 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010585946384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17460] ppid=17442 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/17445/task/17460/stat : 17460 (java) S 17442 17445 16262 0 -1 4202560 6725 0 0 0 149 2 0 0 20 0 22 0 22967160 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010584894264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17461] ppid=17442 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17445/task/17461/stat : 17461 (java) S 17442 17445 16262 0 -1 4202560 4734 0 0 0 124 1 0 0 20 0 22 0 22967160 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010583841720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17462] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17462/stat : 17462 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010582788856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17463] ppid=17442 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/17445/task/17463/stat : 17463 (java) S 17442 17445 16262 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 22967161 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010581736520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17464] ppid=17442 vsize=9824732 CPUtime=870.42 cores=1,3,5,7
/proc/17445/task/17464/stat : 17464 (java) R 17442 17445 16262 0 -1 4202560 827 0 0 0 87025 17 0 0 20 0 22 0 22967247 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010580630944 140010705637001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17465] ppid=17442 vsize=9824732 CPUtime=870.34 cores=1,3,5,7
/proc/17445/task/17465/stat : 17465 (java) R 17442 17445 16262 0 -1 4202560 275 0 0 0 87013 21 0 0 20 0 22 0 22967247 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010579577120 140010705979935 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17466] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17466/stat : 17466 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967250 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010578527016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17467] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17467/stat : 17467 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967251 10060525568 1045880 33554432000 1073741824 1073778376 140735317820416 140010577474472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.14
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.24 4.26 4.17 5/219 17626
/proc/meminfo: memFree=21965316/32872528 swapFree=1556504/1720024
[pid=17445] ppid=17442 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/17445/stat : 17445 (java) S 17442 17445 16262 0 -1 4202496 26433 0 1 0 179619 389 0 0 20 0 22 0 22967155 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140735317811552 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17445/statm: 2456183 1045887 2292 9 0 2446860 0
[pid=17445/tid=17447] ppid=17442 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/17445/task/17447/stat : 17447 (java) S 17442 17445 16262 0 -1 4202560 2586 0 1 0 76 5 0 0 20 0 22 0 22967155 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010764833656 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17448] ppid=17442 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/17445/task/17448/stat : 17448 (java) S 17442 17445 16262 0 -1 4202560 750 0 0 0 202 38 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010703563176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17449] ppid=17442 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/17445/task/17449/stat : 17449 (java) S 17442 17445 16262 0 -1 4202560 596 0 0 0 192 32 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010702510632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17450] ppid=17442 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/17445/task/17450/stat : 17450 (java) S 17442 17445 16262 0 -1 4202560 789 0 0 0 195 37 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010701457576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17451] ppid=17442 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/17445/task/17451/stat : 17451 (java) S 17442 17445 16262 0 -1 4202560 1023 0 0 0 193 55 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010700405032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17452] ppid=17442 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/17445/task/17452/stat : 17452 (java) S 17442 17445 16262 0 -1 4202560 1251 0 0 0 181 58 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010604673960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17453] ppid=17442 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/17445/task/17453/stat : 17453 (java) S 17442 17445 16262 0 -1 4202560 736 0 0 0 201 42 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010603621416 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17454] ppid=17442 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/17445/task/17454/stat : 17454 (java) S 17442 17445 16262 0 -1 4202560 997 0 0 0 183 48 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010602568360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17455] ppid=17442 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/17445/task/17455/stat : 17455 (java) S 17442 17445 16262 0 -1 4202560 896 0 0 0 185 44 0 0 20 0 22 0 22967157 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010601515816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17445/tid=17456] ppid=17442 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/17445/task/17456/stat : 17456 (java) S 17442 17445 16262 0 -1 4202560 2927 0 0 0 398 3 0 0 20 0 22 0 22967158 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010589104488 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17457] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17457/stat : 17457 (java) S 17442 17445 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010588050808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17458] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17458/stat : 17458 (java) S 17442 17445 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22967158 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010586997640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17459] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17459/stat : 17459 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010585946384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17460] ppid=17442 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/17445/task/17460/stat : 17460 (java) S 17442 17445 16262 0 -1 4202560 6725 0 0 0 149 2 0 0 20 0 22 0 22967160 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010584894264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17445/tid=17461] ppid=17442 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/17445/task/17461/stat : 17461 (java) S 17442 17445 16262 0 -1 4202560 4734 0 0 0 124 1 0 0 20 0 22 0 22967160 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010583841720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17462] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17462/stat : 17462 (java) S 17442 17445 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22967160 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010582788856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17463] ppid=17442 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/17445/task/17463/stat : 17463 (java) S 17442 17445 16262 0 -1 4202560 53 0 0 0 12 12 0 0 20 0 22 0 22967161 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010581736520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17464] ppid=17442 vsize=9824732 CPUtime=884.51 cores=1,3,5,7
/proc/17445/task/17464/stat : 17464 (java) R 17442 17445 16262 0 -1 4202560 828 0 0 0 88434 17 0 0 20 0 22 0 22967247 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010580630944 140010705637023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17465] ppid=17442 vsize=9824732 CPUtime=884.42 cores=1,3,5,7
/proc/17445/task/17465/stat : 17465 (java) R 17442 17445 16262 0 -1 4202560 275 0 0 0 88421 21 0 0 20 0 22 0 22967247 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010579577120 140010705571432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17445/tid=17466] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17466/stat : 17466 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967250 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010578527016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17445/tid=17467] ppid=17442 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17445/task/17467/stat : 17467 (java) S 17442 17445 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22967251 10060525568 1045887 33554432000 1073741824 1073778376 140735317820416 140010577474472 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 17445 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17445 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=668624
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=313344
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.662
CPU time (s): 1800.08
CPU user time (s): 1796.19
CPU system time (s): 3.89
CPU usage (%): 200.753
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.67
system time used= 4.31334
maximum resident set size= 4283360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26480
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22196
involuntary context switches= 20554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54316 second user time and 7.38288 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 02:19:45
IDJOB=4100386
IDBENCH=1610
IDSOLVER=2543
FILE ID=node117/4100386-1466209185
RUNJOBID= node117-1466206104-16279
PBS_JOBID= 19918159
Free space on /tmp= 71684 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-blp-ic97.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100386-1466209185/watcher-4100386-1466209185 -o /tmp/evaluation-result-4100386-1466209185/solver-4100386-1466209185 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100386-1466209185.opb

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

MD5SUM BENCH= aef7e3722fd5816dc0cbb2acb61edf83
RANDOM SEED=1801956617

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:        24923748 kB
Buffers:          142820 kB
Cached:          1772400 kB
SwapCached:            0 kB
Active:          3689500 kB
Inactive:        1777260 kB
Active(anon):    3553196 kB
Inactive(anon):     1340 kB
Active(file):     136304 kB
Inactive(file):  1775920 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2028 kB
Writeback:             0 kB
AnonPages:       5325424 kB
Mapped:            21172 kB
Shmem:               204 kB
Slab:             620968 kB
SReclaimable:      65056 kB
SUnreclaim:       555912 kB
KernelStack:        1808 kB
PageTables:        14424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6008384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3686400 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= 71704 MiB
End job on node117 at 2016-06-18 02:34:42