Trace number 4122710

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 314.24 313.104

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM904dea184415f955fff55e4b1f07da06
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 benchmark2.57661
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4122710-1467317419.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.044s.
0.09/0.16	c declared #vars     120
0.09/0.16	c #constraints  320
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.09/0.16	c 320 constraints processed.
0.65/0.42	c cleaning 2495 clauses out of 5001 with flag 18287/5001
1.09/0.62	c cleaning 4249 clauses out of 8505 with flag 45863/11000
1.40/0.90	c cleaning 5622 clauses out of 11256 with flag 80019/18000
1.71/1.28	c cleaning 6810 clauses out of 13634 with flag 116292/26000
2.42/1.99	c cleaning 7910 clauses out of 15825 with flag 167882/35001
3.12/2.66	c cleaning 8949 clauses out of 17914 with flag 216767/45000
3.83/3.40	c cleaning 9980 clauses out of 19965 with flag 268238/56000
4.82/4.37	c cleaning 10988 clauses out of 21986 with flag 326508/68001
5.92/5.43	c cleaning 11993 clauses out of 23998 with flag 392992/81001
6.92/6.48	c cleaning 12997 clauses out of 26005 with flag 455462/95001
8.12/7.67	c cleaning 14002 clauses out of 28008 with flag 522887/110001
9.52/9.03	c cleaning 14998 clauses out of 30005 with flag 597259/126000
11.02/10.56	c cleaning 15998 clauses out of 32007 with flag 673223/143000
12.92/12.42	c cleaning 17000 clauses out of 34010 with flag 755742/161001
15.02/14.57	c cleaning 17999 clauses out of 36010 with flag 845543/180001
17.42/16.91	c cleaning 19000 clauses out of 38011 with flag 941085/200001
19.82/19.38	c cleaning 20004 clauses out of 40011 with flag 1030550/221001
22.12/21.62	c cleaning 21002 clauses out of 42007 with flag 1126088/243001
24.92/24.44	c cleaning 21999 clauses out of 44005 with flag 1242811/266001
28.52/28.04	c cleaning 23000 clauses out of 46006 with flag 1366882/290001
31.12/30.60	c cleaning 23999 clauses out of 48006 with flag 1481169/315001
34.32/33.86	c cleaning 25000 clauses out of 50007 with flag 1592548/341001
38.02/37.51	c cleaning 25999 clauses out of 52006 with flag 1710137/368000
42.22/41.72	c cleaning 26999 clauses out of 54008 with flag 1847495/396001
46.62/46.16	c cleaning 27998 clauses out of 56009 with flag 1989838/425001
50.92/50.41	c cleaning 29003 clauses out of 58010 with flag 2111904/455000
55.72/55.22	c cleaning 29999 clauses out of 60009 with flag 2243503/486002
60.42/59.99	c cleaning 31000 clauses out of 62009 with flag 2379962/518001
65.32/64.83	c cleaning 31999 clauses out of 64008 with flag 2517408/551000
70.52/70.09	c cleaning 33000 clauses out of 66009 with flag 2652563/585000
77.82/77.33	c cleaning 33997 clauses out of 68010 with flag 2810971/620001
84.52/84.03	c cleaning 35005 clauses out of 70013 with flag 2965834/656001
91.93/91.41	c cleaning 36000 clauses out of 72008 with flag 3121054/693001
99.32/98.87	c cleaning 37001 clauses out of 74007 with flag 3274686/731000
107.12/106.63	c cleaning 37999 clauses out of 76006 with flag 3439099/770000
116.43/115.91	c cleaning 39000 clauses out of 78007 with flag 3602183/810000
125.43/124.91	c cleaning 39999 clauses out of 80008 with flag 3786632/851001
135.44/134.97	c cleaning 40996 clauses out of 82009 with flag 3987779/893001
148.15/147.64	c cleaning 42000 clauses out of 84012 with flag 4200043/936000
162.65/162.16	c cleaning 43003 clauses out of 86013 with flag 4412903/980001
176.15/175.62	c cleaning 44005 clauses out of 88009 with flag 4621486/1025000
188.96/188.42	c cleaning 45003 clauses out of 90005 with flag 4822341/1071001
203.14/202.20	c cleaning 45996 clauses out of 92002 with flag 5020493/1118001
217.96/217.03	c cleaning 47003 clauses out of 94006 with flag 5219276/1166001
238.46/237.58	c cleaning 47998 clauses out of 96003 with flag 5430643/1215001
256.57/255.69	c cleaning 48995 clauses out of 98003 with flag 5644241/1265000
274.49/273.53	c cleaning 50005 clauses out of 100009 with flag 5858647/1316001
293.04/292.03	c cleaning 50997 clauses out of 102002 with flag 6072126/1368000
312.89/311.80	c cleaning 52001 clauses out of 104003 with flag 6283707/1421000
314.09/313.06	c starts		: 515
314.09/313.06	c conflicts		: 1427288
314.09/313.06	c decisions		: 1753506
314.09/313.06	c propagations		: 8753027
314.09/313.06	c inspects		: 8565855691
314.09/313.06	c shortcuts		: 0
314.09/313.06	c learnt literals	: 17
314.09/313.06	c learnt binary clauses	: 14
314.09/313.06	c learnt ternary clauses	: 32
314.09/313.06	c learnt constraints	: 1427270
314.09/313.06	c ignored constraints	: 0
314.09/313.06	c root simplifications	: 0
314.09/313.06	c removed literals (reason simplification)	: 0
314.09/313.06	c reason swapping (by a shorter reason)	: 0
314.09/313.06	c Calls to reduceDB	: 49
314.09/313.06	c Number of update (reduction) of LBD	: 197486
314.09/313.06	c Imported unit clauses	: 0
314.09/313.06	c number of reductions to clauses (during analyze)	: 0
314.09/313.06	c number of learned constraints concerned by reduction	: 0
314.09/313.06	c number of learning phase by resolution	: 0
314.09/313.06	c number of learning phase by cutting planes	: 0
314.09/313.06	c speed (assignments/second)	: 27973.790432117505
314.09/313.06	c non guided choices	478
314.09/313.09	c learnt constraints type 
314.09/313.09	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
314.09/313.09	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58262
314.09/313.09	s UNSATISFIABLE
314.09/313.09	c Total wall clock time (in seconds): 312.971

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

