Trace number 4103542

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 18.2082 8.93163

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-pilot.we.opb
MD5SUM78c28cbc46584ca3f2053cae625d9faa
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 benchmark18.2082
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77678
Total number of constraints1016
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 constraints1016
Minimum length of a constraint10
Maximum length of a constraint2430
Number of terms in the objective function 2760
Biggest coefficient in the objective function 114621939712000000000
Number of bits for the biggest coefficient in the objective function 67
Sum of the numbers in the objective function 6133849937192095161813
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 114621939712000000000
Number of bits of the biggest number in a constraint 67
Biggest sum of numbers in a constraint 6133849937192095161813
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4103542-1466243129.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
2.58/1.41	c ... done. Wall clock time 1.295s.
2.58/1.41	c declared #vars     77678
2.58/1.41	c #constraints  1599
2.58/1.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.58/1.41	c constraints type 
2.58/1.41	c org.sat4j.specs.Constr$1 => 20
2.58/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1537
2.58/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 42
2.58/1.41	c 1599 constraints processed.
2.58/1.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.58/1.41	c constraints type 
2.58/1.41	c org.sat4j.specs.Constr$1 => 20
2.58/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1579
2.58/1.41	c 1599 constraints processed.
2.58/1.41	c objective function length is 2760 literals
8.25/3.65	c cleaning 2502 clauses out of 5003 with flag 10506/5003
12.81/5.89	c cleaning 4249 clauses out of 8498 with flag 22905/11000
17.82/8.37	c cleaning 5625 clauses out of 11249 with flag 37357/18000
18.03/8.47	c And the winner is solver1
18.15/8.92	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
18.15/8.92	c starts		: 19
18.15/8.92	c conflicts		: 18282
18.15/8.92	c decisions		: 23079
18.15/8.92	c propagations		: 1074378
18.15/8.92	c inspects		: 14703019
18.15/8.92	c shortcuts		: 0
18.15/8.92	c learnt literals	: 0
18.15/8.92	c learnt binary clauses	: 0
18.15/8.92	c learnt ternary clauses	: 0
18.15/8.92	c learnt constraints	: 18282
18.15/8.92	c ignored constraints	: 0
18.15/8.92	c root simplifications	: 0
18.15/8.92	c removed literals (reason simplification)	: 141114
18.15/8.92	c reason swapping (by a shorter reason)	: 0
18.15/8.92	c Calls to reduceDB	: 3
18.15/8.92	c Number of update (reduction) of LBD	: 1151
18.15/8.92	c Imported unit clauses	: 0
18.15/8.92	c number of reductions to clauses (during analyze)	: 0
18.15/8.92	c number of learned constraints concerned by reduction	: 0
18.15/8.92	c number of learning phase by resolution	: 0
18.15/8.92	c number of learning phase by cutting planes	: 0
18.15/8.92	c speed (assignments/second)	: 145049.00769542324
18.15/8.92	c non guided choices	0
18.15/8.92	c learnt constraints type 
18.15/8.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5906
18.15/8.92	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
18.15/8.92	c starts		: 1
18.15/8.92	c conflicts		: 188
18.15/8.92	c decisions		: 110917
18.15/8.92	c propagations		: 804588
18.15/8.92	c inspects		: 2260175
18.15/8.92	c shortcuts		: 0
18.15/8.92	c learnt literals	: 0
18.15/8.92	c learnt binary clauses	: 0
18.15/8.92	c learnt ternary clauses	: 0
18.15/8.92	c learnt constraints	: 187
18.15/8.92	c ignored constraints	: 0
18.15/8.92	c root simplifications	: 0
18.15/8.92	c removed literals (reason simplification)	: 0
18.15/8.92	c reason swapping (by a shorter reason)	: 0
18.15/8.92	c Calls to reduceDB	: 0
18.15/8.92	c Number of update (reduction) of LBD	: 0
18.15/8.92	c Imported unit clauses	: 0
18.15/8.92	c number of reductions to clauses (during analyze)	: 0
18.15/8.92	c number of learned constraints concerned by reduction	: 0
18.15/8.92	c number of learning phase by resolution	: 0
18.15/8.92	c number of learning phase by cutting planes	: 0
18.15/8.92	c speed (assignments/second)	: 108610.69114470841
18.15/8.92	c non guided choices	0
18.15/8.92	c learnt constraints type 
18.15/8.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 187
18.15/8.92	s UNSATISFIABLE
18.15/8.92	c Total wall clock time (in seconds): 8.806

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

