Trace number 4103954

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 31.8602 25.3217

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM7576b3c58d39cddc5f29deda8f59e316
Bench CategoryOPT-BIGINT (optimisation, big 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 benchmark19.62
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2160590747
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 2962281908055777280
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 6289973478481187311
Number of bits of the biggest sum of numbers63
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103954-1466250917.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
31.75/24.80	c ... done. Wall clock time 24.679s.
31.75/24.80	c declared #vars     3616
31.75/24.80	c #constraints  125844
31.75/24.80	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
31.75/24.80	c constraints type 
31.75/24.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 44
31.75/24.80	c org.sat4j.specs.Constr$1 => 1
31.75/24.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 44
31.75/24.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 125755
31.75/24.80	c 125844 constraints processed.
31.75/24.80	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
31.75/24.80	c constraints type 
31.75/24.80	c org.sat4j.specs.Constr$1 => 1
31.75/24.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 44
31.75/24.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 44
31.75/24.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 125755
31.75/24.80	c 125844 constraints processed.
31.75/24.80	c objective function length is 48 literals
31.75/24.82	c And the winner is solver0
31.85/25.30	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
31.85/25.30	c starts		: 0
31.85/25.30	c conflicts		: 0
31.85/25.30	c decisions		: 0
31.85/25.30	c propagations		: 1050
31.85/25.30	c inspects		: 2847
31.85/25.30	c shortcuts		: 0
31.85/25.30	c learnt literals	: 0
31.85/25.30	c learnt binary clauses	: 0
31.85/25.30	c learnt ternary clauses	: 0
31.85/25.30	c learnt constraints	: 0
31.85/25.30	c ignored constraints	: 0
31.85/25.30	c root simplifications	: 0
31.85/25.30	c removed literals (reason simplification)	: 0
31.85/25.30	c reason swapping (by a shorter reason)	: 0
31.85/25.30	c Calls to reduceDB	: 0
31.85/25.30	c Number of update (reduction) of LBD	: 0
31.85/25.30	c Imported unit clauses	: 0
31.85/25.30	c number of reductions to clauses (during analyze)	: 0
31.85/25.30	c number of learned constraints concerned by reduction	: 0
31.85/25.30	c number of learning phase by resolution	: 0
31.85/25.30	c number of learning phase by cutting planes	: 0
31.85/25.30	c speed (assignments/second)	: 7.161120688009659E-7
31.85/25.30	c non guided choices	0
31.85/25.30	c learnt constraints type 
31.85/25.30	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
31.85/25.30	c starts		: 0
31.85/25.30	c conflicts		: 0
31.85/25.30	c decisions		: 0
31.85/25.30	c propagations		: 1050
31.85/25.30	c inspects		: 2847
31.85/25.30	c shortcuts		: 0
31.85/25.30	c learnt literals	: 0
31.85/25.30	c learnt binary clauses	: 0
31.85/25.30	c learnt ternary clauses	: 0
31.85/25.30	c learnt constraints	: 0
31.85/25.30	c ignored constraints	: 0
31.85/25.30	c root simplifications	: 0
31.85/25.30	c removed literals (reason simplification)	: 0
31.85/25.30	c reason swapping (by a shorter reason)	: 0
31.85/25.30	c Calls to reduceDB	: 0
31.85/25.30	c Number of update (reduction) of LBD	: 0
31.85/25.30	c Imported unit clauses	: 0
31.85/25.30	c number of reductions to clauses (during analyze)	: 0
31.85/25.30	c number of learned constraints concerned by reduction	: 0
31.85/25.30	c number of learning phase by resolution	: 0
31.85/25.30	c number of learning phase by cutting planes	: 0
31.85/25.30	c speed (assignments/second)	: 7.161120688004774E-7
31.85/25.30	c non guided choices	0
31.85/25.30	c learnt constraints type 
31.85/25.30	s UNSATISFIABLE
31.85/25.30	c Total wall clock time (in seconds): 25.186

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

pid=23157
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: 4.05 4.24 4.25 4/197 23160
/proc/meminfo: memFree=28206864/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23160/stat : 23160 (java) D 23157 23160 20157 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 27138873 9515008 182 33554432000 1073741824 1073778376 140737188426176 140737188417208 214537420469 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/23160/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.05 4.24 4.25 4/197 23160
/proc/meminfo: memFree=28206864/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 4395 0 1 0 8 0 0 0 20 0 18 0 27138873 9787879424 6034 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.05 4.24 4.25 4/197 23160
/proc/meminfo: memFree=28206864/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 4719 0 1 0 24 1 0 0 20 0 18 0 27138873 9787879424 6805 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 6805 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 4.05 4.24 4.25 4/197 23160
/proc/meminfo: memFree=28206864/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 11224 0 1 0 53 2 0 0 20 0 18 0 27138873 9787879424 13154 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 13154 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 4.05 4.24 4.25 4/197 23160
/proc/meminfo: memFree=28206864/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 15668 0 1 0 133 4 0 0 20 0 18 0 27138873 9787879424 33158 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 33158 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 3.96 4.22 4.24 4/215 23178
/proc/meminfo: memFree=28025128/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=2.42 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 17908 0 1 0 232 10 0 0 20 0 18 0 27138873 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 55139 2259 9 0 2380296 0
[pid=23160/tid=23162] ppid=23157 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/23160/task/23162/stat : 23162 (java) R 23157 23160 20157 0 -1 4202560 2486 0 1 0 136 3 0 0 20 0 18 0 27138874 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493689872272 214540805389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23163] ppid=23157 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/23160/task/23163/stat : 23163 (java) S 23157 23160 20157 0 -1 4202560 103 0 0 0 2 1 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493533908008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23164] ppid=23157 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23160/task/23164/stat : 23164 (java) S 23157 23160 20157 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493532855208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23165] ppid=23157 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23160/task/23165/stat : 23165 (java) S 23157 23160 20157 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493531802408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23166] ppid=23157 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/23160/task/23166/stat : 23166 (java) S 23157 23160 20157 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493530749608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23167] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23167/stat : 23167 (java) S 23157 23160 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493529696808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23168] ppid=23157 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23160/task/23168/stat : 23168 (java) S 23157 23160 20157 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493528644008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23169] ppid=23157 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23160/task/23169/stat : 23169 (java) S 23157 23160 20157 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493527591208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23170] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23170/stat : 23170 (java) S 23157 23160 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 27138875 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493526538408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23171] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23171/stat : 23171 (java) S 23157 23160 20157 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493514128360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23172] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23172/stat : 23172 (java) S 23157 23160 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493513074424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23173] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23173/stat : 23173 (java) S 23157 23160 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493512021512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23174] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23174/stat : 23174 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493510970000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23175] ppid=23157 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/23160/task/23175/stat : 23175 (java) S 23157 23160 20157 0 -1 4202560 6915 0 0 0 31 1 0 0 20 0 18 0 27138879 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493509917112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23176] ppid=23157 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/23160/task/23176/stat : 23176 (java) S 23157 23160 20157 0 -1 4202560 6751 0 0 0 44 1 0 0 20 0 18 0 27138879 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493508864312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23177] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23177/stat : 23177 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493507811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23178] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23178/stat : 23178 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 55139 33554432000 1073741824 1073778376 140736881384560 140493506759112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 3.96 4.22 4.24 4/215 23178
/proc/meminfo: memFree=27832004/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=4.48 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 18395 0 1 0 424 24 0 0 20 0 18 0 27138873 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 108118 2260 9 0 2380296 0
[pid=23160/tid=23162] ppid=23157 vsize=9558476 CPUtime=2.85 cores=0,2,4,6
/proc/23160/task/23162/stat : 23162 (java) R 23157 23160 20157 0 -1 4202560 2543 0 1 0 281 4 0 0 20 0 18 0 27138874 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493689872288 140493562692044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23163] ppid=23157 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23160/task/23163/stat : 23163 (java) S 23157 23160 20157 0 -1 4202560 128 0 0 0 6 2 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493533908008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23164] ppid=23157 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/23160/task/23164/stat : 23164 (java) S 23157 23160 20157 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493532855208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23165] ppid=23157 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/23160/task/23165/stat : 23165 (java) S 23157 23160 20157 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493531802408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23166] ppid=23157 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23160/task/23166/stat : 23166 (java) S 23157 23160 20157 0 -1 4202560 150 0 0 0 5 2 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493530749608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23167] ppid=23157 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/23160/task/23167/stat : 23167 (java) S 23157 23160 20157 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493529696808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23168] ppid=23157 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23160/task/23168/stat : 23168 (java) S 23157 23160 20157 0 -1 4202560 59 0 0 0 7 3 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493528644008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23169] ppid=23157 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23160/task/23169/stat : 23169 (java) S 23157 23160 20157 0 -1 4202560 143 0 0 0 7 2 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493527591208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23170] ppid=23157 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23160/task/23170/stat : 23170 (java) S 23157 23160 20157 0 -1 4202560 47 0 0 0 5 3 0 0 20 0 18 0 27138875 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493526538408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23171] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23171/stat : 23171 (java) S 23157 23160 20157 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493514128360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23172] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23172/stat : 23172 (java) S 23157 23160 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493513074424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23173] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23173/stat : 23173 (java) S 23157 23160 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493512021512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23174] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23174/stat : 23174 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493510970000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23175] ppid=23157 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/23160/task/23175/stat : 23175 (java) S 23157 23160 20157 0 -1 4202560 6924 0 0 0 37 2 0 0 20 0 18 0 27138879 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493509917112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23176] ppid=23157 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/23160/task/23176/stat : 23176 (java) S 23157 23160 20157 0 -1 4202560 6752 0 0 0 49 1 0 0 20 0 18 0 27138879 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493508864312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23177] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23177/stat : 23177 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493507811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23178] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23178/stat : 23178 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 108118 33554432000 1073741824 1073778376 140736881384560 140493506759112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.48
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 3.96 4.22 4.24 11/215 23178
/proc/meminfo: memFree=27454676/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=8.66 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 24833 0 1 0 816 50 0 0 20 0 18 0 27138873 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 203388 2276 9 0 2380296 0
[pid=23160/tid=23162] ppid=23157 vsize=9558476 CPUtime=5.84 cores=0,2,4,6
/proc/23160/task/23162/stat : 23162 (java) R 23157 23160 20157 0 -1 4202560 2834 0 1 0 576 8 0 0 20 0 18 0 27138874 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493689872480 140493562680358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23163] ppid=23157 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/23160/task/23163/stat : 23163 (java) S 23157 23160 20157 0 -1 4202560 182 0 0 0 16 6 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493533908008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23164] ppid=23157 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/23160/task/23164/stat : 23164 (java) S 23157 23160 20157 0 -1 4202560 140 0 0 0 9 4 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493532855208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23165] ppid=23157 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/23160/task/23165/stat : 23165 (java) S 23157 23160 20157 0 -1 4202560 77 0 0 0 9 4 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493531802408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23166] ppid=23157 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/23160/task/23166/stat : 23166 (java) S 23157 23160 20157 0 -1 4202560 178 0 0 0 10 4 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493530749608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23167] ppid=23157 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/23160/task/23167/stat : 23167 (java) S 23157 23160 20157 0 -1 4202560 109 0 0 0 14 6 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493529696808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23168] ppid=23157 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/23160/task/23168/stat : 23168 (java) S 23157 23160 20157 0 -1 4202560 99 0 0 0 15 5 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493528644008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23169] ppid=23157 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/23160/task/23169/stat : 23169 (java) S 23157 23160 20157 0 -1 4202560 188 0 0 0 14 5 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493527591208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23170] ppid=23157 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/23160/task/23170/stat : 23170 (java) S 23157 23160 20157 0 -1 4202560 77 0 0 0 11 4 0 0 20 0 18 0 27138875 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493526538408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23171] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23171/stat : 23171 (java) S 23157 23160 20157 0 -1 4202560 524 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493514128360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23172] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23172/stat : 23172 (java) S 23157 23160 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493513074424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23173] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23173/stat : 23173 (java) S 23157 23160 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493512021512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23174] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23174/stat : 23174 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493510970000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23175] ppid=23157 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/23160/task/23175/stat : 23175 (java) S 23157 23160 20157 0 -1 4202560 6951 0 0 0 41 2 0 0 20 0 18 0 27138879 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493509917112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23176] ppid=23157 vsize=9558476 CPUtime=0.86 cores=0,2,4,6
/proc/23160/task/23176/stat : 23176 (java) S 23157 23160 20157 0 -1 4202560 12221 0 0 0 84 2 0 0 20 0 18 0 27138879 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493508864312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23177] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23177/stat : 23177 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493507811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23178] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23178/stat : 23178 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 203388 33554432000 1073741824 1073778376 140736881384560 140493506759112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.33 4.30 4.27 4/215 23178
/proc/meminfo: memFree=26429428/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=16.64 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 27808 0 1 0 1555 109 0 0 20 0 18 0 27138873 9787879424 446697 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 446697 2284 9 0 2380296 0

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