pid=20325
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.33 2.27 2.26 3/195 20328
/proc/meminfo: memFree=29185780/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20328/stat : 20328 (java) R 20325 20328 17519 0 -1 4202496 159 0 0 0 0 0 0 0 20 0 1 0 12691487 278528 34 33554432000 1073741824 1073778376 140733873537472 140733873534648 213410475303 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20328/statm: 68 34 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.33 2.27 2.26 3/195 20328
/proc/meminfo: memFree=29185780/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 12691487 9787879424 6023 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 2.33 2.27 2.26 3/195 20328
/proc/meminfo: memFree=29185780/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 6317 0 1 0 24 1 0 0 20 0 19 0 12691487 9856040960 7391 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 7391 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300227 s]
/proc/loadavg: 2.33 2.27 2.26 3/195 20328
/proc/meminfo: memFree=29185780/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 7051 0 1 0 47 1 0 0 20 0 19 0 12691487 9856040960 7786 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 7786 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700188 s]
/proc/loadavg: 2.33 2.27 2.26 3/195 20328
/proc/meminfo: memFree=29185780/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 14171 0 1 0 117 3 0 0 20 0 19 0 12691487 9856040960 12690 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 12690 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.46 2.30 2.27 3/214 20347
/proc/meminfo: memFree=29141796/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 14177 0 1 0 200 3 0 0 20 0 19 0 12691487 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 13717 2250 9 0 2396937 0
[pid=20328/tid=20330] ppid=20325 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/20328/task/20330/stat : 20330 (java) R 20325 20328 17519 0 -1 4202560 2414 0 1 0 145 0 0 0 20 0 19 0 12691488 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361529090176 140361360423688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20331] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20331/stat : 20331 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361490582568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20332] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20332/stat : 20332 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361489529768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20333] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20333/stat : 20333 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361488476968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20334] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20334/stat : 20334 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361487424168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20335] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20335/stat : 20335 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361486371368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20336] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20336/stat : 20336 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361485318568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20337] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20337/stat : 20337 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361484265768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20338] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20338/stat : 20338 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361483212968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20339] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20339/stat : 20339 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691490 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361352575976 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20340] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20340/stat : 20340 (java) S 20325 20328 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361351522040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20341] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20341/stat : 20341 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361350469128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20342] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20342/stat : 20342 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361349417616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20343] ppid=20325 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20328/task/20343/stat : 20343 (java) S 20325 20328 17519 0 -1 4202560 7986 0 0 0 32 1 0 0 20 0 19 0 12691493 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361348364728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20344] ppid=20325 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20328/task/20344/stat : 20344 (java) S 20325 20328 17519 0 -1 4202560 2507 0 0 0 20 0 0 0 20 0 19 0 12691493 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361347311928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20345] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20345/stat : 20345 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361346259320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20346] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20346/stat : 20346 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140361345206728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20347] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20347/stat : 20347 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691503 9856040960 13717 33554432000 1073741824 1073778376 140736835850544 140360336533160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.46 2.30 2.27 3/214 20347
/proc/meminfo: memFree=29139376/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 14178 0 1 0 359 3 0 0 20 0 19 0 12691487 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 14229 2250 9 0 2396937 0
[pid=20328/tid=20330] ppid=20325 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/20328/task/20330/stat : 20330 (java) R 20325 20328 17519 0 -1 4202560 2415 0 1 0 303 1 0 0 20 0 19 0 12691488 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361529081552 140361360384086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20331] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20331/stat : 20331 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361490582568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20332] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20332/stat : 20332 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361489529768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20333] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20333/stat : 20333 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361488476968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20334] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20334/stat : 20334 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361487424168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20335] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20335/stat : 20335 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361486371368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20336] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20336/stat : 20336 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361485318568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20337] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20337/stat : 20337 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361484265768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20338] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20338/stat : 20338 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361483212968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20339] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20339/stat : 20339 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691490 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361352575976 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20340] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20340/stat : 20340 (java) S 20325 20328 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361351522040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20341] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20341/stat : 20341 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361350469128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20342] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20342/stat : 20342 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361349417616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20343] ppid=20325 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20328/task/20343/stat : 20343 (java) S 20325 20328 17519 0 -1 4202560 7986 0 0 0 32 1 0 0 20 0 19 0 12691493 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361348364728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20344] ppid=20325 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20328/task/20344/stat : 20344 (java) S 20325 20328 17519 0 -1 4202560 2507 0 0 0 20 0 0 0 20 0 19 0 12691493 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361347311928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20345] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20345/stat : 20345 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361346259320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20346] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20346/stat : 20346 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140361345206728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20347] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20347/stat : 20347 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691503 9856040960 14229 33554432000 1073741824 1073778376 140736835850544 140360336533160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.46 2.30 2.27 3/214 20347
/proc/meminfo: memFree=29133308/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 14183 0 1 0 679 3 0 0 20 0 19 0 12691487 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 15514 2251 9 0 2396937 0
[pid=20328/tid=20330] ppid=20325 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/20328/task/20330/stat : 20330 (java) R 20325 20328 17519 0 -1 4202560 2419 0 1 0 622 1 0 0 20 0 19 0 12691488 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361529081552 140361360383935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20331] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20331/stat : 20331 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361490582568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20332] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20332/stat : 20332 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361489529768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20333] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20333/stat : 20333 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361488476968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20334] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20334/stat : 20334 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361487424168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20335] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20335/stat : 20335 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361486371368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20336] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20336/stat : 20336 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361485318568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20337] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20337/stat : 20337 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361484265768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20338] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20338/stat : 20338 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361483212968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20339] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20339/stat : 20339 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691490 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361352575976 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20340] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20340/stat : 20340 (java) S 20325 20328 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361351522040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20341] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20341/stat : 20341 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361350469128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20342] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20342/stat : 20342 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361349417616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20343] ppid=20325 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20328/task/20343/stat : 20343 (java) S 20325 20328 17519 0 -1 4202560 7986 0 0 0 32 1 0 0 20 0 19 0 12691493 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361348364728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20344] ppid=20325 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20328/task/20344/stat : 20344 (java) S 20325 20328 17519 0 -1 4202560 2507 0 0 0 20 0 0 0 20 0 19 0 12691493 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361347311928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20345] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20345/stat : 20345 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361346259320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20346] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20346/stat : 20346 (java) S 20325 20328 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140361345206728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20347] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20347/stat : 20347 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691503 9856040960 15514 33554432000 1073741824 1073778376 140736835850544 140360336533160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=20328/tid=20338] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20338/stat : 20338 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361483212968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20339] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20339/stat : 20339 (java) S 20325 20328 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12691490 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361352575976 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20340] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20340/stat : 20340 (java) S 20325 20328 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361351522040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20341] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20341/stat : 20341 (java) S 20325 20328 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361350469128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20342] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20342/stat : 20342 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361349417616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20343] ppid=20325 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/20328/task/20343/stat : 20343 (java) S 20325 20328 17519 0 -1 4202560 12678 0 0 0 80 3 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361348364728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20344] ppid=20325 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20328/task/20344/stat : 20344 (java) S 20325 20328 17519 0 -1 4202560 2674 0 0 0 24 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361347311928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20345] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20345/stat : 20345 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361346259320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20346] ppid=20325 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20328/task/20346/stat : 20346 (java) S 20325 20328 17519 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361345206728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20347] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20347/stat : 20347 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691503 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140360336533160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 313.09
Current children cumulated vsize (KiB) 9625040

