Trace number 4120262

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 655.472 653.374

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n92-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM4b7e05c0098a08389be231b2054e6845
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 benchmark12.6631
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables138
Total number of constraints368
Number of constraints which are clauses368
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4120262-1467310657.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.049s.
0.11/0.15	c declared #vars     138
0.11/0.15	c #constraints  368
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 368
0.11/0.15	c 368 constraints processed.
0.64/0.45	c cleaning 2494 clauses out of 5000 with flag 19512/5000
1.06/0.68	c cleaning 4249 clauses out of 8506 with flag 44382/11000
1.50/1.01	c cleaning 5625 clauses out of 11257 with flag 77821/18000
1.91/1.48	c cleaning 6812 clauses out of 13632 with flag 111952/26000
2.42/1.97	c cleaning 7902 clauses out of 15820 with flag 155614/35000
2.92/2.44	c cleaning 8959 clauses out of 17919 with flag 206346/45001
3.52/3.03	c cleaning 9975 clauses out of 19960 with flag 262685/56001
4.22/3.71	c cleaning 10989 clauses out of 21984 with flag 320903/68000
5.12/4.62	c cleaning 11991 clauses out of 23996 with flag 381409/81001
6.13/5.67	c cleaning 12997 clauses out of 26005 with flag 446141/95001
7.42/6.94	c cleaning 13998 clauses out of 28008 with flag 515584/110001
8.92/8.41	c cleaning 14999 clauses out of 30010 with flag 589891/126001
10.72/10.23	c cleaning 16002 clauses out of 32011 with flag 672803/143001
13.52/13.06	c cleaning 16999 clauses out of 34008 with flag 773854/161000
16.12/15.64	c cleaning 18003 clauses out of 36009 with flag 872760/180000
18.52/18.04	c cleaning 19002 clauses out of 38006 with flag 975863/200000
21.32/20.82	c cleaning 19998 clauses out of 40004 with flag 1081851/221000
24.22/23.79	c cleaning 20996 clauses out of 42006 with flag 1188591/243000
27.91/27.41	c cleaning 21999 clauses out of 44010 with flag 1297306/266000
31.21/30.74	c cleaning 23000 clauses out of 46012 with flag 1387258/290001
35.02/34.59	c cleaning 24002 clauses out of 48011 with flag 1488514/315000
39.32/38.86	c cleaning 25003 clauses out of 50010 with flag 1583192/341001
43.92/43.49	c cleaning 26001 clauses out of 52007 with flag 1685852/368001
49.22/48.72	c cleaning 27000 clauses out of 54005 with flag 1789334/396000
55.22/54.77	c cleaning 27999 clauses out of 56005 with flag 1912924/425000
61.12/60.62	c cleaning 28999 clauses out of 58006 with flag 2041157/455000
65.32/64.81	c cleaning 29999 clauses out of 60008 with flag 2171383/486001
70.81/70.38	c cleaning 30999 clauses out of 62008 with flag 2311418/518000
78.01/77.55	c cleaning 32000 clauses out of 64009 with flag 2463053/551000
85.82/85.33	c cleaning 33001 clauses out of 66010 with flag 2614276/585001
94.52/94.05	c cleaning 34004 clauses out of 68009 with flag 2763798/620001
103.01/102.51	c cleaning 34997 clauses out of 70005 with flag 2929250/656001
112.02/111.59	c cleaning 36000 clauses out of 72007 with flag 3074709/693000
121.72/121.25	c cleaning 37002 clauses out of 74007 with flag 3225579/731000
131.91/131.42	c cleaning 38000 clauses out of 76006 with flag 3399513/770001
141.82/141.35	c cleaning 38998 clauses out of 78006 with flag 3571579/810001
153.12/152.67	c cleaning 40003 clauses out of 80008 with flag 3751077/851001
162.92/162.45	c cleaning 40999 clauses out of 82004 with flag 3931440/893000
173.01/172.53	c cleaning 42000 clauses out of 84005 with flag 4115629/936000
183.95/183.48	c cleaning 42999 clauses out of 86005 with flag 4296665/980000
195.04/194.56	c cleaning 44001 clauses out of 88006 with flag 4488774/1025000
206.35/205.49	c cleaning 44999 clauses out of 90006 with flag 4682654/1071001
219.45/218.27	c cleaning 46001 clauses out of 92007 with flag 4874585/1118001
234.84/233.22	c cleaning 46999 clauses out of 94008 with flag 5066484/1166003
247.63/246.03	c cleaning 48001 clauses out of 96006 with flag 5268290/1215000
264.12/262.59	c cleaning 49000 clauses out of 98005 with flag 5478521/1265000
283.83/282.26	c cleaning 50002 clauses out of 100006 with flag 5687628/1316001
298.13/296.55	c cleaning 50999 clauses out of 102003 with flag 5887755/1368000
310.93/309.37	c cleaning 52000 clauses out of 104005 with flag 6086895/1421001
326.45/324.90	c cleaning 52997 clauses out of 106004 with flag 6293715/1475000
344.55/342.92	c cleaning 54001 clauses out of 108008 with flag 6506481/1530001
359.55/357.94	c cleaning 55002 clauses out of 110007 with flag 6708496/1586001
377.96/376.33	c cleaning 55999 clauses out of 112004 with flag 6923106/1643000
397.66/396.03	c cleaning 57001 clauses out of 114006 with flag 7127498/1701001
421.28/419.51	c cleaning 58000 clauses out of 116003 with flag 7350392/1760000
445.27/443.54	c cleaning 58999 clauses out of 118005 with flag 7578147/1820002
471.37/469.61	c cleaning 59999 clauses out of 120004 with flag 7809013/1881000
493.57/491.82	c cleaning 61003 clauses out of 122006 with flag 8037146/1943001
519.78/518.08	c cleaning 61996 clauses out of 124002 with flag 8265241/2006001
549.62/547.83	c cleaning 63002 clauses out of 126005 with flag 8509238/2070000
590.31/588.51	c cleaning 63996 clauses out of 128002 with flag 8769471/2135000
625.09/623.30	c cleaning 64999 clauses out of 130006 with flag 9015555/2201001
655.09/653.33	c starts		: 595
655.09/653.33	c conflicts		: 2265919
655.09/653.33	c decisions		: 2998140
655.09/653.33	c propagations		: 10589712
655.09/653.33	c inspects		: 17557426304
655.09/653.33	c shortcuts		: 0
655.09/653.33	c learnt literals	: 19
655.09/653.34	c learnt binary clauses	: 18
655.09/653.34	c learnt ternary clauses	: 50
655.09/653.34	c learnt constraints	: 2265899
655.09/653.34	c ignored constraints	: 0
655.09/653.34	c root simplifications	: 0
655.09/653.34	c removed literals (reason simplification)	: 0
655.09/653.34	c reason swapping (by a shorter reason)	: 0
655.09/653.34	c Calls to reduceDB	: 62
655.09/653.34	c Number of update (reduction) of LBD	: 246195
655.09/653.34	c Imported unit clauses	: 0
655.09/653.34	c number of reductions to clauses (during analyze)	: 0
655.09/653.34	c number of learned constraints concerned by reduction	: 0
655.09/653.34	c number of learning phase by resolution	: 0
655.09/653.34	c number of learning phase by cutting planes	: 0
655.09/653.34	c speed (assignments/second)	: 16212.374098076049
655.09/653.34	c non guided choices	697
655.09/653.37	c learnt constraints type 
655.09/653.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
655.09/653.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129891
655.09/653.37	s UNSATISFIABLE
655.09/653.37	c Total wall clock time (in seconds): 653.268

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-4120262-1467310657/watcher-4120262-1467310657 -o /tmp/evaluation-result-4120262-1467310657/solver-4120262-1467310657 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120262-1467310657.opb 

