Trace number 4101714

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 PB16UNSAT 8.25175 4.78686

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-atlanta-ip.opb
MD5SUM235de11a8c28ae4c0ee0cc0c0810952d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.6509
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77286
Total number of constraints23680
Number of constraints which are clauses2311
Number of constraints which are cardinality constraints (but not clauses)862
Number of constraints which are nor clauses,nor cardinality constraints20507
Minimum length of a constraint1
Maximum length of a constraint2790
Number of terms in the objective function 31296
Biggest coefficient in the objective function 10947
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 555358
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 555358
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101714-1466215574.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
6.78/4.26	c ... done. Wall clock time 4.146s.
6.78/4.26	c declared #vars     77286
6.78/4.27	c #constraints  30760
6.78/4.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
6.78/4.27	c constraints type 
6.78/4.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3136
6.78/4.27	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
6.78/4.27	c org.sat4j.specs.Constr$1 => 201
6.78/4.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 11922
6.78/4.27	c org.sat4j.minisat.constraints.cnf.UnitClause => 173
6.78/4.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1591
6.78/4.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13734
6.78/4.27	c 30760 constraints processed.
6.78/4.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
6.78/4.27	c constraints type 
6.78/4.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1591
6.78/4.27	c org.sat4j.specs.Constr$1 => 201
6.78/4.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3136
6.78/4.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11922
6.78/4.27	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
6.78/4.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 173
6.78/4.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13734
6.78/4.27	c 30760 constraints processed.
6.78/4.27	c objective function length is 31296 literals
8.10/4.71	c And the winner is solver0
8.10/4.77	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
8.10/4.77	c starts		: 1
8.10/4.77	c conflicts		: 68
8.10/4.77	c decisions		: 708
8.10/4.77	c propagations		: 205524
8.10/4.77	c inspects		: 1551378
8.10/4.77	c shortcuts		: 0
8.10/4.77	c learnt literals	: 2
8.10/4.77	c learnt binary clauses	: 9
8.10/4.77	c learnt ternary clauses	: 4
8.10/4.77	c learnt constraints	: 65
8.10/4.77	c ignored constraints	: 0
8.10/4.77	c root simplifications	: 0
8.10/4.77	c removed literals (reason simplification)	: 9
8.10/4.77	c reason swapping (by a shorter reason)	: 0
8.10/4.77	c Calls to reduceDB	: 0
8.10/4.77	c Number of update (reduction) of LBD	: 5
8.10/4.77	c Imported unit clauses	: 0
8.10/4.77	c number of reductions to clauses (during analyze)	: 0
8.10/4.77	c number of learned constraints concerned by reduction	: 0
8.10/4.77	c number of learning phase by resolution	: 0
8.10/4.77	c number of learning phase by cutting planes	: 0
8.10/4.77	c speed (assignments/second)	: 520313.92405063286
8.10/4.77	c non guided choices	0
8.10/4.77	c learnt constraints type 
8.10/4.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
8.10/4.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56
8.10/4.77	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
8.10/4.77	c starts		: 1
8.10/4.77	c conflicts		: 20
8.10/4.77	c decisions		: 272
8.10/4.77	c propagations		: 79360
8.10/4.77	c inspects		: 663415
8.10/4.77	c shortcuts		: 0
8.10/4.77	c learnt literals	: 0
8.10/4.77	c learnt binary clauses	: 0
8.10/4.77	c learnt ternary clauses	: 0
8.10/4.77	c learnt constraints	: 20
8.10/4.77	c ignored constraints	: 0
8.10/4.77	c root simplifications	: 0
8.10/4.77	c removed literals (reason simplification)	: 0
8.10/4.77	c reason swapping (by a shorter reason)	: 0
8.10/4.77	c Calls to reduceDB	: 0
8.10/4.77	c Number of update (reduction) of LBD	: 0
8.10/4.77	c Imported unit clauses	: 0
8.10/4.77	c number of reductions to clauses (during analyze)	: 0
8.10/4.77	c number of learned constraints concerned by reduction	: 0
8.10/4.77	c number of learning phase by resolution	: 0
8.10/4.77	c number of learning phase by cutting planes	: 0
8.10/4.77	c speed (assignments/second)	: 201421.3197969543
8.10/4.77	c non guided choices	0
8.10/4.77	c learnt constraints type 
8.10/4.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
8.10/4.77	s UNSATISFIABLE
8.10/4.77	c Total wall clock time (in seconds): 4.653

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

