Trace number 4121782

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 203.83 202.684

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-28-2.cnf.gz-extracted.pb.metafix.opb
MD5SUM5c4fd26cc7d8059c4d0565731a08826e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113
Total number of constraints112
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121782-1467315545.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.023s.
0.10/0.14	c declared #vars     113
0.10/0.14	c #constraints  112
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 112
0.10/0.14	c 112 constraints processed.
0.80/0.50	c cleaning 2501 clauses out of 5001 with flag 43467/5001
1.11/0.77	c cleaning 4244 clauses out of 8501 with flag 87625/11002
1.42/1.10	c cleaning 5623 clauses out of 11255 with flag 139919/18000
1.93/1.55	c cleaning 6809 clauses out of 13632 with flag 201853/26000
2.54/2.19	c cleaning 7909 clauses out of 15823 with flag 273084/35000
3.34/2.96	c cleaning 8952 clauses out of 17915 with flag 348125/45001
4.24/3.85	c cleaning 9969 clauses out of 19962 with flag 425441/56000
5.44/5.06	c cleaning 10993 clauses out of 21993 with flag 507790/68000
7.05/6.62	c cleaning 11991 clauses out of 24000 with flag 594513/81000
8.64/8.29	c cleaning 12999 clauses out of 26010 with flag 704596/95001
10.54/10.15	c cleaning 13996 clauses out of 28010 with flag 811201/110000
12.74/12.34	c cleaning 15002 clauses out of 30014 with flag 925228/126000
15.04/14.67	c cleaning 16002 clauses out of 32012 with flag 1056475/143000
17.74/17.36	c cleaning 17002 clauses out of 34012 with flag 1195164/161002
20.74/20.34	c cleaning 17997 clauses out of 36010 with flag 1333334/180002
23.94/23.50	c cleaning 18998 clauses out of 38012 with flag 1483821/200001
27.54/27.19	c cleaning 19998 clauses out of 40013 with flag 1641984/221000
31.54/31.19	c cleaning 21003 clauses out of 42015 with flag 1800377/243000
35.94/35.55	c cleaning 22002 clauses out of 44012 with flag 1956259/266000
40.64/40.23	c cleaning 22998 clauses out of 46010 with flag 2132332/290000
45.44/45.03	c cleaning 23999 clauses out of 48012 with flag 2306554/315000
50.44/50.09	c cleaning 25001 clauses out of 50014 with flag 2481606/341001
56.24/55.89	c cleaning 26001 clauses out of 52013 with flag 2668578/368001
62.54/62.14	c cleaning 27002 clauses out of 54011 with flag 2863835/396000
69.04/68.68	c cleaning 28003 clauses out of 56011 with flag 3043313/425002
76.04/75.61	c cleaning 28998 clauses out of 58006 with flag 3252692/455000
84.44/84.03	c cleaning 29998 clauses out of 60008 with flag 3476465/486000
92.85/92.46	c cleaning 31002 clauses out of 62012 with flag 3691335/518002
101.65/101.27	c cleaning 31997 clauses out of 64008 with flag 3910828/551000
111.25/110.87	c cleaning 33003 clauses out of 66011 with flag 4136254/585000
122.80/122.17	c cleaning 34000 clauses out of 68009 with flag 4367798/620001
134.74/133.79	c cleaning 34999 clauses out of 70008 with flag 4602375/656000
147.76/146.73	c cleaning 35995 clauses out of 72009 with flag 4837265/693000
160.58/159.59	c cleaning 37001 clauses out of 74014 with flag 5088138/731000
173.78/172.77	c cleaning 38005 clauses out of 76012 with flag 5347883/770000
188.39/187.22	c cleaning 39002 clauses out of 78006 with flag 5598110/810000
202.93/201.73	c cleaning 39998 clauses out of 80001 with flag 5853431/851002
203.83/202.64	c starts		: 187
203.83/202.64	c conflicts		: 855301
203.83/202.64	c decisions		: 1046125
203.83/202.64	c propagations		: 13593975
203.83/202.64	c inspects		: 5466408207
203.83/202.64	c shortcuts		: 0
203.83/202.64	c learnt literals	: 20
203.83/202.64	c learnt binary clauses	: 19
203.83/202.64	c learnt ternary clauses	: 67
203.83/202.64	c learnt constraints	: 855280
203.83/202.64	c ignored constraints	: 0
203.83/202.64	c root simplifications	: 0
203.83/202.64	c removed literals (reason simplification)	: 0
203.83/202.64	c reason swapping (by a shorter reason)	: 0
203.83/202.64	c Calls to reduceDB	: 37
203.83/202.64	c Number of update (reduction) of LBD	: 250748
203.83/202.64	c Imported unit clauses	: 0
203.83/202.64	c number of reductions to clauses (during analyze)	: 0
203.83/202.64	c number of learned constraints concerned by reduction	: 0
203.83/202.64	c number of learning phase by resolution	: 0
203.83/202.64	c number of learning phase by cutting planes	: 0
203.83/202.64	c speed (assignments/second)	: 67129.08323251278
203.83/202.64	c non guided choices	26
203.83/202.67	c learnt constraints type 
203.83/202.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
203.83/202.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44269
203.83/202.67	s UNSATISFIABLE
203.83/202.67	c Total wall clock time (in seconds): 202.553

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-4121782-1467315545/watcher-4121782-1467315545 -o /tmp/evaluation-result-4121782-1467315545/solver-4121782-1467315545 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121782-1467315545.opb 