pid=20594
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.04 2.03 1.93 3/194 20597
/proc/meminfo: memFree=28702600/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 11961836 98570240 977 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 24065 977 743 9 0 16771 0
[pid=20597/tid=20598] ppid=20594 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 11961837 98570240 977 33554432000 1073741824 1073778376 140735975460688 139701379501608 218234701184 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.04 2.03 1.93 3/194 20597
/proc/meminfo: memFree=28702600/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 11961836 9787879424 6129 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2389619 6129 2157 9 0 2380296 0
[pid=20597/tid=20598] ppid=20594 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 11961837 9787879424 6129 33554432000 1073741824 1073778376 140735975460688 139701379505056 218238084365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.04 2.03 1.93 3/194 20597
/proc/meminfo: memFree=28702600/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 6890 0 1 0 27 2 0 0 20 0 19 0 11961836 9856040960 7904 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 7905 2227 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 19 0 11961837 9856040960 7905 33554432000 1073741824 1073778376 140735975460688 139701379506816 139701210117546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300266 s]
/proc/loadavg: 2.04 2.03 1.93 3/194 20597
/proc/meminfo: memFree=28702600/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 7247 0 1 0 48 2 0 0 20 0 19 0 11961836 9856040960 8482 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 8482 2242 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 19 0 11961837 9856040960 8482 33554432000 1073741824 1073778376 140735975460688 139701379506152 139701210534415 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.70028 s]
/proc/loadavg: 2.04 2.03 1.93 3/194 20597
/proc/meminfo: memFree=28702600/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 14240 0 1 0 117 3 0 0 20 0 19 0 11961836 9856040960 13297 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 13297 2254 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2402 0 1 0 66 1 0 0 20 0 19 0 11961837 9856040960 13297 33554432000 1073741824 1073778376 140735975460688 139701379497664 139701210534814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.11 2.05 1.93 3/213 20616
/proc/meminfo: memFree=28655656/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 14246 0 1 0 199 3 0 0 20 0 19 0 11961836 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 13813 2256 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2404 0 1 0 146 2 0 0 20 0 19 0 11961837 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701379504576 139701210534851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701340998056 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701339945512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701338892456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701337839912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701336787880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701335735336 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701334682280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701333629736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701203732840 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701202679160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701201625992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701200574736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 19879 0 -1 4202560 2282 0 0 0 21 0 0 0 20 0 19 0 11961841 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701199522616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 19879 0 -1 4202560 8287 0 0 0 28 2 0 0 20 0 19 0 11961841 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701198470072 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701197417208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701196364872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20616/stat : 20616 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961852 9856040960 13813 33554432000 1073741824 1073778376 140735975460688 139701195260968 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.11 2.05 1.93 3/213 20616
/proc/meminfo: memFree=28653112/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 14249 0 1 0 359 3 0 0 20 0 19 0 11961836 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 15349 2256 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2407 0 1 0 306 2 0 0 20 0 19 0 11961837 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701379497664 139701210534856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701340998056 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701339945512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701338892456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701337839912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701336787880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701335735336 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701334682280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701333629736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701203732840 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701202679160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701201625992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701200574736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 19879 0 -1 4202560 2282 0 0 0 21 0 0 0 20 0 19 0 11961841 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701199522616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 19879 0 -1 4202560 8287 0 0 0 28 2 0 0 20 0 19 0 11961841 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701198470072 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701197417208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701196364872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20616/stat : 20616 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961852 9856040960 15349 33554432000 1073741824 1073778376 140735975460688 139701195260968 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.11 2.05 1.93 3/213 20616
/proc/meminfo: memFree=28650220/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 14254 0 1 0 679 3 0 0 20 0 19 0 11961836 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 15443 2257 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2411 0 1 0 626 2 0 0 20 0 19 0 11961837 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701379497664 139701210534851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701340998056 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701339945512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701338892456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701337839912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701336787880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701335735336 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701334682280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701333629736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701203732840 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701202679160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701201625992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701200574736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 19879 0 -1 4202560 2282 0 0 0 21 0 0 0 20 0 19 0 11961841 9856040960 15443 33554432000 1073741824 1073778376 140735975460688 139701199522616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9625040 CPUtime=0.3 cores=1,3,5,7

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

