Trace number 4117622

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 Resolution PB16OPT72 628.85 627.625

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_005.opb.metafix.opb
MD5SUM9f6859719394f7dd10ad7e8a825ec7ba
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark504.612
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
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 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117622-1467214499.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.14	c ... done. Wall clock time 0.038s.
0.11/0.14	c declared #vars     144
0.11/0.14	c #constraints  140
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
0.11/0.14	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
0.11/0.14	c org.sat4j.specs.Constr$1 => 6
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 109
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
0.11/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.14	c 140 constraints processed.
0.11/0.14	c objective function length is 144 literals
0.11/0.18	c SATISFIABLE
0.11/0.18	c OPTIMIZING...
0.11/0.18	c Got one! Elapsed wall clock time (in seconds):0.08
0.11/0.18	o 72
0.76/0.54	c cleaning 2557 clauses out of 5117 with flag 19488/5117
1.44/0.91	c cleaning 4275 clauses out of 8558 with flag 45584/11115
1.84/1.34	c cleaning 5637 clauses out of 11284 with flag 72473/18116
2.45/1.91	c cleaning 6819 clauses out of 13645 with flag 104196/26114
3.06/2.60	c cleaning 7910 clauses out of 15826 with flag 143752/35114
3.98/3.48	c cleaning 8956 clauses out of 17916 with flag 188477/45114
5.08/4.51	c cleaning 9974 clauses out of 19960 with flag 240168/56114
6.27/5.71	c cleaning 10987 clauses out of 21986 with flag 300117/68114
7.57/7.06	c cleaning 11999 clauses out of 24002 with flag 363752/81117
9.28/8.74	c cleaning 12998 clauses out of 26001 with flag 450551/95115
11.08/10.58	c cleaning 13994 clauses out of 28002 with flag 539358/110114
13.18/12.66	c cleaning 14996 clauses out of 30008 with flag 635699/126114
15.47/14.95	c cleaning 15997 clauses out of 32013 with flag 736085/143115
18.07/17.52	c cleaning 16998 clauses out of 34016 with flag 844224/161115
20.87/20.39	c cleaning 18001 clauses out of 36018 with flag 967070/180115
24.27/23.70	c cleaning 19002 clauses out of 38016 with flag 1099199/200114
27.77/27.20	c cleaning 20002 clauses out of 40014 with flag 1237211/221114
31.57/31.01	c cleaning 21004 clauses out of 42012 with flag 1395060/243114
35.88/35.32	c cleaning 22001 clauses out of 44009 with flag 1558585/266115
40.47/39.92	c cleaning 23002 clauses out of 46009 with flag 1738270/290116
45.47/44.91	c cleaning 24000 clauses out of 48006 with flag 1923519/315115
51.07/50.58	c cleaning 24995 clauses out of 50005 with flag 2123465/341114
57.18/56.68	c cleaning 26001 clauses out of 52010 with flag 2333487/368114
63.78/63.22	c cleaning 27002 clauses out of 54011 with flag 2539060/396116
70.68/70.18	c cleaning 28002 clauses out of 56008 with flag 2770703/425115
78.37/77.83	c cleaning 28999 clauses out of 58005 with flag 3023099/455114
86.38/85.90	c cleaning 29999 clauses out of 60006 with flag 3259482/486114
95.19/94.62	c cleaning 30997 clauses out of 62009 with flag 3501366/518116
103.99/103.49	c cleaning 31995 clauses out of 64010 with flag 3755742/551114
113.90/113.32	c cleaning 33005 clauses out of 66016 with flag 4033853/585115
124.69/124.20	c cleaning 34006 clauses out of 68013 with flag 4314861/620117
135.09/134.55	c cleaning 34996 clauses out of 70004 with flag 4583612/656114
147.09/146.53	c cleaning 35993 clauses out of 72009 with flag 4850808/693115
158.52/157.90	c cleaning 37001 clauses out of 74015 with flag 5136378/731114
170.12/169.53	c cleaning 37997 clauses out of 76016 with flag 5443717/770116
182.91/182.36	c cleaning 39004 clauses out of 78018 with flag 5758455/810115
195.72/195.15	c cleaning 40001 clauses out of 80013 with flag 6077881/851114
209.32/208.79	c cleaning 40999 clauses out of 82012 with flag 6387300/893114
224.33/223.56	c cleaning 42001 clauses out of 84013 with flag 6698786/936114
240.30/239.26	c cleaning 42995 clauses out of 86012 with flag 7044428/980114
257.31/256.27	c cleaning 44005 clauses out of 88017 with flag 7390841/1025114
274.11/273.09	c cleaning 45004 clauses out of 90014 with flag 7753813/1071116
292.41/291.35	c cleaning 46002 clauses out of 92009 with flag 8116090/1118115
312.12/311.03	c cleaning 46999 clauses out of 94009 with flag 8467332/1166117
333.72/332.64	c cleaning 47995 clauses out of 96008 with flag 8863041/1215115
356.02/354.97	c cleaning 49002 clauses out of 98012 with flag 9250290/1265115
378.12/377.09	c cleaning 50003 clauses out of 100011 with flag 9642925/1316116
402.30/401.11	c cleaning 50999 clauses out of 102008 with flag 10061930/1368116
425.70/424.50	c cleaning 51990 clauses out of 104007 with flag 10475786/1421114
450.01/448.82	c cleaning 52997 clauses out of 106018 with flag 10894611/1475115
477.11/475.94	c cleaning 54007 clauses out of 108021 with flag 11310385/1530115
503.61/502.45	c cleaning 55000 clauses out of 110014 with flag 11722775/1586115
532.42/531.25	c cleaning 56002 clauses out of 112014 with flag 12158909/1643115
562.04/560.81	c cleaning 57002 clauses out of 114014 with flag 12600923/1701117
592.94/591.71	c cleaning 57996 clauses out of 116009 with flag 13000296/1760114
628.04/626.87	c cleaning 58999 clauses out of 118008 with flag 13401151/1820114
628.85/627.61	c starts		: 4200
628.85/627.61	c conflicts		: 1822203
628.85/627.61	c decisions		: 2147052
628.85/627.61	c propagations		: 53898113
628.85/627.61	c inspects		: 13307689994
628.85/627.61	c shortcuts		: 0
628.85/627.61	c learnt literals	: 13
628.85/627.61	c learnt binary clauses	: 18
628.85/627.61	c learnt ternary clauses	: 36
628.85/627.61	c learnt constraints	: 1822189
628.85/627.61	c ignored constraints	: 0
628.85/627.61	c root simplifications	: 0
628.85/627.61	c removed literals (reason simplification)	: 0
628.85/627.61	c reason swapping (by a shorter reason)	: 0
628.85/627.61	c Calls to reduceDB	: 56
628.85/627.61	c Number of update (reduction) of LBD	: 504822
628.85/627.61	c Imported unit clauses	: 0
628.85/627.61	c number of reductions to clauses (during analyze)	: 0
628.85/627.61	c number of learned constraints concerned by reduction	: 0
628.85/627.61	c number of learning phase by resolution	: 0
628.85/627.61	c number of learning phase by cutting planes	: 0
628.85/627.61	c speed (assignments/second)	: 85898.06140890502
628.85/627.61	c non guided choices	0
628.85/627.61	c learnt constraints type 
628.85/627.61	s OPTIMUM FOUND
628.85/627.61	c Found 1 solution(s)
628.85/627.61	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 -x46 x47 x48 -x49 x50 x51 -x52 x53 x54 -x55 x56 -x57 -x58 x59 x60 x61 x62 x63 -x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 x84 x85 -x86 x87 x88 -x89 -x90 x91 -x92 -x93 x94 x95 -x96 -x97 x98 x99 x100 x101 x102 -x103 x104 x105 x106 -x107 x108 -x109 -x110 -x111 x112 x113 -x114 x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 x124 x125 x126 x127 x128 x129 x130 -x131 x132 x133 x134 x135 x136 x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 
628.85/627.61	c objective function=72
628.85/627.61	c Total wall clock time (in seconds): 627.509