pid=7252
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.18 4.16 3.70 4/197 7255
/proc/meminfo: memFree=28834280/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/7255/stat : 7255 (java) D 7252 7255 6358 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 26362102 9515008 185 33554432000 1073741824 1073778376 140736925548624 140736925537688 213857168679 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2323 185 143 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.18 4.16 3.70 4/197 7255
/proc/meminfo: memFree=28834280/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 4396 0 1 0 9 1 0 0 20 0 18 0 26362102 9787879424 6028 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2389619 6028 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 4.18 4.16 3.70 4/197 7255
/proc/meminfo: memFree=28834280/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 5102 0 1 0 29 2 0 0 20 0 18 0 26362102 9787879424 8027 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2389619 8027 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 4.18 4.16 3.70 4/197 7255
/proc/meminfo: memFree=28834280/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 6700 0 1 0 52 2 0 0 20 0 18 0 26362102 9787879424 11026 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2389619 11026 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700186 s]
/proc/loadavg: 4.18 4.16 3.70 4/197 7255
/proc/meminfo: memFree=28834280/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9558476 CPUtime=1.48 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 16528 0 1 0 143 5 0 0 20 0 18 0 26362102 9787879424 40752 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2389619 40752 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.18 4.16 3.70 11/215 7273
/proc/meminfo: memFree=28579896/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9691604 CPUtime=2.89 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 17282 0 1 0 271 18 0 0 20 0 20 0 26362102 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2422901 70485 2278 9 0 2413578 0
[pid=7255/tid=7257] ppid=7252 vsize=9691604 CPUtime=1.24 cores=0,2,4,6
/proc/7255/task/7257/stat : 7257 (java) S 7252 7255 6358 0 -1 4202560 2488 0 1 0 121 3 0 0 20 0 20 0 26362103 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438284903288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7258] ppid=7252 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/7255/task/7258/stat : 7258 (java) S 7252 7255 6358 0 -1 4202560 121 0 0 0 3 0 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438257354920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7259] ppid=7252 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/7255/task/7259/stat : 7259 (java) S 7252 7255 6358 0 -1 4202560 88 0 0 0 3 1 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438256302376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7260] ppid=7252 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7260/stat : 7260 (java) S 7252 7255 6358 0 -1 4202560 120 0 0 0 5 2 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438255249832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7261] ppid=7252 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7261/stat : 7261 (java) S 7252 7255 6358 0 -1 4202560 108 0 0 0 5 2 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438254197288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7262] ppid=7252 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/7255/task/7262/stat : 7262 (java) S 7252 7255 6358 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438253144744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7263] ppid=7252 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/7255/task/7263/stat : 7263 (java) S 7252 7255 6358 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438252092200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7264] ppid=7252 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/7255/task/7264/stat : 7264 (java) S 7252 7255 6358 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438251039656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7265] ppid=7252 vsize=9691604 CPUtime=0.08 cores=0,2,4,6
/proc/7255/task/7265/stat : 7265 (java) S 7252 7255 6358 0 -1 4202560 137 0 0 0 6 2 0 0 20 0 20 0 26362104 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140438121524264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7266] ppid=7252 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7266/stat : 7266 (java) S 7252 7255 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 20 0 26362105 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437638576232 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7267] ppid=7252 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7267/stat : 7267 (java) S 7252 7255 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 26362106 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437637522552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7268] ppid=7252 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7268/stat : 7268 (java) S 7252 7255 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 26362106 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437636469896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7269] ppid=7252 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7269/stat : 7269 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26362108 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437635418640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7270] ppid=7252 vsize=9691604 CPUtime=0.45 cores=0,2,4,6
/proc/7255/task/7270/stat : 7270 (java) R 7252 7255 6358 0 -1 4202560 5085 0 0 0 45 0 0 0 20 0 20 0 26362108 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437634366008 140438291721494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7271] ppid=7252 vsize=9691604 CPUtime=0.47 cores=0,2,4,6
/proc/7255/task/7271/stat : 7271 (java) R 7252 7255 6358 0 -1 4202560 7720 0 0 0 45 2 0 0 20 0 20 0 26362108 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437633300832 140438288482048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7272] ppid=7252 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7272/stat : 7272 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26362108 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437632261112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7273] ppid=7252 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7273/stat : 7273 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26362108 9924202496 70485 33554432000 1073741824 1073778376 140736925548624 140437631208776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 9691604