[pid=20597/tid=20602] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701338892456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701337839912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701336787880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701335735336 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701334682280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701333629736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 19879 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701203732840 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701202679160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701201625992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701200574736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 19879 0 -1 4202560 4363 0 0 0 39 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701199522616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 19879 0 -1 4202560 17778 0 0 0 133 3 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701198470072 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701197417208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 19879 0 -1 4202560 38 0 0 0 8 12 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701196364872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20616/stat : 20616 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961852 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701195260968 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 653.79
Current children cumulated vsize (KiB) 9625040

[startup+652.801 s]
/proc/loadavg: 2.00 2.01 1.94 3/213 20632
/proc/meminfo: memFree=28477780/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=654.59 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 25996 0 1 0 65443 16 0 0 20 0 19 0 11961836 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 51977 2271 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=652.73 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2483 0 1 0 65257 16 0 0 20 0 19 0 11961837 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701379497664 139701210852493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701340998056 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701339945512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701338892456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701337839912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701336787880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701335735336 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701334682280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701333629736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 19879 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701203732840 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701202679160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701201625992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701200574736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 19879 0 -1 4202560 4363 0 0 0 39 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701199522616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 19879 0 -1 4202560 17778 0 0 0 133 3 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701198470072 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701197417208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 19879 0 -1 4202560 38 0 0 0 8 12 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701196364872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20616/stat : 20616 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961852 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701195260968 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 654.59
Current children cumulated vsize (KiB) 9625040