Verifier Data

OK	72

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-4117622-1467214499/watcher-4117622-1467214499 -o /tmp/evaluation-result-4117622-1467214499/solver-4117622-1467214499 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117622-1467214499.opb 

pid=5886
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.26 2.26 2.22 4/196 5889
/proc/meminfo: memFree=27285084/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 1362 0 0 0 0 0 0 0 20 0 2 0 2402474 98582528 985 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 24068 985 750 9 0 16774 0
[pid=5889/tid=5890] ppid=5886 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) D 5886 5889 4818 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 2402475 98578432 989 33554432000 1073741824 1073778376 140733702753040 140651268936376 273896533287 0 0 0 16784584 18446744072100756772 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.26 2.26 2.22 4/196 5889
/proc/meminfo: memFree=27285084/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 4497 0 1 0 10 1 0 0 20 0 18 0 2402474 9787879424 6124 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2389619 6124 2157 9 0 2380296 0
[pid=5889/tid=5890] ppid=5886 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2374 0 1 0 7 1 0 0 20 0 18 0 2402475 9787879424 6124 33554432000 1073741824 1073778376 140733702753040 140651268938232 140651258996764 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 2.26 2.26 2.22 4/196 5889
/proc/meminfo: memFree=27285084/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 6272 0 1 0 30 2 0 0 20 0 19 0 2402474 9856040960 8063 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 8063 2232 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 19 0 2402475 9856040960 8064 33554432000 1073741824 1073778376 140733702753040 140651268940416 140651136048712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300358 s]
/proc/loadavg: 2.26 2.26 2.22 4/196 5889
/proc/meminfo: memFree=27285084/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 6837 0 1 0 51 2 0 0 20 0 19 0 2402474 9856040960 8345 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 8345 2238 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 19 0 2402475 9856040960 8345 33554432000 1073741824 1073778376 140733702753040 140651268940416 140651136048716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700229 s]
/proc/loadavg: 2.26 2.26 2.22 4/196 5889
/proc/meminfo: memFree=27285084/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 14710 0 1 0 116 3 0 0 20 0 19 0 2402474 9856040960 13703 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 13703 2248 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2406 0 1 0 66 1 0 0 20 0 19 0 2402475 9856040960 13703 33554432000 1073741824 1073778376 140733702753040 140651268940416 140651136449888 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.24 2.26 2.22 4/214 5908
/proc/meminfo: memFree=27233260/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 14776 0 1 0 202 3 0 0 20 0 19 0 2402474 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 14279 2249 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2408 0 1 0 146 1 0 0 20 0 19 0 2402475 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651268940296 140651136451225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5892] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5892/stat : 5892 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651258002344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5893] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5893/stat : 5893 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651256949800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5894] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5894/stat : 5894 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651255896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5895] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5895/stat : 5895 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651254844200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5896] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5896/stat : 5896 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651108448680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5897] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5897/stat : 5897 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651107396136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5898] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5898/stat : 5898 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651106343080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5899] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5899/stat : 5899 (java) S 5886 5889 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651105290536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5900] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5900/stat : 5900 (java) S 5886 5889 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651093093224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5901] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5901/stat : 5901 (java) S 5886 5889 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651092039544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5902] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5902/stat : 5902 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651090986376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5903] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5903/stat : 5903 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651089935120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5904] ppid=5886 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/5889/task/5904/stat : 5904 (java) S 5886 5889 4818 0 -1 4202560 2716 0 0 0 19 0 0 0 20 0 19 0 2402479 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651088881976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5905] ppid=5886 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/5889/task/5905/stat : 5905 (java) S 5886 5889 4818 0 -1 4202560 8381 0 0 0 32 2 0 0 20 0 19 0 2402479 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651087829432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5906] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5906/stat : 5906 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651086776568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5907] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5907/stat : 5907 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651085724232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5908] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5908/stat : 5908 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402489 9856040960 14279 33554432000 1073741824 1073778376 140733702753040 140651084670504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.24 2.26 2.22 4/214 5908
/proc/meminfo: memFree=27228420/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 14781 0 1 0 364 3 0 0 20 0 19 0 2402474 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 15306 2249 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2410 0 1 0 306 1 0 0 20 0 19 0 2402475 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651268940104 140651136525960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5892] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5892/stat : 5892 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651258002344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5893] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5893/stat : 5893 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651256949800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5894] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5894/stat : 5894 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651255896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5895] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5895/stat : 5895 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651254844200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5896] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5896/stat : 5896 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651108448680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5897] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5897/stat : 5897 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651107396136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5898] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5898/stat : 5898 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651106343080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5899] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5899/stat : 5899 (java) S 5886 5889 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651105290536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5900] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5900/stat : 5900 (java) S 5886 5889 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651093093224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5901] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5901/stat : 5901 (java) S 5886 5889 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651092039544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5902] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5902/stat : 5902 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651090986376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5903] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5903/stat : 5903 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651089935120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5904] ppid=5886 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5889/task/5904/stat : 5904 (java) S 5886 5889 4818 0 -1 4202560 2719 0 0 0 20 0 0 0 20 0 19 0 2402479 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651088881976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5905] ppid=5886 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/5889/task/5905/stat : 5905 (java) S 5886 5889 4818 0 -1 4202560 8381 0 0 0 33 2 0 0 20 0 19 0 2402479 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651087829432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5906] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5906/stat : 5906 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651086776568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5907] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5907/stat : 5907 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651085724232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5908] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5908/stat : 5908 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402489 9856040960 15306 33554432000 1073741824 1073778376 140733702753040 140651084670504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.22 2.26 2.22 3/214 5908
/proc/meminfo: memFree=27211936/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=6.87 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 14786 0 1 0 684 3 0 0 20 0 19 0 2402474 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 16755 2250 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2414 0 1 0 625 1 0 0 20 0 19 0 2402475 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651268931280 140651136461261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5892] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5892/stat : 5892 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651258002344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5893] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5893/stat : 5893 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651256949800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5894] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5894/stat : 5894 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651255896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5895] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5895/stat : 5895 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651254844200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5896] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5896/stat : 5896 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651108448680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5897] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5897/stat : 5897 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651107396136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5898] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5898/stat : 5898 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651106343080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5899] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5899/stat : 5899 (java) S 5886 5889 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651105290536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5900] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5900/stat : 5900 (java) S 5886 5889 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651093093224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5901] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5901/stat : 5901 (java) S 5886 5889 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651092039544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5902] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5902/stat : 5902 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651090986376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5903] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5903/stat : 5903 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651089935120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5904] ppid=5886 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5889/task/5904/stat : 5904 (java) S 5886 5889 4818 0 -1 4202560 2719 0 0 0 20 0 0 0 20 0 19 0 2402479 9856040960 16755 33554432000 1073741824 1073778376 140733702753040 140651088881976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5905] ppid=5886 vsize=9625040 CPUtime=0.36 cores=1,3,5,7

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

