Trace number 4101050

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 54.9047 27.2039

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-degen2.opb
MD5SUMef301ecece8b2033bfa1fe9b39eee48a
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.390939
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables16020
Total number of constraints444
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 constraints444
Minimum length of a constraint60
Maximum length of a constraint2550
Number of terms in the objective function 14100
Biggest coefficient in the objective function 3337
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 535636
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131073
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 535636
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101050-1466212497.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.00/0.68	c ... done. Wall clock time 0.564s.
1.00/0.68	c declared #vars     16020
1.00/0.68	c #constraints  665
1.00/0.68	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.68	c constraints type 
1.00/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 180
1.00/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 485
1.00/0.69	c 665 constraints processed.
1.00/0.69	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.69	c constraints type 
1.00/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 180
1.00/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 485
1.00/0.69	c 665 constraints processed.
1.00/0.69	c objective function length is 14100 literals
19.19/9.05	c cleaning 2498 clauses out of 5004 with flag 15913/5004
46.77/22.74	c cleaning 4224 clauses out of 8502 with flag 33994/11000
54.77/26.70	c And the winner is solver1
54.81/27.19	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
54.81/27.19	c starts		: 103
54.81/27.19	c conflicts		: 13050
54.81/27.19	c decisions		: 113146
54.81/27.19	c propagations		: 3588568
54.81/27.19	c inspects		: 21913840
54.81/27.19	c shortcuts		: 0
54.81/27.19	c learnt literals	: 0
54.81/27.19	c learnt binary clauses	: 0
54.81/27.19	c learnt ternary clauses	: 1
54.81/27.19	c learnt constraints	: 13050
54.81/27.19	c ignored constraints	: 0
54.81/27.19	c root simplifications	: 0
54.81/27.19	c removed literals (reason simplification)	: 23727
54.81/27.19	c reason swapping (by a shorter reason)	: 0
54.81/27.19	c Calls to reduceDB	: 2
54.81/27.19	c Number of update (reduction) of LBD	: 6488
54.81/27.19	c Imported unit clauses	: 0
54.81/27.19	c number of reductions to clauses (during analyze)	: 0
54.81/27.19	c number of learned constraints concerned by reduction	: 0
54.81/27.19	c number of learning phase by resolution	: 0
54.81/27.19	c number of learning phase by cutting planes	: 0
54.81/27.19	c speed (assignments/second)	: 135853.41661934508
54.81/27.19	c non guided choices	0
54.81/27.20	c learnt constraints type 
54.81/27.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6328
54.81/27.20	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
54.81/27.20	c starts		: 1
54.81/27.20	c conflicts		: 39
54.81/27.20	c decisions		: 11113
54.81/27.20	c propagations		: 52008
54.81/27.20	c inspects		: 248630
54.81/27.20	c shortcuts		: 0
54.81/27.20	c learnt literals	: 0
54.81/27.20	c learnt binary clauses	: 0
54.81/27.20	c learnt ternary clauses	: 0
54.81/27.20	c learnt constraints	: 38
54.81/27.20	c ignored constraints	: 0
54.81/27.20	c root simplifications	: 0
54.81/27.20	c removed literals (reason simplification)	: 0
54.81/27.20	c reason swapping (by a shorter reason)	: 0
54.81/27.20	c Calls to reduceDB	: 0
54.81/27.20	c Number of update (reduction) of LBD	: 0
54.81/27.20	c Imported unit clauses	: 0
54.81/27.20	c number of reductions to clauses (during analyze)	: 0
54.81/27.20	c number of learned constraints concerned by reduction	: 0
54.81/27.20	c number of learning phase by resolution	: 0
54.81/27.20	c number of learning phase by cutting planes	: 0
54.81/27.20	c speed (assignments/second)	: 1970.5971506517126
54.81/27.20	c non guided choices	0
54.81/27.20	c learnt constraints type 
54.81/27.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 38
54.81/27.20	s UNSATISFIABLE
54.81/27.20	c Total wall clock time (in seconds): 27.078

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

pid=16173
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.06 4.10 4.08 4/197 16176
/proc/meminfo: memFree=29925936/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16176/stat : 16176 (java) D 16173 16176 13538 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 23299631 2560000 46 33554432000 1073741824 1073778376 140736327875984 140736327873112 224913354023 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 625 46 37 9 0 29 0