[startup+312.801 s]
/proc/loadavg: 2.15 2.25 2.26 3/213 20353
/proc/meminfo: memFree=28999460/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=313.89 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 19175 0 1 0 31380 9 0 0 20 0 19 0 12691487 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 43690 2271 9 0 2396937 0
[pid=20328/tid=20330] ppid=20325 vsize=9625040 CPUtime=311.92 cores=1,3,5,7
/proc/20328/task/20330/stat : 20330 (java) R 20325 20328 17519 0 -1 4202560 2495 0 1 0 31186 6 0 0 20 0 19 0 12691488 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361529081552 140361360384108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20331] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20331/stat : 20331 (java) S 20325 20328 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361490582568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20332] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20332/stat : 20332 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361489529768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20333] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20333/stat : 20333 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361488476968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20334] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20334/stat : 20334 (java) S 20325 20328 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361487424168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20335] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20335/stat : 20335 (java) S 20325 20328 17519 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361486371368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20336] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20336/stat : 20336 (java) S 20325 20328 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361485318568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20337] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20337/stat : 20337 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361484265768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20338] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20338/stat : 20338 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361483212968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20339] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20339/stat : 20339 (java) S 20325 20328 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12691490 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361352575976 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20340] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20340/stat : 20340 (java) S 20325 20328 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361351522040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20341] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20341/stat : 20341 (java) S 20325 20328 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361350469128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20342] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20342/stat : 20342 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361349417616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20343] ppid=20325 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/20328/task/20343/stat : 20343 (java) S 20325 20328 17519 0 -1 4202560 12678 0 0 0 80 3 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361348364728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20344] ppid=20325 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20328/task/20344/stat : 20344 (java) S 20325 20328 17519 0 -1 4202560 2674 0 0 0 24 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361347311928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20345] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20345/stat : 20345 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361346259320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20346] ppid=20325 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20328/task/20346/stat : 20346 (java) S 20325 20328 17519 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361345206728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20347] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20347/stat : 20347 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691503 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140360336533160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 313.89
Current children cumulated vsize (KiB) 9625040