pid=19317
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.22 4.20 4.18 4/197 19320
/proc/meminfo: memFree=25445428/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/19320/stat : 19320 (java) D 19317 19320 16262 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 23606038 2560000 46 33554432000 1073741824 1073778376 140733294085648 140733294082776 270320889127 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.22 4.20 4.18 4/197 19320
/proc/meminfo: memFree=25445428/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 4473 0 1 0 9 0 0 0 20 0 18 0 23606038 9787879424 5594 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2389619 5594 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 4.22 4.20 4.18 4/197 19320
/proc/meminfo: memFree=25445428/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 5047 0 1 0 27 0 0 0 20 0 18 0 23606038 9787879424 7476 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2389619 7476 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 4.22 4.20 4.18 4/197 19320
/proc/meminfo: memFree=25445428/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 5522 0 1 0 46 1 0 0 20 0 18 0 23606038 9787879424 11309 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2389619 11309 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700241 s]
/proc/loadavg: 4.22 4.20 4.18 4/197 19320
/proc/meminfo: memFree=25445428/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9558476 CPUtime=1.62 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 16595 0 1 0 151 11 0 0 20 0 18 0 23606038 9787879424 82909 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2389619 82909 2270 9 0 2380296 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.22 4.20 4.18 5/215 19338
/proc/meminfo: memFree=24952556/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9558476 CPUtime=3.08 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 21276 0 1 0 286 22 0 0 20 0 18 0 23606038 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2389619 155398 2270 9 0 2380296 0
[pid=19320/tid=19322] ppid=19317 vsize=9558476 CPUtime=1.25 cores=1,3,5,7
/proc/19320/task/19322/stat : 19322 (java) R 19317 19320 16262 0 -1 4202560 2867 0 1 0 117 8 0 0 20 0 18 0 23606039 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755686096656 139755626242613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19323] ppid=19317 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/19320/task/19323/stat : 19323 (java) S 19317 19320 16262 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755624827944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19324] ppid=19317 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/19320/task/19324/stat : 19324 (java) S 19317 19320 16262 0 -1 4202560 140 0 0 0 3 2 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755623775144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19325] ppid=19317 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/19320/task/19325/stat : 19325 (java) S 19317 19320 16262 0 -1 4202560 26 0 0 0 5 1 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755622722344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19326] ppid=19317 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/19320/task/19326/stat : 19326 (java) S 19317 19320 16262 0 -1 4202560 53 0 0 0 5 1 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755621669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19327] ppid=19317 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/19320/task/19327/stat : 19327 (java) S 19317 19320 16262 0 -1 4202560 161 0 0 0 5 1 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755620616744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19328] ppid=19317 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19320/task/19328/stat : 19328 (java) S 19317 19320 16262 0 -1 4202560 56 0 0 0 7 3 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755523881384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19329] ppid=19317 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19320/task/19329/stat : 19329 (java) S 19317 19320 16262 0 -1 4202560 159 0 0 0 8 2 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755522828584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19330] ppid=19317 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/19320/task/19330/stat : 19330 (java) S 19317 19320 16262 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 23606040 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755521775784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19331] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19331/stat : 19331 (java) S 19317 19320 16262 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 18 0 23606041 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755509578728 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19332] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19332/stat : 19332 (java) S 19317 19320 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23606042 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755508524792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19333] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19333/stat : 19333 (java) S 19317 19320 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23606042 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755507471880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19334] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19334/stat : 19334 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755506420368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19335] ppid=19317 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/19320/task/19335/stat : 19335 (java) S 19317 19320 16262 0 -1 4202560 8601 0 0 0 59 2 0 0 20 0 18 0 23606044 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755505367480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19336] ppid=19317 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/19320/task/19336/stat : 19336 (java) S 19317 19320 16262 0 -1 4202560 7453 0 0 0 54 1 0 0 20 0 18 0 23606044 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755504314680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19337] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19337/stat : 19337 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755503262072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19338] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19338/stat : 19338 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 155398 33554432000 1073741824 1073778376 140733294085648 139755502209480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 4.20 4.19 4.18 5/215 19338
/proc/meminfo: memFree=24243824/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9558476 CPUtime=5.39 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 24475 0 1 0 475 64 0 0 20 0 18 0 23606038 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2389619 556429 2270 9 0 2380296 0
[pid=19320/tid=19322] ppid=19317 vsize=9558476 CPUtime=2.63 cores=1,3,5,7
/proc/19320/task/19322/stat : 19322 (java) R 19317 19320 16262 0 -1 4202560 4532 0 1 0 233 30 0 0 20 0 18 0 23606039 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755686095320 139755626468576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19323] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19323/stat : 19323 (java) S 19317 19320 16262 0 -1 4202560 113 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755624827944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19324] ppid=19317 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/19320/task/19324/stat : 19324 (java) S 19317 19320 16262 0 -1 4202560 263 0 0 0 9 3 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755623775144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19325] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19325/stat : 19325 (java) S 19317 19320 16262 0 -1 4202560 206 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755622722344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19326] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19326/stat : 19326 (java) S 19317 19320 16262 0 -1 4202560 138 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755621669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19327] ppid=19317 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/19320/task/19327/stat : 19327 (java) S 19317 19320 16262 0 -1 4202560 204 0 0 0 10 3 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755620616744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19328] ppid=19317 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/19320/task/19328/stat : 19328 (java) S 19317 19320 16262 0 -1 4202560 189 0 0 0 23 7 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755523881384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19329] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19329/stat : 19329 (java) S 19317 19320 16262 0 -1 4202560 193 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755522828584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19330] ppid=19317 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/19320/task/19330/stat : 19330 (java) S 19317 19320 16262 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 18 0 23606040 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755521775784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19331] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19331/stat : 19331 (java) S 19317 19320 16262 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 23606041 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755509578728 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19332] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19332/stat : 19332 (java) S 19317 19320 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23606042 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755508524792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19333] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19333/stat : 19333 (java) S 19317 19320 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23606042 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755507471880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19334] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19334/stat : 19334 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755506420368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19335] ppid=19317 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/19320/task/19335/stat : 19335 (java) S 19317 19320 16262 0 -1 4202560 8608 0 0 0 65 2 0 0 20 0 18 0 23606044 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755505367480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19336] ppid=19317 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/19320/task/19336/stat : 19336 (java) S 19317 19320 16262 0 -1 4202560 7453 0 0 0 54 1 0 0 20 0 18 0 23606044 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755504314680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19337] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19337/stat : 19337 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755503262072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19338] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19338/stat : 19338 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 556429 33554432000 1073741824 1073778376 140733294085648 139755502209480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 9558476

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19320 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20104 s]
/proc/loadavg: 4.20 4.19 4.18 5/215 19338
/proc/meminfo: memFree=24243824/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9558476 CPUtime=5.55 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 24856 0 1 0 491 64 0 0 20 0 18 0 23606038 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2389619 556437 2270 9 0 2380296 0
[pid=19320/tid=19322] ppid=19317 vsize=9558476 CPUtime=2.72 cores=1,3,5,7
/proc/19320/task/19322/stat : 19322 (java) R 19317 19320 16262 0 -1 4202560 4532 0 1 0 242 30 0 0 20 0 18 0 23606039 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755686095320 139755626468576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19323] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19323/stat : 19323 (java) S 19317 19320 16262 0 -1 4202560 113 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755624827944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19324] ppid=19317 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/19320/task/19324/stat : 19324 (java) S 19317 19320 16262 0 -1 4202560 263 0 0 0 9 3 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755623775144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19325] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19325/stat : 19325 (java) S 19317 19320 16262 0 -1 4202560 206 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755622722344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19326] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19326/stat : 19326 (java) S 19317 19320 16262 0 -1 4202560 138 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755621669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19327] ppid=19317 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/19320/task/19327/stat : 19327 (java) S 19317 19320 16262 0 -1 4202560 204 0 0 0 10 3 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755620616744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19328] ppid=19317 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/19320/task/19328/stat : 19328 (java) S 19317 19320 16262 0 -1 4202560 189 0 0 0 23 7 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755523881384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19329] ppid=19317 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/19320/task/19329/stat : 19329 (java) S 19317 19320 16262 0 -1 4202560 193 0 0 0 14 4 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755522828584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19330] ppid=19317 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/19320/task/19330/stat : 19330 (java) S 19317 19320 16262 0 -1 4202560 63 0 0 0 9 3 0 0 20 0 18 0 23606040 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755521775784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19331] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19331/stat : 19331 (java) S 19317 19320 16262 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 23606041 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755509578728 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19332] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19332/stat : 19332 (java) S 19317 19320 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23606042 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755508524792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19333] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19333/stat : 19333 (java) S 19317 19320 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23606042 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755507471880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19334] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19334/stat : 19334 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755506420368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19335] ppid=19317 vsize=9558476 CPUtime=0.73 cores=1,3,5,7
/proc/19320/task/19335/stat : 19335 (java) S 19317 19320 16262 0 -1 4202560 8989 0 0 0 71 2 0 0 20 0 18 0 23606044 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755505367480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19336] ppid=19317 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/19320/task/19336/stat : 19336 (java) S 19317 19320 16262 0 -1 4202560 7453 0 0 0 54 1 0 0 20 0 18 0 23606044 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755504314680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19337] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19337/stat : 19337 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755503262072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19338] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19338/stat : 19338 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 556437 33554432000 1073741824 1073778376 140733294085648 139755502209480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 9558476

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