[pid=23160/tid=23162] ppid=23157 vsize=9558476 CPUtime=18.72 cores=0,2,4,6
/proc/23160/task/23162/stat : 23162 (java) R 23157 23160 20157 0 -1 4202560 3910 0 1 0 1842 30 0 0 20 0 18 0 27138874 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493689872912 214540805389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23163] ppid=23157 vsize=9558476 CPUtime=0.94 cores=0,2,4,6
/proc/23160/task/23163/stat : 23163 (java) S 23157 23160 20157 0 -1 4202560 605 0 0 0 73 21 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493533908008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23164] ppid=23157 vsize=9558476 CPUtime=1.12 cores=0,2,4,6
/proc/23160/task/23164/stat : 23164 (java) S 23157 23160 20157 0 -1 4202560 719 0 0 0 85 27 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493532855208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23165] ppid=23157 vsize=9558476 CPUtime=0.97 cores=0,2,4,6
/proc/23160/task/23165/stat : 23165 (java) S 23157 23160 20157 0 -1 4202560 578 0 0 0 74 23 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493531802408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23166] ppid=23157 vsize=9558476 CPUtime=0.96 cores=0,2,4,6
/proc/23160/task/23166/stat : 23166 (java) S 23157 23160 20157 0 -1 4202560 502 0 0 0 75 21 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493530749608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23167] ppid=23157 vsize=9558476 CPUtime=0.81 cores=0,2,4,6
/proc/23160/task/23167/stat : 23167 (java) S 23157 23160 20157 0 -1 4202560 359 0 0 0 61 20 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493529696808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23168] ppid=23157 vsize=9558476 CPUtime=0.93 cores=0,2,4,6
/proc/23160/task/23168/stat : 23168 (java) S 23157 23160 20157 0 -1 4202560 521 0 0 0 73 20 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493528644008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23169] ppid=23157 vsize=9558476 CPUtime=0.86 cores=0,2,4,6
/proc/23160/task/23169/stat : 23169 (java) S 23157 23160 20157 0 -1 4202560 438 0 0 0 68 18 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493527591208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23170] ppid=23157 vsize=9558476 CPUtime=0.84 cores=0,2,4,6
/proc/23160/task/23170/stat : 23170 (java) S 23157 23160 20157 0 -1 4202560 415 0 0 0 65 19 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493526538408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23171] ppid=23157 vsize=9558476 CPUtime=3.23 cores=0,2,4,6
/proc/23160/task/23171/stat : 23171 (java) S 23157 23160 20157 0 -1 4202560 2439 0 0 0 321 2 0 0 20 0 18 0 27138876 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493514128360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23172] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23172/stat : 23172 (java) S 23157 23160 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493513074424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23173] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23173/stat : 23173 (java) S 23157 23160 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493512021512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23174] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23174/stat : 23174 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493510970000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23175] ppid=23157 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/23160/task/23175/stat : 23175 (java) S 23157 23160 20157 0 -1 4202560 6951 0 0 0 41 2 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493509917112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23176] ppid=23157 vsize=9558476 CPUtime=0.91 cores=0,2,4,6
/proc/23160/task/23176/stat : 23176 (java) S 23157 23160 20157 0 -1 4202560 12372 0 0 0 89 2 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493508864312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23177] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23177/stat : 23177 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493507811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23178] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23178/stat : 23178 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493506759112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.95
Current children cumulated vsize (KiB) 9558476

