Trace number 4081086

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 PB16OPT30 1723.22 860.112

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark7.58285
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081086-1465220424.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.18	c ... done. Wall clock time 0.061s.
0.10/0.18	c declared #vars     45
0.10/0.18	c #constraints  331
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.18	c 331 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.10/0.18	c 331 constraints processed.
0.10/0.18	c objective function length is 45 literals
0.10/0.18	c And the winner is solver0
0.21/0.68	c SATISFIABLE
0.21/0.68	c OPTIMIZING...
0.21/0.68	c Got one! Elapsed wall clock time (in seconds):0.566
0.21/0.68	o 33
0.21/0.69	c And the winner is solver0
0.22/1.18	c Got one! Elapsed wall clock time (in seconds):1.067
0.22/1.18	o 32
0.27/1.22	c And the winner is solver0
0.49/1.68	c Got one! Elapsed wall clock time (in seconds):1.568
0.49/1.68	o 31
0.92/1.80	c And the winner is solver1
1.05/2.18	c Got one! Elapsed wall clock time (in seconds):2.069
1.05/2.18	o 30
1.86/2.45	c cleaning 2608 clauses out of 5215 with flag 6807/5215
3.06/2.73	c cleaning 4304 clauses out of 8607 with flag 20536/11215
3.98/3.10	c cleaning 5652 clauses out of 11305 with flag 36855/18217
4.84/3.53	c cleaning 6826 clauses out of 13651 with flag 53930/26215
5.88/4.07	c cleaning 7911 clauses out of 15826 with flag 73032/35216
7.30/4.75	c cleaning 8951 clauses out of 17914 with flag 94507/45215
8.92/5.55	c cleaning 9982 clauses out of 19964 with flag 117882/56216
10.94/6.53	c cleaning 10989 clauses out of 21982 with flag 143634/68216
13.15/7.68	c cleaning 11996 clauses out of 23992 with flag 171457/81215
16.78/9.42	c cleaning 12998 clauses out of 25997 with flag 202666/95216
21.80/11.89	c cleaning 13996 clauses out of 27998 with flag 240126/110215
27.21/14.57	c cleaning 15000 clauses out of 30002 with flag 279368/126215
30.03/15.90	c cleaning 0 clauses out of 5146 with flag 0/5146
33.35/17.47	c cleaning 16000 clauses out of 32004 with flag 319225/143217
40.32/20.84	c cleaning 16995 clauses out of 34003 with flag 362078/161216
46.52/23.92	c cleaning 18004 clauses out of 36008 with flag 405734/180216
55.18/28.26	c cleaning 19002 clauses out of 38003 with flag 450788/200215
65.99/33.65	c cleaning 19999 clauses out of 40002 with flag 501824/221216
76.61/38.94	c cleaning 21001 clauses out of 42002 with flag 552739/243215
89.02/45.16	c cleaning 21996 clauses out of 44001 with flag 607040/266215
101.64/51.46	c cleaning 22999 clauses out of 46005 with flag 663527/290215
116.28/58.73	c cleaning 23998 clauses out of 48007 with flag 724339/315216
129.51/65.39	c cleaning 25004 clauses out of 50008 with flag 785679/341215
146.57/73.81	c cleaning 25996 clauses out of 52005 with flag 849247/368216
169.26/85.18	c cleaning 27000 clauses out of 54008 with flag 914340/396215
178.32/89.67	c cleaning 0 clauses out of 11146 with flag 0/11146
194.63/97.77	c cleaning 27998 clauses out of 56008 with flag 985138/425215
220.18/110.44	c cleaning 29002 clauses out of 58010 with flag 1055962/455215
256.61/128.54	c cleaning 30002 clauses out of 60008 with flag 1135816/486215
287.40/143.88	c cleaning 31002 clauses out of 62007 with flag 1222126/518216
321.41/160.74	c cleaning 32000 clauses out of 64004 with flag 1304336/551215
354.50/177.23	c cleaning 33001 clauses out of 66004 with flag 1390014/585215
393.89/196.90	c cleaning 34003 clauses out of 68006 with flag 1483470/620218
428.84/214.21	c cleaning 35001 clauses out of 70001 with flag 1579010/656216
459.19/229.34	c cleaning 36000 clauses out of 71999 with flag 1675340/693215
484.92/242.11	c cleaning 36992 clauses out of 73999 with flag 1764540/731215
520.47/259.86	c cleaning 37995 clauses out of 76007 with flag 1853326/770215
558.86/278.99	c cleaning 0 clauses out of 18146 with flag 0/18146
567.10/283.07	c cleaning 39005 clauses out of 78013 with flag 1950719/810216
616.55/307.62	c cleaning 39997 clauses out of 80007 with flag 2054435/851215
679.69/339.02	c cleaning 41000 clauses out of 82010 with flag 2156554/893215
742.33/370.16	c cleaning 42003 clauses out of 84011 with flag 2264680/936216
815.55/406.54	c cleaning 43004 clauses out of 86007 with flag 2388887/980215
883.17/440.16	c cleaning 43998 clauses out of 88003 with flag 2501760/1025215
963.62/480.19	c cleaning 45002 clauses out of 90007 with flag 2630416/1071217
1042.33/519.27	c cleaning 46000 clauses out of 92003 with flag 2757129/1118215
1110.33/553.01	c cleaning 46997 clauses out of 94003 with flag 2881386/1166215
1169.34/582.34	c cleaning 47995 clauses out of 96006 with flag 2997951/1215215
1216.72/605.93	c cleaning 0 clauses out of 26146 with flag 0/26146
1228.20/611.62	c cleaning 49004 clauses out of 98012 with flag 3116824/1265216
1291.46/643.00	c cleaning 49999 clauses out of 100007 with flag 3241071/1316216
1348.99/671.66	c cleaning 50998 clauses out of 102008 with flag 3360747/1368216
1398.97/696.48	c cleaning 52003 clauses out of 104009 with flag 3486099/1421215
1447.51/720.59	c cleaning 53004 clauses out of 106007 with flag 3612092/1475216
1498.82/746.04	c cleaning 54001 clauses out of 108002 with flag 3731234/1530215
1553.40/773.11	c cleaning 54997 clauses out of 110002 with flag 3849969/1586216
1630.35/811.38	c cleaning 56002 clauses out of 112004 with flag 3987396/1643215
1703.00/847.42	c cleaning 57001 clauses out of 114002 with flag 4122149/1701216
1717.73/854.74	c And the winner is solver0
1722.81/860.09	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1722.81/860.09	c starts		: 1736
1722.81/860.09	c conflicts		: 1720056
1722.81/860.09	c decisions		: 1805012
1722.81/860.09	c propagations		: 8372717
1723.22/860.10	c inspects		: 10921104916
1723.22/860.10	c shortcuts		: 0
1723.22/860.10	c learnt literals	: 17
1723.22/860.10	c learnt binary clauses	: 107
1723.22/860.10	c learnt ternary clauses	: 474
1723.22/860.10	c learnt constraints	: 1720038
1723.22/860.10	c ignored constraints	: 0
1723.22/860.10	c root simplifications	: 0
1723.22/860.10	c removed literals (reason simplification)	: 16601990
1723.22/860.10	c reason swapping (by a shorter reason)	: 0
1723.22/860.10	c Calls to reduceDB	: 54
1723.22/860.10	c Number of update (reduction) of LBD	: 86553
1723.22/860.10	c Imported unit clauses	: 0
1723.22/860.10	c number of reductions to clauses (during analyze)	: 0
1723.22/860.10	c number of learned constraints concerned by reduction	: 0
1723.22/860.10	c number of learning phase by resolution	: 0
1723.22/860.10	c number of learning phase by cutting planes	: 0
1723.22/860.10	c speed (assignments/second)	: 9759.503394319177
1723.22/860.10	c non guided choices	0
1723.22/860.10	c learnt constraints type 
1723.22/860.10	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1723.22/860.10	c starts		: 59
1723.22/860.10	c conflicts		: 31039
1723.22/860.10	c decisions		: 32308
1723.22/860.10	c propagations		: 194627
1723.22/860.10	c inspects		: 1329171167
1723.22/860.10	c shortcuts		: 0
1723.22/860.10	c learnt literals	: 0
1723.22/860.10	c learnt binary clauses	: 0
1723.22/860.10	c learnt ternary clauses	: 0
1723.22/860.10	c learnt constraints	: 31038
1723.22/860.10	c ignored constraints	: 0
1723.22/860.10	c root simplifications	: 0
1723.22/860.10	c removed literals (reason simplification)	: 0
1723.22/860.10	c reason swapping (by a shorter reason)	: 0
1723.22/860.10	c Calls to reduceDB	: 4
1723.22/860.10	c Number of update (reduction) of LBD	: 0
1723.22/860.10	c Imported unit clauses	: 0
1723.22/860.10	c number of reductions to clauses (during analyze)	: 0
1723.22/860.10	c number of learned constraints concerned by reduction	: 0
1723.22/860.10	c number of learning phase by resolution	: 0
1723.22/860.10	c number of learning phase by cutting planes	: 0
1723.22/860.10	c speed (assignments/second)	: 226.73097197709706
1723.22/860.10	c non guided choices	0
1723.22/860.10	c learnt constraints type 
1723.22/860.10	s OPTIMUM FOUND
1723.22/860.10	c Found 4 solution(s)
1723.22/860.10	v x1 x2 x3 -x4 x5 x6 x7 -x8 -x9 x10 x11 x12 x13 x14 x15 x16 -x17 x18 -x19 x20 x21 x22 x23 -x24 -x25 -x26 x27 x28 -x29 x30 x31 x32 -x33 x34 -x35 -x36 -x37 x38 x39 x40 x41 x42 -x43 x44 -x45 
1723.22/860.10	c objective function=30
1723.22/860.10	c Total wall clock time (in seconds): 859.975