[pid=19320/tid=19333] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19333/stat : 19333 (java) S 19317 19320 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23606042 9787879424 704129 33554432000 1073741824 1073778376 140733294085648 139755507471880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19334] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19334/stat : 19334 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 704129 33554432000 1073741824 1073778376 140733294085648 139755506420368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19335] ppid=19317 vsize=9558476 CPUtime=0.76 cores=1,3,5,7
/proc/19320/task/19335/stat : 19335 (java) S 19317 19320 16262 0 -1 4202560 8991 0 0 0 74 2 0 0 20 0 18 0 23606044 9787879424 704129 33554432000 1073741824 1073778376 140733294085648 139755505367480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19336] ppid=19317 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/19320/task/19336/stat : 19336 (java) S 19317 19320 16262 0 -1 4202560 7453 0 0 0 55 1 0 0 20 0 18 0 23606044 9787879424 704129 33554432000 1073741824 1073778376 140733294085648 139755504314680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19337] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19337/stat : 19337 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 704129 33554432000 1073741824 1073778376 140733294085648 139755503262072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19338] ppid=19317 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19338/stat : 19338 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23606044 9787879424 704129 33554432000 1073741824 1073778376 140733294085648 139755502209480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 9558476

[startup+4.40072 s]
/proc/loadavg: 4.20 4.19 4.18 8/219 19342
/proc/meminfo: memFree=22631652/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9824732 CPUtime=7.3 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 25532 0 1 0 654 76 0 0 20 0 22 0 23606038 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2456183 704237 2280 9 0 2446860 0
[pid=19320/tid=19322] ppid=19317 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/19320/task/19322/stat : 19322 (java) S 19317 19320 16262 0 -1 4202560 4818 0 1 0 334 39 0 0 20 0 22 0 23606039 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755686097784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19323] ppid=19317 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19320/task/19323/stat : 19323 (java) S 19317 19320 16262 0 -1 4202560 154 0 0 0 16 5 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755624827944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19324] ppid=19317 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19320/task/19324/stat : 19324 (java) S 19317 19320 16262 0 -1 4202560 289 0 0 0 14 3 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755623775144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19325] ppid=19317 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19320/task/19325/stat : 19325 (java) S 19317 19320 16262 0 -1 4202560 211 0 0 0 16 5 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755622722344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19326] ppid=19317 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/19320/task/19326/stat : 19326 (java) S 19317 19320 16262 0 -1 4202560 194 0 0 0 20 4 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755621669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19327] ppid=19317 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19320/task/19327/stat : 19327 (java) S 19317 19320 16262 0 -1 4202560 205 0 0 0 12 3 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755620616744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19328] ppid=19317 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19320/task/19328/stat : 19328 (java) S 19317 19320 16262 0 -1 4202560 192 0 0 0 25 7 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755523881384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19329] ppid=19317 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/19320/task/19329/stat : 19329 (java) S 19317 19320 16262 0 -1 4202560 277 0 0 0 17 5 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755522828584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19330] ppid=19317 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/19320/task/19330/stat : 19330 (java) S 19317 19320 16262 0 -1 4202560 133 0 0 0 11 3 0 0 20 0 22 0 23606040 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755521775784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19331] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19331/stat : 19331 (java) S 19317 19320 16262 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 22 0 23606041 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755509578728 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19332] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19332/stat : 19332 (java) S 19317 19320 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23606042 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755508524792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19333] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19333/stat : 19333 (java) S 19317 19320 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606042 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755507471880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19334] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19334/stat : 19334 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704237 33554432000 1073741824 1073778376 140733294085648 139755506420368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19335] ppid=19317 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/19320/task/19335/stat : 19335 (java) R 19317 19320 16262 0 -1 4202560 9019 0 0 0 85 2 0 0 20 0 22 0 23606044 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755505367480 270333424700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19336] ppid=19317 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/19320/task/19336/stat : 19336 (java) R 19317 19320 16262 0 -1 4202560 7463 0 0 0 63 1 0 0 20 0 22 0 23606044 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755504314680 139755688568563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19337] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19337/stat : 19337 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755503262072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19338] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19338/stat : 19338 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755502209480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19339] ppid=19317 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/19320/task/19339/stat : 19339 (java) R 19317 19320 16262 0 -1 4202560 24 0 0 0 12 0 0 0 20 0 22 0 23606466 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755501155288 139755689382807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19340] ppid=19317 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/19320/task/19340/stat : 19340 (java) R 19317 19320 16262 0 -1 4202560 26 0 0 0 12 0 0 0 20 0 22 0 23606466 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755500101544 270333437197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19341] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19341/stat : 19341 (java) S 19317 19320 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606476 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755499050408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19342] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19342/stat : 19342 (java) S 19317 19320 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606476 10060525568 704238 33554432000 1073741824 1073778376 140733294085648 139755497997608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9824732