[startup+24.8008 s]
/proc/loadavg: 4.76 4.39 4.30 4/215 23178
/proc/meminfo: memFree=24870308/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9558476 CPUtime=31.75 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 31062 0 1 0 2968 207 0 0 20 0 18 0 27138873 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2389619 843442 2284 9 0 2380296 0
[pid=23160/tid=23162] ppid=23157 vsize=9558476 CPUtime=19.51 cores=0,2,4,6
/proc/23160/task/23162/stat : 23162 (java) R 23157 23160 20157 0 -1 4202560 3910 0 1 0 1920 31 0 0 20 0 18 0 27138874 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493689872912 214540805389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23163] ppid=23157 vsize=9558476 CPUtime=0.94 cores=0,2,4,6
/proc/23160/task/23163/stat : 23163 (java) S 23157 23160 20157 0 -1 4202560 605 0 0 0 73 21 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493533908008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23164] ppid=23157 vsize=9558476 CPUtime=1.12 cores=0,2,4,6
/proc/23160/task/23164/stat : 23164 (java) S 23157 23160 20157 0 -1 4202560 719 0 0 0 85 27 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493532855208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23165] ppid=23157 vsize=9558476 CPUtime=0.97 cores=0,2,4,6
/proc/23160/task/23165/stat : 23165 (java) S 23157 23160 20157 0 -1 4202560 578 0 0 0 74 23 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493531802408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23166] ppid=23157 vsize=9558476 CPUtime=0.96 cores=0,2,4,6
/proc/23160/task/23166/stat : 23166 (java) S 23157 23160 20157 0 -1 4202560 502 0 0 0 75 21 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493530749608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23167] ppid=23157 vsize=9558476 CPUtime=0.81 cores=0,2,4,6
/proc/23160/task/23167/stat : 23167 (java) S 23157 23160 20157 0 -1 4202560 359 0 0 0 61 20 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493529696808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23168] ppid=23157 vsize=9558476 CPUtime=0.93 cores=0,2,4,6
/proc/23160/task/23168/stat : 23168 (java) S 23157 23160 20157 0 -1 4202560 521 0 0 0 73 20 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493528644008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23169] ppid=23157 vsize=9558476 CPUtime=0.86 cores=0,2,4,6
/proc/23160/task/23169/stat : 23169 (java) S 23157 23160 20157 0 -1 4202560 438 0 0 0 68 18 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493527591208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23170] ppid=23157 vsize=9558476 CPUtime=0.84 cores=0,2,4,6
/proc/23160/task/23170/stat : 23170 (java) S 23157 23160 20157 0 -1 4202560 415 0 0 0 65 19 0 0 20 0 18 0 27138875 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493526538408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23171] ppid=23157 vsize=9558476 CPUtime=3.23 cores=0,2,4,6
/proc/23160/task/23171/stat : 23171 (java) S 23157 23160 20157 0 -1 4202560 2439 0 0 0 321 2 0 0 20 0 18 0 27138876 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493514128360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23172] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23172/stat : 23172 (java) S 23157 23160 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493513074424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23173] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23173/stat : 23173 (java) S 23157 23160 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27138876 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493512021512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23174] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23174/stat : 23174 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493510970000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23175] ppid=23157 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/23160/task/23175/stat : 23175 (java) S 23157 23160 20157 0 -1 4202560 6951 0 0 0 41 2 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493509917112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23176] ppid=23157 vsize=9558476 CPUtime=0.91 cores=0,2,4,6
/proc/23160/task/23176/stat : 23176 (java) S 23157 23160 20157 0 -1 4202560 12372 0 0 0 89 2 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493508864312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23177] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23177/stat : 23177 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493507811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23178] ppid=23157 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23178/stat : 23178 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9787879424 843442 33554432000 1073741824 1073778376 140736881384560 140493506759112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.75
Current children cumulated vsize (KiB) 9558476

