Trace number 4122750

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 272.11 270.967

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n84-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM1eff1ede3574710522aaf0f953f48c8d
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122750-1467317532.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.046s.
0.09/0.16	c declared #vars     126
0.09/0.16	c #constraints  336
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 336
0.09/0.16	c 336 constraints processed.
0.66/0.44	c cleaning 2496 clauses out of 5000 with flag 18552/5000
1.12/0.62	c cleaning 4253 clauses out of 8505 with flag 46558/11001
1.34/0.85	c cleaning 5623 clauses out of 11251 with flag 77876/18000
1.76/1.23	c cleaning 6811 clauses out of 13628 with flag 111573/26000
2.27/1.77	c cleaning 7909 clauses out of 15817 with flag 153044/35000
2.97/2.50	c cleaning 8950 clauses out of 17908 with flag 198883/45000
3.77/3.25	c cleaning 9977 clauses out of 19958 with flag 247789/56000
4.57/4.00	c cleaning 10983 clauses out of 21981 with flag 305621/68000
5.47/4.95	c cleaning 11997 clauses out of 23999 with flag 361237/81001
6.57/6.05	c cleaning 12994 clauses out of 26001 with flag 433450/95000
7.67/7.17	c cleaning 14000 clauses out of 28008 with flag 502520/110001
8.87/8.37	c cleaning 15003 clauses out of 30007 with flag 573724/126000
10.27/9.75	c cleaning 16002 clauses out of 32005 with flag 646211/143001
12.07/11.50	c cleaning 16998 clauses out of 34002 with flag 722738/161000
14.07/13.55	c cleaning 18002 clauses out of 36004 with flag 801889/180000
16.27/15.76	c cleaning 18999 clauses out of 38003 with flag 884295/200001
19.07/18.54	c cleaning 19997 clauses out of 40004 with flag 964892/221001
22.27/21.76	c cleaning 20999 clauses out of 42006 with flag 1052743/243000
25.77/25.25	c cleaning 22002 clauses out of 44008 with flag 1144708/266001
30.07/29.50	c cleaning 22997 clauses out of 46005 with flag 1246668/290000
34.87/34.36	c cleaning 24002 clauses out of 48009 with flag 1357625/315001
39.67/39.19	c cleaning 24992 clauses out of 50006 with flag 1462504/341000
44.77/44.29	c cleaning 25998 clauses out of 52014 with flag 1568859/368000
50.08/49.52	c cleaning 27004 clauses out of 54017 with flag 1689547/396001
55.07/54.56	c cleaning 28002 clauses out of 56012 with flag 1812611/425000
60.67/60.18	c cleaning 29006 clauses out of 58011 with flag 1940443/455001
67.46/66.76	c cleaning 30000 clauses out of 60005 with flag 2074779/486001
75.35/74.31	c cleaning 31001 clauses out of 62004 with flag 2207703/518000
84.15/83.12	c cleaning 32000 clauses out of 64004 with flag 2345850/551001
93.75/92.75	c cleaning 33001 clauses out of 66003 with flag 2490489/585000
103.28/102.23	c cleaning 34000 clauses out of 68003 with flag 2647447/620001
115.31/114.21	c cleaning 34999 clauses out of 70001 with flag 2818312/656000
127.61/126.60	c cleaning 35999 clauses out of 72003 with flag 2993826/693001
139.31/138.20	c cleaning 37000 clauses out of 74003 with flag 3164869/731000
151.01/149.98	c cleaning 38000 clauses out of 76004 with flag 3340182/770001
164.01/162.94	c cleaning 39000 clauses out of 78003 with flag 3518747/810000
179.20/178.13	c cleaning 39999 clauses out of 80004 with flag 3706253/851001
194.82/193.78	c cleaning 40998 clauses out of 82004 with flag 3895396/893001
212.02/210.94	c cleaning 42002 clauses out of 84005 with flag 4094479/936000
229.22/228.18	c cleaning 42999 clauses out of 86004 with flag 4294519/980001
247.88/246.79	c cleaning 43999 clauses out of 88004 with flag 4496567/1025001
265.71/264.58	c cleaning 45000 clauses out of 90003 with flag 4737513/1071000
272.11/270.93	c starts		: 727
272.11/270.93	c conflicts		: 1094680
272.11/270.93	c decisions		: 1438715
272.11/270.93	c propagations		: 6380016
272.11/270.93	c inspects		: 7423681827
272.11/270.93	c shortcuts		: 0
272.11/270.93	c learnt literals	: 19
272.11/270.93	c learnt binary clauses	: 20
272.11/270.93	c learnt ternary clauses	: 40
272.11/270.93	c learnt constraints	: 1094660
272.11/270.93	c ignored constraints	: 0
272.11/270.93	c root simplifications	: 0
272.11/270.93	c removed literals (reason simplification)	: 0
272.11/270.93	c reason swapping (by a shorter reason)	: 0
272.11/270.93	c Calls to reduceDB	: 42
272.11/270.93	c Number of update (reduction) of LBD	: 99213
272.11/270.93	c Imported unit clauses	: 0
272.11/270.93	c number of reductions to clauses (during analyze)	: 0
272.11/270.93	c number of learned constraints concerned by reduction	: 0
272.11/270.93	c number of learning phase by resolution	: 0
272.11/270.93	c number of learning phase by cutting planes	: 0
272.11/270.93	c speed (assignments/second)	: 23562.492152010935
272.11/270.93	c non guided choices	338
272.11/270.96	c learnt constraints type 
272.11/270.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
272.11/270.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68647
272.11/270.96	s UNSATISFIABLE
272.11/270.96	c Total wall clock time (in seconds): 270.847

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

