Trace number 4103450

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 900.231

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dc1c.opb
MD5SUMaae7296985adde1f17776b4f5ad45572
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17863355069035520
Optimality of the best value was proved NO
Number of variables58150
Total number of constraints1648
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 6807821537690881562733
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 6808845537690881562733
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.20	c See www.sat4j.org for details.
0.06/0.21	c version PB16.v20160501
0.06/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.21	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.21	c java.vm.version	19.1-b02
0.06/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.21	c sun.arch.data.model	64
0.06/0.21	c java.version		1.6.0_24
0.06/0.21	c os.name		Linux
0.06/0.21	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.21	c os.arch		amd64
0.06/0.21	c Free memory 		501472288
0.06/0.21	c Max memory 		7480803328
0.06/0.21	c Total memory 		504102912
0.06/0.21	c Number of processors 	8
0.06/0.24	c Pseudo Boolean Optimization by upper bound
0.06/0.24	c ManyCore solver with 2 solvers running in parallel
0.06/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.06/0.24	c --- Begin Solver configuration ---
0.06/0.24	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.06/0.24	c Learn all clauses as in MiniSAT
0.06/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.24	c Expensive reason simplification
0.06/0.24	c Glucose 2.1 dynamic restart strategy
0.06/0.24	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.24	c timeout=2147483s
0.06/0.24	c DB Simplification allowed=false
0.06/0.24	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.24	c --- End Solver configuration ---
0.06/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.06/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.24	c --- Begin Solver configuration ---
0.06/0.24	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.06/0.24	c Learn all clauses as in MiniSAT
0.06/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.24	c No reason simplification
0.06/0.24	c Armin Biere (Picosat) restarts strategy
0.06/0.24	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.24	c timeout=2147483s
0.06/0.24	c DB Simplification allowed=false
0.06/0.24	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.06/0.24	c --- End Solver configuration ---
0.06/0.24	c solving HOME/instance-4103450-1466241279.opb
0.06/0.24	c reading problem ... 
0.06/0.25	c  objective function found
2.32/1.47	c ... done. Wall clock time 1.229s.
2.32/1.47	c declared #vars     58150
2.32/1.47	c #constraints  3286
2.32/1.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.32/1.48	c constraints type 
2.32/1.48	c org.sat4j.specs.Constr$1 => 2
2.32/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3283
2.32/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.32/1.48	c 3286 constraints processed.
2.32/1.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.32/1.48	c constraints type 
2.32/1.48	c org.sat4j.specs.Constr$1 => 2
2.32/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3284
2.32/1.48	c 3286 constraints processed.
2.32/1.48	c objective function length is 58150 literals
12.05/5.61	c cleaning 2493 clauses out of 5001 with flag 11144/5001
100.04/49.22	c cleaning 4198 clauses out of 8514 with flag 29056/11007
254.00/125.94	c cleaning 5657 clauses out of 11313 with flag 53646/18004
427.33/214.14	c cleaning 6825 clauses out of 13654 with flag 80959/26002
623.13/312.01	c cleaning 7898 clauses out of 15827 with flag 110185/35000
880.41/440.51	c cleaning 8965 clauses out of 17934 with flag 139552/45005
1141.48/571.07	c cleaning 9977 clauses out of 19964 with flag 173084/56000
1434.72/717.62	c cleaning 10988 clauses out of 21988 with flag 208093/68001
1752.40/876.46	c cleaning 11996 clauses out of 23999 with flag 246934/81000
1800.00/900.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/900.20	c starts		: 362
1800.00/900.20	c conflicts		: 83067
1800.00/900.20	c decisions		: 757296
1800.00/900.20	c propagations		: 232227104
1800.00/900.20	c inspects		: 2404562561
1800.00/900.20	c shortcuts		: 0
1800.00/900.20	c learnt literals	: 0
1800.00/900.20	c learnt binary clauses	: 0
1800.00/900.20	c learnt ternary clauses	: 0
1800.00/900.20	c learnt constraints	: 83067
1800.00/900.20	c ignored constraints	: 0
1800.00/900.20	c root simplifications	: 0
1800.00/900.20	c removed literals (reason simplification)	: 466583
1800.00/900.20	c reason swapping (by a shorter reason)	: 0
1800.00/900.20	c Calls to reduceDB	: 9
1800.00/900.20	c Number of update (reduction) of LBD	: 36369
1800.00/900.20	c Imported unit clauses	: 0
1800.00/900.20	c number of reductions to clauses (during analyze)	: 0
1800.00/900.20	c number of learned constraints concerned by reduction	: 0
1800.00/900.20	c number of learning phase by resolution	: 0
1800.00/900.20	c number of learning phase by cutting planes	: 0
1800.00/900.20	c speed (assignments/second)	: 258428.22947338902
1800.00/900.20	c non guided choices	6114
1800.00/900.21	c learnt constraints type 
1800.00/900.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14070
1800.00/900.21	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/900.21	c starts		: 1
1800.00/900.21	c conflicts		: 204
1800.00/900.21	c decisions		: 663597
1800.00/900.21	c propagations		: 2228022
1800.00/900.21	c inspects		: 14290212
1800.00/900.21	c shortcuts		: 0
1800.00/900.21	c learnt literals	: 0
1800.00/900.21	c learnt binary clauses	: 0
1800.00/900.21	c learnt ternary clauses	: 0
1800.00/900.21	c learnt constraints	: 203
1800.00/900.21	c ignored constraints	: 0
1800.00/900.21	c root simplifications	: 0
1800.00/900.21	c removed literals (reason simplification)	: 0
1800.00/900.21	c reason swapping (by a shorter reason)	: 0
1800.00/900.21	c Calls to reduceDB	: 0
1800.00/900.21	c Number of update (reduction) of LBD	: 0
1800.00/900.21	c Imported unit clauses	: 0
1800.00/900.21	c number of reductions to clauses (during analyze)	: 0
1800.00/900.21	c number of learned constraints concerned by reduction	: 0
1800.00/900.21	c number of learning phase by resolution	: 0
1800.00/900.21	c number of learning phase by cutting planes	: 0
1800.00/900.21	c speed (assignments/second)	: 2479.384477737506
1800.00/900.21	c non guided choices	0
1800.00/900.21	c learnt constraints type 
1800.00/900.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 203
1800.00/900.21	s UNKNOWN
1800.00/900.21	c Total wall clock time (in seconds): 899.968

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

