Trace number 4120518

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 63.48 62.5835

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-17.cnf.gz-plain.pb.metafix.opb
MD5SUM9cd6f3f34fa5ce5d224406a2445ccb4e
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 benchmark16.3055
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables69
Total number of constraints148
Number of constraints which are clauses148
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@587bd9f2
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@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4120518-1467311360.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.024s.
0.09/0.14	c declared #vars     69
0.09/0.14	c #constraints  148
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 148
0.09/0.14	c 148 constraints processed.
0.59/0.47	c cleaning 2497 clauses out of 5002 with flag 26044/5002
1.17/0.81	c cleaning 4245 clauses out of 8503 with flag 65189/11000
1.57/1.25	c cleaning 5626 clauses out of 11258 with flag 105680/18000
2.17/1.82	c cleaning 6811 clauses out of 13632 with flag 161890/26000
2.99/2.62	c cleaning 7911 clauses out of 15825 with flag 222426/35004
3.80/3.48	c cleaning 8952 clauses out of 17910 with flag 290877/45000
4.99/4.63	c cleaning 9969 clauses out of 19958 with flag 367888/56000
6.29/5.96	c cleaning 10983 clauses out of 21989 with flag 450601/68000
7.80/7.48	c cleaning 11999 clauses out of 24006 with flag 551655/81000
9.70/9.31	c cleaning 12994 clauses out of 26007 with flag 650788/95000
11.90/11.51	c cleaning 14004 clauses out of 28014 with flag 765848/110001
14.30/13.93	c cleaning 15000 clauses out of 30009 with flag 888053/126000
16.90/16.57	c cleaning 16002 clauses out of 32009 with flag 1009055/143000
19.82/19.47	c cleaning 16995 clauses out of 34007 with flag 1133442/161000
23.40/22.68	c cleaning 18000 clauses out of 36012 with flag 1262041/180000
27.09/26.34	c cleaning 19000 clauses out of 38013 with flag 1395765/200001
31.19/30.49	c cleaning 20002 clauses out of 40012 with flag 1533871/221000
36.24/35.45	c cleaning 21005 clauses out of 42013 with flag 1688914/243004
41.34/40.50	c cleaning 21997 clauses out of 44004 with flag 1861075/266000
47.24/46.45	c cleaning 22998 clauses out of 46007 with flag 2033533/290000
53.64/52.82	c cleaning 24001 clauses out of 48009 with flag 2202730/315000
60.73/59.81	c cleaning 25002 clauses out of 50007 with flag 2386514/341001
63.48/62.55	c starts		: 154
63.48/62.55	c conflicts		: 353683
63.48/62.55	c decisions		: 444579
63.48/62.55	c propagations		: 6729290
63.48/62.55	c inspects		: 1624444434
63.48/62.55	c shortcuts		: 0
63.48/62.55	c learnt literals	: 17
63.48/62.55	c learnt binary clauses	: 13
63.48/62.55	c learnt ternary clauses	: 30
63.48/62.55	c learnt constraints	: 353665
63.48/62.55	c ignored constraints	: 0
63.48/62.55	c root simplifications	: 0
63.48/62.55	c removed literals (reason simplification)	: 0
63.48/62.55	c reason swapping (by a shorter reason)	: 0
63.48/62.55	c Calls to reduceDB	: 22
63.48/62.55	c Number of update (reduction) of LBD	: 120424
63.48/62.55	c Imported unit clauses	: 0
63.48/62.55	c number of reductions to clauses (during analyze)	: 0
63.48/62.55	c number of learned constraints concerned by reduction	: 0
63.48/62.55	c number of learning phase by resolution	: 0
63.48/62.55	c number of learning phase by cutting planes	: 0
63.48/62.55	c speed (assignments/second)	: 107829.08968545195
63.48/62.55	c non guided choices	13
63.48/62.57	c learnt constraints type 
63.48/62.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
63.48/62.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37659
63.48/62.57	s UNSATISFIABLE
63.48/62.57	c Total wall clock time (in seconds): 62.449

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-4120518-1467311360/watcher-4120518-1467311360 -o /tmp/evaluation-result-4120518-1467311360/solver-4120518-1467311360 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120518-1467311360.opb 