pid=19927
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.29 2.29 2.26 3/194 19930
/proc/meminfo: memFree=29143508/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/19930/stat : 19930 (java) R 19927 19930 17519 0 -1 4202496 378 0 0 0 0 0 0 0 20 0 1 0 12504056 3653632 49 33554432000 1073741824 1073778376 140733601019312 140733601016440 213410475303 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 1408 52 41 9 0 30 0

[startup+0.100125 s]
/proc/loadavg: 2.29 2.29 2.26 3/194 19930
/proc/meminfo: memFree=29143508/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 4394 0 1 0 9 1 0 0 20 0 18 0 12504056 9787879424 6027 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.29 2.29 2.26 3/194 19930
/proc/meminfo: memFree=29143508/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 6899 0 1 0 27 2 0 0 20 0 19 0 12504056 9856040960 7604 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 7604 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300307 s]
/proc/loadavg: 2.29 2.29 2.26 3/194 19930
/proc/meminfo: memFree=29143508/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 8206 0 1 0 52 2 0 0 20 0 19 0 12504056 9856040960 8263 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 8263 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700271 s]
/proc/loadavg: 2.29 2.29 2.26 3/194 19930
/proc/meminfo: memFree=29143508/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 9116 0 1 0 109 2 0 0 20 0 19 0 12504056 9856040960 8841 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 8841 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.29 2.29 2.26 3/213 19949
/proc/meminfo: memFree=29113924/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 9119 0 1 0 191 2 0 0 20 0 19 0 12504056 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 9354 2241 9 0 2396937 0
[pid=19930/tid=19932] ppid=19927 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/19930/task/19932/stat : 19932 (java) R 19927 19930 17519 0 -1 4202560 2411 0 1 0 145 1 0 0 20 0 19 0 12504057 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547725377216 140547587528274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19933] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19933/stat : 19933 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547714448168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19934] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19934/stat : 19934 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547713395368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19935] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19935/stat : 19935 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547712343080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19936] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19936/stat : 19936 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547711290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19937] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19937/stat : 19937 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547710236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19938] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19938/stat : 19938 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547709184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19939] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19939/stat : 19939 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547708131880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19940] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19940/stat : 19940 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547707079080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19941] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19941/stat : 19941 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547549379304 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19942] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19942/stat : 19942 (java) S 19927 19930 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547548325368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19943] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19943/stat : 19943 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547547272968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19944] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19944/stat : 19944 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547546221456 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19945] ppid=19927 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19930/task/19945/stat : 19945 (java) S 19927 19930 17519 0 -1 4202560 2149 0 0 0 16 0 0 0 20 0 19 0 12504062 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547545168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19946] ppid=19927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/19930/task/19946/stat : 19946 (java) S 19927 19930 17519 0 -1 4202560 3289 0 0 0 26 0 0 0 20 0 19 0 12504062 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547544115256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19947] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19947/stat : 19947 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547543063160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19948] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19948/stat : 19948 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547542010568 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19949] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19949/stat : 19949 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504070 9856040960 9354 33554432000 1073741824 1073778376 140733601019312 140547540956584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.29 2.29 2.26 3/213 19949
/proc/meminfo: memFree=29111860/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 9122 0 1 0 352 2 0 0 20 0 19 0 12504056 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 10379 2241 9 0 2396937 0
[pid=19930/tid=19932] ppid=19927 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/19930/task/19932/stat : 19932 (java) R 19927 19930 17519 0 -1 4202560 2413 0 1 0 304 1 0 0 20 0 19 0 12504057 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547725385992 140547587528175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19933] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19933/stat : 19933 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547714448168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19934] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19934/stat : 19934 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547713395368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19935] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19935/stat : 19935 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547712343080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19936] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19936/stat : 19936 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547711290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19937] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19937/stat : 19937 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547710236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19938] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19938/stat : 19938 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547709184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19939] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19939/stat : 19939 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547708131880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19940] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19940/stat : 19940 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547707079080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19941] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19941/stat : 19941 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547549379304 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19942] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19942/stat : 19942 (java) S 19927 19930 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547548325368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19943] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19943/stat : 19943 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547547272968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19944] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19944/stat : 19944 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547546221456 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19945] ppid=19927 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19930/task/19945/stat : 19945 (java) S 19927 19930 17519 0 -1 4202560 2150 0 0 0 17 0 0 0 20 0 19 0 12504062 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547545168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19946] ppid=19927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/19930/task/19946/stat : 19946 (java) S 19927 19930 17519 0 -1 4202560 3289 0 0 0 26 0 0 0 20 0 19 0 12504062 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547544115256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19947] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19947/stat : 19947 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547543063160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19948] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19948/stat : 19948 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547542010568 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19949] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19949/stat : 19949 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504070 9856040960 10379 33554432000 1073741824 1073778376 140733601019312 140547540956584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.27 2.28 2.26 3/213 19949
/proc/meminfo: memFree=29107628/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 9125 0 1 0 672 2 0 0 20 0 19 0 12504056 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 10865 2242 9 0 2396937 0
[pid=19930/tid=19932] ppid=19927 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/19930/task/19932/stat : 19932 (java) R 19927 19930 17519 0 -1 4202560 2415 0 1 0 624 1 0 0 20 0 19 0 12504057 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547725377216 140547587527681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19933] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19933/stat : 19933 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547714448168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19934] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19934/stat : 19934 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547713395368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19935] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19935/stat : 19935 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547712343080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19936] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19936/stat : 19936 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547711290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19937] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19937/stat : 19937 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547710236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19938] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19938/stat : 19938 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547709184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19939] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19939/stat : 19939 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547708131880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19940] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19940/stat : 19940 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547707079080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19941] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19941/stat : 19941 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547549379304 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19942] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19942/stat : 19942 (java) S 19927 19930 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547548325368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19943] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19943/stat : 19943 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547547272968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19944] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19944/stat : 19944 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547546221456 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19945] ppid=19927 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/19930/task/19945/stat : 19945 (java) S 19927 19930 17519 0 -1 4202560 2150 0 0 0 17 0 0 0 20 0 19 0 12504062 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547545168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19946] ppid=19927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/19930/task/19946/stat : 19946 (java) S 19927 19930 17519 0 -1 4202560 3289 0 0 0 26 0 0 0 20 0 19 0 12504062 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547544115256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19947] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19947/stat : 19947 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547543063160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19948] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19948/stat : 19948 (java) S 19927 19930 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547542010568 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19949] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19949/stat : 19949 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504070 9856040960 10865 33554432000 1073741824 1073778376 140733601019312 140547540956584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=19930/tid=19942] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19942/stat : 19942 (java) S 19927 19930 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547548325368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19943] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19943/stat : 19943 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547547272968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19944] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19944/stat : 19944 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547546221456 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19945] ppid=19927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19930/task/19945/stat : 19945 (java) S 19927 19930 17519 0 -1 4202560 3946 0 0 0 31 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547545168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19946] ppid=19927 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/19930/task/19946/stat : 19946 (java) S 19927 19930 17519 0 -1 4202560 10717 0 0 0 87 2 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547544115256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19947] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19947/stat : 19947 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547543063160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19948] ppid=19927 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19930/task/19948/stat : 19948 (java) S 19927 19930 17519 0 -1 4202560 12 0 0 0 1 4 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547542010568 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19949] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19949/stat : 19949 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504070 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547540956584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 201.23
Current children cumulated vsize (KiB) 9625040