pid=15956
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.16 2.20 2.18 3/192 15959
/proc/meminfo: memFree=29993996/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15959/stat : 15959 (java) R 15956 15959 12018 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 10779148 9515008 185 33554432000 1073741824 1073778376 140733659374720 140733659365752 227512315312 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15959/statm: 2323 185 142 9 0 71 0

[startup+0.100202 s]
/proc/loadavg: 2.16 2.20 2.18 3/192 15959
/proc/meminfo: memFree=29993996/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 10779148 9787879424 6043 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.16 2.20 2.18 3/192 15959
/proc/meminfo: memFree=29993996/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625396 CPUtime=0.26 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 6168 0 1 0 24 2 0 0 20 0 19 0 10779148 9856405504 7342 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406349 7348 2218 9 0 2397026 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625396

[startup+0.300287 s]
/proc/loadavg: 2.16 2.20 2.18 3/192 15959
/proc/meminfo: memFree=29993996/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 7118 0 1 0 48 2 0 0 20 0 19 0 10779148 9856040960 7713 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 7713 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700255 s]
/proc/loadavg: 2.16 2.20 2.18 3/192 15959
/proc/meminfo: memFree=29993996/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 13991 0 1 0 121 3 0 0 20 0 19 0 10779148 9856040960 12154 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 12154 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.15 2.19 2.18 3/211 15978
/proc/meminfo: memFree=29951376/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 13998 0 1 0 204 3 0 0 20 0 19 0 10779148 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 13182 2257 9 0 2396937 0
[pid=15959/tid=15961] ppid=15956 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/15959/task/15961/stat : 15961 (java) R 15956 15959 12018 0 -1 4202560 2413 0 1 0 145 1 0 0 20 0 19 0 10779149 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798525026680 139798384217640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15962] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15962/stat : 15962 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798503127208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15963] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15963/stat : 15963 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798299797800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15964] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15964/stat : 15964 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798298745256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15965] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15965/stat : 15965 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798297692712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15966] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15966/stat : 15966 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798296640168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15967] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15967/stat : 15967 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798295587624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15968] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15968/stat : 15968 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798294535080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15969] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15969/stat : 15969 (java) S 15956 15959 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798293482536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15970] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15970/stat : 15970 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779151 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798281283688 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15971] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15971/stat : 15971 (java) S 15956 15959 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798280230008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15972] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15972/stat : 15972 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798279177352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15973] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15973/stat : 15973 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798278126096 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15974] ppid=15956 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/15959/task/15974/stat : 15974 (java) S 15956 15959 12018 0 -1 4202560 2602 0 0 0 25 0 0 0 20 0 19 0 10779154 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798277073464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15975] ppid=15956 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15959/task/15975/stat : 15975 (java) S 15956 15959 12018 0 -1 4202560 7710 0 0 0 30 1 0 0 20 0 19 0 10779154 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798276020920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15976] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15976/stat : 15976 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798274968568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15977] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15977/stat : 15977 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798273916232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15978] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15978/stat : 15978 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779164 9856040960 13182 33554432000 1073741824 1073778376 140735646219648 139798272762664 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.15 2.19 2.18 3/211 15978
/proc/meminfo: memFree=29948832/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 13999 0 1 0 364 3 0 0 20 0 19 0 10779148 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 13694 2257 9 0 2396937 0
[pid=15959/tid=15961] ppid=15956 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/15959/task/15961/stat : 15961 (java) R 15956 15959 12018 0 -1 4202560 2414 0 1 0 304 1 0 0 20 0 19 0 10779149 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798525017808 139798384127871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15962] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15962/stat : 15962 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798503127208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15963] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15963/stat : 15963 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798299797800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15964] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15964/stat : 15964 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798298745256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15965] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15965/stat : 15965 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798297692712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15966] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15966/stat : 15966 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798296640168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15967] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15967/stat : 15967 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798295587624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15968] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15968/stat : 15968 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798294535080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15969] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15969/stat : 15969 (java) S 15956 15959 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798293482536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15970] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15970/stat : 15970 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779151 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798281283688 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15971] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15971/stat : 15971 (java) S 15956 15959 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798280230008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15972] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15972/stat : 15972 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798279177352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15973] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15973/stat : 15973 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798278126096 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15974] ppid=15956 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/15959/task/15974/stat : 15974 (java) S 15956 15959 12018 0 -1 4202560 2602 0 0 0 25 0 0 0 20 0 19 0 10779154 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798277073464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15975] ppid=15956 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15959/task/15975/stat : 15975 (java) S 15956 15959 12018 0 -1 4202560 7710 0 0 0 30 1 0 0 20 0 19 0 10779154 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798276020920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15976] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15976/stat : 15976 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798274968568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15977] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15977/stat : 15977 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798273916232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15978] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15978/stat : 15978 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779164 9856040960 13694 33554432000 1073741824 1073778376 140735646219648 139798272762664 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.14 2.19 2.17 3/211 15978
/proc/meminfo: memFree=29945760/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=6.87 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 14004 0 1 0 684 3 0 0 20 0 19 0 10779148 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 13884 2258 9 0 2396937 0
[pid=15959/tid=15961] ppid=15956 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/15959/task/15961/stat : 15961 (java) R 15956 15959 12018 0 -1 4202560 2418 0 1 0 624 1 0 0 20 0 19 0 10779149 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798525017808 139798384217635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15962] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15962/stat : 15962 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798503127208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15963] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15963/stat : 15963 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798299797800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15964] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15964/stat : 15964 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798298745256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15965] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15965/stat : 15965 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798297692712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15966] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15966/stat : 15966 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798296640168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15967] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15967/stat : 15967 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798295587624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15968] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15968/stat : 15968 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798294535080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15969] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15969/stat : 15969 (java) S 15956 15959 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798293482536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15970] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15970/stat : 15970 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779151 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798281283688 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15971] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15971/stat : 15971 (java) S 15956 15959 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798280230008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15972] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15972/stat : 15972 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798279177352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15973] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15973/stat : 15973 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798278126096 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15974] ppid=15956 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/15959/task/15974/stat : 15974 (java) S 15956 15959 12018 0 -1 4202560 2602 0 0 0 25 0 0 0 20 0 19 0 10779154 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798277073464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15975] ppid=15956 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15959/task/15975/stat : 15975 (java) S 15956 15959 12018 0 -1 4202560 7710 0 0 0 30 1 0 0 20 0 19 0 10779154 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798276020920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15976] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15976/stat : 15976 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798274968568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15977] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15977/stat : 15977 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798273916232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15978] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15978/stat : 15978 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779164 9856040960 13884 33554432000 1073741824 1073778376 140735646219648 139798272762664 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9625040


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