[startup+0.100112 s]
/proc/loadavg: 4.06 4.10 4.08 4/197 16176
/proc/meminfo: memFree=29925936/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 23299631 9787879424 5572 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2389619 5572 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 4.06 4.10 4.08 4/197 16176
/proc/meminfo: memFree=29925936/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 5075 0 1 0 26 1 0 0 20 0 18 0 23299631 9787879424 6503 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2389619 6503 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 4.06 4.10 4.08 4/197 16176
/proc/meminfo: memFree=29925936/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 5846 0 1 0 47 2 0 0 20 0 18 0 23299631 9787879424 9464 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2389619 9464 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700212 s]
/proc/loadavg: 4.06 4.10 4.08 4/197 16176
/proc/meminfo: memFree=29925936/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9691604 CPUtime=1.26 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 8732 0 1 0 118 8 0 0 20 0 20 0 23299631 9924202496 48173 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2422901 48173 2269 9 0 2413578 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9691604

[startup+1.50084 s]
/proc/loadavg: 3.97 4.08 4.08 6/219 16198
/proc/meminfo: memFree=29676820/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9824732 CPUtime=3.64 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 9889 0 1 0 356 8 0 0 20 0 22 0 23299631 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2456183 48551 2278 9 0 2446860 0
[pid=16176/tid=16178] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16178/stat : 16178 (java) S 16173 16176 13538 0 -1 4202560 2540 0 1 0 58 3 0 0 20 0 22 0 23299632 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091978044280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16179] ppid=16173 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16176/task/16179/stat : 16179 (java) S 16173 16176 13538 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091822046248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16180] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16180/stat : 16180 (java) S 16173 16176 13538 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091820993448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16181] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16181/stat : 16181 (java) S 16173 16176 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091819940648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16182] ppid=16173 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16176/task/16182/stat : 16182 (java) S 16173 16176 13538 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091818887848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16183] ppid=16173 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16176/task/16183/stat : 16183 (java) S 16173 16176 13538 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091817835048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16184] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16184/stat : 16184 (java) S 16173 16176 13538 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091816782248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16185] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16185/stat : 16185 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091815729448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16186] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16186/stat : 16186 (java) S 16173 16176 13538 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23299633 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091814676648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16187] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16187/stat : 16187 (java) S 16173 16176 13538 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091802266600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16188] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16188/stat : 16188 (java) S 16173 16176 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091801212664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16189] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16189/stat : 16189 (java) S 16173 16176 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091800159752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16190] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16190/stat : 16190 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091799108240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16191] ppid=16173 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/16176/task/16191/stat : 16191 (java) S 16173 16176 13538 0 -1 4202560 2618 0 0 0 63 0 0 0 20 0 22 0 23299637 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091798055352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16192] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16192/stat : 16192 (java) S 16173 16176 13538 0 -1 4202560 3260 0 0 0 59 2 0 0 20 0 22 0 23299637 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091797002552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16193] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16193/stat : 16193 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091795949944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16194] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16194/stat : 16194 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091794897352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16195] ppid=16173 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/16176/task/16195/stat : 16195 (java) R 16173 16176 13538 0 -1 4202560 16 0 0 0 78 0 0 0 20 0 22 0 23299700 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091793843400 140091850421296 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16196] ppid=16173 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/16176/task/16196/stat : 16196 (java) R 16173 16176 13538 0 -1 4202560 29 0 0 0 79 0 0 0 20 0 22 0 23299700 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091792790376 140091850642549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16197] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16197/stat : 16197 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299709 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091791738280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16198] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16198/stat : 16198 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299711 10060525568 48551 33554432000 1073741824 1073778376 140736327875984 140091790685480 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.97 4.08 4.08 5/219 16198
/proc/meminfo: memFree=29607708/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9824732 CPUtime=7.04 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 10958 0 1 0 692 12 0 0 20 0 22 0 23299631 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2456183 56604 2279 9 0 2446860 0
[pid=16176/tid=16178] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16178/stat : 16178 (java) S 16173 16176 13538 0 -1 4202560 2540 0 1 0 58 3 0 0 20 0 22 0 23299632 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091978044280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16179] ppid=16173 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16176/task/16179/stat : 16179 (java) S 16173 16176 13538 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091822046248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16180] ppid=16173 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16176/task/16180/stat : 16180 (java) S 16173 16176 13538 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091820993448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16181] ppid=16173 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16176/task/16181/stat : 16181 (java) S 16173 16176 13538 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091819940648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16182] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16182/stat : 16182 (java) S 16173 16176 13538 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091818887848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16183] ppid=16173 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16176/task/16183/stat : 16183 (java) S 16173 16176 13538 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091817835048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16184] ppid=16173 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16176/task/16184/stat : 16184 (java) S 16173 16176 13538 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091816782248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16185] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16185/stat : 16185 (java) S 16173 16176 13538 0 -1 4202560 110 0 0 0 2 2 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091815729448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16186] ppid=16173 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16176/task/16186/stat : 16186 (java) S 16173 16176 13538 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 23299633 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091814676648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16187] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16187/stat : 16187 (java) S 16173 16176 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091802266600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16188] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16188/stat : 16188 (java) S 16173 16176 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091801212664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16189] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16189/stat : 16189 (java) S 16173 16176 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091800159752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16190] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16190/stat : 16190 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091799108240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16191] ppid=16173 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/16176/task/16191/stat : 16191 (java) S 16173 16176 13538 0 -1 4202560 3274 0 0 0 77 0 0 0 20 0 22 0 23299637 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091798055352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16192] ppid=16173 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/16176/task/16192/stat : 16192 (java) S 16173 16176 13538 0 -1 4202560 3261 0 0 0 60 2 0 0 20 0 22 0 23299637 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091797002552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16193] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16193/stat : 16193 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091795949944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16194] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16194/stat : 16194 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091794897352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16195] ppid=16173 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/16176/task/16195/stat : 16195 (java) R 16173 16176 13538 0 -1 4202560 17 0 0 0 233 0 0 0 20 0 22 0 23299700 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091793841496 140091850419920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16196] ppid=16173 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/16176/task/16196/stat : 16196 (java) R 16173 16176 13538 0 -1 4202560 31 0 0 0 235 0 0 0 20 0 22 0 23299700 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091792789008 140091850622957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16197] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16197/stat : 16197 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299709 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091791738280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16198] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16198/stat : 16198 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299711 10060525568 56604 33554432000 1073741824 1073778376 140736327875984 140091790685480 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 3.97 4.08 4.08 5/219 16198
/proc/meminfo: memFree=29382028/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9824732 CPUtime=13.8 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 14595 0 1 0 1367 13 0 0 20 0 22 0 23299631 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2456183 56633 2279 9 0 2446860 0
[pid=16176/tid=16178] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16178/stat : 16178 (java) S 16173 16176 13538 0 -1 4202560 2540 0 1 0 58 3 0 0 20 0 22 0 23299632 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091978044280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16179] ppid=16173 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16176/task/16179/stat : 16179 (java) S 16173 16176 13538 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091822046248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16180] ppid=16173 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16176/task/16180/stat : 16180 (java) S 16173 16176 13538 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091820993448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16181] ppid=16173 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16176/task/16181/stat : 16181 (java) S 16173 16176 13538 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091819940648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16182] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16182/stat : 16182 (java) S 16173 16176 13538 0 -1 4202560 119 0 0 0 3 1 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091818887848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16183] ppid=16173 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16176/task/16183/stat : 16183 (java) S 16173 16176 13538 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091817835048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16184] ppid=16173 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16176/task/16184/stat : 16184 (java) S 16173 16176 13538 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091816782248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16185] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16185/stat : 16185 (java) S 16173 16176 13538 0 -1 4202560 110 0 0 0 2 2 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091815729448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16186] ppid=16173 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16176/task/16186/stat : 16186 (java) S 16173 16176 13538 0 -1 4202560 93 0 0 0 2 0 0 0 20 0 22 0 23299633 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091814676648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16187] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16187/stat : 16187 (java) S 16173 16176 13538 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091802266600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16188] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16188/stat : 16188 (java) S 16173 16176 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091801212664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16189] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16189/stat : 16189 (java) S 16173 16176 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091800159752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16190] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16190/stat : 16190 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 56633 33554432000 1073741824 1073778376 140736327875984 140091799108240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16191] ppid=16173 vsize=9824732 CPUtime=0.87 cores=1,3,5,7

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

