Trace number 4089054

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 320.114 318.367

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x13.opb
MD5SUMdefa63478cc6f1503c5a314a051a74b7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.002999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables78
Total number of constraints157
Number of constraints which are clauses156
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 constraint78
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 117
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

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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4089054-1466016530.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.12/0.12	c ... done. Wall clock time 0.023s.
0.12/0.12	c declared #vars     78
0.12/0.12	c #constraints  157
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.12/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.12/0.12	c 157 constraints processed.
0.50/0.38	c cleaning 2500 clauses out of 5000 with flag 10404/5000
0.82/0.56	c cleaning 4250 clauses out of 8500 with flag 22857/11000
1.03/0.76	c cleaning 5618 clauses out of 11250 with flag 37413/18000
1.32/0.97	c cleaning 6815 clauses out of 13634 with flag 54849/26002
1.65/1.21	c cleaning 7909 clauses out of 15819 with flag 74309/35002
1.94/1.51	c cleaning 8950 clauses out of 17908 with flag 95506/45000
2.24/1.88	c cleaning 9977 clauses out of 19958 with flag 118305/56000
2.75/2.31	c cleaning 10987 clauses out of 21982 with flag 143372/68001
3.14/2.78	c cleaning 11995 clauses out of 23995 with flag 170486/81001
3.64/3.29	c cleaning 12996 clauses out of 25999 with flag 199958/95000
4.24/3.85	c cleaning 14000 clauses out of 28003 with flag 231340/110000
4.95/4.54	c cleaning 15000 clauses out of 30004 with flag 265111/126001
5.54/5.18	c cleaning 16000 clauses out of 32003 with flag 300928/143000
6.34/5.90	c cleaning 17001 clauses out of 34003 with flag 338467/161000
7.05/6.68	c cleaning 17999 clauses out of 36003 with flag 378116/180001
8.04/7.61	c cleaning 18998 clauses out of 38004 with flag 420015/200001
9.25/8.87	c cleaning 20002 clauses out of 40006 with flag 470056/221001
10.64/10.23	c cleaning 21000 clauses out of 42003 with flag 519654/243000
11.74/11.39	c cleaning 22002 clauses out of 44003 with flag 567839/266000
13.24/12.86	c cleaning 22997 clauses out of 46001 with flag 618998/290000
14.64/14.28	c cleaning 24003 clauses out of 48005 with flag 671758/315001
16.34/15.97	c cleaning 24998 clauses out of 50001 with flag 726540/341000
18.24/17.81	c cleaning 26000 clauses out of 52005 with flag 783681/368002
19.83/19.41	c cleaning 27001 clauses out of 54004 with flag 841814/396001
21.45/21.09	c cleaning 27997 clauses out of 56004 with flag 902306/425002
23.24/22.84	c cleaning 29000 clauses out of 58005 with flag 964826/455000
25.14/24.73	c cleaning 30003 clauses out of 60007 with flag 1029388/486002
27.14/26.76	c cleaning 31000 clauses out of 62002 with flag 1096088/518000
29.74/29.31	c cleaning 32002 clauses out of 64003 with flag 1165914/551001
32.14/31.71	c cleaning 32998 clauses out of 66001 with flag 1236888/585001
34.49/34.00	c cleaning 33999 clauses out of 68004 with flag 1310185/620002
37.79/37.30	c cleaning 34998 clauses out of 70004 with flag 1385120/656001
41.20/40.75	c cleaning 36000 clauses out of 72005 with flag 1462303/693000
43.89/43.42	c cleaning 36997 clauses out of 74005 with flag 1545398/731000
47.29/46.82	c cleaning 38002 clauses out of 76009 with flag 1628505/770001
50.79/50.38	c cleaning 39002 clauses out of 78008 with flag 1714948/810002
54.40/53.93	c cleaning 39997 clauses out of 80004 with flag 1801927/851000
58.20/57.78	c cleaning 40997 clauses out of 82007 with flag 1891863/893000
61.80/61.30	c cleaning 42004 clauses out of 84010 with flag 1983866/936000
65.80/65.39	c cleaning 43002 clauses out of 86007 with flag 2076011/980001
71.01/70.54	c cleaning 44000 clauses out of 88005 with flag 2173836/1025001
75.51/75.10	c cleaning 45001 clauses out of 90004 with flag 2278306/1071000
80.82/80.33	c cleaning 46000 clauses out of 92004 with flag 2382185/1118001
85.91/85.41	c cleaning 46998 clauses out of 94003 with flag 2483404/1166000
92.41/91.92	c cleaning 47998 clauses out of 96005 with flag 2590875/1215000
99.69/99.11	c cleaning 49005 clauses out of 98009 with flag 2695466/1265002
105.88/105.31	c cleaning 49994 clauses out of 100002 with flag 2808033/1316000
112.58/112.08	c cleaning 50998 clauses out of 102008 with flag 2924266/1368000
118.39/117.88	c cleaning 52001 clauses out of 104010 with flag 3037634/1421000
123.68/123.20	c cleaning 53004 clauses out of 106010 with flag 3150289/1475001
130.49/129.95	c cleaning 53999 clauses out of 108005 with flag 3265572/1530000
137.58/137.07	c cleaning 54997 clauses out of 110007 with flag 3384171/1586001
145.58/145.02	c cleaning 56002 clauses out of 112009 with flag 3504450/1643000
153.68/153.11	c cleaning 57004 clauses out of 114007 with flag 3628637/1701000
161.79/161.20	c cleaning 57997 clauses out of 116003 with flag 3752431/1760000
170.09/169.55	c cleaning 59003 clauses out of 118006 with flag 3877543/1820000
178.49/177.91	c cleaning 59999 clauses out of 120003 with flag 4005283/1881000
186.35/185.72	c cleaning 61000 clauses out of 122005 with flag 4136250/1943001
195.35/194.46	c cleaning 61994 clauses out of 124005 with flag 4270251/2006002
204.55/203.63	c cleaning 63002 clauses out of 126010 with flag 4406776/2070001
213.55/212.60	c cleaning 64004 clauses out of 128008 with flag 4547091/2135001
222.81/221.50	c cleaning 64997 clauses out of 130004 with flag 4686000/2201001
232.53/231.20	c cleaning 66001 clauses out of 132006 with flag 4826895/2268000
243.83/242.52	c cleaning 66998 clauses out of 134005 with flag 4973222/2336000
255.85/254.50	c cleaning 68004 clauses out of 136007 with flag 5117934/2405000
268.94/267.66	c cleaning 68999 clauses out of 138004 with flag 5264257/2475001
281.44/280.20	c cleaning 70000 clauses out of 140004 with flag 5414617/2546000
295.10/293.65	c cleaning 71000 clauses out of 142003 with flag 5568878/2618000
306.94/305.41	c cleaning 72000 clauses out of 144003 with flag 5721242/2691000
319.57/318.01	c cleaning 73001 clauses out of 146001 with flag 5876775/2765000
319.86/318.33	c starts		: 3397
319.86/318.33	c conflicts		: 2767695
319.86/318.33	c decisions		: 2953570
319.86/318.33	c propagations		: 13955720
319.86/318.33	c inspects		: 5915538568
319.86/318.33	c shortcuts		: 0
319.86/318.33	c learnt literals	: 11
319.86/318.33	c learnt binary clauses	: 10
319.86/318.33	c learnt ternary clauses	: 9
319.86/318.33	c learnt constraints	: 2767683
319.86/318.33	c ignored constraints	: 0
319.86/318.33	c root simplifications	: 0
319.86/318.33	c removed literals (reason simplification)	: 0
319.86/318.33	c reason swapping (by a shorter reason)	: 0
319.86/318.33	c Calls to reduceDB	: 70
319.86/318.33	c Number of update (reduction) of LBD	: 91088
319.86/318.33	c Imported unit clauses	: 0
319.86/318.33	c number of reductions to clauses (during analyze)	: 0
319.86/318.33	c number of learned constraints concerned by reduction	: 0
319.86/318.33	c number of learning phase by resolution	: 0
319.86/318.33	c number of learning phase by cutting planes	: 0
319.86/318.33	c speed (assignments/second)	: 43857.08763737041
319.86/318.33	c non guided choices	33
319.86/318.36	c learnt constraints type 
319.86/318.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
319.86/318.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75677
319.86/318.36	s UNSATISFIABLE
319.86/318.36	c Total wall clock time (in seconds): 318.26

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4089054-1466016530/watcher-4089054-1466016530 -o /tmp/evaluation-result-4089054-1466016530/solver-4089054-1466016530 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089054-1466016530.opb 