[pid=15959/tid=15971] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15971/stat : 15971 (java) S 15956 15959 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798280230008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15972] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15972/stat : 15972 (java) S 15956 15959 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798279177352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15973] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15973/stat : 15973 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798278126096 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15974] ppid=15956 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/15959/task/15974/stat : 15974 (java) S 15956 15959 12018 0 -1 4202560 9665 0 0 0 81 2 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798277073464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15975] ppid=15956 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15959/task/15975/stat : 15975 (java) S 15956 15959 12018 0 -1 4202560 7711 0 0 0 32 1 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798276020920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15976] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15976/stat : 15976 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798274968568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15977] ppid=15956 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15959/task/15977/stat : 15977 (java) S 15956 15959 12018 0 -1 4202560 16 0 0 0 2 3 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798273916232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15978] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15978/stat : 15978 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779164 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798272762664 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 270.82
Current children cumulated vsize (KiB) 9625040

[startup+270.401 s]
/proc/loadavg: 2.16 2.19 2.18 3/210 15983
/proc/meminfo: memFree=29799736/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=271.61 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 21199 0 1 0 27151 10 0 0 20 0 19 0 10779148 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 47029 2271 9 0 2396937 0
[pid=15959/tid=15961] ppid=15956 vsize=9625040 CPUtime=269.64 cores=1,3,5,7
/proc/15959/task/15961/stat : 15961 (java) R 15956 15959 12018 0 -1 4202560 2490 0 1 0 26956 8 0 0 20 0 19 0 10779149 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798525024720 139798384127905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15962] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15962/stat : 15962 (java) S 15956 15959 12018 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798503127208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15963] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15963/stat : 15963 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798299797800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15964] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15964/stat : 15964 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798298745256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15965] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15965/stat : 15965 (java) S 15956 15959 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798297692712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15966] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15966/stat : 15966 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798296640168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15967] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15967/stat : 15967 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798295587624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15968] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15968/stat : 15968 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798294535080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15969] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15969/stat : 15969 (java) S 15956 15959 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798293482536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15970] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15970/stat : 15970 (java) S 15956 15959 12018 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10779151 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798281283688 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15971] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15971/stat : 15971 (java) S 15956 15959 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798280230008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15972] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15972/stat : 15972 (java) S 15956 15959 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798279177352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15973] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15973/stat : 15973 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798278126096 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15974] ppid=15956 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/15959/task/15974/stat : 15974 (java) S 15956 15959 12018 0 -1 4202560 9665 0 0 0 81 2 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798277073464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15975] ppid=15956 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15959/task/15975/stat : 15975 (java) S 15956 15959 12018 0 -1 4202560 7711 0 0 0 32 1 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798276020920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15976] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15976/stat : 15976 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798274968568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15977] ppid=15956 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15959/task/15977/stat : 15977 (java) S 15956 15959 12018 0 -1 4202560 18 0 0 0 2 3 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798273916232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15978] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15978/stat : 15978 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779164 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798272762664 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 271.61
Current children cumulated vsize (KiB) 9625040