/proc/16176/statm: 2456183 96740 2284 9 0 2446860 0
[pid=16176/tid=16178] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16178/stat : 16178 (java) S 16173 16176 13538 0 -1 4202560 2540 0 1 0 58 3 0 0 20 0 22 0 23299632 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091978044280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16179] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16179/stat : 16179 (java) S 16173 16176 13538 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091822046248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16180] ppid=16173 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16176/task/16180/stat : 16180 (java) S 16173 16176 13538 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091820993448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16181] ppid=16173 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16176/task/16181/stat : 16181 (java) S 16173 16176 13538 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091819940648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16182] ppid=16173 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16176/task/16182/stat : 16182 (java) S 16173 16176 13538 0 -1 4202560 150 0 0 0 7 3 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091818887848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16183] ppid=16173 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16176/task/16183/stat : 16183 (java) S 16173 16176 13538 0 -1 4202560 118 0 0 0 5 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091817835048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16184] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16184/stat : 16184 (java) S 16173 16176 13538 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091816782248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16185] ppid=16173 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16176/task/16185/stat : 16185 (java) S 16173 16176 13538 0 -1 4202560 126 0 0 0 6 3 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091815729448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16186] ppid=16173 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16176/task/16186/stat : 16186 (java) S 16173 16176 13538 0 -1 4202560 133 0 0 0 7 3 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091814676648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16187] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16187/stat : 16187 (java) S 16173 16176 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091802266600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16188] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16188/stat : 16188 (java) S 16173 16176 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091801212664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16189] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16189/stat : 16189 (java) S 16173 16176 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091800159752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16190] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16190/stat : 16190 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091799108240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16191] ppid=16173 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/16176/task/16191/stat : 16191 (java) S 16173 16176 13538 0 -1 4202560 4044 0 0 0 90 2 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091798055352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16192] ppid=16173 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16176/task/16192/stat : 16192 (java) S 16173 16176 13538 0 -1 4202560 6130 0 0 0 93 2 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091797002552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16193] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16193/stat : 16193 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091795949944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16194] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16194/stat : 16194 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091794897352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16195] ppid=16173 vsize=9824732 CPUtime=24.64 cores=1,3,5,7
/proc/16176/task/16195/stat : 16195 (java) R 16173 16176 13538 0 -1 4202560 61 0 0 0 2462 2 0 0 20 0 22 0 23299700 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091793841544 140091850419972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16196] ppid=16173 vsize=9824732 CPUtime=24.76 cores=1,3,5,7
/proc/16176/task/16196/stat : 16196 (java) R 16173 16176 13538 0 -1 4202560 49 0 0 0 2476 0 0 0 20 0 22 0 23299700 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091792788144 140091850622817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16197] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16197/stat : 16197 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299709 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091791738280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16198] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16198/stat : 16198 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299711 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091790685480 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 52.57
Current children cumulated vsize (KiB) 9824732

