Trace number 4121774

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 293.58 292.451

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n48-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUM9dbac778001e3b6063ea1859e3ba535f
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.162974
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72
Total number of constraints192
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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@2b21cc40
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-4121774-1467315532.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.029s.
0.11/0.13	c declared #vars     72
0.11/0.13	c #constraints  192
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 192
0.11/0.13	c 192 constraints processed.
0.70/0.53	c cleaning 2500 clauses out of 5000 with flag 10057/5000
1.31/1.01	c cleaning 4249 clauses out of 8500 with flag 22171/11000
1.98/1.62	c cleaning 5623 clauses out of 11252 with flag 37595/18001
2.60/2.27	c cleaning 6814 clauses out of 13629 with flag 57612/26001
3.52/3.17	c cleaning 7906 clauses out of 15815 with flag 78189/35001
4.73/4.33	c cleaning 8955 clauses out of 17909 with flag 100852/45001
5.93/5.59	c cleaning 9973 clauses out of 19954 with flag 125881/56001
7.52/7.17	c cleaning 10991 clauses out of 21981 with flag 153340/68001
9.52/9.11	c cleaning 11995 clauses out of 23989 with flag 182987/81000
11.53/11.11	c cleaning 12996 clauses out of 25994 with flag 214925/95000
13.82/13.46	c cleaning 13998 clauses out of 27998 with flag 249116/110000
16.52/16.18	c cleaning 15000 clauses out of 30001 with flag 285581/126001
19.62/19.26	c cleaning 15998 clauses out of 32001 with flag 324313/143001
22.82/22.42	c cleaning 17000 clauses out of 34003 with flag 368204/161001
26.53/26.12	c cleaning 17999 clauses out of 36002 with flag 418567/180000
30.73/30.35	c cleaning 19001 clauses out of 38003 with flag 471045/200000
35.64/35.29	c cleaning 19996 clauses out of 40002 with flag 524874/221000
41.24/40.87	c cleaning 21001 clauses out of 42006 with flag 581557/243000
47.13/46.78	c cleaning 22002 clauses out of 44006 with flag 641819/266001
53.24/52.87	c cleaning 22994 clauses out of 46004 with flag 703698/290001
60.43/60.05	c cleaning 23998 clauses out of 48010 with flag 767584/315001
68.25/67.89	c cleaning 25005 clauses out of 50012 with flag 832718/341001
75.74/75.34	c cleaning 26000 clauses out of 52007 with flag 900282/368001
83.74/83.31	c cleaning 27002 clauses out of 54007 with flag 970284/396001
92.23/91.88	c cleaning 28002 clauses out of 56005 with flag 1042925/425001
101.57/101.12	c cleaning 29000 clauses out of 58003 with flag 1118051/455001
111.96/111.52	c cleaning 29997 clauses out of 60003 with flag 1195785/486001
123.16/122.77	c cleaning 30999 clauses out of 62006 with flag 1276015/518001
135.24/134.47	c cleaning 31998 clauses out of 64007 with flag 1358666/551001
149.04/148.13	c cleaning 33005 clauses out of 66009 with flag 1445527/585001
169.18/168.26	c cleaning 33998 clauses out of 68004 with flag 1567415/620001
187.48/186.54	c cleaning 35003 clauses out of 70005 with flag 1703460/656000
199.39/198.41	c cleaning 36000 clauses out of 72002 with flag 1841360/693000
212.89/211.95	c cleaning 37001 clauses out of 74003 with flag 1976099/731001
227.89/226.91	c cleaning 38001 clauses out of 76001 with flag 2112748/770000
245.40/244.40	c cleaning 38998 clauses out of 78000 with flag 2252452/810001
266.18/265.16	c cleaning 39997 clauses out of 80000 with flag 2395869/851000
287.28/286.30	c cleaning 41001 clauses out of 82002 with flag 2542556/893000
293.58/292.42	c starts		: 558
293.58/292.42	c conflicts		: 909598
293.58/292.42	c decisions		: 922973
293.58/292.42	c propagations		: 20676018
293.58/292.42	c inspects		: 8452677749
293.58/292.42	c shortcuts		: 0
293.58/292.42	c learnt literals	: 18
293.58/292.42	c learnt binary clauses	: 16
293.58/292.42	c learnt ternary clauses	: 34
293.58/292.42	c learnt constraints	: 909579
293.58/292.42	c ignored constraints	: 0
293.58/292.42	c root simplifications	: 0
293.58/292.42	c removed literals (reason simplification)	: 0
293.58/292.42	c reason swapping (by a shorter reason)	: 0
293.58/292.42	c Calls to reduceDB	: 38
293.58/292.42	c Number of update (reduction) of LBD	: 17796
293.58/292.42	c Imported unit clauses	: 0
293.58/292.42	c number of reductions to clauses (during analyze)	: 0
293.58/292.42	c number of learned constraints concerned by reduction	: 0
293.58/292.42	c number of learning phase by resolution	: 0
293.58/292.42	c number of learning phase by cutting planes	: 0
293.58/292.42	c speed (assignments/second)	: 70739.23738816565
293.58/292.42	c non guided choices	208
293.58/292.44	c learnt constraints type 
293.58/292.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
293.58/292.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57567
293.58/292.44	s UNSATISFIABLE
293.58/292.44	c Total wall clock time (in seconds): 292.343

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-4121774-1467315532/watcher-4121774-1467315532 -o /tmp/evaluation-result-4121774-1467315532/solver-4121774-1467315532 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121774-1467315532.opb 