pid=14191
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.18 2.14 2.05 3/194 14194
/proc/meminfo: memFree=26490016/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14194/stat : 14194 (java) D 14191 14194 13214 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 12103357 278528 33 33554432000 1073741824 1073778376 140733857228272 140733857225448 213183982887 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 68 33 25 9 0 25 0

[startup+0.100058 s]
/proc/loadavg: 2.18 2.14 2.05 3/194 14194
/proc/meminfo: memFree=26490016/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 12103357 9787879424 6025 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.18 2.14 2.05 3/194 14194
/proc/meminfo: memFree=26490016/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 6625 0 1 0 24 1 0 0 20 0 19 0 12103357 9856040960 7720 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 7720 2208 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300284 s]
/proc/loadavg: 2.18 2.14 2.05 3/194 14194
/proc/meminfo: memFree=26490016/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 6828 0 1 0 44 2 0 0 20 0 19 0 12103357 9856040960 7533 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 7533 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700252 s]
/proc/loadavg: 2.18 2.14 2.05 3/194 14194
/proc/meminfo: memFree=26490016/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 9315 0 1 0 104 2 0 0 20 0 19 0 12103357 9856040960 8100 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 8100 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.25 2.16 2.06 3/213 14213
/proc/meminfo: memFree=26465448/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 9318 0 1 0 185 2 0 0 20 0 19 0 12103357 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 8613 2240 9 0 2396937 0
[pid=14194/tid=14196] ppid=14191 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/14194/task/14196/stat : 14196 (java) R 14191 14194 13214 0 -1 4202560 2399 0 1 0 145 0 0 0 20 0 19 0 12103358 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153477947072 140153322889036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14197] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14197/stat : 14197 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153450408744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14198] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14198/stat : 14198 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153449355944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14199] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14199/stat : 14199 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153448303656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14194/tid=14200] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14200/stat : 14200 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153447250856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14201] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14201/stat : 14201 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153446197544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14202] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14202/stat : 14202 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153445144744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14203] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14203/stat : 14203 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153444092456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14204] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14204/stat : 14204 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140153443039656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14205] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14205/stat : 14205 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152831716072 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14206] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14206/stat : 14206 (java) S 14191 14194 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152830662136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14207] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14207/stat : 14207 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152829609736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14208] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14208/stat : 14208 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152828558224 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14209] ppid=14191 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/14194/task/14209/stat : 14209 (java) S 14191 14194 13214 0 -1 4202560 1265 0 0 0 13 0 0 0 20 0 19 0 12103363 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152827504824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14210] ppid=14191 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14194/task/14210/stat : 14210 (java) S 14191 14194 13214 0 -1 4202560 4384 0 0 0 24 0 0 0 20 0 19 0 12103363 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152826452024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14211] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14211/stat : 14211 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152825399928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14212] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14212/stat : 14212 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103364 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152824347336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14213] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14213/stat : 14213 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103372 9856040960 8613 33554432000 1073741824 1073778376 140736932985536 140152823293352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.25 2.16 2.06 3/213 14213
/proc/meminfo: memFree=26463036/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 9391 0 1 0 347 2 0 0 20 0 19 0 12103357 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 9126 2240 9 0 2396937 0
[pid=14194/tid=14196] ppid=14191 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/14194/task/14196/stat : 14196 (java) R 14191 14194 13214 0 -1 4202560 2400 0 1 0 304 0 0 0 20 0 19 0 12103358 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153477947072 140153322902342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14197] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14197/stat : 14197 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153450408744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14198] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14198/stat : 14198 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153449355944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14199] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14199/stat : 14199 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153448303656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14194/tid=14200] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14200/stat : 14200 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153447250856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14201] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14201/stat : 14201 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153446197544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14202] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14202/stat : 14202 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153445144744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14203] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14203/stat : 14203 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153444092456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14204] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14204/stat : 14204 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140153443039656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14205] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14205/stat : 14205 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152831716072 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14206] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14206/stat : 14206 (java) S 14191 14194 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152830662136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14207] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14207/stat : 14207 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152829609736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14208] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14208/stat : 14208 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152828558224 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14209] ppid=14191 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14194/task/14209/stat : 14209 (java) S 14191 14194 13214 0 -1 4202560 1337 0 0 0 16 0 0 0 20 0 19 0 12103363 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152827504824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14210] ppid=14191 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14194/task/14210/stat : 14210 (java) S 14191 14194 13214 0 -1 4202560 4384 0 0 0 25 0 0 0 20 0 19 0 12103363 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152826452024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14211] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14211/stat : 14211 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152825399928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14212] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14212/stat : 14212 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103364 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152824347336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14213] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14213/stat : 14213 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103372 9856040960 9126 33554432000 1073741824 1073778376 140736932985536 140152823293352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.25 2.16 2.06 4/213 14213
/proc/meminfo: memFree=26448576/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=6.7 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 9395 0 1 0 667 3 0 0 20 0 19 0 12103357 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 10006 2241 9 0 2396937 0
[pid=14194/tid=14196] ppid=14191 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/14194/task/14196/stat : 14196 (java) R 14191 14194 13214 0 -1 4202560 2403 0 1 0 622 1 0 0 20 0 19 0 12103358 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153477947072 140153322902750 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14197] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14197/stat : 14197 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153450408744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14198] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14198/stat : 14198 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153449355944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14199] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14199/stat : 14199 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153448303656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14194/tid=14200] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14200/stat : 14200 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153447250856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14201] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14201/stat : 14201 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153446197544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14202] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14202/stat : 14202 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153445144744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14203] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14203/stat : 14203 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153444092456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14204] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14204/stat : 14204 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140153443039656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14205] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14205/stat : 14205 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152831716072 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14206] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14206/stat : 14206 (java) S 14191 14194 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152830662136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14207] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14207/stat : 14207 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152829609736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14208] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14208/stat : 14208 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152828558224 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14209] ppid=14191 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14194/task/14209/stat : 14209 (java) S 14191 14194 13214 0 -1 4202560 1337 0 0 0 16 0 0 0 20 0 19 0 12103363 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152827504824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14210] ppid=14191 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/14194/task/14210/stat : 14210 (java) S 14191 14194 13214 0 -1 4202560 4384 0 0 0 25 0 0 0 20 0 19 0 12103363 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152826452024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14211] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14211/stat : 14211 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152825399928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14212] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14212/stat : 14212 (java) S 14191 14194 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12103364 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152824347336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14213] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14213/stat : 14213 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103372 9856040960 10006 33554432000 1073741824 1073778376 140736932985536 140152823293352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9625040


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