Verifier Data

OK	30

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

pid=28595
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.08 4.07 4.06 4/198 28598
/proc/meminfo: memFree=28029092/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/28598/stat : 28598 (java) R 28595 28598 25451 0 -1 4202496 1082 0 0 0 0 0 0 0 20 0 1 0 103974219 23793664 733 33554432000 1073741824 1073778376 140735694422240 140735694411304 139913518258930 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 5809 740 547 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 4.08 4.07 4.06 4/198 28598
/proc/meminfo: memFree=28029092/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 4383 0 1 0 9 1 0 0 20 0 18 0 103974219 9787879424 6021 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2389619 6021 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 4.08 4.07 4.06 4/198 28598
/proc/meminfo: memFree=28029092/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 4773 0 1 0 20 1 0 0 20 0 19 0 103974219 10060525568 7869 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 7869 2207 9 0 2446860 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.300278 s]
/proc/loadavg: 4.08 4.07 4.06 4/198 28598
/proc/meminfo: memFree=28029092/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 4773 0 1 0 20 1 0 0 20 0 19 0 103974219 10060525568 7869 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 7869 2207 9 0 2446860 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9824732

[startup+0.700323 s]
/proc/loadavg: 4.08 4.07 4.06 4/198 28598
/proc/meminfo: memFree=28029092/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 4798 0 1 0 21 1 0 0 20 0 19 0 103974219 10060525568 8902 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 8902 2207 9 0 2446860 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 3.91 4.04 4.05 3/217 28623
/proc/meminfo: memFree=28001836/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 7823 0 1 0 45 4 0 0 20 0 19 0 103974219 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 11249 2242 9 0 2446860 0
[pid=28598/tid=28600] ppid=28595 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/28598/task/28600/stat : 28600 (java) S 28595 28598 25451 0 -1 4202560 2410 0 1 0 14 2 0 0 20 0 19 0 103974220 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913510294392 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28601] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28601/stat : 28601 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913471785256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28602] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28602/stat : 28602 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913470732456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28603] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28603/stat : 28603 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913469680168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28604] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28604/stat : 28604 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913468627368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28605] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28605/stat : 28605 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913467575080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28606] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28606/stat : 28606 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913466522280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28607] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28607/stat : 28607 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913465469992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28608] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28608/stat : 28608 (java) S 28595 28598 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103974221 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913464417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28609] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28609/stat : 28609 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913333799144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28610] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28610/stat : 28610 (java) S 28595 28598 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913332745208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28611] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28611/stat : 28611 (java) S 28595 28598 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913331692808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28612] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28612/stat : 28612 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974224 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913330641296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28613] ppid=28595 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/28598/task/28613/stat : 28613 (java) S 28595 28598 25451 0 -1 4202560 2298 0 0 0 12 0 0 0 20 0 19 0 103974224 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913329588920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28614] ppid=28595 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/28598/task/28614/stat : 28614 (java) S 28595 28598 25451 0 -1 4202560 1766 0 0 0 9 0 0 0 20 0 19 0 103974225 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913328536120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28615] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28615/stat : 28615 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974225 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913327484024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28616] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28616/stat : 28616 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974225 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139913326431432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28620] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28620/stat : 28620 (java) S 28595 28598 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103974238 10060525568 11249 33554432000 1073741824 1073778376 140735694422240 139912314598440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.91 4.04 4.05 6/220 28632
/proc/meminfo: memFree=27972952/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 26042 0 1 0 386 12 0 0 20 0 22 0 103974219 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 48122 2278 9 0 2446860 0
[pid=28598/tid=28600] ppid=28595 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/28598/task/28600/stat : 28600 (java) S 28595 28598 25451 0 -1 4202560 2411 0 1 0 15 2 0 0 20 0 22 0 103974220 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913510294392 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28601] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28601/stat : 28601 (java) S 28595 28598 25451 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913471785256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28602] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28602/stat : 28602 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913470732456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28603] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28603/stat : 28603 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913469680168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28604] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28604/stat : 28604 (java) S 28595 28598 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913468627368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28605] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28605/stat : 28605 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913467575080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28606] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28606/stat : 28606 (java) S 28595 28598 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913466522280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28607] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28607/stat : 28607 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913465469992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28608] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28608/stat : 28608 (java) S 28595 28598 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913464417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28609] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28609/stat : 28609 (java) S 28595 28598 25451 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 103974222 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913333799144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28610] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28610/stat : 28610 (java) S 28595 28598 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103974222 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913332745208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28611] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28611/stat : 28611 (java) S 28595 28598 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103974222 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913331692808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28612] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28612/stat : 28612 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974224 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913330641296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28613] ppid=28595 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/28598/task/28613/stat : 28613 (java) S 28595 28598 25451 0 -1 4202560 8254 0 0 0 75 1 0 0 20 0 22 0 103974224 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913329588920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28614] ppid=28595 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/28598/task/28614/stat : 28614 (java) R 28595 28598 25451 0 -1 4202560 13848 0 0 0 85 3 0 0 20 0 22 0 103974225 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913328523528 139913513196684 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28615] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28615/stat : 28615 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974225 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913327484024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28616] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28616/stat : 28616 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974225 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139913326431432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28629] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28629/stat : 28629 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103974388 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139912317756840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28630] ppid=28595 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/28598/task/28630/stat : 28630 (java) R 28595 28598 25451 0 -1 4202560 6 0 0 0 87 0 0 0 20 0 22 0 103974438 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139912316701568 211462175800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28631] ppid=28595 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/28598/task/28631/stat : 28631 (java) R 28595 28598 25451 0 -1 4202560 59 0 0 0 86 2 0 0 20 0 22 0 103974438 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139912315651032 139913341674436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28632] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28632/stat : 28632 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103974438 10060525568 48122 33554432000 1073741824 1073778376 140735694422240 139912314598952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.91 4.04 4.05 6/220 28632
/proc/meminfo: memFree=27453812/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=10.54 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 27368 0 1 0 1032 22 0 0 20 0 22 0 103974219 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 147689 2279 9 0 2446860 0
[pid=28598/tid=28600] ppid=28595 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/28598/task/28600/stat : 28600 (java) S 28595 28598 25451 0 -1 4202560 2411 0 1 0 15 2 0 0 20 0 22 0 103974220 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913510294392 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28601] ppid=28595 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28598/task/28601/stat : 28601 (java) S 28595 28598 25451 0 -1 4202560 157 0 0 0 1 0 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913471785256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28602] ppid=28595 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28598/task/28602/stat : 28602 (java) S 28595 28598 25451 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913470732456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28603] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28603/stat : 28603 (java) S 28595 28598 25451 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913469680168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28604] ppid=28595 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28598/task/28604/stat : 28604 (java) S 28595 28598 25451 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913468627368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28605] ppid=28595 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28598/task/28605/stat : 28605 (java) S 28595 28598 25451 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913467575080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28606] ppid=28595 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28598/task/28606/stat : 28606 (java) S 28595 28598 25451 0 -1 4202560 197 0 0 0 2 0 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913466522280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28607] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28607/stat : 28607 (java) S 28595 28598 25451 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913465469992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28608] ppid=28595 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28598/task/28608/stat : 28608 (java) S 28595 28598 25451 0 -1 4202560 151 0 0 0 1 1 0 0 20 0 22 0 103974221 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913464417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28609] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28609/stat : 28609 (java) S 28595 28598 25451 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 103974222 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913333799144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28610] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28610/stat : 28610 (java) S 28595 28598 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103974222 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913332745208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28611] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28611/stat : 28611 (java) S 28595 28598 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103974222 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913331692808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28612] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28612/stat : 28612 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974224 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913330641296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28613] ppid=28595 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/28598/task/28613/stat : 28613 (java) S 28595 28598 25451 0 -1 4202560 8254 0 0 0 76 1 0 0 20 0 22 0 103974224 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913329588920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28614] ppid=28595 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/28598/task/28614/stat : 28614 (java) S 28595 28598 25451 0 -1 4202560 14047 0 0 0 94 3 0 0 20 0 22 0 103974225 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913328536120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28615] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28615/stat : 28615 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103974225 10060525568 147689 33554432000 1073741824 1073778376 140735694422240 139913327484024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28616] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=28598/tid=28613] ppid=28595 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/28598/task/28613/stat : 28613 (java) S 28595 28598 25451 0 -1 4202560 8267 0 0 0 93 2 0 0 20 0 19 0 103974224 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913329588920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28614] ppid=28595 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/28598/task/28614/stat : 28614 (java) S 28595 28598 25451 0 -1 4202560 17517 0 0 0 169 3 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913328536120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28615] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28615/stat : 28615 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913327484024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28616] ppid=28595 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/28598/task/28616/stat : 28616 (java) S 28595 28598 25451 0 -1 4202560 48 0 0 0 13 18 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913326431432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28632] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28632/stat : 28632 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103974438 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139912314598952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1716.7
Current children cumulated vsize (KiB) 9824732

