Trace number 4120942

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 268.55 267.4

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n84-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMe7900c1fbee8e1887982e32089219125
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 benchmark1.24181
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints336
Number of constraints which are clauses336
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-4120942-1467312898.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.14	c ... done. Wall clock time 0.046s.
0.11/0.14	c declared #vars     126
0.11/0.14	c #constraints  336
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 336
0.11/0.14	c 336 constraints processed.
0.67/0.42	c cleaning 2496 clauses out of 5000 with flag 18552/5000
1.12/0.60	c cleaning 4253 clauses out of 8505 with flag 46558/11001
1.33/0.84	c cleaning 5623 clauses out of 11251 with flag 77876/18000
1.75/1.21	c cleaning 6811 clauses out of 13628 with flag 111573/26000
2.26/1.75	c cleaning 7909 clauses out of 15817 with flag 153044/35000
2.96/2.47	c cleaning 8950 clauses out of 17908 with flag 198883/45000
3.76/3.22	c cleaning 9977 clauses out of 19958 with flag 247789/56000
4.47/3.97	c cleaning 10983 clauses out of 21981 with flag 305621/68000
5.47/4.91	c cleaning 11997 clauses out of 23999 with flag 361237/81001
6.57/6.01	c cleaning 12994 clauses out of 26001 with flag 433450/95000
7.67/7.12	c cleaning 14000 clauses out of 28008 with flag 502520/110001
8.87/8.31	c cleaning 15003 clauses out of 30007 with flag 573724/126000
10.17/9.69	c cleaning 16002 clauses out of 32005 with flag 646211/143001
11.97/11.42	c cleaning 16998 clauses out of 34002 with flag 722738/161000
13.97/13.45	c cleaning 18002 clauses out of 36004 with flag 801889/180000
16.17/15.61	c cleaning 18999 clauses out of 38003 with flag 884295/200001
18.87/18.31	c cleaning 19997 clauses out of 40004 with flag 964892/221001
21.97/21.46	c cleaning 20999 clauses out of 42006 with flag 1052743/243000
25.47/24.92	c cleaning 22002 clauses out of 44008 with flag 1144708/266001
29.57/29.09	c cleaning 22997 clauses out of 46005 with flag 1246668/290000
34.36/33.87	c cleaning 24002 clauses out of 48009 with flag 1357625/315001
39.17/38.68	c cleaning 24992 clauses out of 50006 with flag 1462504/341000
44.26/43.74	c cleaning 25998 clauses out of 52014 with flag 1568859/368000
49.58/49.04	c cleaning 27004 clauses out of 54017 with flag 1689547/396001
54.58/54.03	c cleaning 28002 clauses out of 56012 with flag 1812611/425000
60.08/59.57	c cleaning 29006 clauses out of 58011 with flag 1940443/455001
66.57/65.87	c cleaning 30000 clauses out of 60005 with flag 2074779/486001
74.26/73.24	c cleaning 31001 clauses out of 62004 with flag 2207703/518000
82.96/81.98	c cleaning 32000 clauses out of 64004 with flag 2345850/551001
92.56/91.54	c cleaning 33001 clauses out of 66003 with flag 2490489/585000
101.99/100.96	c cleaning 34000 clauses out of 68003 with flag 2647447/620001
113.91/112.87	c cleaning 34999 clauses out of 70001 with flag 2818312/656000
126.21/125.19	c cleaning 35999 clauses out of 72003 with flag 2993826/693001
137.52/136.49	c cleaning 37000 clauses out of 74003 with flag 3164869/731000
149.21/148.11	c cleaning 38000 clauses out of 76004 with flag 3340182/770001
162.21/161.18	c cleaning 39000 clauses out of 78003 with flag 3518747/810000
176.81/175.72	c cleaning 39999 clauses out of 80004 with flag 3706253/851001
191.82/190.73	c cleaning 40998 clauses out of 82004 with flag 3895396/893001
208.52/207.42	c cleaning 42002 clauses out of 84005 with flag 4094479/936000
225.72/224.69	c cleaning 42999 clauses out of 86004 with flag 4294519/980001
244.48/243.35	c cleaning 43999 clauses out of 88004 with flag 4496567/1025001
262.25/261.07	c cleaning 45000 clauses out of 90003 with flag 4737513/1071000
268.55/267.36	c starts		: 727
268.55/267.36	c conflicts		: 1094680
268.55/267.36	c decisions		: 1438715
268.55/267.36	c propagations		: 6380016
268.55/267.36	c inspects		: 7423681815
268.55/267.36	c shortcuts		: 0
268.55/267.36	c learnt literals	: 19
268.55/267.36	c learnt binary clauses	: 20
268.55/267.36	c learnt ternary clauses	: 40
268.55/267.36	c learnt constraints	: 1094660
268.55/267.36	c ignored constraints	: 0
268.55/267.36	c root simplifications	: 0
268.55/267.36	c removed literals (reason simplification)	: 0
268.55/267.36	c reason swapping (by a shorter reason)	: 0
268.55/267.36	c Calls to reduceDB	: 42
268.55/267.36	c Number of update (reduction) of LBD	: 99213
268.55/267.36	c Imported unit clauses	: 0
268.55/267.36	c number of reductions to clauses (during analyze)	: 0
268.55/267.36	c number of learned constraints concerned by reduction	: 0
268.55/267.36	c number of learning phase by resolution	: 0
268.55/267.36	c number of learning phase by cutting planes	: 0
268.55/267.36	c speed (assignments/second)	: 23875.875696066105
268.55/267.36	c non guided choices	338
268.55/267.39	c learnt constraints type 
268.55/267.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
268.55/267.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68647
268.55/267.39	s UNSATISFIABLE
268.55/267.39	c Total wall clock time (in seconds): 267.293

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-4120942-1467312898/watcher-4120942-1467312898 -o /tmp/evaluation-result-4120942-1467312898/solver-4120942-1467312898 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120942-1467312898.opb 