[pid=14194/tid=14206] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14206/stat : 14206 (java) S 14191 14194 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152830662136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14207] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14207/stat : 14207 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152829609736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14208] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14208/stat : 14208 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152828558224 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14209] ppid=14191 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14194/task/14209/stat : 14209 (java) S 14191 14194 13214 0 -1 4202560 8635 0 0 0 60 3 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152827504824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14210] ppid=14191 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14194/task/14210/stat : 14210 (java) S 14191 14194 13214 0 -1 4202560 5828 0 0 0 40 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152826452024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14211] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14211/stat : 14211 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152825399928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14212] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14212/stat : 14212 (java) S 14191 14194 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12103364 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152824347336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14213] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14213/stat : 14213 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103372 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152823293352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 62.59
Current children cumulated vsize (KiB) 9625040

[startup+62.0007 s]
/proc/loadavg: 2.22 2.17 2.07 3/214 14218
/proc/meminfo: memFree=26405480/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=62.98 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 18171 0 1 0 6293 5 0 0 20 0 19 0 12103357 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 19546 2249 9 0 2396937 0
[pid=14194/tid=14196] ppid=14191 vsize=9625040 CPUtime=61.75 cores=1,3,5,7
/proc/14194/task/14196/stat : 14196 (java) R 14191 14194 13214 0 -1 4202560 2433 0 1 0 6174 1 0 0 20 0 19 0 12103358 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153477953968 140153322888715 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14197] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14197/stat : 14197 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153450408744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14198] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14198/stat : 14198 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153449355944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14199] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14199/stat : 14199 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153448303656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14194/tid=14200] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14200/stat : 14200 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153447250856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14201] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14201/stat : 14201 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153446197544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14202] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14202/stat : 14202 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153445144744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14203] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14203/stat : 14203 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153444092456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14204] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14204/stat : 14204 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153443039656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14205] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14205/stat : 14205 (java) S 14191 14194 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152831716072 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14206] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14206/stat : 14206 (java) S 14191 14194 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152830662136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14207] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14207/stat : 14207 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152829609736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14208] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14208/stat : 14208 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152828558224 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14209] ppid=14191 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14194/task/14209/stat : 14209 (java) S 14191 14194 13214 0 -1 4202560 8635 0 0 0 60 3 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152827504824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14210] ppid=14191 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14194/task/14210/stat : 14210 (java) S 14191 14194 13214 0 -1 4202560 5828 0 0 0 40 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152826452024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14211] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14211/stat : 14211 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152825399928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14212] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14212/stat : 14212 (java) S 14191 14194 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12103364 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152824347336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14213] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14213/stat : 14213 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103372 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152823293352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 62.98
Current children cumulated vsize (KiB) 9625040