[startup+859.208 s]
/proc/loadavg: 4.15 4.19 4.12 4/216 28747
/proc/meminfo: memFree=25611272/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=1718.31 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 36316 0 1 0 171661 170 0 0 20 0 19 0 103974219 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 508800 2281 9 0 2446860 0
[pid=28598/tid=28600] ppid=28595 vsize=9824732 CPUtime=4.46 cores=0,2,4,6
/proc/28598/task/28600/stat : 28600 (java) R 28595 28598 25451 0 -1 4202560 2415 0 1 0 442 4 0 0 20 0 19 0 103974220 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913510292016 139913341441986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28601] ppid=28595 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/28598/task/28601/stat : 28601 (java) S 28595 28598 25451 0 -1 4202560 544 0 0 0 305 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913471785256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28602] ppid=28595 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/28598/task/28602/stat : 28602 (java) S 28595 28598 25451 0 -1 4202560 388 0 0 0 305 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913470732456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28603] ppid=28595 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/28598/task/28603/stat : 28603 (java) S 28595 28598 25451 0 -1 4202560 380 0 0 0 304 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913469680168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28604] ppid=28595 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/28598/task/28604/stat : 28604 (java) S 28595 28598 25451 0 -1 4202560 404 0 0 0 318 6 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913468627368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28605] ppid=28595 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/28598/task/28605/stat : 28605 (java) S 28595 28598 25451 0 -1 4202560 391 0 0 0 288 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913467575080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28606] ppid=28595 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/28598/task/28606/stat : 28606 (java) S 28595 28598 25451 0 -1 4202560 566 0 0 0 306 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913466522280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28607] ppid=28595 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/28598/task/28607/stat : 28607 (java) S 28595 28598 25451 0 -1 4202560 391 0 0 0 311 7 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913465469992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28608] ppid=28595 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/28598/task/28608/stat : 28608 (java) S 28595 28598 25451 0 -1 4202560 544 0 0 0 306 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913464417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28609] ppid=28595 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/28598/task/28609/stat : 28609 (java) S 28595 28598 25451 0 -1 4202560 1263 0 0 0 10 29 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913333799144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28610] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28610/stat : 28610 (java) S 28595 28598 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913332745208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28611] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28611/stat : 28611 (java) S 28595 28598 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913331692808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28612] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28612/stat : 28612 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974224 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913330641296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28613] ppid=28595 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/28598/task/28613/stat : 28613 (java) S 28595 28598 25451 0 -1 4202560 8267 0 0 0 93 2 0 0 20 0 19 0 103974224 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913329588920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28614] ppid=28595 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/28598/task/28614/stat : 28614 (java) S 28595 28598 25451 0 -1 4202560 17517 0 0 0 169 3 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913328536120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28615] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28615/stat : 28615 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913327484024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28616] ppid=28595 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/28598/task/28616/stat : 28616 (java) S 28595 28598 25451 0 -1 4202560 48 0 0 0 13 18 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913326431432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28632] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28632/stat : 28632 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103974438 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139912314598952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1718.31
Current children cumulated vsize (KiB) 9824732