[startup+653.201 s]
/proc/loadavg: 2.00 2.01 1.94 3/213 20632
/proc/meminfo: memFree=28477780/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=654.99 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 25996 0 1 0 65483 16 0 0 20 0 19 0 11961836 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 51977 2271 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=653.13 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2483 0 1 0 65297 16 0 0 20 0 19 0 11961837 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701379497664 139701210852493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701340998056 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701339945512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701338892456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701337839912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701336787880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701335735336 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701334682280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701333629736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 19879 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701203732840 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701202679160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701201625992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701200574736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 19879 0 -1 4202560 4363 0 0 0 39 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701199522616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 19879 0 -1 4202560 17778 0 0 0 133 3 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701198470072 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701197417208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 19879 0 -1 4202560 38 0 0 0 8 12 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701196364872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20616/stat : 20616 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961852 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701195260968 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 654.99
Current children cumulated vsize (KiB) 9625040

[startup+653.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/213 20632
/proc/meminfo: memFree=28477780/32872528 swapFree=7620/7620
[pid=20597] ppid=20594 vsize=9625040 CPUtime=655.09 cores=1,3,5,7
/proc/20597/stat : 20597 (java) S 20594 20597 19879 0 -1 4202496 25996 0 1 0 65493 16 0 0 20 0 19 0 11961836 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 140735975451824 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20597/statm: 2406260 51977 2271 9 0 2396937 0
[pid=20597/tid=20598] ppid=20594 vsize=9625040 CPUtime=653.23 cores=1,3,5,7
/proc/20597/task/20598/stat : 20598 (java) R 20594 20597 19879 0 -1 4202560 2483 0 1 0 65307 16 0 0 20 0 19 0 11961837 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701379497664 139701210852493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20600] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20600/stat : 20600 (java) S 20594 20597 19879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701340998056 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20601] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20601/stat : 20601 (java) S 20594 20597 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701339945512 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20602] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20602/stat : 20602 (java) S 20594 20597 19879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701338892456 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20597/tid=20603] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20603/stat : 20603 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701337839912 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20604] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20604/stat : 20604 (java) S 20594 20597 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701336787880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20605] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20605/stat : 20605 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701335735336 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20606] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20606/stat : 20606 (java) S 20594 20597 19879 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701334682280 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20597/tid=20607] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20607/stat : 20607 (java) S 20594 20597 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11961838 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701333629736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20608] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20608/stat : 20608 (java) S 20594 20597 19879 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701203732840 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20609] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20609/stat : 20609 (java) S 20594 20597 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701202679160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20610] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20610/stat : 20610 (java) S 20594 20597 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 11961839 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701201625992 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20611] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20611/stat : 20611 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701200574736 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20612] ppid=20594 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/20597/task/20612/stat : 20612 (java) S 20594 20597 19879 0 -1 4202560 4363 0 0 0 39 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701199522616 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20613] ppid=20594 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/20597/task/20613/stat : 20613 (java) S 20594 20597 19879 0 -1 4202560 17778 0 0 0 133 3 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701198470072 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20614] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20614/stat : 20614 (java) S 20594 20597 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701197417208 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20597/tid=20615] ppid=20594 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20597/task/20615/stat : 20615 (java) S 20594 20597 19879 0 -1 4202560 38 0 0 0 8 12 0 0 20 0 19 0 11961841 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701196364872 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20597/tid=20616] ppid=20594 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20597/task/20616/stat : 20616 (java) S 20594 20597 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11961852 9856040960 51977 33554432000 1073741824 1073778376 140735975460688 139701195260968 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 655.09
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 653.374
CPU time (s): 655.472
CPU user time (s): 655.061
CPU system time (s): 0.410937
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 655.061
system time used= 0.410937
maximum resident set size= 208008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26030
page faults= 1
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14021
involuntary context switches= 1580

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.93171 second user time and 2.45363 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 20:17:37
IDJOB=4120262
IDBENCH=109857
IDSOLVER=2546
FILE ID=node106/4120262-1467310657
RUNJOBID= node106-1467308742-19896
PBS_JOBID= 20005279
Free space on /tmp= 71748 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-n92-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120262-1467310657/watcher-4120262-1467310657 -o /tmp/evaluation-result-4120262-1467310657/solver-4120262-1467310657 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120262-1467310657.opb

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

MD5SUM BENCH= 4b7e05c0098a08389be231b2054e6845
RANDOM SEED=667151023

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28703136 kB
Buffers:           78428 kB
Cached:          3132240 kB
SwapCached:            0 kB
Active:          2513652 kB
Inactive:         871308 kB
Active(anon):     161176 kB
Inactive(anon):    15724 kB
Active(file):    2352476 kB
Inactive(file):   855584 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               592 kB
Writeback:             0 kB
AnonPages:        237136 kB
Mapped:            23440 kB
Shmem:               204 kB
Slab:             625720 kB
SReclaimable:      68920 kB
SUnreclaim:       556800 kB
KernelStack:        1760 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 71748 MiB
End job on node106 at 2016-06-30 20:28:31