[startup+25.2007 s]
/proc/loadavg: 4.76 4.39 4.30 4/215 23178
/proc/meminfo: memFree=24870308/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9691604 CPUtime=31.85 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 31101 0 1 0 2976 209 0 0 20 0 18 0 27138873 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2422901 843471 2285 9 0 2413578 0
[pid=23160/tid=23162] ppid=23157 vsize=9691604 CPUtime=19.52 cores=0,2,4,6
/proc/23160/task/23162/stat : 23162 (java) S 23157 23160 20157 0 -1 4202560 3914 0 1 0 1921 31 0 0 20 0 18 0 27138874 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493689881464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23163] ppid=23157 vsize=9691604 CPUtime=0.94 cores=0,2,4,6
/proc/23160/task/23163/stat : 23163 (java) S 23157 23160 20157 0 -1 4202560 605 0 0 0 73 21 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493533908008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23164] ppid=23157 vsize=9691604 CPUtime=1.12 cores=0,2,4,6
/proc/23160/task/23164/stat : 23164 (java) S 23157 23160 20157 0 -1 4202560 719 0 0 0 85 27 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493532855208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23165] ppid=23157 vsize=9691604 CPUtime=0.97 cores=0,2,4,6
/proc/23160/task/23165/stat : 23165 (java) S 23157 23160 20157 0 -1 4202560 578 0 0 0 74 23 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493531802408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23166] ppid=23157 vsize=9691604 CPUtime=0.96 cores=0,2,4,6
/proc/23160/task/23166/stat : 23166 (java) S 23157 23160 20157 0 -1 4202560 502 0 0 0 75 21 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493530749608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23167] ppid=23157 vsize=9691604 CPUtime=0.81 cores=0,2,4,6
/proc/23160/task/23167/stat : 23167 (java) S 23157 23160 20157 0 -1 4202560 359 0 0 0 61 20 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493529696808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23168] ppid=23157 vsize=9691604 CPUtime=0.93 cores=0,2,4,6
/proc/23160/task/23168/stat : 23168 (java) S 23157 23160 20157 0 -1 4202560 521 0 0 0 73 20 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493528644008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23169] ppid=23157 vsize=9691604 CPUtime=0.86 cores=0,2,4,6
/proc/23160/task/23169/stat : 23169 (java) S 23157 23160 20157 0 -1 4202560 438 0 0 0 68 18 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493527591208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23170] ppid=23157 vsize=9691604 CPUtime=0.84 cores=0,2,4,6
/proc/23160/task/23170/stat : 23170 (java) S 23157 23160 20157 0 -1 4202560 415 0 0 0 65 19 0 0 20 0 18 0 27138875 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493526538408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23171] ppid=23157 vsize=9691604 CPUtime=3.23 cores=0,2,4,6
/proc/23160/task/23171/stat : 23171 (java) S 23157 23160 20157 0 -1 4202560 2439 0 0 0 321 2 0 0 20 0 18 0 27138876 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493514128360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23172] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23172/stat : 23172 (java) S 23157 23160 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 27138876 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493513074424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23173] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23173/stat : 23173 (java) S 23157 23160 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 27138876 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493512021512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23174] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23174/stat : 23174 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493510970000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23175] ppid=23157 vsize=9691604 CPUtime=0.45 cores=0,2,4,6
/proc/23160/task/23175/stat : 23175 (java) S 23157 23160 20157 0 -1 4202560 6956 0 0 0 43 2 0 0 20 0 18 0 27138879 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493509917112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23176] ppid=23157 vsize=9691604 CPUtime=0.94 cores=0,2,4,6
/proc/23160/task/23176/stat : 23176 (java) S 23157 23160 20157 0 -1 4202560 12372 0 0 0 92 2 0 0 20 0 18 0 27138879 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493508864312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23177] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23177/stat : 23177 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493507811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23178] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23178/stat : 23178 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27138879 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140493506759112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 9691604