[startup+859.601 s]
/proc/loadavg: 4.15 4.19 4.12 4/216 28747
/proc/meminfo: memFree=25611272/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=1718.7 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 36317 0 1 0 171700 170 0 0 20 0 19 0 103974219 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 508800 2281 9 0 2446860 0
[pid=28598/tid=28600] ppid=28595 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/28598/task/28600/stat : 28600 (java) R 28595 28598 25451 0 -1 4202560 2416 0 1 0 481 4 0 0 20 0 19 0 103974220 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913510292016 139913342278741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28601] ppid=28595 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/28598/task/28601/stat : 28601 (java) S 28595 28598 25451 0 -1 4202560 544 0 0 0 305 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913471785256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28602] ppid=28595 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/28598/task/28602/stat : 28602 (java) S 28595 28598 25451 0 -1 4202560 388 0 0 0 305 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913470732456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28603] ppid=28595 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/28598/task/28603/stat : 28603 (java) S 28595 28598 25451 0 -1 4202560 380 0 0 0 304 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913469680168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28604] ppid=28595 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/28598/task/28604/stat : 28604 (java) S 28595 28598 25451 0 -1 4202560 404 0 0 0 318 6 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913468627368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28605] ppid=28595 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/28598/task/28605/stat : 28605 (java) S 28595 28598 25451 0 -1 4202560 391 0 0 0 288 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913467575080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28606] ppid=28595 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/28598/task/28606/stat : 28606 (java) S 28595 28598 25451 0 -1 4202560 566 0 0 0 306 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913466522280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28607] ppid=28595 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/28598/task/28607/stat : 28607 (java) S 28595 28598 25451 0 -1 4202560 391 0 0 0 311 7 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913465469992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28608] ppid=28595 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/28598/task/28608/stat : 28608 (java) S 28595 28598 25451 0 -1 4202560 544 0 0 0 306 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913464417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28609] ppid=28595 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/28598/task/28609/stat : 28609 (java) S 28595 28598 25451 0 -1 4202560 1263 0 0 0 10 29 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913333799144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28610] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28610/stat : 28610 (java) S 28595 28598 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913332745208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28611] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28611/stat : 28611 (java) S 28595 28598 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913331692808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28612] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28612/stat : 28612 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974224 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913330641296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28613] ppid=28595 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/28598/task/28613/stat : 28613 (java) S 28595 28598 25451 0 -1 4202560 8267 0 0 0 93 2 0 0 20 0 19 0 103974224 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913329588920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28614] ppid=28595 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/28598/task/28614/stat : 28614 (java) S 28595 28598 25451 0 -1 4202560 17517 0 0 0 169 3 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913328536120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28615] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28615/stat : 28615 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913327484024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28616] ppid=28595 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/28598/task/28616/stat : 28616 (java) S 28595 28598 25451 0 -1 4202560 48 0 0 0 13 18 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913326431432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28632] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28632/stat : 28632 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103974438 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139912314598952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1718.7
Current children cumulated vsize (KiB) 9824732