pid=16197
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.20 2.12 2.10 3/194 16200
/proc/meminfo: memFree=26496176/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 12520518 98570240 977 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 24065 977 743 9 0 16771 0
[pid=16200/tid=16201] ppid=16197 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12520519 98570240 977 33554432000 1073741824 1073778376 140734358828272 140705207209512 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.20 2.12 2.10 3/194 16200
/proc/meminfo: memFree=26496176/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 4552 0 1 0 10 1 0 0 20 0 18 0 12520518 9787879424 5677 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2389619 5677 2157 9 0 2380296 0
[pid=16200/tid=16201] ppid=16197 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 12520519 9787879424 5677 33554432000 1073741824 1073778376 140734358828272 140705207212312 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200388 s]
/proc/loadavg: 2.20 2.12 2.10 3/194 16200
/proc/meminfo: memFree=26496176/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 7327 0 1 0 30 1 0 0 20 0 19 0 12520518 9856040960 7653 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 7653 2223 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2451 0 1 0 17 0 0 0 20 0 19 0 12520519 9856040960 7653 33554432000 1073741824 1073778376 140734358828272 140705207214720 140705146928712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300288 s]
/proc/loadavg: 2.20 2.12 2.10 3/194 16200
/proc/meminfo: memFree=26496176/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 7413 0 1 0 47 2 0 0 20 0 19 0 12520518 9856040960 7439 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 7439 2236 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2452 0 1 0 27 0 0 0 20 0 19 0 12520519 9856040960 7439 33554432000 1073741824 1073778376 140734358828272 140705207214720 140705147193184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700321 s]
/proc/loadavg: 2.20 2.12 2.10 3/194 16200
/proc/meminfo: memFree=26496176/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 8313 0 1 0 96 2 0 0 20 0 19 0 12520518 9856040960 8677 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 8677 2247 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2454 0 1 0 66 1 0 0 20 0 19 0 12520519 9856040960 8677 33554432000 1073741824 1073778376 140734358828272 140705207214456 140705147374932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.20 2.12 2.10 3/213 16219
/proc/meminfo: memFree=26467632/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 8503 0 1 0 180 2 0 0 20 0 19 0 12520518 9856040960 9618 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 9619 2256 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2464 0 1 0 146 1 0 0 20 0 19 0 12520519 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705207212600 140705147374912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16203] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16203/stat : 16203 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705145945128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16204] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16204/stat : 16204 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705144892328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16205] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16205/stat : 16205 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705143839528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16206] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16206/stat : 16206 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705047198376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16207] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16207/stat : 16207 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705046145576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16208] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16208/stat : 16208 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705045092776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16209] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16209/stat : 16209 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705044039976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16210] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16210/stat : 16210 (java) S 16197 16200 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705042987176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16211] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16211/stat : 16211 (java) S 16197 16200 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705030790120 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16212] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16212/stat : 16212 (java) S 16197 16200 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705029736184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16213] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16213/stat : 16213 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705028683272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16214] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16214/stat : 16214 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705027631760 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16215] ppid=16197 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/16200/task/16215/stat : 16215 (java) S 16197 16200 13214 0 -1 4202560 1331 0 0 0 10 0 0 0 20 0 19 0 12520523 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705026578872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16216] ppid=16197 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/16200/task/16216/stat : 16216 (java) R 16197 16200 13214 0 -1 4202560 3439 0 0 0 21 0 0 0 20 0 19 0 12520523 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705025525952 140705209918795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16217] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16217/stat : 16217 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705024473464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16218] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16218/stat : 16218 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705023420872 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16219] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16219/stat : 16219 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520532 9856040960 9619 33554432000 1073741824 1073778376 140734358828272 140705022367400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.20 2.12 2.10 3/213 16219
/proc/meminfo: memFree=26464964/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 9456 0 1 0 350 2 0 0 20 0 19 0 12520518 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 12730 2257 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2471 0 1 0 306 1 0 0 20 0 19 0 12520519 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705207214344 140705147501196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16203] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16203/stat : 16203 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705145945128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16204] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16204/stat : 16204 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705144892328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16205] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16205/stat : 16205 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705143839528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16206] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16206/stat : 16206 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705047198376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16207] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16207/stat : 16207 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705046145576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16208] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16208/stat : 16208 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705045092776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16209] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16209/stat : 16209 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705044039976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16210] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16210/stat : 16210 (java) S 16197 16200 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705042987176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16211] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16211/stat : 16211 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705030790120 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16212] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16212/stat : 16212 (java) S 16197 16200 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705029736184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16213] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16213/stat : 16213 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705028683272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16214] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16214/stat : 16214 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705027631760 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16215] ppid=16197 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16200/task/16215/stat : 16215 (java) S 16197 16200 13214 0 -1 4202560 1419 0 0 0 13 0 0 0 20 0 19 0 12520523 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705026578872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16216] ppid=16197 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16200/task/16216/stat : 16216 (java) S 16197 16200 13214 0 -1 4202560 4294 0 0 0 27 1 0 0 20 0 19 0 12520523 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705025526072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16217] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16217/stat : 16217 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705024473464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16218] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16218/stat : 16218 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705023420872 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16219] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16219/stat : 16219 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520532 9856040960 12730 33554432000 1073741824 1073778376 140734358828272 140705022367400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.19 2.11 2.09 3/213 16219
/proc/meminfo: memFree=26432072/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 9468 0 1 0 669 3 0 0 20 0 19 0 12520518 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 17827 2258 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2482 0 1 0 625 1 0 0 20 0 19 0 12520519 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705207205568 140705147334837 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16203] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16203/stat : 16203 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705145945128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16204] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16204/stat : 16204 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705144892328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16205] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16205/stat : 16205 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705143839528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16206] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16206/stat : 16206 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705047198376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16207] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16207/stat : 16207 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705046145576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16208] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16208/stat : 16208 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705045092776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16209] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16209/stat : 16209 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705044039976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16210] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16210/stat : 16210 (java) S 16197 16200 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705042987176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16211] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16211/stat : 16211 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705030790120 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16212] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16212/stat : 16212 (java) S 16197 16200 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705029736184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16213] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16213/stat : 16213 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705028683272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16214] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16214/stat : 16214 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705027631760 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16215] ppid=16197 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/16200/task/16215/stat : 16215 (java) S 16197 16200 13214 0 -1 4202560 1419 0 0 0 13 0 0 0 20 0 19 0 12520523 9856040960 17827 33554432000 1073741824 1073778376 140734358828272 140705026578872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16216] ppid=16197 vsize=9625040 CPUtime=0.28 cores=1,3,5,7

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