pid=15147
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.10 2.16 2.13 3/192 15150
/proc/meminfo: memFree=29992140/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 1301 0 0 0 0 0 0 0 20 0 2 0 10315772 96370688 932 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 23528 932 705 9 0 16769 0
[pid=15150/tid=15151] ppid=15147 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 2 0 10315773 98635776 961 33554432000 1073741824 1073778376 140736215534816 139717917675048 227503338448 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.10 2.16 2.13 3/192 15150
/proc/meminfo: memFree=29992140/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 4495 0 1 0 10 1 0 0 20 0 18 0 10315772 9787879424 6134 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2389619 6134 2165 9 0 2380296 0
[pid=15150/tid=15151] ppid=15147 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 10315773 9787879424 6134 33554432000 1073741824 1073778376 140736215534816 139717917677848 227515884813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 2.10 2.16 2.13 3/192 15150
/proc/meminfo: memFree=29992140/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 6788 0 1 0 28 1 0 0 20 0 19 0 10315772 9856040960 7812 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 7812 2226 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2400 0 1 0 17 0 0 0 20 0 19 0 10315773 9856040960 7812 33554432000 1073741824 1073778376 140736215534816 139717917680256 139717786007036 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300361 s]
/proc/loadavg: 2.10 2.16 2.13 3/192 15150
/proc/meminfo: memFree=29992140/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 6924 0 1 0 49 1 0 0 20 0 19 0 10315772 9856040960 8295 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 8295 2242 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 19 0 10315773 9856040960 8295 33554432000 1073741824 1073778376 140736215534816 139717917680256 139717786067667 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70031 s]
/proc/loadavg: 2.10 2.16 2.13 3/192 15150
/proc/meminfo: memFree=29992140/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=1.23 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 13704 0 1 0 121 2 0 0 20 0 19 0 10315772 9856040960 12136 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 12136 2254 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2403 0 1 0 66 1 0 0 20 0 19 0 10315773 9856040960 12136 33554432000 1073741824 1073778376 140736215534816 139717917680256 139717786470851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.10 2.16 2.13 3/211 15169
/proc/meminfo: memFree=29949644/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=2.06 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 13712 0 1 0 204 2 0 0 20 0 19 0 10315772 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 13165 2257 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2406 0 1 0 146 1 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717917680168 139717786470856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15153] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15153/stat : 15153 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717906741544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15154] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15154/stat : 15154 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717905688744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15155] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15155/stat : 15155 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717904636456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15156] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15156/stat : 15156 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717758368168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15157] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15157/stat : 15157 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717757315880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15158] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15158/stat : 15158 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717756263080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15159] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15159/stat : 15159 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717755210792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15160] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15160/stat : 15160 (java) S 15147 15150 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717754157992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15161] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15161/stat : 15161 (java) S 15147 15150 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10315774 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717741746408 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15162] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15162/stat : 15162 (java) S 15147 15150 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717740692472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15163] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15163/stat : 15163 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717739640072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15164] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15164/stat : 15164 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717738588560 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15165] ppid=15147 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15150/task/15165/stat : 15165 (java) S 15147 15150 12018 0 -1 4202560 2479 0 0 0 26 0 0 0 20 0 19 0 10315777 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717737536184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15166] ppid=15147 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/15150/task/15166/stat : 15166 (java) S 15147 15150 12018 0 -1 4202560 7553 0 0 0 29 2 0 0 20 0 19 0 10315777 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717736483384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15167] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15167/stat : 15167 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717735431288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15168] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15168/stat : 15168 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717734378696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15169] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15169/stat : 15169 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315787 9856040960 13165 33554432000 1073741824 1073778376 140736215534816 139717733323688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.10 2.16 2.13 4/211 15169
/proc/meminfo: memFree=29947404/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=3.66 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 13713 0 1 0 364 2 0 0 20 0 19 0 10315772 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 13677 2257 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2407 0 1 0 306 1 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717917671120 139717786470406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15153] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15153/stat : 15153 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717906741544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15154] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15154/stat : 15154 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717905688744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15155] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15155/stat : 15155 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717904636456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15156] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15156/stat : 15156 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717758368168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15157] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15157/stat : 15157 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717757315880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15158] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15158/stat : 15158 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717756263080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15159] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15159/stat : 15159 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717755210792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15160] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15160/stat : 15160 (java) S 15147 15150 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717754157992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15161] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15161/stat : 15161 (java) S 15147 15150 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10315774 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717741746408 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15162] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15162/stat : 15162 (java) S 15147 15150 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717740692472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15163] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15163/stat : 15163 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717739640072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15164] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15164/stat : 15164 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717738588560 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15165] ppid=15147 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15150/task/15165/stat : 15165 (java) S 15147 15150 12018 0 -1 4202560 2479 0 0 0 26 0 0 0 20 0 19 0 10315777 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717737536184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15166] ppid=15147 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/15150/task/15166/stat : 15166 (java) S 15147 15150 12018 0 -1 4202560 7553 0 0 0 29 2 0 0 20 0 19 0 10315777 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717736483384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15167] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15167/stat : 15167 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717735431288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15168] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15168/stat : 15168 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717734378696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15169] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15169/stat : 15169 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315787 9856040960 13677 33554432000 1073741824 1073778376 140736215534816 139717733323688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.17 2.17 2.14 4/211 15169
/proc/meminfo: memFree=29943952/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=6.87 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 13718 0 1 0 684 3 0 0 20 0 19 0 10315772 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 13870 2258 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2411 0 1 0 625 1 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717917671120 139717786470656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15153] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15153/stat : 15153 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717906741544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15154] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15154/stat : 15154 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717905688744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15155] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15155/stat : 15155 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717904636456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15156] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15156/stat : 15156 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717758368168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15157] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15157/stat : 15157 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717757315880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15158] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15158/stat : 15158 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717756263080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15159] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15159/stat : 15159 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717755210792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15160] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15160/stat : 15160 (java) S 15147 15150 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717754157992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15161] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15161/stat : 15161 (java) S 15147 15150 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10315774 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717741746408 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15162] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15162/stat : 15162 (java) S 15147 15150 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717740692472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15163] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15163/stat : 15163 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717739640072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15164] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15164/stat : 15164 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717738588560 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15165] ppid=15147 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15150/task/15165/stat : 15165 (java) S 15147 15150 12018 0 -1 4202560 2479 0 0 0 26 0 0 0 20 0 19 0 10315777 9856040960 13870 33554432000 1073741824 1073778376 140736215534816 139717737536184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15166] ppid=15147 vsize=9625040 CPUtime=0.31 cores=0,2,4,6

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