[startup+62.4007 s]
/proc/loadavg: 2.22 2.17 2.07 3/214 14218
/proc/meminfo: memFree=26405480/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=63.38 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 18171 0 1 0 6333 5 0 0 20 0 19 0 12103357 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 19546 2249 9 0 2396937 0
[pid=14194/tid=14196] ppid=14191 vsize=9625040 CPUtime=62.15 cores=1,3,5,7
/proc/14194/task/14196/stat : 14196 (java) R 14191 14194 13214 0 -1 4202560 2433 0 1 0 6214 1 0 0 20 0 19 0 12103358 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153477953968 140153322876933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14197] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14197/stat : 14197 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153450408744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14198] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14198/stat : 14198 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153449355944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14199] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14199/stat : 14199 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153448303656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14194/tid=14200] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14200/stat : 14200 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153447250856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14201] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14201/stat : 14201 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153446197544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14202] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14202/stat : 14202 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153445144744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14203] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14203/stat : 14203 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153444092456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14204] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14204/stat : 14204 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153443039656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14205] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14205/stat : 14205 (java) S 14191 14194 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152831716072 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14206] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14206/stat : 14206 (java) S 14191 14194 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152830662136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14207] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14207/stat : 14207 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152829609736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14208] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14208/stat : 14208 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152828558224 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14209] ppid=14191 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14194/task/14209/stat : 14209 (java) S 14191 14194 13214 0 -1 4202560 8635 0 0 0 60 3 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152827504824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14210] ppid=14191 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14194/task/14210/stat : 14210 (java) S 14191 14194 13214 0 -1 4202560 5828 0 0 0 40 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152826452024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14211] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14211/stat : 14211 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152825399928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14212] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14212/stat : 14212 (java) S 14191 14194 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12103364 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152824347336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14213] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14213/stat : 14213 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103372 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152823293352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 63.38
Current children cumulated vsize (KiB) 9625040