[pid=16200/tid=16212] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16212/stat : 16212 (java) S 16197 16200 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705029736184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16213] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16213/stat : 16213 (java) S 16197 16200 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705028683272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16214] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16214/stat : 16214 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705027631760 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16215] ppid=16197 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/16200/task/16215/stat : 16215 (java) S 16197 16200 13214 0 -1 4202560 9330 0 0 0 78 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705026578872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16216] ppid=16197 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16200/task/16216/stat : 16216 (java) S 16197 16200 13214 0 -1 4202560 4305 0 0 0 31 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705025526072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16217] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16217/stat : 16217 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705024473464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16218] ppid=16197 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16200/task/16218/stat : 16218 (java) S 16197 16200 13214 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705023420872 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16219] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16219/stat : 16219 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520532 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705022367400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 290.77
Current children cumulated vsize (KiB) 9625040

[startup+291.201 s]
/proc/loadavg: 2.04 2.07 2.08 3/213 16292
/proc/meminfo: memFree=26503788/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=292.38 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 17527 0 1 0 29226 12 0 0 20 0 19 0 12520518 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 46457 2271 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=290.35 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2543 0 1 0 29028 7 0 0 20 0 19 0 12520519 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705207212480 140705147573063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16203] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16203/stat : 16203 (java) S 16197 16200 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705145945128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16204] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16204/stat : 16204 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705144892328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16205] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16205/stat : 16205 (java) S 16197 16200 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705143839528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16206] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16206/stat : 16206 (java) S 16197 16200 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705047198376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16207] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16207/stat : 16207 (java) S 16197 16200 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705046145576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16208] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16208/stat : 16208 (java) S 16197 16200 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705045092776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16209] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16209/stat : 16209 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705044039976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16210] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16210/stat : 16210 (java) S 16197 16200 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705042987176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16211] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16211/stat : 16211 (java) S 16197 16200 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705030790120 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16212] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16212/stat : 16212 (java) S 16197 16200 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705029736184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16213] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16213/stat : 16213 (java) S 16197 16200 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705028683272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16214] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16214/stat : 16214 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705027631760 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16215] ppid=16197 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/16200/task/16215/stat : 16215 (java) S 16197 16200 13214 0 -1 4202560 9330 0 0 0 78 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705026578872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16216] ppid=16197 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16200/task/16216/stat : 16216 (java) S 16197 16200 13214 0 -1 4202560 4305 0 0 0 31 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705025526072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16217] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16217/stat : 16217 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705024473464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16218] ppid=16197 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16200/task/16218/stat : 16218 (java) S 16197 16200 13214 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705023420872 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16219] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16219/stat : 16219 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520532 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705022367400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 292.38
Current children cumulated vsize (KiB) 9625040