[pid=5889/tid=5901] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5901/stat : 5901 (java) S 5886 5889 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651092039544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5902] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5902/stat : 5902 (java) S 5886 5889 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651090986376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5903] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5903/stat : 5903 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651089935120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5904] ppid=5886 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5889/task/5904/stat : 5904 (java) S 5886 5889 4818 0 -1 4202560 2719 0 0 0 21 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651088881976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5905] ppid=5886 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5889/task/5905/stat : 5905 (java) S 5886 5889 4818 0 -1 4202560 10444 0 0 0 83 2 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651087829432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5906] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5906/stat : 5906 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651086776568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5907] ppid=5886 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5889/task/5907/stat : 5907 (java) S 5886 5889 4818 0 -1 4202560 38 0 0 0 8 15 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651085724232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5908] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5908/stat : 5908 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402489 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651084670504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 626.84
Current children cumulated vsize (KiB) 9625040

[startup+626.401 s]
/proc/loadavg: 2.26 2.25 2.21 3/215 5924
/proc/meminfo: memFree=26918888/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=627.64 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 17031 0 1 0 62747 17 0 0 20 0 19 0 2402474 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 54153 2272 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=624.7 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2487 0 1 0 62458 12 0 0 20 0 19 0 2402475 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651268938176 140651136466297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5892] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5892/stat : 5892 (java) S 5886 5889 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651258002344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5893] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5893/stat : 5893 (java) S 5886 5889 4818 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651256949800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5894] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5894/stat : 5894 (java) S 5886 5889 4818 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651255896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5895] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5895/stat : 5895 (java) S 5886 5889 4818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651254844200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5896] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5896/stat : 5896 (java) S 5886 5889 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651108448680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5897] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5897/stat : 5897 (java) S 5886 5889 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651107396136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5898] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5898/stat : 5898 (java) S 5886 5889 4818 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651106343080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5899] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5899/stat : 5899 (java) S 5886 5889 4818 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651105290536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5900] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5900/stat : 5900 (java) S 5886 5889 4818 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651093093224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5901] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5901/stat : 5901 (java) S 5886 5889 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651092039544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5902] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5902/stat : 5902 (java) S 5886 5889 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651090986376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5903] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5903/stat : 5903 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651089935120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5904] ppid=5886 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5889/task/5904/stat : 5904 (java) S 5886 5889 4818 0 -1 4202560 2719 0 0 0 21 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651088881976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5905] ppid=5886 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5889/task/5905/stat : 5905 (java) S 5886 5889 4818 0 -1 4202560 10444 0 0 0 83 2 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651087829432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5906] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5906/stat : 5906 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651086776568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5907] ppid=5886 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5889/task/5907/stat : 5907 (java) S 5886 5889 4818 0 -1 4202560 38 0 0 0 8 15 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651085724232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5908] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5908/stat : 5908 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402489 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651084670504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 627.64
Current children cumulated vsize (KiB) 9625040