[startup+860.001 s]
/proc/loadavg: 4.15 4.19 4.12 4/216 28747
/proc/meminfo: memFree=25611272/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=9824732 CPUtime=1719.1 cores=0,2,4,6
/proc/28598/stat : 28598 (java) S 28595 28598 25451 0 -1 4202496 36317 0 1 0 171740 170 0 0 20 0 19 0 103974219 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 140735694413376 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 2456183 508800 2281 9 0 2446860 0
[pid=28598/tid=28600] ppid=28595 vsize=9824732 CPUtime=5.25 cores=0,2,4,6
/proc/28598/task/28600/stat : 28600 (java) R 28595 28598 25451 0 -1 4202560 2416 0 1 0 521 4 0 0 20 0 19 0 103974220 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913510292016 139913341441968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28601] ppid=28595 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/28598/task/28601/stat : 28601 (java) S 28595 28598 25451 0 -1 4202560 544 0 0 0 305 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913471785256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28602] ppid=28595 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/28598/task/28602/stat : 28602 (java) S 28595 28598 25451 0 -1 4202560 388 0 0 0 305 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913470732456 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28603] ppid=28595 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/28598/task/28603/stat : 28603 (java) S 28595 28598 25451 0 -1 4202560 380 0 0 0 304 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913469680168 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28604] ppid=28595 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/28598/task/28604/stat : 28604 (java) S 28595 28598 25451 0 -1 4202560 404 0 0 0 318 6 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913468627368 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28605] ppid=28595 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/28598/task/28605/stat : 28605 (java) S 28595 28598 25451 0 -1 4202560 391 0 0 0 288 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913467575080 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28606] ppid=28595 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/28598/task/28606/stat : 28606 (java) S 28595 28598 25451 0 -1 4202560 566 0 0 0 306 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913466522280 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28598/tid=28607] ppid=28595 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/28598/task/28607/stat : 28607 (java) S 28595 28598 25451 0 -1 4202560 391 0 0 0 311 7 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913465469992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28608] ppid=28595 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/28598/task/28608/stat : 28608 (java) S 28595 28598 25451 0 -1 4202560 544 0 0 0 306 8 0 0 20 0 19 0 103974221 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913464417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28598/tid=28609] ppid=28595 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/28598/task/28609/stat : 28609 (java) S 28595 28598 25451 0 -1 4202560 1263 0 0 0 10 29 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913333799144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28610] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28610/stat : 28610 (java) S 28595 28598 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913332745208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28611] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28611/stat : 28611 (java) S 28595 28598 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103974222 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913331692808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28612] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28612/stat : 28612 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974224 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913330641296 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28613] ppid=28595 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/28598/task/28613/stat : 28613 (java) S 28595 28598 25451 0 -1 4202560 8267 0 0 0 93 2 0 0 20 0 19 0 103974224 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913329588920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28614] ppid=28595 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/28598/task/28614/stat : 28614 (java) S 28595 28598 25451 0 -1 4202560 17517 0 0 0 169 3 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913328536120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28615] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28615/stat : 28615 (java) S 28595 28598 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913327484024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28598/tid=28616] ppid=28595 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/28598/task/28616/stat : 28616 (java) S 28595 28598 25451 0 -1 4202560 48 0 0 0 13 18 0 0 20 0 19 0 103974225 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139913326431432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28598/tid=28632] ppid=28595 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28632/stat : 28632 (java) S 28595 28598 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103974438 10060525568 508800 33554432000 1073741824 1073778376 140735694422240 139912314598952 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1719.1
Current children cumulated vsize (KiB) 9824732