[startup+26.4009 s]
/proc/loadavg: 3.92 4.06 4.07 5/219 16198
/proc/meminfo: memFree=28717900/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9824732 CPUtime=54.18 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 14949 0 1 0 5395 23 0 0 20 0 22 0 23299631 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2456183 96740 2284 9 0 2446860 0
[pid=16176/tid=16178] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16178/stat : 16178 (java) S 16173 16176 13538 0 -1 4202560 2540 0 1 0 58 3 0 0 20 0 22 0 23299632 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091978044280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16179] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16179/stat : 16179 (java) S 16173 16176 13538 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091822046248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16180] ppid=16173 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16176/task/16180/stat : 16180 (java) S 16173 16176 13538 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091820993448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16181] ppid=16173 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16176/task/16181/stat : 16181 (java) S 16173 16176 13538 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091819940648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16182] ppid=16173 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16176/task/16182/stat : 16182 (java) S 16173 16176 13538 0 -1 4202560 150 0 0 0 7 3 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091818887848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16183] ppid=16173 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16176/task/16183/stat : 16183 (java) S 16173 16176 13538 0 -1 4202560 118 0 0 0 5 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091817835048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16184] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16184/stat : 16184 (java) S 16173 16176 13538 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091816782248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16185] ppid=16173 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16176/task/16185/stat : 16185 (java) S 16173 16176 13538 0 -1 4202560 126 0 0 0 6 3 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091815729448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16186] ppid=16173 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16176/task/16186/stat : 16186 (java) S 16173 16176 13538 0 -1 4202560 133 0 0 0 7 3 0 0 20 0 22 0 23299633 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091814676648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16187] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16187/stat : 16187 (java) S 16173 16176 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091802266600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16188] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16188/stat : 16188 (java) S 16173 16176 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091801212664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16189] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16189/stat : 16189 (java) S 16173 16176 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23299634 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091800159752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16190] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16190/stat : 16190 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091799108240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16191] ppid=16173 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/16176/task/16191/stat : 16191 (java) S 16173 16176 13538 0 -1 4202560 4044 0 0 0 90 2 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091798055352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16192] ppid=16173 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16176/task/16192/stat : 16192 (java) S 16173 16176 13538 0 -1 4202560 6130 0 0 0 93 2 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091797002552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16193] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16193/stat : 16193 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091795949944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16194] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16194/stat : 16194 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23299637 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091794897352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16195] ppid=16173 vsize=9824732 CPUtime=25.44 cores=1,3,5,7
/proc/16176/task/16195/stat : 16195 (java) R 16173 16176 13538 0 -1 4202560 61 0 0 0 2542 2 0 0 20 0 22 0 23299700 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091793841544 140091850525887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16196] ppid=16173 vsize=9824732 CPUtime=25.57 cores=1,3,5,7
/proc/16176/task/16196/stat : 16196 (java) R 16173 16176 13538 0 -1 4202560 49 0 0 0 2557 0 0 0 20 0 22 0 23299700 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091792788144 140091850641757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16197] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16197/stat : 16197 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299709 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091791738280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16198] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16198/stat : 16198 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23299711 10060525568 96740 33554432000 1073741824 1073778376 140736327875984 140091790685480 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.18
Current children cumulated vsize (KiB) 9824732