pid=7012
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.05 2.09 2.02 3/194 7015
/proc/meminfo: memFree=30976092/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 1367 0 0 0 0 0 0 0 20 0 2 0 3702924 98578432 989 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 24067 989 755 9 0 16773 0
[pid=7015/tid=7016] ppid=7012 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 2 0 3702925 99672064 1001 33554432000 1073741824 1073778376 140734292312528 140035851965112 140035859666224 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.05 2.09 2.02 3/194 7015
/proc/meminfo: memFree=30976092/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 4498 0 1 0 11 1 0 0 20 0 18 0 3702924 9787879424 6128 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2389619 6131 2157 9 0 2380296 0
[pid=7015/tid=7016] ppid=7012 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 3702925 9787879424 6139 33554432000 1073741824 1073778376 140734292312528 140035851967392 140035859395456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200426 s]
/proc/loadavg: 2.05 2.09 2.02 3/194 7015
/proc/meminfo: memFree=30976092/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 6731 0 1 0 32 1 0 0 20 0 19 0 3702924 9856040960 7508 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 7508 2220 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2393 0 1 0 18 0 0 0 20 0 19 0 3702925 9856040960 7508 33554432000 1073741824 1073778376 140734292312528 140035851969152 140035680736733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300406 s]
/proc/loadavg: 2.05 2.09 2.02 3/194 7015
/proc/meminfo: memFree=30976092/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 6755 0 1 0 49 1 0 0 20 0 19 0 3702924 9856040960 8043 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 8043 2232 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2400 0 1 0 26 2 0 0 20 0 19 0 3702925 9856040960 8043 33554432000 1073741824 1073778376 140734292312528 140035851969152 140035681136698 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700311 s]
/proc/loadavg: 2.05 2.09 2.02 3/194 7015
/proc/meminfo: memFree=30976092/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 7691 0 1 0 101 2 0 0 20 0 19 0 3702924 9856040960 8845 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 8845 2245 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2401 0 1 0 66 2 0 0 20 0 19 0 3702925 9856040960 8845 33554432000 1073741824 1073778376 140734292312528 140035851969096 140035681057008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.05 2.09 2.02 3/213 7034
/proc/meminfo: memFree=30945024/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 8270 0 1 0 192 2 0 0 20 0 19 0 3702924 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 10481 2248 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2405 0 1 0 146 2 0 0 20 0 19 0 3702925 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035851960000 140035680901058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035813460136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035812407592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035811355048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035810302504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035809249960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035808197416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035807144872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035806092328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035675363432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035674309752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035673257096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035672205840 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 4966 0 -1 4202560 3201 0 0 0 26 0 0 0 20 0 19 0 3702929 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035671153208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 4966 0 -1 4202560 1391 0 0 0 16 0 0 0 20 0 19 0 3702929 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035670100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035669048312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035667995976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7034/stat : 7034 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702937 9856040960 10481 33554432000 1073741824 1073778376 140734292312528 140035666940712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.05 2.09 2.02 3/213 7034
/proc/meminfo: memFree=30938416/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 8275 0 1 0 352 2 0 0 20 0 19 0 3702924 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 13041 2248 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2410 0 1 0 306 2 0 0 20 0 19 0 3702925 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035851960000 140035681153042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035813460136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035812407592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035811355048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035810302504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035809249960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035808197416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035807144872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035806092328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035675363432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035674309752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035673257096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035672205840 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 4966 0 -1 4202560 3201 0 0 0 26 0 0 0 20 0 19 0 3702929 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035671153208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 4966 0 -1 4202560 1391 0 0 0 16 0 0 0 20 0 19 0 3702929 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035670100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035669048312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035667995976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7034/stat : 7034 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702937 9856040960 13041 33554432000 1073741824 1073778376 140734292312528 140035666940712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.04 2.09 2.02 3/213 7034
/proc/meminfo: memFree=30920064/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 8285 0 1 0 672 2 0 0 20 0 19 0 3702924 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 17051 2249 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2419 0 1 0 626 2 0 0 20 0 19 0 3702925 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035851960000 140035681073565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035813460136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035812407592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035811355048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035810302504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035809249960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035808197416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035807144872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3702926 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035806092328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035675363432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035674309752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035673257096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035672205840 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 4966 0 -1 4202560 3201 0 0 0 26 0 0 0 20 0 19 0 3702929 9856040960 17051 33554432000 1073741824 1073778376 140734292312528 140035671153208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9625040 CPUtime=0.16 cores=1,3,5,7

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