[startup+201.601 s]
/proc/loadavg: 2.31 2.28 2.26 3/213 20086
/proc/meminfo: memFree=29043768/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=202.83 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 18426 0 1 0 20275 8 0 0 20 0 19 0 12504056 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 37535 2249 9 0 2396937 0
[pid=19930/tid=19932] ppid=19927 vsize=9625040 CPUtime=201.03 cores=0,2,4,6
/proc/19930/task/19932/stat : 19932 (java) R 19927 19930 17519 0 -1 4202560 2477 0 1 0 20098 5 0 0 20 0 19 0 12504057 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547725384128 140547587672192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19933] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19933/stat : 19933 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547714448168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19934] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19934/stat : 19934 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547713395368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19935] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19935/stat : 19935 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547712343080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19936] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19936/stat : 19936 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547711290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19937] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19937/stat : 19937 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547710236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19938] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19938/stat : 19938 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547709184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19939] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19939/stat : 19939 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547708131880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19940] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19940/stat : 19940 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547707079080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19941] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19941/stat : 19941 (java) S 19927 19930 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547549379304 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19942] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19942/stat : 19942 (java) S 19927 19930 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547548325368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19943] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19943/stat : 19943 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547547272968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19944] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19944/stat : 19944 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547546221456 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19945] ppid=19927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19930/task/19945/stat : 19945 (java) S 19927 19930 17519 0 -1 4202560 3946 0 0 0 31 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547545168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19946] ppid=19927 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/19930/task/19946/stat : 19946 (java) S 19927 19930 17519 0 -1 4202560 10717 0 0 0 87 2 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547544115256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19947] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19947/stat : 19947 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547543063160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19948] ppid=19927 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19930/task/19948/stat : 19948 (java) S 19927 19930 17519 0 -1 4202560 14 0 0 0 1 4 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547542010568 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19949] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19949/stat : 19949 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504070 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547540956584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 202.83
Current children cumulated vsize (KiB) 9625040