[startup+26.8009 s]
/proc/loadavg: 3.92 4.06 4.07 5/219 16198
/proc/meminfo: memFree=28717900/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9824732 CPUtime=54.81 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 14951 0 1 0 5456 25 0 0 20 0 19 0 23299631 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2456183 96729 2285 9 0 2446860 0
[pid=16176/tid=16178] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16178/stat : 16178 (java) S 16173 16176 13538 0 -1 4202560 2540 0 1 0 58 3 0 0 20 0 19 0 23299632 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091978044280 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16179] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16179/stat : 16179 (java) S 16173 16176 13538 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091822046248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16180] ppid=16173 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16176/task/16180/stat : 16180 (java) S 16173 16176 13538 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091820993448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16181] ppid=16173 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16176/task/16181/stat : 16181 (java) S 16173 16176 13538 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091819940648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16182] ppid=16173 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16176/task/16182/stat : 16182 (java) S 16173 16176 13538 0 -1 4202560 150 0 0 0 7 3 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091818887848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16183] ppid=16173 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16176/task/16183/stat : 16183 (java) S 16173 16176 13538 0 -1 4202560 118 0 0 0 5 2 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091817835048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16184] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16184/stat : 16184 (java) S 16173 16176 13538 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091816782248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16185] ppid=16173 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16176/task/16185/stat : 16185 (java) S 16173 16176 13538 0 -1 4202560 126 0 0 0 6 3 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091815729448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16186] ppid=16173 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16176/task/16186/stat : 16186 (java) S 16173 16176 13538 0 -1 4202560 133 0 0 0 7 3 0 0 20 0 19 0 23299633 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091814676648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16187] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16187/stat : 16187 (java) S 16173 16176 13538 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23299634 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091802266600 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16188] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16188/stat : 16188 (java) S 16173 16176 13538 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23299634 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091801212664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16189] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16189/stat : 16189 (java) S 16173 16176 13538 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23299634 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091800159752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16176/tid=16190] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16190/stat : 16190 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23299637 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091799108240 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16191] ppid=16173 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/16176/task/16191/stat : 16191 (java) S 16173 16176 13538 0 -1 4202560 4044 0 0 0 90 2 0 0 20 0 19 0 23299637 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091798055352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16192] ppid=16173 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16176/task/16192/stat : 16192 (java) S 16173 16176 13538 0 -1 4202560 6130 0 0 0 93 2 0 0 20 0 19 0 23299637 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091797002552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16193] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16193/stat : 16193 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23299637 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091795949944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16194] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16194/stat : 16194 (java) S 16173 16176 13538 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23299637 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091794897352 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16198] ppid=16173 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16176/task/16198/stat : 16198 (java) S 16173 16176 13538 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23299711 10060525568 96729 33554432000 1073741824 1073778376 140736327875984 140091790685480 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.81
Current children cumulated vsize (KiB) 9824732