[startup+860.101 s]
/proc/loadavg: 4.15 4.19 4.12 4/216 28747
/proc/meminfo: memFree=25611272/32872528 swapFree=11252/530428
[pid=28598] ppid=28595 vsize=0 CPUtime=1719.51 cores=0,2,4,6
/proc/28598/stat : 28598 (java) Z 28595 28598 25451 0 -1 4203532 36328 0 1 0 171763 188 0 0 20 0 2 0 103974219 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28598/statm: 0 0 0 0 0 0 0
[pid=28598/tid=28612] ppid=28595 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/28598/task/28612/stat : 28612 (java) R 28595 28598 25451 0 -1 4203588 8 0 0 0 0 0 0 0 20 0 2 0 103974224 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1719.51
Current children cumulated vsize (KiB) 0

Child status: 30

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

Real time (s): 860.112
CPU time (s): 1723.22
CPU user time (s): 1721.6
CPU system time (s): 1.61971
CPU usage (%): 200.349
Max. virtual memory (cumulated for all children) (KiB): 9824956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1717.63
system time used= 1.87971
maximum resident set size= 2035256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36328
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34684
involuntary context switches= 52005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8981 second user time and 7.8918 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 15:40:25
IDJOB=4081086
IDBENCH=1865
IDSOLVER=2543
FILE ID=node141/4081086-1465220424
RUNJOBID= node141-1465216745-25467
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-stein45.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081086-1465220424/watcher-4081086-1465220424 -o /tmp/evaluation-result-4081086-1465220424/solver-4081086-1465220424 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081086-1465220424.opb

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=2130618599

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.876
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.56
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.876
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.876
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.876
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:        28029892 kB
Buffers:            7144 kB
Cached:            44804 kB
SwapCached:         1788 kB
Active:          3550308 kB
Inactive:          32384 kB
Active(anon):    3530956 kB
Inactive(anon):     2404 kB
Active(file):      19352 kB
Inactive(file):    29980 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098100 kB
Dirty:              1000 kB
Writeback:             0 kB
AnonPages:       4103724 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             566872 kB
SReclaimable:       9844 kB
SUnreclaim:       557028 kB
KernelStack:        1792 kB
PageTables:        12064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4437168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4009984 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= 71748 MiB
End job on node141 at 2016-06-06 15:54:45