[pid=15150/tid=15162] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15162/stat : 15162 (java) S 15147 15150 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717740692472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15163] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15163/stat : 15163 (java) S 15147 15150 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717739640072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15164] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15164/stat : 15164 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717738588560 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15165] ppid=15147 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/15150/task/15165/stat : 15165 (java) S 15147 15150 12018 0 -1 4202560 9582 0 0 0 84 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717737536184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15166] ppid=15147 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15150/task/15166/stat : 15166 (java) S 15147 15150 12018 0 -1 4202560 7553 0 0 0 30 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717736483384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15167] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15167/stat : 15167 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717735431288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15168] ppid=15147 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15150/task/15168/stat : 15168 (java) S 15147 15150 12018 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717734378696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15169] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15169/stat : 15169 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315787 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717733323688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 267.65
Current children cumulated vsize (KiB) 9625040

[startup+266.801 s]
/proc/loadavg: 2.14 2.16 2.13 4/211 15174
/proc/meminfo: memFree=29797012/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=268.05 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 20949 0 1 0 26795 10 0 0 20 0 19 0 10315772 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 48546 2271 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=266.06 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2482 0 1 0 26599 7 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717917678032 139717786694335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15153] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15153/stat : 15153 (java) S 15147 15150 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717906741544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15154] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15154/stat : 15154 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717905688744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15155] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15155/stat : 15155 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717904636456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15156] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15156/stat : 15156 (java) S 15147 15150 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717758368168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15157] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15157/stat : 15157 (java) S 15147 15150 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717757315880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15158] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15158/stat : 15158 (java) S 15147 15150 12018 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717756263080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15159] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15159/stat : 15159 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717755210792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15160] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15160/stat : 15160 (java) S 15147 15150 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717754157992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15161] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15161/stat : 15161 (java) S 15147 15150 12018 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10315774 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717741746408 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15162] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15162/stat : 15162 (java) S 15147 15150 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717740692472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15163] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15163/stat : 15163 (java) S 15147 15150 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717739640072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15164] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15164/stat : 15164 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717738588560 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15165] ppid=15147 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/15150/task/15165/stat : 15165 (java) S 15147 15150 12018 0 -1 4202560 9582 0 0 0 84 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717737536184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15166] ppid=15147 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15150/task/15166/stat : 15166 (java) S 15147 15150 12018 0 -1 4202560 7553 0 0 0 30 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717736483384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15167] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15167/stat : 15167 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717735431288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15168] ppid=15147 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15150/task/15168/stat : 15168 (java) S 15147 15150 12018 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717734378696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15169] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15169/stat : 15169 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315787 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717733323688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 268.05
Current children cumulated vsize (KiB) 9625040