[startup+27.2009 s]
/proc/loadavg: 3.92 4.06 4.07 5/219 16198
/proc/meminfo: memFree=28717900/32872528 swapFree=163656/177964
[pid=16176] ppid=16173 vsize=9824732 CPUtime=54.8 cores=1,3,5,7
/proc/16176/stat : 16176 (java) S 16173 16176 13538 0 -1 4202496 14962 0 1 0 5456 24 0 0 20 0 17 0 23299631 10060525568 97246 33554432000 1073741824 1073778376 140736327875984 140736327867120 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16176/statm: 2456183 97246 2286 9 0 2446860 0
[pid=16176/tid=16178] ppid=16173 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/16176/task/16178/stat : 16178 (java) S 16173 16176 13538 0 -1 4202560 2540 0 1 0 58 3 0 0 20 0 17 0 23299632 10060525568 97246 33554432000 1073741824 1073778376 140736327875984 140091978044408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16176/tid=16179] ppid=16173 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16176/task/16179/stat : 16179 (java) S 16173 16176 13538 0 -1 4202560 36 0 0 0 2 2 0 0 20 0 17 0 23299633 10060525568 97246 33554432000 1073741824 1073778376 140736327875984 140091822046248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16176/tid=16180] ppid=16173 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16176/task/16180/stat : 16180 (java) S 16173 16176 13538 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 17 0 23299633 10060525568 97246 33554432000 1073741824 1073778376 140736327875984 140091820993448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16176/tid=16192] ppid=16173 vsize=0 CPUtime=0.95 cores=1,3,5,7
/proc/16176/task/16192/stat : 16192 (java) R 16173 16176 13538 0 -1 4203588 6130 0 0 0 93 2 0 0 20 0 2 0 23299637 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 54.8
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.00999832
#  lost CPU user time (s): 0
#  lost CPU system time (s): 0.01

Real time (s): 27.2039
CPU time (s): 54.9047
CPU user time (s): 54.4937
CPU system time (s): 0.410939
CPU usage (%): 201.827
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.4937
system time used= 0.400939
maximum resident set size= 388984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14962
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= 1210
involuntary context switches= 1103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096985 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 03:14:57
IDJOB=4101050
IDBENCH=1694
IDSOLVER=2543
FILE ID=node105/4101050-1466212497
RUNJOBID= node105-1466206102-13555
PBS_JOBID= 19918167
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-degen2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101050-1466212497/watcher-4101050-1466212497 -o /tmp/evaluation-result-4101050-1466212497/solver-4101050-1466212497 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466206102-13555 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101050-1466212497.opb

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

MD5SUM BENCH= ef301ecece8b2033bfa1fe9b39eee48a
RANDOM SEED=961110969

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29928736 kB
Buffers:           80380 kB
Cached:            90188 kB
SwapCached:         1764 kB
Active:          1900488 kB
Inactive:         113128 kB
Active(anon):    1843920 kB
Inactive(anon):     1488 kB
Active(file):      56568 kB
Inactive(file):   111640 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:       2047332 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             600048 kB
SReclaimable:      43720 kB
SUnreclaim:       556328 kB
KernelStack:        1808 kB
PageTables:         8296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3035212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1837056 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= 71744 MiB
End job on node105 at 2016-06-18 03:15:24