[startup+270.801 s]
/proc/loadavg: 2.14 2.19 2.18 3/210 15983
/proc/meminfo: memFree=29799736/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=272.01 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 21199 0 1 0 27191 10 0 0 20 0 19 0 10779148 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 47029 2271 9 0 2396937 0
[pid=15959/tid=15961] ppid=15956 vsize=9625040 CPUtime=270.04 cores=1,3,5,7
/proc/15959/task/15961/stat : 15961 (java) R 15956 15959 12018 0 -1 4202560 2490 0 1 0 26996 8 0 0 20 0 19 0 10779149 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798525024720 139798384441087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15962] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15962/stat : 15962 (java) S 15956 15959 12018 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798503127208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15963] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15963/stat : 15963 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798299797800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15964] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15964/stat : 15964 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798298745256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15965] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15965/stat : 15965 (java) S 15956 15959 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798297692712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15966] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15966/stat : 15966 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798296640168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15967] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15967/stat : 15967 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798295587624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15968] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15968/stat : 15968 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798294535080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15969] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15969/stat : 15969 (java) S 15956 15959 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798293482536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15970] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15970/stat : 15970 (java) S 15956 15959 12018 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10779151 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798281283688 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15971] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15971/stat : 15971 (java) S 15956 15959 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798280230008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15972] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15972/stat : 15972 (java) S 15956 15959 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798279177352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15973] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15973/stat : 15973 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798278126096 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15974] ppid=15956 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/15959/task/15974/stat : 15974 (java) S 15956 15959 12018 0 -1 4202560 9665 0 0 0 81 2 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798277073464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15975] ppid=15956 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15959/task/15975/stat : 15975 (java) S 15956 15959 12018 0 -1 4202560 7711 0 0 0 32 1 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798276020920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15976] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15976/stat : 15976 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798274968568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15977] ppid=15956 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15959/task/15977/stat : 15977 (java) S 15956 15959 12018 0 -1 4202560 18 0 0 0 2 3 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798273916232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15978] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15978/stat : 15978 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779164 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798272762664 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 272.01
Current children cumulated vsize (KiB) 9625040