[startup+267.201 s]
/proc/loadavg: 2.14 2.16 2.13 4/211 15174
/proc/meminfo: memFree=29797012/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=268.45 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 20949 0 1 0 26835 10 0 0 20 0 19 0 10315772 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 48546 2271 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=266.45 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2482 0 1 0 26638 7 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717917678032 139717786382224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15153] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15153/stat : 15153 (java) S 15147 15150 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717906741544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15154] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15154/stat : 15154 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717905688744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15155] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15155/stat : 15155 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717904636456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15156] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15156/stat : 15156 (java) S 15147 15150 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717758368168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15157] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15157/stat : 15157 (java) S 15147 15150 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717757315880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15158] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15158/stat : 15158 (java) S 15147 15150 12018 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717756263080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15159] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15159/stat : 15159 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717755210792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15160] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15160/stat : 15160 (java) S 15147 15150 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717754157992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15161] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15161/stat : 15161 (java) S 15147 15150 12018 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10315774 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717741746408 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15162] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15162/stat : 15162 (java) S 15147 15150 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717740692472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15163] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15163/stat : 15163 (java) S 15147 15150 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717739640072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15164] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15164/stat : 15164 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717738588560 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15165] ppid=15147 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/15150/task/15165/stat : 15165 (java) S 15147 15150 12018 0 -1 4202560 9582 0 0 0 84 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717737536184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15166] ppid=15147 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15150/task/15166/stat : 15166 (java) S 15147 15150 12018 0 -1 4202560 7553 0 0 0 30 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717736483384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15167] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15167/stat : 15167 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717735431288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15168] ppid=15147 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15150/task/15168/stat : 15168 (java) S 15147 15150 12018 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717734378696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15169] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15169/stat : 15169 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315787 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717733323688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 268.45
Current children cumulated vsize (KiB) 9625040