[startup+313.001 s]
/proc/loadavg: 2.15 2.25 2.26 3/213 20353
/proc/meminfo: memFree=28999460/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9625040 CPUtime=314.09 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 19175 0 1 0 31400 9 0 0 20 0 19 0 12691487 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2406260 43690 2271 9 0 2396937 0
[pid=20328/tid=20330] ppid=20325 vsize=9625040 CPUtime=312.12 cores=1,3,5,7
/proc/20328/task/20330/stat : 20330 (java) R 20325 20328 17519 0 -1 4202560 2495 0 1 0 31206 6 0 0 20 0 19 0 12691488 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361529081552 140361360218032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20331] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20331/stat : 20331 (java) S 20325 20328 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361490582568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20332] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20332/stat : 20332 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361489529768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20333] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20333/stat : 20333 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361488476968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20334] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20334/stat : 20334 (java) S 20325 20328 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361487424168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20335] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20335/stat : 20335 (java) S 20325 20328 17519 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361486371368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20336] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20336/stat : 20336 (java) S 20325 20328 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361485318568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20337] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20337/stat : 20337 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361484265768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20338] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20338/stat : 20338 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12691489 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361483212968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20339] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20339/stat : 20339 (java) S 20325 20328 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12691490 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361352575976 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20340] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20340/stat : 20340 (java) S 20325 20328 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361351522040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20341] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20341/stat : 20341 (java) S 20325 20328 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12691491 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361350469128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20342] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20342/stat : 20342 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361349417616 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20343] ppid=20325 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/20328/task/20343/stat : 20343 (java) S 20325 20328 17519 0 -1 4202560 12678 0 0 0 80 3 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361348364728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20344] ppid=20325 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/20328/task/20344/stat : 20344 (java) S 20325 20328 17519 0 -1 4202560 2674 0 0 0 24 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361347311928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20345] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20345/stat : 20345 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361346259320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20346] ppid=20325 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/20328/task/20346/stat : 20346 (java) S 20325 20328 17519 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 12691493 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140361345206728 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20347] ppid=20325 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20347/stat : 20347 (java) S 20325 20328 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12691503 9856040960 43690 33554432000 1073741824 1073778376 140736835850544 140360336533160 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 314.09
Current children cumulated vsize (KiB) 9625040