[startup+627.201 s]
/proc/loadavg: 2.26 2.25 2.21 4/215 5924
/proc/meminfo: memFree=26918888/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=628.44 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 17031 0 1 0 62827 17 0 0 20 0 19 0 2402474 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 54153 2272 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=625.49 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2487 0 1 0 62537 12 0 0 20 0 19 0 2402475 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651268931280 140651136525862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5892] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5892/stat : 5892 (java) S 5886 5889 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651258002344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5893] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5893/stat : 5893 (java) S 5886 5889 4818 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651256949800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5894] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5894/stat : 5894 (java) S 5886 5889 4818 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651255896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5895] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5895/stat : 5895 (java) S 5886 5889 4818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651254844200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5896] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5896/stat : 5896 (java) S 5886 5889 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651108448680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5897] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5897/stat : 5897 (java) S 5886 5889 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651107396136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5898] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5898/stat : 5898 (java) S 5886 5889 4818 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651106343080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5899] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5899/stat : 5899 (java) S 5886 5889 4818 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651105290536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5900] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5900/stat : 5900 (java) S 5886 5889 4818 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651093093224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5901] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5901/stat : 5901 (java) S 5886 5889 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651092039544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5902] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5902/stat : 5902 (java) S 5886 5889 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651090986376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5903] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5903/stat : 5903 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651089935120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5904] ppid=5886 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5889/task/5904/stat : 5904 (java) S 5886 5889 4818 0 -1 4202560 2719 0 0 0 21 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651088881976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5905] ppid=5886 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5889/task/5905/stat : 5905 (java) S 5886 5889 4818 0 -1 4202560 10444 0 0 0 83 2 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651087829432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5906] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5906/stat : 5906 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651086776568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5907] ppid=5886 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5889/task/5907/stat : 5907 (java) S 5886 5889 4818 0 -1 4202560 38 0 0 0 8 15 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651085724232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5908] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5908/stat : 5908 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402489 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651084670504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 628.44
Current children cumulated vsize (KiB) 9625040