pid=6401
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.04 1.07 1.30 3/176 6404
/proc/meminfo: memFree=31286592/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6404/stat : 6404 (java) R 6401 6404 6358 0 -1 4202496 1063 0 0 0 0 0 0 0 20 0 1 0 26177177 23793664 713 33554432000 1073741824 1073778376 140735279955792 140735279944856 213857121640 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 5809 713 527 9 0 128 0

[startup+0.100073 s]
/proc/loadavg: 1.04 1.07 1.30 3/176 6404
/proc/meminfo: memFree=31286592/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 3090 0 5 0 1 1 0 0 20 0 13 0 26177177 9446973440 3714 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2306390 3714 1695 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.20023 s]
/proc/loadavg: 1.04 1.07 1.30 3/176 6404
/proc/meminfo: memFree=31286592/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 3802 0 5 0 5 1 0 0 20 0 18 0 26177177 9787879424 4937 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2389619 4937 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.30019 s]
/proc/loadavg: 1.04 1.07 1.30 3/176 6404
/proc/meminfo: memFree=31286592/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 4865 0 5 0 22 2 0 0 20 0 18 0 26177177 9787879424 7440 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2389619 7440 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.700171 s]
/proc/loadavg: 1.04 1.07 1.30 3/176 6404
/proc/meminfo: memFree=31286592/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9558476 CPUtime=1.14 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 15216 0 5 0 109 5 0 0 20 0 18 0 26177177 9787879424 27294 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2389619 27294 2236 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 1.44 1.15 1.33 3/211 6439
/proc/meminfo: memFree=30883840/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9691604 CPUtime=2.46 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 16402 0 5 0 230 16 0 0 20 0 20 0 26177177 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2422901 65285 2269 9 0 2413578 0
[pid=6404/tid=6407] ppid=6401 vsize=9691604 CPUtime=1.21 cores=0,2,4,6
/proc/6404/task/6407/stat : 6407 (java) S 6401 6404 6358 0 -1 4202560 2475 0 5 0 117 4 0 0 20 0 20 0 26177178 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421686203256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 10 0 0
[pid=6404/tid=6414] ppid=6401 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/6404/task/6414/stat : 6414 (java) S 6401 6404 6358 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421675264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6417] ppid=6401 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/6404/task/6417/stat : 6417 (java) S 6401 6404 6358 0 -1 4202560 114 0 0 0 2 2 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421529024936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6418] ppid=6401 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/6404/task/6418/stat : 6418 (java) S 6401 6404 6358 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421527972136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6419] ppid=6401 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/6404/task/6419/stat : 6419 (java) S 6401 6404 6358 0 -1 4202560 104 0 0 0 2 2 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421526919336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6420] ppid=6401 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/6404/task/6420/stat : 6420 (java) S 6401 6404 6358 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421525867560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6421] ppid=6401 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/6404/task/6421/stat : 6421 (java) S 6401 6404 6358 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421524814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6422] ppid=6401 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/6404/task/6422/stat : 6422 (java) S 6401 6404 6358 0 -1 4202560 132 0 0 0 5 2 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421523761960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6423] ppid=6401 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/6404/task/6423/stat : 6423 (java) S 6401 6404 6358 0 -1 4202560 109 0 0 0 5 2 0 0 20 0 20 0 26177181 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421522709160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6424] ppid=6401 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6424/stat : 6424 (java) S 6401 6404 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 20 0 26177184 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421510298088 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6426] ppid=6401 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6426/stat : 6426 (java) S 6401 6404 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 26177185 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421509244152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6428] ppid=6401 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6428/stat : 6428 (java) S 6401 6404 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 26177185 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421508191240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6430] ppid=6401 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6430/stat : 6430 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26177192 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421507139728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6432] ppid=6401 vsize=9691604 CPUtime=0.4 cores=0,2,4,6
/proc/6404/task/6432/stat : 6432 (java) R 6401 6404 6358 0 -1 4202560 4394 0 0 0 39 1 0 0 20 0 20 0 26177192 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421506087864 140421690290142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6433] ppid=6401 vsize=9691604 CPUtime=0.36 cores=0,2,4,6
/proc/6404/task/6433/stat : 6433 (java) R 6401 6404 6358 0 -1 4202560 7589 0 0 0 36 0 0 0 20 0 20 0 26177192 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421505035064 140421692156264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6436] ppid=6401 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6436/stat : 6436 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26177192 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421503982456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6438] ppid=6401 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6438/stat : 6438 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26177192 9924202496 65285 33554432000 1073741824 1073778376 140735279955792 140421502929864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9691604