[startup+3.10094 s]
/proc/loadavg: 4.33 4.19 3.71 6/219 7277
/proc/meminfo: memFree=28420432/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9824732 CPUtime=7.17 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 21444 0 1 0 689 28 0 0 20 0 22 0 26362102 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2456183 112718 2285 9 0 2446860 0
[pid=7255/tid=7257] ppid=7252 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/7255/task/7257/stat : 7257 (java) S 7252 7255 6358 0 -1 4202560 2488 0 1 0 121 3 0 0 20 0 22 0 26362103 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438284903288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7258] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7258/stat : 7258 (java) S 7252 7255 6358 0 -1 4202560 152 0 0 0 8 3 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438257354920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7259] ppid=7252 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7255/task/7259/stat : 7259 (java) S 7252 7255 6358 0 -1 4202560 97 0 0 0 4 2 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438256302376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7260] ppid=7252 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7255/task/7260/stat : 7260 (java) S 7252 7255 6358 0 -1 4202560 129 0 0 0 7 3 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438255249832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7261] ppid=7252 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7255/task/7261/stat : 7261 (java) S 7252 7255 6358 0 -1 4202560 120 0 0 0 8 2 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438254197288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7262] ppid=7252 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7255/task/7262/stat : 7262 (java) S 7252 7255 6358 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438253144744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7263] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7263/stat : 7263 (java) S 7252 7255 6358 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438252092200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7264] ppid=7252 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/7255/task/7264/stat : 7264 (java) S 7252 7255 6358 0 -1 4202560 39 0 0 0 4 2 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438251039656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7265] ppid=7252 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7255/task/7265/stat : 7265 (java) S 7252 7255 6358 0 -1 4202560 144 0 0 0 8 2 0 0 20 0 22 0 26362104 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140438121524264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7266] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7266/stat : 7266 (java) S 7252 7255 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26362105 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437638576232 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7267] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7267/stat : 7267 (java) S 7252 7255 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437637522552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7268] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7268/stat : 7268 (java) S 7252 7255 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437636469896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7269] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7269/stat : 7269 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437635418640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7270] ppid=7252 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/7255/task/7270/stat : 7270 (java) S 7252 7255 6358 0 -1 4202560 6259 0 0 0 89 2 0 0 20 0 22 0 26362108 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437634366008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7271] ppid=7252 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/7255/task/7271/stat : 7271 (java) S 7252 7255 6358 0 -1 4202560 10367 0 0 0 95 2 0 0 20 0 22 0 26362108 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437633313464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7272] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7272/stat : 7272 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437632261112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7273] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7273/stat : 7273 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437631208776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7274] ppid=7252 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/7255/task/7274/stat : 7274 (java) R 7252 7255 6358 0 -1 4202560 32 0 0 0 156 0 0 0 20 0 22 0 26362244 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437630152808 140438133294539 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7275] ppid=7252 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/7255/task/7275/stat : 7275 (java) R 7252 7255 6358 0 -1 4202560 67 0 0 0 155 2 0 0 20 0 22 0 26362244 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437629100200 140438133563073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7276] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7276/stat : 7276 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26362254 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437628048424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7277] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7277/stat : 7277 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26362254 10060525568 112718 33554432000 1073741824 1073778376 140736925548624 140437626995880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.33 4.19 3.71 6/219 7277
/proc/meminfo: memFree=28318624/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9824732 CPUtime=13.81 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 21759 0 1 0 1350 31 0 0 20 0 22 0 26362102 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2456183 119340 2290 9 0 2446860 0
[pid=7255/tid=7257] ppid=7252 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/7255/task/7257/stat : 7257 (java) S 7252 7255 6358 0 -1 4202560 2488 0 1 0 121 3 0 0 20 0 22 0 26362103 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438284903288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7258] ppid=7252 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7255/task/7258/stat : 7258 (java) S 7252 7255 6358 0 -1 4202560 154 0 0 0 9 3 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438257354920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7259] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7259/stat : 7259 (java) S 7252 7255 6358 0 -1 4202560 105 0 0 0 5 2 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438256302376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7260] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7260/stat : 7260 (java) S 7252 7255 6358 0 -1 4202560 129 0 0 0 8 3 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438255249832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7261] ppid=7252 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7255/task/7261/stat : 7261 (java) S 7252 7255 6358 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438254197288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7262] ppid=7252 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7255/task/7262/stat : 7262 (java) S 7252 7255 6358 0 -1 4202560 70 0 0 0 7 3 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438253144744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7263] ppid=7252 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7255/task/7263/stat : 7263 (java) S 7252 7255 6358 0 -1 4202560 71 0 0 0 12 3 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438252092200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7264] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7264/stat : 7264 (java) S 7252 7255 6358 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438251039656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7265] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7265/stat : 7265 (java) S 7252 7255 6358 0 -1 4202560 146 0 0 0 8 3 0 0 20 0 22 0 26362104 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140438121524264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7266] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7266/stat : 7266 (java) S 7252 7255 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26362105 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437638576232 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7267] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7267/stat : 7267 (java) S 7252 7255 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437637522552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7268] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7268/stat : 7268 (java) S 7252 7255 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437636469896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7269] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7269/stat : 7269 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437635418640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7270] ppid=7252 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/7255/task/7270/stat : 7270 (java) S 7252 7255 6358 0 -1 4202560 6266 0 0 0 97 2 0 0 20 0 22 0 26362108 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437634366008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7271] ppid=7252 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/7255/task/7271/stat : 7271 (java) S 7252 7255 6358 0 -1 4202560 10575 0 0 0 109 2 0 0 20 0 22 0 26362108 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437633313464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7272] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7272/stat : 7272 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437632261112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7273] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7273/stat : 7273 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 119340 33554432000 1073741824 1073778376 140736925548624 140437631208776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7274] ppid=7252 vsize=9824732 CPUtime=4.67 cores=0,2,4,6

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