[startup+313.101 s]
/proc/loadavg: 2.15 2.25 2.26 3/213 20353
/proc/meminfo: memFree=28999460/32872528 swapFree=1391980/1569808
[pid=20328] ppid=20325 vsize=9691604 CPUtime=314.24 cores=1,3,5,7
/proc/20328/stat : 20328 (java) S 20325 20328 17519 0 -1 4202496 19203 0 1 0 31411 13 0 0 20 0 17 0 12691487 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140736835841680 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20328/statm: 2422901 43713 2283 9 0 2413578 0
[pid=20328/tid=20330] ppid=20325 vsize=9691604 CPUtime=312.19 cores=1,3,5,7
/proc/20328/task/20330/stat : 20330 (java) S 20325 20328 17519 0 -1 4202560 2497 0 1 0 31213 6 0 0 20 0 17 0 12691488 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361529090744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20331] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20331/stat : 20331 (java) S 20325 20328 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361490582568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20332] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20332/stat : 20332 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361489529768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20333] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20333/stat : 20333 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361488476968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20334] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20334/stat : 20334 (java) S 20325 20328 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361487424168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20335] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20335/stat : 20335 (java) S 20325 20328 17519 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361486371368 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20336] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20336/stat : 20336 (java) S 20325 20328 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361485318568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20337] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20337/stat : 20337 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361484265768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20338] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20338/stat : 20338 (java) S 20325 20328 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 17 0 12691489 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361483212968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20339] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20339/stat : 20339 (java) S 20325 20328 17519 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 17 0 12691490 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361352575528 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20328/tid=20340] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20340/stat : 20340 (java) S 20325 20328 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 12691491 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361351522040 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20341] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20341/stat : 20341 (java) S 20325 20328 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 17 0 12691491 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361350469128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20342] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20342/stat : 20342 (java) S 20325 20328 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 12691493 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361349416392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20328/tid=20343] ppid=20325 vsize=9691604 CPUtime=0.84 cores=1,3,5,7
/proc/20328/task/20343/stat : 20343 (java) S 20325 20328 17519 0 -1 4202560 12678 0 0 0 81 3 0 0 20 0 17 0 12691493 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361348364728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20328/tid=20344] ppid=20325 vsize=9691604 CPUtime=0.26 cores=1,3,5,7
/proc/20328/task/20344/stat : 20344 (java) S 20325 20328 17519 0 -1 4202560 2684 0 0 0 26 0 0 0 20 0 17 0 12691493 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361347297720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20328/tid=20345] ppid=20325 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/20328/task/20345/stat : 20345 (java) S 20325 20328 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 12691493 9924202496 43713 33554432000 1073741824 1073778376 140736835850544 140361346259320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 314.24
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20328 and gives
#  childrusage.ru_utime.tv_sec=313
#  childrusage.ru_utime.tv_usec=293372
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=191970
# CPU time returned by wait4() is 313.485
# while last known CPU time is 314.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 313.104
CPU time (s): 314.24
CPU user time (s): 314.11
CPU system time (s): 0.13
CPU usage (%): 100.363
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 313.293
system time used= 0.19197
maximum resident set size= 184212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19203
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6914
involuntary context switches= 502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.80472 second user time and 2.33465 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 22:10:19
IDJOB=4122710
IDBENCH=111260
IDSOLVER=2546
FILE ID=node140/4122710-1467317419
RUNJOBID= node140-1467308852-17536
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-tseitin-regular-n80-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-4122710-1467317419/watcher-4122710-1467317419 -o /tmp/evaluation-result-4122710-1467317419/solver-4122710-1467317419 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122710-1467317419.opb

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

MD5SUM BENCH= 904dea184415f955fff55e4b1f07da06
RANDOM SEED=1994266146

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:        29186308 kB
Buffers:          150624 kB
Cached:          1046000 kB
SwapCached:            0 kB
Active:           418348 kB
Inactive:         954660 kB
Active(anon):     170632 kB
Inactive(anon):     8448 kB
Active(file):     247716 kB
Inactive(file):   946212 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               888 kB
Writeback:             0 kB
AnonPages:       1748168 kB
Mapped:            22060 kB
Shmem:               204 kB
Slab:             608140 kB
SReclaimable:      52028 kB
SUnreclaim:       556112 kB
KernelStack:        1608 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261184 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 22:15:32