[startup+270.901 s]
/proc/loadavg: 2.14 2.19 2.18 3/210 15983
/proc/meminfo: memFree=29799736/32872528 swapFree=1299868/1463388
[pid=15959] ppid=15956 vsize=9625040 CPUtime=272.11 cores=1,3,5,7
/proc/15959/stat : 15959 (java) S 15956 15959 12018 0 -1 4202496 21199 0 1 0 27201 10 0 0 20 0 19 0 10779148 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 140735646210784 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15959/statm: 2406260 47029 2271 9 0 2396937 0
[pid=15959/tid=15961] ppid=15956 vsize=9625040 CPUtime=270.14 cores=1,3,5,7
/proc/15959/task/15961/stat : 15961 (java) R 15956 15959 12018 0 -1 4202560 2490 0 1 0 27006 8 0 0 20 0 19 0 10779149 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798525024720 139798384441087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15959/tid=15962] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15962/stat : 15962 (java) S 15956 15959 12018 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798503127208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15963] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15963/stat : 15963 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798299797800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15964] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15964/stat : 15964 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798298745256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15965] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15965/stat : 15965 (java) S 15956 15959 12018 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798297692712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15966] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15966/stat : 15966 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798296640168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15967] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15967/stat : 15967 (java) S 15956 15959 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798295587624 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15959/tid=15968] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15968/stat : 15968 (java) S 15956 15959 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798294535080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15969] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15969/stat : 15969 (java) S 15956 15959 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10779150 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798293482536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15970] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15970/stat : 15970 (java) S 15956 15959 12018 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10779151 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798281283688 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15971] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15971/stat : 15971 (java) S 15956 15959 12018 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798280230008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15972] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15972/stat : 15972 (java) S 15956 15959 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10779152 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798279177352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15973] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15973/stat : 15973 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798278126096 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15974] ppid=15956 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/15959/task/15974/stat : 15974 (java) S 15956 15959 12018 0 -1 4202560 9665 0 0 0 81 2 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798277073464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15975] ppid=15956 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/15959/task/15975/stat : 15975 (java) S 15956 15959 12018 0 -1 4202560 7711 0 0 0 32 1 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798276020920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15976] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15976/stat : 15976 (java) S 15956 15959 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798274968568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15959/tid=15977] ppid=15956 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/15959/task/15977/stat : 15977 (java) S 15956 15959 12018 0 -1 4202560 18 0 0 0 2 3 0 0 20 0 19 0 10779154 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798273916232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15959/tid=15978] ppid=15956 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15959/task/15978/stat : 15978 (java) S 15956 15959 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10779164 9856040960 47029 33554432000 1073741824 1073778376 140735646219648 139798272762664 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 272.11
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15959 and gives
#  childrusage.ru_utime.tv_sec=271
#  childrusage.ru_utime.tv_usec=351748
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=210967
# CPU time returned by wait4() is 271.563
# while last known CPU time is 272.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 270.967
CPU time (s): 272.11
CPU user time (s): 272.01
CPU system time (s): 0.1
CPU usage (%): 100.422
Max. virtual memory (cumulated for all children) (KiB): 9625396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.352
system time used= 0.210967
maximum resident set size= 188196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21226
page faults= 1
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6071
involuntary context switches= 804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84772 second user time and 2.18867 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 22:12:12
IDJOB=4122750
IDBENCH=111315
IDSOLVER=2546
FILE ID=node121/4122750-1467317532
RUNJOBID= node121-1467310545-14395
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-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122750-1467317532/watcher-4122750-1467317532 -o /tmp/evaluation-result-4122750-1467317532/solver-4122750-1467317532 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122750-1467317532.opb

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

MD5SUM BENCH= 1eff1ede3574710522aaf0f953f48c8d
RANDOM SEED=181969874

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:        29994640 kB
Buffers:          124156 kB
Cached:           339256 kB
SwapCached:            0 kB
Active:           421824 kB
Inactive:         234684 kB
Active(anon):     180968 kB
Inactive(anon):    14820 kB
Active(file):     240856 kB
Inactive(file):   219864 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       1754380 kB
Mapped:            22052 kB
Shmem:               204 kB
Slab:             609996 kB
SReclaimable:      54216 kB
SUnreclaim:       555780 kB
KernelStack:        1752 kB
PageTables:         7680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2145728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 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 22:16:43