[startup+627.601 s]
/proc/loadavg: 2.26 2.25 2.21 4/215 5924
/proc/meminfo: memFree=26918888/32872528 swapFree=1483896/1661724
[pid=5889] ppid=5886 vsize=9625040 CPUtime=628.85 cores=1,3,5,7
/proc/5889/stat : 5889 (java) S 5886 5889 4818 0 -1 4202496 17034 0 1 0 62867 18 0 0 20 0 19 0 2402474 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140733702744176 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5889/statm: 2406260 54153 2272 9 0 2396937 0
[pid=5889/tid=5890] ppid=5886 vsize=9625040 CPUtime=625.89 cores=1,3,5,7
/proc/5889/task/5890/stat : 5890 (java) R 5886 5889 4818 0 -1 4202560 2487 0 1 0 62577 12 0 0 20 0 19 0 2402475 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651268931280 140651136616400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5892] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5892/stat : 5892 (java) S 5886 5889 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651258002344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5893] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5893/stat : 5893 (java) S 5886 5889 4818 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651256949800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5894] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5894/stat : 5894 (java) S 5886 5889 4818 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651255896744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5895] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5895/stat : 5895 (java) S 5886 5889 4818 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651254844200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5896] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5896/stat : 5896 (java) S 5886 5889 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651108448680 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5897] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5897/stat : 5897 (java) S 5886 5889 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651107396136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5889/tid=5898] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5898/stat : 5898 (java) S 5886 5889 4818 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651106343080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5899] ppid=5886 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5889/task/5899/stat : 5899 (java) S 5886 5889 4818 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 2402476 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651105290536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5900] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5900/stat : 5900 (java) S 5886 5889 4818 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651093093224 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5901] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5901/stat : 5901 (java) S 5886 5889 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651092039544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5902] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5902/stat : 5902 (java) S 5886 5889 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2402477 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651090986376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5903] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5903/stat : 5903 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651089935120 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5904] ppid=5886 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/5889/task/5904/stat : 5904 (java) S 5886 5889 4818 0 -1 4202560 2721 0 0 0 22 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651088881976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5889/tid=5905] ppid=5886 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/5889/task/5905/stat : 5905 (java) S 5886 5889 4818 0 -1 4202560 10445 0 0 0 83 2 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651087829432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5906] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5906/stat : 5906 (java) S 5886 5889 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651086776568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5889/tid=5907] ppid=5886 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/5889/task/5907/stat : 5907 (java) S 5886 5889 4818 0 -1 4202560 38 0 0 0 8 15 0 0 20 0 19 0 2402479 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651085724232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5889/tid=5908] ppid=5886 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5889/task/5908/stat : 5908 (java) S 5886 5889 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2402489 9856040960 54153 33554432000 1073741824 1073778376 140733702753040 140651084670504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 628.85
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5889 and gives
#  childrusage.ru_utime.tv_sec=627
#  childrusage.ru_utime.tv_usec=67671
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=423935
# CPU time returned by wait4() is 627.492
# while last known CPU time is 628.85
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 627.625
CPU time (s): 628.85
CPU user time (s): 628.67
CPU system time (s): 0.18
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 9626668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 627.068
system time used= 0.423935
maximum resident set size= 216712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17068
page faults= 1
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13470
involuntary context switches= 972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.32734 second user time and 5.83211 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 17:34:59
IDJOB=4117622
IDBENCH=111595
IDSOLVER=2546
FILE ID=node134/4117622-1467214499
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_005.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117622-1467214499/watcher-4117622-1467214499 -o /tmp/evaluation-result-4117622-1467214499/solver-4117622-1467214499 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117622-1467214499.opb

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

MD5SUM BENCH= 9f6859719394f7dd10ad7e8a825ec7ba
RANDOM SEED=1695390631

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27285348 kB
Buffers:          119676 kB
Cached:          2985292 kB
SwapCached:            0 kB
Active:           193704 kB
Inactive:        2975228 kB
Active(anon):      66796 kB
Inactive(anon):        0 kB
Active(file):     126908 kB
Inactive(file):  2975228 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1752 kB
Writeback:             0 kB
AnonPages:       1736192 kB
Mapped:            21412 kB
Shmem:               216 kB
Slab:             612472 kB
SReclaimable:      55120 kB
SUnreclaim:       557352 kB
KernelStack:        1592 kB
PageTables:         7932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2354092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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= 71708 MiB
End job on node134 at 2016-06-29 17:45:27