[startup+25.3008 s]
/proc/loadavg: 4.76 4.39 4.30 3/215 23180
/proc/meminfo: memFree=24870052/32872528 swapFree=1191052/1305516
[pid=23160] ppid=23157 vsize=9691604 CPUtime=31.85 cores=0,2,4,6
/proc/23160/stat : 23160 (java) S 23157 23160 20157 0 -1 4202496 31101 0 1 0 2976 209 0 0 20 0 19 0 27138873 9924202496 843471 33554432000 1073741824 1073778376 140736881384560 140736881375696 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23160/statm: 2422901 843471 2285 9 0 2413578 0
[pid=23160/tid=23162] ppid=23157 vsize=9691604 CPUtime=19.52 cores=0,2,4,6
/proc/23160/task/23162/stat : 23162 (java) S 23157 23160 20157 0 -1 4202560 3914 0 1 0 1921 31 0 0 20 0 19 0 27138874 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493689881304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23163] ppid=23157 vsize=9691604 CPUtime=0.94 cores=0,2,4,6
/proc/23160/task/23163/stat : 23163 (java) S 23157 23160 20157 0 -1 4202560 605 0 0 0 73 21 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493533908008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23164] ppid=23157 vsize=9691604 CPUtime=1.12 cores=0,2,4,6
/proc/23160/task/23164/stat : 23164 (java) S 23157 23160 20157 0 -1 4202560 719 0 0 0 85 27 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493532855208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23165] ppid=23157 vsize=9691604 CPUtime=0.97 cores=0,2,4,6
/proc/23160/task/23165/stat : 23165 (java) S 23157 23160 20157 0 -1 4202560 578 0 0 0 74 23 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493531802408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23166] ppid=23157 vsize=9691604 CPUtime=0.96 cores=0,2,4,6
/proc/23160/task/23166/stat : 23166 (java) S 23157 23160 20157 0 -1 4202560 502 0 0 0 75 21 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493530749608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23167] ppid=23157 vsize=9691604 CPUtime=0.81 cores=0,2,4,6
/proc/23160/task/23167/stat : 23167 (java) S 23157 23160 20157 0 -1 4202560 359 0 0 0 61 20 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493529696808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23168] ppid=23157 vsize=9691604 CPUtime=0.93 cores=0,2,4,6
/proc/23160/task/23168/stat : 23168 (java) S 23157 23160 20157 0 -1 4202560 521 0 0 0 73 20 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493528644008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23169] ppid=23157 vsize=9691604 CPUtime=0.86 cores=0,2,4,6
/proc/23160/task/23169/stat : 23169 (java) S 23157 23160 20157 0 -1 4202560 438 0 0 0 68 18 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493527591208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23170] ppid=23157 vsize=9691604 CPUtime=0.84 cores=0,2,4,6
/proc/23160/task/23170/stat : 23170 (java) S 23157 23160 20157 0 -1 4202560 415 0 0 0 65 19 0 0 20 0 19 0 27138875 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493526538408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23160/tid=23171] ppid=23157 vsize=9691604 CPUtime=3.23 cores=0,2,4,6
/proc/23160/task/23171/stat : 23171 (java) S 23157 23160 20157 0 -1 4202560 2439 0 0 0 321 2 0 0 20 0 19 0 27138876 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493514128360 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23172] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23172/stat : 23172 (java) S 23157 23160 20157 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 27138876 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493513074424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23173] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23173/stat : 23173 (java) S 23157 23160 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27138876 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493512021512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23174] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23174/stat : 23174 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27138879 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493510970000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23175] ppid=23157 vsize=9691604 CPUtime=0.45 cores=0,2,4,6
/proc/23160/task/23175/stat : 23175 (java) S 23157 23160 20157 0 -1 4202560 6956 0 0 0 43 2 0 0 20 0 19 0 27138879 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493509917112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23160/tid=23176] ppid=23157 vsize=9691604 CPUtime=0.94 cores=0,2,4,6
/proc/23160/task/23176/stat : 23176 (java) S 23157 23160 20157 0 -1 4202560 12372 0 0 0 92 2 0 0 20 0 19 0 27138879 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493508864312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23177] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23177/stat : 23177 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27138879 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493507811704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23160/tid=23178] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23178/stat : 23178 (java) S 23157 23160 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27138879 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493506759112 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23160/tid=23181] ppid=23157 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/23160/task/23181/stat : 23181 (java) R 23157 23160 20157 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27141403 9924202496 843474 33554432000 1073741824 1073778376 140736881384560 140493504594224 214540805293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 25.3217
CPU time (s): 31.8602
CPU user time (s): 29.6475
CPU system time (s): 2.21266
CPU usage (%): 125.822
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6475
system time used= 2.21266
maximum resident set size= 3373908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31111
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= 1204
involuntary context switches= 1789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.167974 second user time and 0.243962 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 13:55:23
IDJOB=4103954
IDBENCH=2515
IDSOLVER=2543
FILE ID=node127/4103954-1466250917
RUNJOBID= node127-1466241741-20173
PBS_JOBID= 19918213
Free space on /tmp= 71560 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103954-1466250917/watcher-4103954-1466250917 -o /tmp/evaluation-result-4103954-1466250917/solver-4103954-1466250917 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103954-1466250917.opb

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

MD5SUM BENCH= 7576b3c58d39cddc5f29deda8f59e316
RANDOM SEED=717493989

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28207128 kB
Buffers:           64708 kB
Cached:           392744 kB
SwapCached:          516 kB
Active:          2388460 kB
Inactive:         220980 kB
Active(anon):    2152412 kB
Inactive(anon):     2184 kB
Active(file):     236048 kB
Inactive(file):   218796 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:            184212 kB
Writeback:             0 kB
AnonPages:       3459480 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             609816 kB
SReclaimable:      53460 kB
SUnreclaim:       556356 kB
KernelStack:        1608 kB
PageTables:        11224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3847136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2217984 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= 71556 MiB
End job on node127 at 2016-06-18 13:55:48