[startup+292.001 s]
/proc/loadavg: 2.04 2.07 2.08 3/213 16292
/proc/meminfo: memFree=26503804/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=293.18 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 17527 0 1 0 29306 12 0 0 20 0 19 0 12520518 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 46457 2271 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=291.15 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2543 0 1 0 29108 7 0 0 20 0 19 0 12520519 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705207212480 140705147334947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16203] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16203/stat : 16203 (java) S 16197 16200 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705145945128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16204] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16204/stat : 16204 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705144892328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16205] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16205/stat : 16205 (java) S 16197 16200 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705143839528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16206] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16206/stat : 16206 (java) S 16197 16200 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705047198376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16207] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16207/stat : 16207 (java) S 16197 16200 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705046145576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16208] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16208/stat : 16208 (java) S 16197 16200 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705045092776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16209] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16209/stat : 16209 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705044039976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16210] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16210/stat : 16210 (java) S 16197 16200 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705042987176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16211] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16211/stat : 16211 (java) S 16197 16200 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705030790120 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16212] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16212/stat : 16212 (java) S 16197 16200 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705029736184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16213] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16213/stat : 16213 (java) S 16197 16200 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705028683272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16214] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16214/stat : 16214 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705027631760 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16215] ppid=16197 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/16200/task/16215/stat : 16215 (java) S 16197 16200 13214 0 -1 4202560 9330 0 0 0 78 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705026578872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16216] ppid=16197 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16200/task/16216/stat : 16216 (java) S 16197 16200 13214 0 -1 4202560 4305 0 0 0 31 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705025526072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16217] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16217/stat : 16217 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705024473464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16218] ppid=16197 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16200/task/16218/stat : 16218 (java) S 16197 16200 13214 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705023420872 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16219] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16219/stat : 16219 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520532 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705022367400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 293.18
Current children cumulated vsize (KiB) 9625040