[startup+267.301 s]
/proc/loadavg: 2.14 2.16 2.13 4/211 15174
/proc/meminfo: memFree=29797012/32872528 swapFree=1299868/1463388
[pid=15150] ppid=15147 vsize=9625040 CPUtime=268.55 cores=0,2,4,6
/proc/15150/stat : 15150 (java) S 15147 15150 12018 0 -1 4202496 20949 0 1 0 26845 10 0 0 20 0 19 0 10315772 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 140736215525952 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15150/statm: 2406260 48546 2271 9 0 2396937 0
[pid=15150/tid=15151] ppid=15147 vsize=9625040 CPUtime=266.56 cores=0,2,4,6
/proc/15150/task/15151/stat : 15151 (java) R 15147 15150 12018 0 -1 4202560 2482 0 1 0 26649 7 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717917678032 139717786694340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15150/tid=15153] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15153/stat : 15153 (java) S 15147 15150 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717906741544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15154] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15154/stat : 15154 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717905688744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15155] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15155/stat : 15155 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717904636456 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15156] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15156/stat : 15156 (java) S 15147 15150 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717758368168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15157] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15157/stat : 15157 (java) S 15147 15150 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717757315880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15158] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15158/stat : 15158 (java) S 15147 15150 12018 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717756263080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15159] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15159/stat : 15159 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717755210792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15160] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15160/stat : 15160 (java) S 15147 15150 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10315773 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717754157992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15161] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15161/stat : 15161 (java) S 15147 15150 12018 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10315774 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717741746408 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15162] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15162/stat : 15162 (java) S 15147 15150 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717740692472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15163] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15163/stat : 15163 (java) S 15147 15150 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10315775 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717739640072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15164] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15164/stat : 15164 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717738588560 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15165] ppid=15147 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/15150/task/15165/stat : 15165 (java) S 15147 15150 12018 0 -1 4202560 9582 0 0 0 84 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717737536184 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15150/tid=15166] ppid=15147 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15150/task/15166/stat : 15166 (java) S 15147 15150 12018 0 -1 4202560 7553 0 0 0 30 2 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717736483384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15167] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15167/stat : 15167 (java) S 15147 15150 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717735431288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15150/tid=15168] ppid=15147 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/15150/task/15168/stat : 15168 (java) S 15147 15150 12018 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 10315777 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717734378696 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15150/tid=15169] ppid=15147 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15150/task/15169/stat : 15169 (java) S 15147 15150 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10315787 9856040960 48546 33554432000 1073741824 1073778376 140736215534816 139717733323688 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 268.55
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15150 and gives
#  childrusage.ru_utime.tv_sec=267
#  childrusage.ru_utime.tv_usec=820285
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=221966
# CPU time returned by wait4() is 268.042
# while last known CPU time is 268.55
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 267.4
CPU time (s): 268.55
CPU user time (s): 268.45
CPU system time (s): 0.1
CPU usage (%): 100.43
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 267.82
system time used= 0.221966
maximum resident set size= 194264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20973
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5941
involuntary context switches= 428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.932858 second user time and 1.10983 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 20:54:58
IDJOB=4120942
IDBENCH=110190
IDSOLVER=2546
FILE ID=node121/4120942-1467312898
RUNJOBID= node121-1467310545-14394
PBS_JOBID= 20005265
Free space on /tmp= 71700 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-n84-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120942-1467312898/watcher-4120942-1467312898 -o /tmp/evaluation-result-4120942-1467312898/solver-4120942-1467312898 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14394 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120942-1467312898.opb

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

MD5SUM BENCH= e7900c1fbee8e1887982e32089219125
RANDOM SEED=879293824

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29992684 kB
Buffers:          119120 kB
Cached:           337868 kB
SwapCached:            0 kB
Active:           443792 kB
Inactive:         228604 kB
Active(anon):     203720 kB
Inactive(anon):    14568 kB
Active(file):     240072 kB
Inactive(file):   214036 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               928 kB
Writeback:             0 kB
AnonPages:       1679128 kB
Mapped:            21968 kB
Shmem:               204 kB
Slab:             610312 kB
SReclaimable:      54124 kB
SUnreclaim:       556188 kB
KernelStack:        1552 kB
PageTables:         7488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2144992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    333824 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= 71700 MiB
End job on node121 at 2016-06-30 20:59:25