[startup+202.401 s]
/proc/loadavg: 2.31 2.28 2.26 3/213 20086
/proc/meminfo: memFree=29043768/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=203.63 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 18427 0 1 0 20355 8 0 0 20 0 19 0 12504056 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 37535 2249 9 0 2396937 0
[pid=19930/tid=19932] ppid=19927 vsize=9625040 CPUtime=201.84 cores=0,2,4,6
/proc/19930/task/19932/stat : 19932 (java) R 19927 19930 17519 0 -1 4202560 2478 0 1 0 20179 5 0 0 20 0 19 0 12504057 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547725377216 140547587765184 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19933] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19933/stat : 19933 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547714448168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19934] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19934/stat : 19934 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547713395368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19935] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19935/stat : 19935 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547712343080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19936] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19936/stat : 19936 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547711290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19937] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19937/stat : 19937 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547710236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19938] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19938/stat : 19938 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547709184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19939] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19939/stat : 19939 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547708131880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19940] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19940/stat : 19940 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547707079080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19941] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19941/stat : 19941 (java) S 19927 19930 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547549379304 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19942] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19942/stat : 19942 (java) S 19927 19930 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547548325368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19943] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19943/stat : 19943 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547547272968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19944] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19944/stat : 19944 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547546221456 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19945] ppid=19927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19930/task/19945/stat : 19945 (java) S 19927 19930 17519 0 -1 4202560 3946 0 0 0 31 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547545168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19946] ppid=19927 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/19930/task/19946/stat : 19946 (java) S 19927 19930 17519 0 -1 4202560 10717 0 0 0 87 2 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547544115256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19947] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19947/stat : 19947 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547543063160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19948] ppid=19927 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19930/task/19948/stat : 19948 (java) S 19927 19930 17519 0 -1 4202560 14 0 0 0 1 4 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547542010568 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19949] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19949/stat : 19949 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504070 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547540956584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 203.63
Current children cumulated vsize (KiB) 9625040