[startup+3.10098 s]
/proc/loadavg: 1.44 1.15 1.33 5/219 6447
/proc/meminfo: memFree=30670656/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9824732 CPUtime=6.62 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 16912 0 5 0 635 27 0 0 20 0 22 0 26177177 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2456183 107604 2277 9 0 2446860 0
[pid=6404/tid=6407] ppid=6401 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/6404/task/6407/stat : 6407 (java) S 6401 6404 6358 0 -1 4202560 2476 0 5 0 117 4 0 0 20 0 22 0 26177178 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421686203256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 10 0 0
[pid=6404/tid=6414] ppid=6401 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6404/task/6414/stat : 6414 (java) S 6401 6404 6358 0 -1 4202560 37 0 0 0 3 1 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421675264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6417] ppid=6401 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/6404/task/6417/stat : 6417 (java) S 6401 6404 6358 0 -1 4202560 150 0 0 0 10 3 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421529024936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6418] ppid=6401 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/6404/task/6418/stat : 6418 (java) S 6401 6404 6358 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421527972136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6419] ppid=6401 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6404/task/6419/stat : 6419 (java) S 6401 6404 6358 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421526919336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6420] ppid=6401 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6404/task/6420/stat : 6420 (java) S 6401 6404 6358 0 -1 4202560 84 0 0 0 5 2 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421525867560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6421] ppid=6401 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6404/task/6421/stat : 6421 (java) S 6401 6404 6358 0 -1 4202560 141 0 0 0 4 1 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421524814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6422] ppid=6401 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/6404/task/6422/stat : 6422 (java) S 6401 6404 6358 0 -1 4202560 147 0 0 0 8 3 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421523761960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6423] ppid=6401 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/6404/task/6423/stat : 6423 (java) S 6401 6404 6358 0 -1 4202560 130 0 0 0 8 3 0 0 20 0 22 0 26177181 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421522709160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6424] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6424/stat : 6424 (java) S 6401 6404 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26177184 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421510298088 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6426] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6426/stat : 6426 (java) S 6401 6404 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421509244152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6428] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6428/stat : 6428 (java) S 6401 6404 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421508191240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6430] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6430/stat : 6430 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421507139728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6432] ppid=6401 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/6404/task/6432/stat : 6432 (java) S 6401 6404 6358 0 -1 4202560 4405 0 0 0 76 1 0 0 20 0 22 0 26177192 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421506087864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6433] ppid=6401 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/6404/task/6433/stat : 6433 (java) S 6401 6404 6358 0 -1 4202560 7615 0 0 0 79 0 0 0 20 0 22 0 26177192 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421505035064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6436] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6436/stat : 6436 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421503982456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6438] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6438/stat : 6438 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421502929864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6444] ppid=6401 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/6404/task/6444/stat : 6444 (java) R 6401 6404 6358 0 -1 4202560 25 0 0 0 146 0 0 0 20 0 22 0 26177325 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421501872848 140421557398029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6445] ppid=6401 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/6404/task/6445/stat : 6445 (java) R 6401 6404 6358 0 -1 4202560 74 0 0 0 148 2 0 0 20 0 22 0 26177325 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421500820848 140421557416555 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6446] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6446/stat : 6446 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421499769768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6447] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6447/stat : 6447 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 107604 33554432000 1073741824 1073778376 140735279955792 140421498716968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 1.44 1.15 1.33 5/219 6447
/proc/meminfo: memFree=29777384/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9824732 CPUtime=13.53 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 18595 0 5 0 1305 48 0 0 20 0 22 0 26177177 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2456183 192489 2282 9 0 2446860 0
[pid=6404/tid=6407] ppid=6401 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/6404/task/6407/stat : 6407 (java) S 6401 6404 6358 0 -1 4202560 2476 0 5 0 117 4 0 0 20 0 22 0 26177178 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421686203256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 10 0 0
[pid=6404/tid=6414] ppid=6401 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/6404/task/6414/stat : 6414 (java) S 6401 6404 6358 0 -1 4202560 56 0 0 0 7 3 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421675264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6417] ppid=6401 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/6404/task/6417/stat : 6417 (java) S 6401 6404 6358 0 -1 4202560 171 0 0 0 15 4 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421529024936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6418] ppid=6401 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6404/task/6418/stat : 6418 (java) S 6401 6404 6358 0 -1 4202560 67 0 0 0 11 3 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421527972136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6419] ppid=6401 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/6404/task/6419/stat : 6419 (java) S 6401 6404 6358 0 -1 4202560 163 0 0 0 15 5 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421526919336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6420] ppid=6401 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/6404/task/6420/stat : 6420 (java) S 6401 6404 6358 0 -1 4202560 115 0 0 0 11 4 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421525867560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6421] ppid=6401 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/6404/task/6421/stat : 6421 (java) S 6401 6404 6358 0 -1 4202560 185 0 0 0 13 5 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421524814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6422] ppid=6401 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/6404/task/6422/stat : 6422 (java) S 6401 6404 6358 0 -1 4202560 222 0 0 0 22 7 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421523761960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6423] ppid=6401 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/6404/task/6423/stat : 6423 (java) S 6401 6404 6358 0 -1 4202560 175 0 0 0 18 6 0 0 20 0 22 0 26177181 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421522709160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6424] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6424/stat : 6424 (java) S 6401 6404 6358 0 -1 4202560 508 0 0 0 0 0 0 0 20 0 22 0 26177184 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421510298088 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6426] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6426/stat : 6426 (java) S 6401 6404 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421509244152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6428] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6428/stat : 6428 (java) S 6401 6404 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421508191240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6430] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6430/stat : 6430 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421507139728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6432] ppid=6401 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/6404/task/6432/stat : 6432 (java) S 6401 6404 6358 0 -1 4202560 4411 0 0 0 78 1 0 0 20 0 22 0 26177192 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421506087864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6433] ppid=6401 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/6404/task/6433/stat : 6433 (java) S 6401 6404 6358 0 -1 4202560 8389 0 0 0 90 1 0 0 20 0 22 0 26177192 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421505035064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6436] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6436/stat : 6436 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421503982456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6438] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6438/stat : 6438 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 192489 33554432000 1073741824 1073778376 140735279955792 140421502929864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6444] ppid=6401 vsize=9824732 CPUtime=4.44 cores=0,2,4,6

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