[startup+4.6009 s]
/proc/loadavg: 4.20 4.19 4.18 8/219 19342
/proc/meminfo: memFree=22631652/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9824732 CPUtime=7.89 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 25563 0 1 0 713 76 0 0 20 0 22 0 23606038 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2456183 704268 2285 9 0 2446860 0
[pid=19320/tid=19322] ppid=19317 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/19320/task/19322/stat : 19322 (java) S 19317 19320 16262 0 -1 4202560 4818 0 1 0 334 39 0 0 20 0 22 0 23606039 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755686097784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19323] ppid=19317 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19320/task/19323/stat : 19323 (java) S 19317 19320 16262 0 -1 4202560 154 0 0 0 16 5 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755624827944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19324] ppid=19317 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19320/task/19324/stat : 19324 (java) S 19317 19320 16262 0 -1 4202560 289 0 0 0 14 3 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755623775144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19325] ppid=19317 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19320/task/19325/stat : 19325 (java) S 19317 19320 16262 0 -1 4202560 211 0 0 0 16 5 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755622722344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19326] ppid=19317 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/19320/task/19326/stat : 19326 (java) S 19317 19320 16262 0 -1 4202560 194 0 0 0 20 4 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755621669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19327] ppid=19317 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19320/task/19327/stat : 19327 (java) S 19317 19320 16262 0 -1 4202560 205 0 0 0 12 3 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755620616744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19328] ppid=19317 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19320/task/19328/stat : 19328 (java) S 19317 19320 16262 0 -1 4202560 192 0 0 0 25 7 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755523881384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19329] ppid=19317 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/19320/task/19329/stat : 19329 (java) S 19317 19320 16262 0 -1 4202560 277 0 0 0 17 5 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755522828584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19330] ppid=19317 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/19320/task/19330/stat : 19330 (java) S 19317 19320 16262 0 -1 4202560 133 0 0 0 11 3 0 0 20 0 22 0 23606040 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755521775784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19331] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19331/stat : 19331 (java) S 19317 19320 16262 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 22 0 23606041 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755509578728 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19332] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19332/stat : 19332 (java) S 19317 19320 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23606042 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755508524792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19333] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19333/stat : 19333 (java) S 19317 19320 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606042 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755507471880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19334] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19334/stat : 19334 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755506420368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19335] ppid=19317 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/19320/task/19335/stat : 19335 (java) S 19317 19320 16262 0 -1 4202560 9033 0 0 0 95 2 0 0 20 0 22 0 23606044 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755505367480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19336] ppid=19317 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/19320/task/19336/stat : 19336 (java) S 19317 19320 16262 0 -1 4202560 7478 0 0 0 73 1 0 0 20 0 22 0 23606044 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755504314680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19337] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19337/stat : 19337 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755503262072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19338] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19338/stat : 19338 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755502209480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19339] ppid=19317 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/19320/task/19339/stat : 19339 (java) R 19317 19320 16262 0 -1 4202560 25 0 0 0 31 0 0 0 20 0 22 0 23606466 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755501155288 139755626796673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19340] ppid=19317 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/19320/task/19340/stat : 19340 (java) R 19317 19320 16262 0 -1 4202560 26 0 0 0 31 0 0 0 20 0 22 0 23606466 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755500102312 139755626609623 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19341] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19341/stat : 19341 (java) S 19317 19320 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606476 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755499050408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19342] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19342/stat : 19342 (java) S 19317 19320 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606476 10060525568 704268 33554432000 1073741824 1073778376 140733294085648 139755497997608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 9824732