[startup+62.5007 s]
/proc/loadavg: 2.22 2.17 2.07 3/214 14218
/proc/meminfo: memFree=26405480/32872528 swapFree=11480/941500
[pid=14194] ppid=14191 vsize=9625040 CPUtime=63.48 cores=1,3,5,7
/proc/14194/stat : 14194 (java) S 14191 14194 13214 0 -1 4202496 18171 0 1 0 6343 5 0 0 20 0 19 0 12103357 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140736932976672 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14194/statm: 2406260 19546 2249 9 0 2396937 0
[pid=14194/tid=14196] ppid=14191 vsize=9625040 CPUtime=62.25 cores=1,3,5,7
/proc/14194/task/14196/stat : 14196 (java) R 14191 14194 13214 0 -1 4202560 2433 0 1 0 6224 1 0 0 20 0 19 0 12103358 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153477953968 140153322888524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14197] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14197/stat : 14197 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153450408744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14198] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14198/stat : 14198 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153449355944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14199] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14199/stat : 14199 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153448303656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14194/tid=14200] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14200/stat : 14200 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153447250856 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14201] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14201/stat : 14201 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153446197544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14202] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14202/stat : 14202 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153445144744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14194/tid=14203] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14203/stat : 14203 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153444092456 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14204] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14204/stat : 14204 (java) S 14191 14194 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12103360 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140153443039656 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14205] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14205/stat : 14205 (java) S 14191 14194 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152831716072 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14206] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14206/stat : 14206 (java) S 14191 14194 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152830662136 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14207] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14207/stat : 14207 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103361 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152829609736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14208] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14208/stat : 14208 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152828558224 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14209] ppid=14191 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14194/task/14209/stat : 14209 (java) S 14191 14194 13214 0 -1 4202560 8635 0 0 0 60 3 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152827504824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14210] ppid=14191 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14194/task/14210/stat : 14210 (java) S 14191 14194 13214 0 -1 4202560 5828 0 0 0 40 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152826452024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14211] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14211/stat : 14211 (java) S 14191 14194 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12103363 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152825399928 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14194/tid=14212] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14212/stat : 14212 (java) S 14191 14194 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12103364 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152824347336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14194/tid=14213] ppid=14191 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14194/task/14213/stat : 14213 (java) S 14191 14194 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12103372 9856040960 19546 33554432000 1073741824 1073778376 140736932985536 140152823293352 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 63.48
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14194 and gives
#  childrusage.ru_utime.tv_sec=63
#  childrusage.ru_utime.tv_usec=354368
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=89986
# CPU time returned by wait4() is 63.4444
# while last known CPU time is 63.48
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 62.5835
CPU time (s): 63.48
CPU user time (s): 63.43
CPU system time (s): 0.05
CPU usage (%): 101.433
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.3544
system time used= 0.089986
maximum resident set size= 79896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18201
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1653
involuntary context switches= 824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.473927 second user time and 0.546916 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 20:29:20
IDJOB=4120518
IDBENCH=109981
IDSOLVER=2546
FILE ID=node113/4120518-1467311360
RUNJOBID= node113-1467309899-13788
PBS_JOBID= 20005277
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-17.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120518-1467311360/watcher-4120518-1467311360 -o /tmp/evaluation-result-4120518-1467311360/solver-4120518-1467311360 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13788 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120518-1467311360.opb

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

MD5SUM BENCH= 9cd6f3f34fa5ce5d224406a2445ccb4e
RANDOM SEED=380771494

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26490388 kB
Buffers:          125600 kB
Cached:          4270528 kB
SwapCached:            0 kB
Active:          3206984 kB
Inactive:        1473880 kB
Active(anon):     281944 kB
Inactive(anon):     5656 kB
Active(file):    2925040 kB
Inactive(file):  1468224 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1349256 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             628940 kB
SReclaimable:      73132 kB
SUnreclaim:       555808 kB
KernelStack:        1760 kB
PageTables:         6624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1669732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1316864 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= 71736 MiB
End job on node113 at 2016-06-30 20:30:23