[pid=7015/tid=7020] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 4966 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035811355048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 4966 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035810302504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 4966 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035809249960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 4966 0 -1 4202560 176 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035808197416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 4966 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035807144872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 4966 0 -1 4202560 135 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035806092328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035675363432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035674309752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035673257096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035672205840 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 4966 0 -1 4202560 4295 0 0 0 46 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035671153208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 4966 0 -1 4202560 11985 0 0 0 76 2 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035670100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035669048312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 4966 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035667995976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7034/stat : 7034 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702937 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035666940712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 319.16
Current children cumulated vsize (KiB) 9625040

[startup+318.008 s]
/proc/loadavg: 2.11 2.10 2.03 3/213 7043
/proc/meminfo: memFree=30777808/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=319.57 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 20854 0 1 0 31939 18 0 0 20 0 19 0 3702924 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 58632 2264 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=317.82 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2477 0 1 0 31774 8 0 0 20 0 19 0 3702925 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035851966784 140035681236084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 4966 0 -1 4202560 77 0 0 0 5 2 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035813460136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 4966 0 -1 4202560 52 0 0 0 3 1 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035812407592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 4966 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035811355048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 4966 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035810302504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 4966 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035809249960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 4966 0 -1 4202560 176 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035808197416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 4966 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035807144872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 4966 0 -1 4202560 135 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035806092328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035675363432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035674309752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035673257096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035672205840 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 4966 0 -1 4202560 4295 0 0 0 46 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035671153208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 4966 0 -1 4202560 11985 0 0 0 76 2 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035670100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035669048312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 4966 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035667995976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7034/stat : 7034 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702937 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035666940712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 319.57
Current children cumulated vsize (KiB) 9625040