[pid=7255/tid=7266] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7266/stat : 7266 (java) S 7252 7255 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26362105 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437638576232 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7267] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7267/stat : 7267 (java) S 7252 7255 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437637522552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7268] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7268/stat : 7268 (java) S 7252 7255 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437636469896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7269] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7269/stat : 7269 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437635418640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7270] ppid=7252 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/7255/task/7270/stat : 7270 (java) S 7252 7255 6358 0 -1 4202560 6266 0 0 0 97 2 0 0 20 0 22 0 26362108 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437634366008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7271] ppid=7252 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/7255/task/7271/stat : 7271 (java) S 7252 7255 6358 0 -1 4202560 10575 0 0 0 110 2 0 0 20 0 22 0 26362108 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437633313464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7272] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7272/stat : 7272 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437632261112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7273] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7273/stat : 7273 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437631208776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7274] ppid=7252 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/7255/task/7274/stat : 7274 (java) R 7252 7255 6358 0 -1 4202560 46 0 0 0 636 0 0 0 20 0 22 0 26362244 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437630150992 140438133524736 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7275] ppid=7252 vsize=9824732 CPUtime=6.41 cores=0,2,4,6
/proc/7255/task/7275/stat : 7275 (java) R 7252 7255 6358 0 -1 4202560 300 0 0 0 638 3 0 0 20 0 22 0 26362244 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437629099336 140438133563722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7276] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7276/stat : 7276 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26362254 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437628048424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7277] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7277/stat : 7277 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26362254 10060525568 153308 33554432000 1073741824 1073778376 140736925548624 140437626995880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 17.22
Current children cumulated vsize (KiB) 9824732