[startup+202.601 s]
/proc/loadavg: 2.31 2.28 2.26 3/213 20086
/proc/meminfo: memFree=29043768/32872528 swapFree=1391980/1569808
[pid=19930] ppid=19927 vsize=9625040 CPUtime=203.83 cores=0,2,4,6
/proc/19930/stat : 19930 (java) S 19927 19930 17519 0 -1 4202496 18427 0 1 0 20375 8 0 0 20 0 19 0 12504056 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140733601010448 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19930/statm: 2406260 37535 2249 9 0 2396937 0
[pid=19930/tid=19932] ppid=19927 vsize=9625040 CPUtime=202.03 cores=0,2,4,6
/proc/19930/task/19932/stat : 19932 (java) R 19927 19930 17519 0 -1 4202560 2478 0 1 0 20198 5 0 0 20 0 19 0 12504057 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547725377216 140547587765189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19933] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19933/stat : 19933 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547714448168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19934] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19934/stat : 19934 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547713395368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19935] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19935/stat : 19935 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547712343080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19936] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19936/stat : 19936 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547711290280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19937] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19937/stat : 19937 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547710236968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19938] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19938/stat : 19938 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547709184168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19939] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19939/stat : 19939 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547708131880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19930/tid=19940] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19940/stat : 19940 (java) S 19927 19930 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12504058 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547707079080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19941] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19941/stat : 19941 (java) S 19927 19930 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547549379304 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19942] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19942/stat : 19942 (java) S 19927 19930 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547548325368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19943] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19943/stat : 19943 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504059 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547547272968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19944] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19944/stat : 19944 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547546221456 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19945] ppid=19927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/19930/task/19945/stat : 19945 (java) S 19927 19930 17519 0 -1 4202560 3946 0 0 0 31 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547545168056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19930/tid=19946] ppid=19927 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/19930/task/19946/stat : 19946 (java) S 19927 19930 17519 0 -1 4202560 10717 0 0 0 87 2 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547544115256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19947] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19947/stat : 19947 (java) S 19927 19930 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547543063160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19930/tid=19948] ppid=19927 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/19930/task/19948/stat : 19948 (java) S 19927 19930 17519 0 -1 4202560 14 0 0 0 1 4 0 0 20 0 19 0 12504062 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547542010568 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19930/tid=19949] ppid=19927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19930/task/19949/stat : 19949 (java) S 19927 19930 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12504070 9856040960 37535 33554432000 1073741824 1073778376 140733601019312 140547540956584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19930 and gives
#  childrusage.ru_utime.tv_sec=203
#  childrusage.ru_utime.tv_usec=281096
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=162975
# CPU time returned by wait4() is 203.444
# while last known CPU time is 203.83
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 202.684
CPU time (s): 203.83
CPU user time (s): 203.75
CPU system time (s): 0.08
CPU usage (%): 100.565
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.281
system time used= 0.162975
maximum resident set size= 150232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18459
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4574
involuntary context switches= 260

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40679 second user time and 1.90571 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 21:39:05
IDJOB=4121782
IDBENCH=110684
IDSOLVER=2546
FILE ID=node140/4121782-1467315545
RUNJOBID= node140-1467308852-17535
PBS_JOBID= 20005285
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-28-2.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121782-1467315545/watcher-4121782-1467315545 -o /tmp/evaluation-result-4121782-1467315545/solver-4121782-1467315545 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121782-1467315545.opb

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

MD5SUM BENCH= 5c4fd26cc7d8059c4d0565731a08826e
RANDOM SEED=1097946987

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29143888 kB
Buffers:          148812 kB
Cached:          1045348 kB
SwapCached:            0 kB
Active:           463900 kB
Inactive:         952788 kB
Active(anon):     216520 kB
Inactive(anon):     8448 kB
Active(file):     247380 kB
Inactive(file):   944340 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:       1742972 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             607872 kB
SReclaimable:      51916 kB
SUnreclaim:       555956 kB
KernelStack:        1760 kB
PageTables:         8176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 71652 MiB
End job on node140 at 2016-06-30 21:42:27