/proc/6404/task/6418/stat : 6418 (java) S 6401 6404 6358 0 -1 4202560 1545 0 0 0 76 16 0 0 20 0 22 0 26177181 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421527972136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6419] ppid=6401 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/6404/task/6419/stat : 6419 (java) S 6401 6404 6358 0 -1 4202560 2113 0 0 0 99 22 0 0 20 0 22 0 26177181 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421526919336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6420] ppid=6401 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/6404/task/6420/stat : 6420 (java) S 6401 6404 6358 0 -1 4202560 1864 0 0 0 74 16 0 0 20 0 22 0 26177181 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421525867560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6421] ppid=6401 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/6404/task/6421/stat : 6421 (java) S 6401 6404 6358 0 -1 4202560 1495 0 0 0 84 20 0 0 20 0 22 0 26177181 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421524814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6422] ppid=6401 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/6404/task/6422/stat : 6422 (java) S 6401 6404 6358 0 -1 4202560 1566 0 0 0 83 21 0 0 20 0 22 0 26177181 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421523761960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6423] ppid=6401 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/6404/task/6423/stat : 6423 (java) S 6401 6404 6358 0 -1 4202560 1505 0 0 0 101 27 0 0 20 0 22 0 26177181 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421522709160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6424] ppid=6401 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/6404/task/6424/stat : 6424 (java) S 6401 6404 6358 0 -1 4202560 2270 0 0 0 480 3 0 0 20 0 22 0 26177184 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421510298088 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6426] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6426/stat : 6426 (java) S 6401 6404 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421509244152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6428] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6428/stat : 6428 (java) S 6401 6404 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421508191240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6430] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6430/stat : 6430 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421507139728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6432] ppid=6401 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/6404/task/6432/stat : 6432 (java) S 6401 6404 6358 0 -1 4202560 4412 0 0 0 84 1 0 0 20 0 22 0 26177192 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421506087864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6433] ppid=6401 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/6404/task/6433/stat : 6433 (java) S 6401 6404 6358 0 -1 4202560 8477 0 0 0 107 2 0 0 20 0 22 0 26177192 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421505035064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6436] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6436/stat : 6436 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421503982456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6438] ppid=6401 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/6404/task/6438/stat : 6438 (java) S 6401 6404 6358 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 26177192 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421502929864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6444] ppid=6401 vsize=9824732 CPUtime=811.57 cores=0,2,4,6
/proc/6404/task/6444/stat : 6444 (java) R 6401 6404 6358 0 -1 4202560 104 0 0 0 81142 15 0 0 20 0 22 0 26177325 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421501873680 140421557220229 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6445] ppid=6401 vsize=9824732 CPUtime=811.68 cores=0,2,4,6
/proc/6404/task/6445/stat : 6445 (java) R 6401 6404 6358 0 -1 4202560 1388 0 0 0 81132 36 0 0 20 0 22 0 26177325 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421500819664 140421557874556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6446] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6446/stat : 6446 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421499769768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6447] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6447/stat : 6447 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 813576 33554432000 1073741824 1073778376 140735279955792 140421498716968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1644.15
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.03 3.89 2.98 5/219 6467
/proc/meminfo: memFree=24885196/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9824732 CPUtime=1764.21 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 35388 0 5 0 176208 213 0 0 20 0 22 0 26177177 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2456183 815081 2290 9 0 2446860 0
[pid=6404/tid=6407] ppid=6401 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/6404/task/6407/stat : 6407 (java) S 6401 6404 6358 0 -1 4202560 2476 0 5 0 119 6 0 0 20 0 22 0 26177178 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421686203256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 10 0 0
[pid=6404/tid=6414] ppid=6401 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/6404/task/6414/stat : 6414 (java) S 6401 6404 6358 0 -1 4202560 2085 0 0 0 81 19 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421675264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6417] ppid=6401 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/6404/task/6417/stat : 6417 (java) S 6401 6404 6358 0 -1 4202560 2758 0 0 0 97 21 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421529024936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6418] ppid=6401 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/6404/task/6418/stat : 6418 (java) S 6401 6404 6358 0 -1 4202560 1546 0 0 0 77 16 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421527972136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6419] ppid=6401 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/6404/task/6419/stat : 6419 (java) S 6401 6404 6358 0 -1 4202560 2115 0 0 0 101 22 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421526919336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6420] ppid=6401 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/6404/task/6420/stat : 6420 (java) S 6401 6404 6358 0 -1 4202560 1868 0 0 0 78 16 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421525867560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6421] ppid=6401 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/6404/task/6421/stat : 6421 (java) S 6401 6404 6358 0 -1 4202560 1497 0 0 0 86 20 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421524814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6422] ppid=6401 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/6404/task/6422/stat : 6422 (java) S 6401 6404 6358 0 -1 4202560 1567 0 0 0 85 21 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421523761960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6423] ppid=6401 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/6404/task/6423/stat : 6423 (java) S 6401 6404 6358 0 -1 4202560 1506 0 0 0 103 27 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421522709160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6424] ppid=6401 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/6404/task/6424/stat : 6424 (java) S 6401 6404 6358 0 -1 4202560 2272 0 0 0 480 3 0 0 20 0 22 0 26177184 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421510298088 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6426] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6426/stat : 6426 (java) S 6401 6404 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421509244152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6428] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6428/stat : 6428 (java) S 6401 6404 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421508191240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6430] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6430/stat : 6430 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421507139728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6432] ppid=6401 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/6404/task/6432/stat : 6432 (java) S 6401 6404 6358 0 -1 4202560 4412 0 0 0 84 1 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421506087864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6433] ppid=6401 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/6404/task/6433/stat : 6433 (java) S 6401 6404 6358 0 -1 4202560 8477 0 0 0 107 2 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421505035064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6436] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6436/stat : 6436 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421503982456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6438] ppid=6401 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/6404/task/6438/stat : 6438 (java) S 6401 6404 6358 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421502929864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6444] ppid=6401 vsize=9824732 CPUtime=871.38 cores=0,2,4,6
/proc/6404/task/6444/stat : 6444 (java) R 6401 6404 6358 0 -1 4202560 105 0 0 0 87122 16 0 0 20 0 22 0 26177325 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421501865984 140421557398029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6445] ppid=6401 vsize=9824732 CPUtime=871.45 cores=0,2,4,6
/proc/6404/task/6445/stat : 6445 (java) R 6401 6404 6358 0 -1 4202560 1388 0 0 0 87108 37 0 0 20 0 22 0 26177325 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421500819664 140421557869978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6446] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6446/stat : 6446 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421499769768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6447] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6447/stat : 6447 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421498716968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1764.21
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.201 s]
/proc/loadavg: 4.02 3.90 3.00 6/215 6532
/proc/meminfo: memFree=27907100/32872528 swapFree=681964/737152
[pid=6404] ppid=6401 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/6404/stat : 6404 (java) S 6401 6404 6358 0 -1 4202496 35388 0 5 0 179786 214 0 0 20 0 22 0 26177177 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140735279946928 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6404/statm: 2456183 815081 2290 9 0 2446860 0
[pid=6404/tid=6407] ppid=6401 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/6404/task/6407/stat : 6407 (java) S 6401 6404 6358 0 -1 4202560 2476 0 5 0 119 6 0 0 20 0 22 0 26177178 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421686203256 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 10 0 0
[pid=6404/tid=6414] ppid=6401 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/6404/task/6414/stat : 6414 (java) S 6401 6404 6358 0 -1 4202560 2085 0 0 0 81 19 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421675264552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6417] ppid=6401 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/6404/task/6417/stat : 6417 (java) S 6401 6404 6358 0 -1 4202560 2758 0 0 0 97 21 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421529024936 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6418] ppid=6401 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/6404/task/6418/stat : 6418 (java) S 6401 6404 6358 0 -1 4202560 1546 0 0 0 77 16 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421527972136 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6419] ppid=6401 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/6404/task/6419/stat : 6419 (java) S 6401 6404 6358 0 -1 4202560 2115 0 0 0 101 22 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421526919336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6420] ppid=6401 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/6404/task/6420/stat : 6420 (java) S 6401 6404 6358 0 -1 4202560 1868 0 0 0 78 16 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421525867560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6421] ppid=6401 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/6404/task/6421/stat : 6421 (java) S 6401 6404 6358 0 -1 4202560 1497 0 0 0 86 20 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421524814760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6422] ppid=6401 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/6404/task/6422/stat : 6422 (java) S 6401 6404 6358 0 -1 4202560 1567 0 0 0 85 21 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421523761960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6423] ppid=6401 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/6404/task/6423/stat : 6423 (java) S 6401 6404 6358 0 -1 4202560 1506 0 0 0 103 27 0 0 20 0 22 0 26177181 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421522709160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6424] ppid=6401 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/6404/task/6424/stat : 6424 (java) S 6401 6404 6358 0 -1 4202560 2272 0 0 0 480 3 0 0 20 0 22 0 26177184 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421510298088 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6426] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6426/stat : 6426 (java) S 6401 6404 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421509244152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6428] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6428/stat : 6428 (java) S 6401 6404 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26177185 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421508191240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6430] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6430/stat : 6430 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421507139728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6432] ppid=6401 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/6404/task/6432/stat : 6432 (java) S 6401 6404 6358 0 -1 4202560 4412 0 0 0 84 1 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421506087864 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6404/tid=6433] ppid=6401 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/6404/task/6433/stat : 6433 (java) S 6401 6404 6358 0 -1 4202560 8477 0 0 0 107 2 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421505035064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6436] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6436/stat : 6436 (java) S 6401 6404 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421503982456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6438] ppid=6401 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/6404/task/6438/stat : 6438 (java) S 6401 6404 6358 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 26177192 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421502929864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6444] ppid=6401 vsize=9824732 CPUtime=889.22 cores=0,2,4,6
/proc/6404/task/6444/stat : 6444 (java) R 6401 6404 6358 0 -1 4202560 105 0 0 0 88906 16 0 0 20 0 22 0 26177325 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421501865984 140421557477083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6404/tid=6445] ppid=6401 vsize=9824732 CPUtime=889.29 cores=0,2,4,6
/proc/6404/task/6445/stat : 6445 (java) R 6401 6404 6358 0 -1 4202560 1388 0 0 0 88892 37 0 0 20 0 22 0 26177325 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421500819664 140421557869985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6404/tid=6446] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6446/stat : 6446 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421499769768 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6404/tid=6447] ppid=6401 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6404/task/6447/stat : 6447 (java) S 6401 6404 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26177336 10060525568 815081 33554432000 1073741824 1073778376 140735279955792 140421498716968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 6404 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 6404 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=269381
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=612602
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.231
CPU time (s): 1800
CPU user time (s): 1797.86
CPU system time (s): 2.14
CPU usage (%): 199.949
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.27
system time used= 2.6126
maximum resident set size= 3271416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35426
page faults= 5
swaps= 0
block input operations= 1928
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22958
involuntary context switches= 11369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77112 second user time and 7.27589 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 11:14:40
IDJOB=4103450
IDBENCH=2363
IDSOLVER=2543
FILE ID=node112/4103450-1466241279
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= aae7296985adde1f17776b4f5ad45572
RANDOM SEED=1355198271

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31289576 kB
Buffers:           28268 kB
Cached:            81068 kB
SwapCached:         1940 kB
Active:            53384 kB
Inactive:          59700 kB
Active(anon):       4012 kB
Inactive(anon):     2048 kB
Active(file):      49372 kB
Inactive(file):    57652 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096060 kB
Dirty:              8988 kB
Writeback:            24 kB
AnonPages:        740592 kB
Mapped:             8660 kB
Shmem:                 0 kB
Slab:             600832 kB
SReclaimable:      44560 kB
SUnreclaim:       556272 kB
KernelStack:        1416 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     858524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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 node112 at 2016-06-18 11:29:40