[startup+8.40085 s]
/proc/loadavg: 4.38 4.21 3.72 5/219 7277
/proc/meminfo: memFree=28225752/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9824732 CPUtime=18.03 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 22025 0 1 0 1769 34 0 0 20 0 22 0 26362102 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2456183 165084 2290 9 0 2446860 0
[pid=7255/tid=7257] ppid=7252 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/7255/task/7257/stat : 7257 (java) S 7252 7255 6358 0 -1 4202560 2488 0 1 0 121 3 0 0 20 0 22 0 26362103 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438284903288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7258] ppid=7252 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7255/task/7258/stat : 7258 (java) S 7252 7255 6358 0 -1 4202560 154 0 0 0 9 3 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438257354920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7259] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7259/stat : 7259 (java) S 7252 7255 6358 0 -1 4202560 105 0 0 0 5 2 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438256302376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7260] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7260/stat : 7260 (java) S 7252 7255 6358 0 -1 4202560 129 0 0 0 8 3 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438255249832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7261] ppid=7252 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7255/task/7261/stat : 7261 (java) S 7252 7255 6358 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438254197288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7262] ppid=7252 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7255/task/7262/stat : 7262 (java) S 7252 7255 6358 0 -1 4202560 70 0 0 0 7 3 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438253144744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7263] ppid=7252 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7255/task/7263/stat : 7263 (java) S 7252 7255 6358 0 -1 4202560 71 0 0 0 12 3 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438252092200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7264] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7264/stat : 7264 (java) S 7252 7255 6358 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438251039656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7265] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7265/stat : 7265 (java) S 7252 7255 6358 0 -1 4202560 146 0 0 0 8 3 0 0 20 0 22 0 26362104 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140438121524264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7266] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7266/stat : 7266 (java) S 7252 7255 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26362105 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437638576232 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7267] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7267/stat : 7267 (java) S 7252 7255 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437637522552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7268] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7268/stat : 7268 (java) S 7252 7255 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26362106 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437636469896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7269] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7269/stat : 7269 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437635418640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7270] ppid=7252 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/7255/task/7270/stat : 7270 (java) S 7252 7255 6358 0 -1 4202560 6266 0 0 0 97 2 0 0 20 0 22 0 26362108 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437634366008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7271] ppid=7252 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/7255/task/7271/stat : 7271 (java) S 7252 7255 6358 0 -1 4202560 10575 0 0 0 110 2 0 0 20 0 22 0 26362108 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437633313464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7272] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7272/stat : 7272 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437632261112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7273] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7273/stat : 7273 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26362108 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437631208776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7274] ppid=7252 vsize=9824732 CPUtime=6.76 cores=0,2,4,6
/proc/7255/task/7274/stat : 7274 (java) R 7252 7255 6358 0 -1 4202560 50 0 0 0 676 0 0 0 20 0 22 0 26362244 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437630144160 140438133294539 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7275] ppid=7252 vsize=9824732 CPUtime=6.81 cores=0,2,4,6
/proc/7255/task/7275/stat : 7275 (java) R 7252 7255 6358 0 -1 4202560 319 0 0 0 678 3 0 0 20 0 22 0 26362244 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437629099448 140438133563745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7276] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7276/stat : 7276 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26362254 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437628048424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7277] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7277/stat : 7277 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26362254 10060525568 165084 33554432000 1073741824 1073778376 140736925548624 140437626995880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.03
Current children cumulated vsize (KiB) 9824732

[startup+8.80077 s]
/proc/loadavg: 4.38 4.21 3.72 3/216 7277
/proc/meminfo: memFree=28030828/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9824732 CPUtime=18.15 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 22030 0 1 0 1781 34 0 0 20 0 19 0 26362102 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2456183 167118 2291 9 0 2446860 0
[pid=7255/tid=7257] ppid=7252 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/7255/task/7257/stat : 7257 (java) S 7252 7255 6358 0 -1 4202560 2488 0 1 0 121 3 0 0 20 0 19 0 26362103 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438284903288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7258] ppid=7252 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7255/task/7258/stat : 7258 (java) S 7252 7255 6358 0 -1 4202560 154 0 0 0 9 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438257354920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7259] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7259/stat : 7259 (java) S 7252 7255 6358 0 -1 4202560 105 0 0 0 5 2 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438256302376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7260] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7260/stat : 7260 (java) S 7252 7255 6358 0 -1 4202560 129 0 0 0 8 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438255249832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7261] ppid=7252 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7255/task/7261/stat : 7261 (java) S 7252 7255 6358 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438254197288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7262] ppid=7252 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7255/task/7262/stat : 7262 (java) S 7252 7255 6358 0 -1 4202560 70 0 0 0 7 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438253144744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7263] ppid=7252 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7255/task/7263/stat : 7263 (java) S 7252 7255 6358 0 -1 4202560 71 0 0 0 12 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438252092200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7264] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7264/stat : 7264 (java) S 7252 7255 6358 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438251039656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7265] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7265/stat : 7265 (java) S 7252 7255 6358 0 -1 4202560 146 0 0 0 8 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438121524264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7266] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7266/stat : 7266 (java) S 7252 7255 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 26362105 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437638576232 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7267] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7267/stat : 7267 (java) S 7252 7255 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26362106 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437637522552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7268] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7268/stat : 7268 (java) S 7252 7255 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26362106 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437636469896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7269] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7269/stat : 7269 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437635418640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7270] ppid=7252 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/7255/task/7270/stat : 7270 (java) S 7252 7255 6358 0 -1 4202560 6266 0 0 0 97 2 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437634366008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7271] ppid=7252 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/7255/task/7271/stat : 7271 (java) S 7252 7255 6358 0 -1 4202560 10575 0 0 0 110 2 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437633313464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7272] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7272/stat : 7272 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437632261112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7273] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7273/stat : 7273 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437631208776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7277] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7277/stat : 7277 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26362254 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437626995880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.15
Current children cumulated vsize (KiB) 9824732