[startup+318.201 s]
/proc/loadavg: 2.11 2.10 2.03 3/213 7043
/proc/meminfo: memFree=30777808/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=319.76 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 20855 0 1 0 31958 18 0 0 20 0 19 0 3702924 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 58632 2264 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=318.01 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2478 0 1 0 31793 8 0 0 20 0 19 0 3702925 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035851966784 140035681153042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 4966 0 -1 4202560 77 0 0 0 5 2 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035813460136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 4966 0 -1 4202560 52 0 0 0 3 1 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035812407592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 4966 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035811355048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 4966 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035810302504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 4966 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035809249960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 4966 0 -1 4202560 176 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035808197416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 4966 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035807144872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 4966 0 -1 4202560 135 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035806092328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035675363432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035674309752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035673257096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035672205840 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 4966 0 -1 4202560 4295 0 0 0 46 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035671153208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 4966 0 -1 4202560 11985 0 0 0 76 2 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035670100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035669048312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 4966 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035667995976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7034/stat : 7034 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702937 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035666940712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 319.76
Current children cumulated vsize (KiB) 9625040

[startup+318.301 s]
/proc/loadavg: 2.11 2.10 2.03 3/213 7043
/proc/meminfo: memFree=30777808/32872528 swapFree=162364/176672
[pid=7015] ppid=7012 vsize=9625040 CPUtime=319.86 cores=1,3,5,7
/proc/7015/stat : 7015 (java) S 7012 7015 4966 0 -1 4202496 20855 0 1 0 31968 18 0 0 20 0 19 0 3702924 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140734292303664 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7015/statm: 2406260 58632 2264 9 0 2396937 0
[pid=7015/tid=7016] ppid=7012 vsize=9625040 CPUtime=318.11 cores=1,3,5,7
/proc/7015/task/7016/stat : 7016 (java) R 7012 7015 4966 0 -1 4202560 2478 0 1 0 31803 8 0 0 20 0 19 0 3702925 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035851966784 140035681153019 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7018] ppid=7012 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7018/stat : 7018 (java) S 7012 7015 4966 0 -1 4202560 77 0 0 0 5 2 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035813460136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7019] ppid=7012 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7015/task/7019/stat : 7019 (java) S 7012 7015 4966 0 -1 4202560 52 0 0 0 3 1 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035812407592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7020] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7020/stat : 7020 (java) S 7012 7015 4966 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035811355048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7021] ppid=7012 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7015/task/7021/stat : 7021 (java) S 7012 7015 4966 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035810302504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7022] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7022/stat : 7022 (java) S 7012 7015 4966 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035809249960 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7023] ppid=7012 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7015/task/7023/stat : 7023 (java) S 7012 7015 4966 0 -1 4202560 176 0 0 0 3 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035808197416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7015/tid=7024] ppid=7012 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7015/task/7024/stat : 7024 (java) S 7012 7015 4966 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035807144872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7025] ppid=7012 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7015/task/7025/stat : 7025 (java) S 7012 7015 4966 0 -1 4202560 135 0 0 0 2 0 0 0 20 0 19 0 3702926 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035806092328 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7026] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7026/stat : 7026 (java) S 7012 7015 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035675363432 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7027] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7027/stat : 7027 (java) S 7012 7015 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035674309752 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7028] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7028/stat : 7028 (java) S 7012 7015 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3702927 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035673257096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7029] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7029/stat : 7029 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035672205840 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7030] ppid=7012 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7015/task/7030/stat : 7030 (java) S 7012 7015 4966 0 -1 4202560 4295 0 0 0 46 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035671153208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7015/tid=7031] ppid=7012 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7015/task/7031/stat : 7031 (java) S 7012 7015 4966 0 -1 4202560 11985 0 0 0 76 2 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035670100664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7032] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7032/stat : 7032 (java) S 7012 7015 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035669048312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7015/tid=7033] ppid=7012 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7015/task/7033/stat : 7033 (java) S 7012 7015 4966 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 3702929 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035667995976 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7015/tid=7034] ppid=7012 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7015/task/7034/stat : 7034 (java) S 7012 7015 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3702937 9856040960 58632 33554432000 1073741824 1073778376 140734292312528 140035666940712 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 319.86
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 318.367
CPU time (s): 320.114
CPU user time (s): 319.772
CPU system time (s): 0.341948
CPU usage (%): 100.549
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.772
system time used= 0.341948
maximum resident set size= 234944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20878
page faults= 1
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7108
involuntary context switches= 3374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9557 second user time and 2.35464 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 20:48:50
IDJOB=4089054
IDBENCH=107351
IDSOLVER=2546
FILE ID=node105/4089054-1466016530
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid6x13.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089054-1466016530/watcher-4089054-1466016530 -o /tmp/evaluation-result-4089054-1466016530/solver-4089054-1466016530 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089054-1466016530.opb

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

MD5SUM BENCH= defa63478cc6f1503c5a314a051a74b7
RANDOM SEED=1108942018

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30977108 kB
Buffers:           72152 kB
Cached:           338604 kB
SwapCached:            0 kB
Active:           677316 kB
Inactive:         327288 kB
Active(anon):     596668 kB
Inactive(anon):        0 kB
Active(file):      80648 kB
Inactive(file):   327288 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               816 kB
Writeback:             4 kB
AnonPages:        774992 kB
Mapped:            21924 kB
Shmem:               204 kB
Slab:             572324 kB
SReclaimable:      15884 kB
SUnreclaim:       556440 kB
KernelStack:        1608 kB
PageTables:         6064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     912596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 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 node105 at 2016-06-15 20:54:08