[startup+4.70092 s]
/proc/loadavg: 4.20 4.19 4.18 8/219 19342
/proc/meminfo: memFree=22631652/32872528 swapFree=1556504/1720024
[pid=19320] ppid=19317 vsize=9824732 CPUtime=8.1 cores=1,3,5,7
/proc/19320/stat : 19320 (java) S 19317 19320 16262 0 -1 4202496 25566 0 1 0 734 76 0 0 20 0 22 0 23606038 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 140733294076784 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19320/statm: 2456183 704271 2285 9 0 2446860 0
[pid=19320/tid=19322] ppid=19317 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/19320/task/19322/stat : 19322 (java) S 19317 19320 16262 0 -1 4202560 4818 0 1 0 334 39 0 0 20 0 22 0 23606039 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755686097784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19323] ppid=19317 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19320/task/19323/stat : 19323 (java) S 19317 19320 16262 0 -1 4202560 154 0 0 0 16 5 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755624827944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19324] ppid=19317 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/19320/task/19324/stat : 19324 (java) S 19317 19320 16262 0 -1 4202560 289 0 0 0 14 3 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755623775144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19325] ppid=19317 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/19320/task/19325/stat : 19325 (java) S 19317 19320 16262 0 -1 4202560 211 0 0 0 16 5 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755622722344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19326] ppid=19317 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/19320/task/19326/stat : 19326 (java) S 19317 19320 16262 0 -1 4202560 194 0 0 0 20 4 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755621669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19327] ppid=19317 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/19320/task/19327/stat : 19327 (java) S 19317 19320 16262 0 -1 4202560 205 0 0 0 12 3 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755620616744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19328] ppid=19317 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19320/task/19328/stat : 19328 (java) S 19317 19320 16262 0 -1 4202560 192 0 0 0 25 7 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755523881384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19329] ppid=19317 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/19320/task/19329/stat : 19329 (java) S 19317 19320 16262 0 -1 4202560 277 0 0 0 17 5 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755522828584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19330] ppid=19317 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/19320/task/19330/stat : 19330 (java) S 19317 19320 16262 0 -1 4202560 133 0 0 0 11 3 0 0 20 0 22 0 23606040 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755521775784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19331] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19331/stat : 19331 (java) S 19317 19320 16262 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 22 0 23606041 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755509578728 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19332] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19332/stat : 19332 (java) S 19317 19320 16262 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23606042 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755508524792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19333] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19333/stat : 19333 (java) S 19317 19320 16262 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23606042 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755507471880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19334] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19334/stat : 19334 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755506420368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19335] ppid=19317 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/19320/task/19335/stat : 19335 (java) S 19317 19320 16262 0 -1 4202560 9034 0 0 0 95 2 0 0 20 0 22 0 23606044 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755505367480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19320/tid=19336] ppid=19317 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/19320/task/19336/stat : 19336 (java) S 19317 19320 16262 0 -1 4202560 7480 0 0 0 74 1 0 0 20 0 22 0 23606044 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755504314680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19337] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19337/stat : 19337 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755503262072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19338] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19338/stat : 19338 (java) S 19317 19320 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23606044 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755502209480 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19339] ppid=19317 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/19320/task/19339/stat : 19339 (java) R 19317 19320 16262 0 -1 4202560 25 0 0 0 41 0 0 0 20 0 22 0 23606466 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755501155288 139755626852138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19320/tid=19340] ppid=19317 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/19320/task/19340/stat : 19340 (java) R 19317 19320 16262 0 -1 4202560 26 0 0 0 41 0 0 0 20 0 22 0 23606466 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755500102168 139755626836674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19320/tid=19341] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19341/stat : 19341 (java) S 19317 19320 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606476 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755499050408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19320/tid=19342] ppid=19317 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19320/task/19342/stat : 19342 (java) S 19317 19320 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23606476 10060525568 704271 33554432000 1073741824 1073778376 140733294085648 139755497997608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 4.78686
CPU time (s): 8.25175
CPU user time (s): 7.35088
CPU system time (s): 0.900863
CPU usage (%): 172.383
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.35088
system time used= 0.900863
maximum resident set size= 2817088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25580
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 916
involuntary context switches= 1369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022996 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 04:06:14
IDJOB=4101714
IDBENCH=1785
IDSOLVER=2543
FILE ID=node117/4101714-1466215574
RUNJOBID= node117-1466206104-16279
PBS_JOBID= 19918159
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-atlanta-ip.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101714-1466215574/watcher-4101714-1466215574 -o /tmp/evaluation-result-4101714-1466215574/solver-4101714-1466215574 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16279 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101714-1466215574.opb

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

MD5SUM BENCH= 235de11a8c28ae4c0ee0cc0c0810952d
RANDOM SEED=1947423021

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:        25446072 kB
Buffers:          151256 kB
Cached:          1775064 kB
SwapCached:            0 kB
Active:          3138132 kB
Inactive:        1802424 kB
Active(anon):    3017148 kB
Inactive(anon):        0 kB
Active(file):     120984 kB
Inactive(file):  1802424 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7136 kB
Writeback:             0 kB
AnonPages:       4740280 kB
Mapped:            21224 kB
Shmem:               204 kB
Slab:             621232 kB
SReclaimable:      65060 kB
SUnreclaim:       556172 kB
KernelStack:        1624 kB
PageTables:        13644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4914444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3127296 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 node117 at 2016-06-18 04:06:19