[startup+8.90778 s]
/proc/loadavg: 4.38 4.21 3.72 3/216 7277
/proc/meminfo: memFree=28030828/32872528 swapFree=681964/737152
[pid=7255] ppid=7252 vsize=9824732 CPUtime=18.15 cores=0,2,4,6
/proc/7255/stat : 7255 (java) S 7252 7255 6358 0 -1 4202496 22030 0 1 0 1781 34 0 0 20 0 19 0 26362102 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140736925539760 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7255/statm: 2456183 167118 2291 9 0 2446860 0
[pid=7255/tid=7257] ppid=7252 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/7255/task/7257/stat : 7257 (java) S 7252 7255 6358 0 -1 4202560 2488 0 1 0 121 3 0 0 20 0 19 0 26362103 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438284903288 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7258] ppid=7252 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/7255/task/7258/stat : 7258 (java) S 7252 7255 6358 0 -1 4202560 154 0 0 0 9 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438257354920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7259] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7259/stat : 7259 (java) S 7252 7255 6358 0 -1 4202560 105 0 0 0 5 2 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438256302376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7260] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7260/stat : 7260 (java) S 7252 7255 6358 0 -1 4202560 129 0 0 0 8 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438255249832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7261] ppid=7252 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7255/task/7261/stat : 7261 (java) S 7252 7255 6358 0 -1 4202560 147 0 0 0 11 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438254197288 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7262] ppid=7252 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/7255/task/7262/stat : 7262 (java) S 7252 7255 6358 0 -1 4202560 70 0 0 0 7 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438253144744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7255/tid=7263] ppid=7252 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/7255/task/7263/stat : 7263 (java) S 7252 7255 6358 0 -1 4202560 71 0 0 0 12 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438252092200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7255/tid=7264] ppid=7252 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/7255/task/7264/stat : 7264 (java) S 7252 7255 6358 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438251039656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7265] ppid=7252 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/7255/task/7265/stat : 7265 (java) S 7252 7255 6358 0 -1 4202560 146 0 0 0 8 3 0 0 20 0 19 0 26362104 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140438121524264 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7266] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7266/stat : 7266 (java) S 7252 7255 6358 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 26362105 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437638576232 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7267] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7267/stat : 7267 (java) S 7252 7255 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26362106 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437637522552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7268] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7268/stat : 7268 (java) S 7252 7255 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26362106 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437636469896 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7269] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7269/stat : 7269 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437635418640 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7270] ppid=7252 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/7255/task/7270/stat : 7270 (java) S 7252 7255 6358 0 -1 4202560 6266 0 0 0 97 2 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437634366008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7271] ppid=7252 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/7255/task/7271/stat : 7271 (java) S 7252 7255 6358 0 -1 4202560 10575 0 0 0 110 2 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437633313464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7272] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7272/stat : 7272 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437632261112 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7255/tid=7273] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7273/stat : 7273 (java) S 7252 7255 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26362108 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437631208776 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7255/tid=7277] ppid=7252 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7255/task/7277/stat : 7277 (java) S 7252 7255 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26362254 10060525568 167118 33554432000 1073741824 1073778376 140736925548624 140437626995880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.15
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 8.93163
CPU time (s): 18.2082
CPU user time (s): 17.7413
CPU system time (s): 0.466929
CPU usage (%): 203.862
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.7413
system time used= 0.466929
maximum resident set size= 672584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22042
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= 740
involuntary context switches= 417

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047992 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 11:45:29
IDJOB=4103542
IDBENCH=2390
IDSOLVER=2543
FILE ID=node112/4103542-1466243129
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-pilot.we.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103542-1466243129/watcher-4103542-1466243129 -o /tmp/evaluation-result-4103542-1466243129/solver-4103542-1466243129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103542-1466243129.opb

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

MD5SUM BENCH= 78c28cbc46584ca3f2053cae625d9faa
RANDOM SEED=239770691

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28835164 kB
Buffers:           30580 kB
Cached:           116984 kB
SwapCached:         2048 kB
Active:          2495412 kB
Inactive:          64432 kB
Active(anon):    2412460 kB
Inactive(anon):     2160 kB
Active(file):      82952 kB
Inactive(file):    62272 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096724 kB
Dirty:              5132 kB
Writeback:             8 kB
AnonPages:       3152700 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             600944 kB
SReclaimable:      44552 kB
SUnreclaim:       556392 kB
KernelStack:        1616 kB
PageTables:        10184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3872548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2375680 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= 71684 MiB
End job on node112 at 2016-06-18 11:45:38