[startup+292.401 s]
/proc/loadavg: 2.04 2.07 2.08 3/213 16292
/proc/meminfo: memFree=26503804/32872528 swapFree=11480/941500
[pid=16200] ppid=16197 vsize=9625040 CPUtime=293.58 cores=1,3,5,7
/proc/16200/stat : 16200 (java) S 16197 16200 13214 0 -1 4202496 17527 0 1 0 29346 12 0 0 20 0 19 0 12520518 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140734358819408 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16200/statm: 2406260 46457 2271 9 0 2396937 0
[pid=16200/tid=16201] ppid=16197 vsize=9625040 CPUtime=291.55 cores=1,3,5,7
/proc/16200/task/16201/stat : 16201 (java) R 16197 16200 13214 0 -1 4202560 2543 0 1 0 29148 7 0 0 20 0 19 0 12520519 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705207212480 140705147382335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16203] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16203/stat : 16203 (java) S 16197 16200 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705145945128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16204] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16204/stat : 16204 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705144892328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16205] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16205/stat : 16205 (java) S 16197 16200 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705143839528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16206] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16206/stat : 16206 (java) S 16197 16200 13214 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705047198376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16207] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16207/stat : 16207 (java) S 16197 16200 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705046145576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16208] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16208/stat : 16208 (java) S 16197 16200 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705045092776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16209] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16209/stat : 16209 (java) S 16197 16200 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705044039976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16200/tid=16210] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16210/stat : 16210 (java) S 16197 16200 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12520520 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705042987176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16211] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16211/stat : 16211 (java) S 16197 16200 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705030790120 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16212] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16212/stat : 16212 (java) S 16197 16200 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705029736184 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16213] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16213/stat : 16213 (java) S 16197 16200 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12520521 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705028683272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16214] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16214/stat : 16214 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705027631760 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16200/tid=16215] ppid=16197 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/16200/task/16215/stat : 16215 (java) S 16197 16200 13214 0 -1 4202560 9330 0 0 0 78 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705026578872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16216] ppid=16197 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/16200/task/16216/stat : 16216 (java) S 16197 16200 13214 0 -1 4202560 4305 0 0 0 31 2 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705025526072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16217] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16217/stat : 16217 (java) S 16197 16200 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705024473464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16200/tid=16218] ppid=16197 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16200/task/16218/stat : 16218 (java) S 16197 16200 13214 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 12520523 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705023420872 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16200/tid=16219] ppid=16197 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16200/task/16219/stat : 16219 (java) S 16197 16200 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12520532 9856040960 46457 33554432000 1073741824 1073778376 140734358828272 140705022367400 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 293.58
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16200 and gives
#  childrusage.ru_utime.tv_sec=292
#  childrusage.ru_utime.tv_usec=727498
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=241963
# CPU time returned by wait4() is 292.969
# while last known CPU time is 293.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 292.451
CPU time (s): 293.58
CPU user time (s): 293.46
CPU system time (s): 0.12
CPU usage (%): 100.386
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 292.727
system time used= 0.241963
maximum resident set size= 193036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17555
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6541
involuntary context switches= 1923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05184 second user time and 1.2788 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 21:38:52
IDJOB=4121774
IDBENCH=110673
IDSOLVER=2546
FILE ID=node113/4121774-1467315532
RUNJOBID= node113-1467309899-13788
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n48-d3-i2-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121774-1467315532/watcher-4121774-1467315532 -o /tmp/evaluation-result-4121774-1467315532/solver-4121774-1467315532 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121774-1467315532.opb

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

MD5SUM BENCH= 9dbac778001e3b6063ea1859e3ba535f
RANDOM SEED=682136805

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26497084 kB
Buffers:          131004 kB
Cached:          4272208 kB
SwapCached:            0 kB
Active:          3193680 kB
Inactive:        1479876 kB
Active(anon):     267504 kB
Inactive(anon):     5656 kB
Active(file):    2926176 kB
Inactive(file):  1474220 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1000 kB
Writeback:             0 kB
AnonPages:       1222280 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             629980 kB
SReclaimable:      73540 kB
SUnreclaim:       556440 kB
KernelStack:        1760 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1662228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1187840 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= 71736 MiB
End job on node113 at 2016-06-30 21:43:44