Trace number 3710810

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotUNSAT 39.387 38.3843

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark5.99509
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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 phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710810-1338153858.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.018s.
0.09/0.14	c declared #vars     31
0.09/0.14	c #constraints  9
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c 9 constraints processed.
0.62/0.42	c cleaning 2501 clauses out of 5001 with flag 5001/5001
0.89/0.66	c cleaning 4250 clauses out of 8499 with flag 11000/11000
1.23/0.94	c cleaning 5625 clauses out of 11250 with flag 18001/18001
1.64/1.33	c cleaning 6807 clauses out of 13624 with flag 26000/26000
2.07/1.76	c cleaning 7910 clauses out of 15819 with flag 35002/35002
2.58/2.22	c cleaning 8952 clauses out of 17908 with flag 45001/45001
3.18/2.87	c cleaning 9979 clauses out of 19958 with flag 56003/56003
3.78/3.48	c cleaning 10985 clauses out of 21978 with flag 68002/68002
4.69/4.30	c cleaning 11994 clauses out of 23991 with flag 81000/81000
5.39/5.09	c cleaning 12995 clauses out of 25998 with flag 95001/95001
6.29/5.98	c cleaning 14000 clauses out of 28003 with flag 110001/110001
7.49/7.11	c cleaning 15001 clauses out of 30002 with flag 126000/126000
8.50/8.19	c cleaning 15998 clauses out of 32002 with flag 143001/143001
9.91/9.50	c cleaning 16999 clauses out of 34004 with flag 161001/161001
11.42/11.06	c cleaning 17999 clauses out of 36005 with flag 180001/180001
13.02/12.61	c cleaning 19001 clauses out of 38005 with flag 200000/200000
14.52/14.20	c cleaning 20001 clauses out of 40004 with flag 221000/221000
16.44/16.08	c cleaning 21002 clauses out of 42004 with flag 243001/243001
18.67/18.28	c cleaning 21996 clauses out of 44002 with flag 266001/266001
21.09/20.65	c cleaning 23001 clauses out of 46007 with flag 290002/290002
23.51/23.01	c cleaning 24003 clauses out of 48005 with flag 315001/315001
26.51/26.05	c cleaning 25001 clauses out of 50001 with flag 341000/341000
30.25/29.36	c cleaning 25999 clauses out of 52001 with flag 368001/368001
33.96/33.03	c cleaning 27001 clauses out of 54002 with flag 396001/396001
37.29/36.38	c cleaning 27998 clauses out of 56000 with flag 425000/425000
39.37/38.38	c starts		: 149
39.37/38.38	c conflicts		: 447327
39.37/38.38	c decisions		: 451531
39.37/38.38	c propagations		: 3328675
39.37/38.38	c inspects		: 599515498
39.37/38.38	c shortcuts		: 0
39.37/38.38	c learnt literals	: 15
39.37/38.38	c learnt binary clauses	: 104
39.37/38.38	c learnt ternary clauses	: 393
39.37/38.38	c learnt constraints	: 447311
39.37/38.38	c ignored constraints	: 0
39.37/38.38	c root simplifications	: 163
39.37/38.38	c removed literals (reason simplification)	: 2965528
39.37/38.38	c reason swapping (by a shorter reason)	: 0
39.37/38.38	c Calls to reduceDB	: 25
39.37/38.38	c number of reductions to clauses (during analyze)	: 0
39.37/38.38	c number of learned constraints concerned by reduction	: 0
39.37/38.38	c number of learning phase by resolution	: 0
39.37/38.38	c number of learning phase by cutting planes	: 0
39.37/38.38	c speed (assignments/second)	: 87053.76990872715
39.37/38.38	c non guided choices	13
39.37/38.38	c learnt constraints type 
39.37/38.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
39.37/38.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1
39.37/38.38	c constraints type 
39.37/38.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
39.37/38.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
39.37/38.38	c 9 constraints processed.
39.37/38.38	s UNSATISFIABLE
39.37/38.38	c Total wall clock time (in seconds): 38.258

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3710810-1338153858/watcher-3710810-1338153858 -o /tmp/evaluation-result-3710810-1338153858/solver-3710810-1338153858 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710810-1338153858.opb 

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.01 2.03 2.00 3/194 21125
/proc/meminfo: memFree=27388068/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21125/stat : 21125 (java) D 21123 21125 16973 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 281511560 9515008 182 33554432000 1073741824 1073778376 140734598388112 140734598379144 270330052277 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/21125/statm: 2323 182 140 9 0 71 0

[startup+0.0596549 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 21125
/proc/meminfo: memFree=27388068/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9425252 CPUtime=0.02 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 3176 0 1 0 2 0 0 0 20 0 16 0 281511560 9651458048 3874 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2356313 3880 1734 9 0 2347014 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9425252

[startup+0.100256 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 21125
/proc/meminfo: memFree=27388068/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 4336 0 1 0 8 1 0 0 20 0 18 0 281511560 9787842560 5540 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2389610 5540 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300159 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 21125
/proc/meminfo: memFree=27388068/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 6931 0 1 0 49 1 0 0 20 0 19 0 281511560 9856004096 7769 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 7769 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625004

[startup+0.700109 s]
/proc/loadavg: 2.01 2.03 2.00 3/194 21125
/proc/meminfo: memFree=27388068/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=1.02 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 7052 0 1 0 100 2 0 0 20 0 19 0 281511560 9856004096 10428 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 10428 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 21144
/proc/meminfo: memFree=27355292/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=1.87 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 7096 0 1 0 185 2 0 0 20 0 19 0 281511560 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 10470 2274 9 0 2396937 0
[pid=21125/tid=21127] ppid=21123 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/21125/task/21127/stat : 21127 (java) R 21123 21125 16973 0 -1 4202560 2562 0 1 0 142 0 0 0 20 0 19 0 281511561 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187601305904 140187473534362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21128] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21128/stat : 21128 (java) S 21123 21125 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187445381544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21129] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21129/stat : 21129 (java) S 21123 21125 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187444329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21130] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21130/stat : 21130 (java) S 21123 21125 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187443275944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21131] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21131/stat : 21131 (java) S 21123 21125 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187442223400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21132] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21132/stat : 21132 (java) S 21123 21125 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187441171368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21133] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21133/stat : 21133 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187440118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21134] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21134/stat : 21134 (java) S 21123 21125 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187439065768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21135] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21135/stat : 21135 (java) S 21123 21125 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187438013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21136] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21136/stat : 21136 (java) S 21123 21125 16973 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 281511563 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187425601896 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21137] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21137/stat : 21137 (java) S 21123 21125 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187424548216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21138] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21138/stat : 21138 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187423495048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21139] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21139/stat : 21139 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511565 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187422443792 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21140] ppid=21123 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/21125/task/21140/stat : 21140 (java) S 21123 21125 16973 0 -1 4202560 1870 0 0 0 22 0 0 0 20 0 19 0 281511565 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187421391672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21141] ppid=21123 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/21125/task/21141/stat : 21141 (java) S 21123 21125 16973 0 -1 4202560 1399 0 0 0 14 0 0 0 20 0 19 0 281511565 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187420339128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21142] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21142/stat : 21142 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187419286264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21143] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21143/stat : 21143 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187418233928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21144] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21144/stat : 21144 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511574 9856004096 10470 33554432000 1073741824 1073778376 140736362651392 140187417117736 270333425577 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) 9625004

[startup+3.10054 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 21144
/proc/meminfo: memFree=27352624/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=3.48 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 7109 0 1 0 346 2 0 0 20 0 19 0 281511560 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 10991 2274 9 0 2396937 0
[pid=21125/tid=21127] ppid=21123 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/21125/task/21127/stat : 21127 (java) R 21123 21125 16973 0 -1 4202560 2565 0 1 0 298 0 0 0 20 0 19 0 281511561 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187601305904 140187473592510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21128] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21128/stat : 21128 (java) S 21123 21125 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187445381544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21129] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21129/stat : 21129 (java) S 21123 21125 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187444329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21130] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21130/stat : 21130 (java) S 21123 21125 16973 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187443275944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21131] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21131/stat : 21131 (java) S 21123 21125 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187442223400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21132] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21132/stat : 21132 (java) S 21123 21125 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187441171368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21133] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21133/stat : 21133 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187440118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21134] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21134/stat : 21134 (java) S 21123 21125 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187439065768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21135] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21135/stat : 21135 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187438013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21136] ppid=21123 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/21125/task/21136/stat : 21136 (java) S 21123 21125 16973 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 281511563 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187425601896 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21137] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21137/stat : 21137 (java) S 21123 21125 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187424548216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21138] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21138/stat : 21138 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187423495048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21139] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21139/stat : 21139 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511565 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187422443792 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21140] ppid=21123 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/21125/task/21140/stat : 21140 (java) S 21123 21125 16973 0 -1 4202560 1870 0 0 0 22 0 0 0 20 0 19 0 281511565 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187421391672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21141] ppid=21123 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/21125/task/21141/stat : 21141 (java) S 21123 21125 16973 0 -1 4202560 1399 0 0 0 14 0 0 0 20 0 19 0 281511565 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187420339128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21142] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21142/stat : 21142 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187419286264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21143] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21143/stat : 21143 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187418233928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21144] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21144/stat : 21144 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511574 9856004096 10991 33554432000 1073741824 1073778376 140736362651392 140187417117736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625004

[startup+6.30054 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 21144
/proc/meminfo: memFree=27352112/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=6.69 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 7146 0 1 0 667 2 0 0 20 0 19 0 281511560 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 11007 2274 9 0 2396937 0
[pid=21125/tid=21127] ppid=21123 vsize=9625004 CPUtime=6.12 cores=1,3,5,7
/proc/21125/task/21127/stat : 21127 (java) R 21123 21125 16973 0 -1 4202560 2570 0 1 0 612 0 0 0 20 0 19 0 281511561 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187601305904 140187473582133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21128] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21128/stat : 21128 (java) S 21123 21125 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187445381544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21129] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21129/stat : 21129 (java) S 21123 21125 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187444329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21130] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21130/stat : 21130 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187443275944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21131] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21131/stat : 21131 (java) S 21123 21125 16973 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187442223400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21132] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21132/stat : 21132 (java) S 21123 21125 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187441171368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21133] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21133/stat : 21133 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187440118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21134] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21134/stat : 21134 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187439065768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21135] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21135/stat : 21135 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511562 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187438013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21136] ppid=21123 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/21125/task/21136/stat : 21136 (java) S 21123 21125 16973 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 19 0 281511563 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187425601896 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21137] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21137/stat : 21137 (java) S 21123 21125 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187424548216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21138] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21138/stat : 21138 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187423495048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21139] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21139/stat : 21139 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511565 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187422443792 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21140] ppid=21123 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/21125/task/21140/stat : 21140 (java) S 21123 21125 16973 0 -1 4202560 1870 0 0 0 22 0 0 0 20 0 19 0 281511565 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187421391672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21141] ppid=21123 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/21125/task/21141/stat : 21141 (java) S 21123 21125 16973 0 -1 4202560 1399 0 0 0 14 0 0 0 20 0 19 0 281511565 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187420339128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21142] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21142/stat : 21142 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187419286264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21143] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21143/stat : 21143 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187418233928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21144] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21144/stat : 21144 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511574 9856004096 11007 33554432000 1073741824 1073778376 140736362651392 140187417117736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

/proc/21125/task/21128/stat : 21128 (java) S 21123 21125 16973 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187445381544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21129] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21129/stat : 21129 (java) S 21123 21125 16973 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187444329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21130] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21130/stat : 21130 (java) S 21123 21125 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187443275944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21131] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21131/stat : 21131 (java) S 21123 21125 16973 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187442223400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21132] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21132/stat : 21132 (java) S 21123 21125 16973 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187441171368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21133] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21133/stat : 21133 (java) S 21123 21125 16973 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187440118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21134] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21134/stat : 21134 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187439065768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21135] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21135/stat : 21135 (java) S 21123 21125 16973 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187438013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21136] ppid=21123 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21125/task/21136/stat : 21136 (java) S 21123 21125 16973 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187425601896 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21137] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21137/stat : 21137 (java) S 21123 21125 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187424548216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21138] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21138/stat : 21138 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187423495048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21139] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21139/stat : 21139 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187422443792 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21140] ppid=21123 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/21125/task/21140/stat : 21140 (java) S 21123 21125 16973 0 -1 4202560 1898 0 0 0 30 0 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187421391672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21141] ppid=21123 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/21125/task/21141/stat : 21141 (java) S 21123 21125 16973 0 -1 4202560 9434 0 0 0 53 2 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187420339128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21142] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21142/stat : 21142 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187419286264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21143] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21143/stat : 21143 (java) S 21123 21125 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187418233928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21144] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21144/stat : 21144 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511574 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187417117736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 37.72
Current children cumulated vsize (KiB) 9625004

[startup+37.5005 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 21144
/proc/meminfo: memFree=27330280/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=38.52 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 15330 0 1 0 3847 5 0 0 20 0 19 0 281511560 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 16438 2274 9 0 2396937 0
[pid=21125/tid=21127] ppid=21123 vsize=9625004 CPUtime=36.98 cores=1,3,5,7
/proc/21125/task/21127/stat : 21127 (java) R 21123 21125 16973 0 -1 4202560 2590 0 1 0 3698 0 0 0 20 0 19 0 281511561 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187601304168 140187473554116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21128] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21128/stat : 21128 (java) S 21123 21125 16973 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187445381544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21129] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21129/stat : 21129 (java) S 21123 21125 16973 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187444329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21130] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21130/stat : 21130 (java) S 21123 21125 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187443275944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21131] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21131/stat : 21131 (java) S 21123 21125 16973 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187442223400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21132] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21132/stat : 21132 (java) S 21123 21125 16973 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187441171368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21133] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21133/stat : 21133 (java) S 21123 21125 16973 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187440118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21134] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21134/stat : 21134 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187439065768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21135] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21135/stat : 21135 (java) S 21123 21125 16973 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187438013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21136] ppid=21123 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21125/task/21136/stat : 21136 (java) S 21123 21125 16973 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187425601896 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21137] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21137/stat : 21137 (java) S 21123 21125 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187424548216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21138] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21138/stat : 21138 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187423495048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21139] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21139/stat : 21139 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187422443792 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21140] ppid=21123 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/21125/task/21140/stat : 21140 (java) S 21123 21125 16973 0 -1 4202560 1898 0 0 0 30 0 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187421391672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21141] ppid=21123 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/21125/task/21141/stat : 21141 (java) S 21123 21125 16973 0 -1 4202560 9434 0 0 0 53 2 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187420339128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21142] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21142/stat : 21142 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187419286264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21143] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21143/stat : 21143 (java) S 21123 21125 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187418233928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21144] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21144/stat : 21144 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511574 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187417117736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 38.52
Current children cumulated vsize (KiB) 9625004

[startup+37.9006 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 21144
/proc/meminfo: memFree=27330280/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=38.92 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 15330 0 1 0 3887 5 0 0 20 0 19 0 281511560 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 16438 2274 9 0 2396937 0
[pid=21125/tid=21127] ppid=21123 vsize=9625004 CPUtime=37.38 cores=1,3,5,7
/proc/21125/task/21127/stat : 21127 (java) R 21123 21125 16973 0 -1 4202560 2590 0 1 0 3738 0 0 0 20 0 19 0 281511561 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187601304168 140187473542785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21128] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21128/stat : 21128 (java) S 21123 21125 16973 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187445381544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21129] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21129/stat : 21129 (java) S 21123 21125 16973 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187444329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21130] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21130/stat : 21130 (java) S 21123 21125 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187443275944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21131] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21131/stat : 21131 (java) S 21123 21125 16973 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187442223400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21132] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21132/stat : 21132 (java) S 21123 21125 16973 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187441171368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21133] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21133/stat : 21133 (java) S 21123 21125 16973 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187440118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21134] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21134/stat : 21134 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187439065768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21135] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21135/stat : 21135 (java) S 21123 21125 16973 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187438013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21136] ppid=21123 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21125/task/21136/stat : 21136 (java) S 21123 21125 16973 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187425601896 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21137] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21137/stat : 21137 (java) S 21123 21125 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187424548216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21138] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21138/stat : 21138 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187423495048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21139] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21139/stat : 21139 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187422443792 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21140] ppid=21123 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/21125/task/21140/stat : 21140 (java) S 21123 21125 16973 0 -1 4202560 1898 0 0 0 30 0 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187421391672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21141] ppid=21123 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/21125/task/21141/stat : 21141 (java) S 21123 21125 16973 0 -1 4202560 9434 0 0 0 53 2 0 0 20 0 19 0 281511565 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187420339128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21142] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21142/stat : 21142 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187419286264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21143] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21143/stat : 21143 (java) S 21123 21125 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187418233928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21144] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21144/stat : 21144 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511574 9856004096 16438 33554432000 1073741824 1073778376 140736362651392 140187417117736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 38.92
Current children cumulated vsize (KiB) 9625004

[startup+38.3006 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 21144
/proc/meminfo: memFree=27330280/32873660 swapFree=7120/7120
[pid=21125] ppid=21123 vsize=9625004 CPUtime=39.37 cores=1,3,5,7
/proc/21125/stat : 21125 (java) S 21123 21125 16973 0 -1 4202496 15374 0 1 0 3932 5 0 0 20 0 19 0 281511560 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140736362642528 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21125/statm: 2406251 16482 2274 9 0 2396937 0
[pid=21125/tid=21127] ppid=21123 vsize=9625004 CPUtime=37.78 cores=1,3,5,7
/proc/21125/task/21127/stat : 21127 (java) R 21123 21125 16973 0 -1 4202560 2590 0 1 0 3778 0 0 0 20 0 19 0 281511561 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187601306168 140187473538563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21128] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21128/stat : 21128 (java) S 21123 21125 16973 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187445381544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21129] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21129/stat : 21129 (java) S 21123 21125 16973 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187444329000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21130] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21130/stat : 21130 (java) S 21123 21125 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187443275944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21131] ppid=21123 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21125/task/21131/stat : 21131 (java) S 21123 21125 16973 0 -1 4202560 52 0 0 0 2 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187442223400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21132] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21132/stat : 21132 (java) S 21123 21125 16973 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187441171368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21133] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21133/stat : 21133 (java) S 21123 21125 16973 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187440118824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21134] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21134/stat : 21134 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187439065768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21135] ppid=21123 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21125/task/21135/stat : 21135 (java) S 21123 21125 16973 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281511562 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187438013224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21136] ppid=21123 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21125/task/21136/stat : 21136 (java) S 21123 21125 16973 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 281511563 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187425601896 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21137] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21137/stat : 21137 (java) S 21123 21125 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187424548216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21138] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21138/stat : 21138 (java) S 21123 21125 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281511563 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187423495048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21139] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21139/stat : 21139 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511565 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187422443792 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21125/tid=21140] ppid=21123 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/21125/task/21140/stat : 21140 (java) S 21123 21125 16973 0 -1 4202560 1898 0 0 0 30 0 0 0 20 0 19 0 281511565 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187421391672 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21141] ppid=21123 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/21125/task/21141/stat : 21141 (java) S 21123 21125 16973 0 -1 4202560 9478 0 0 0 58 2 0 0 20 0 19 0 281511565 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187420339128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21125/tid=21142] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21142/stat : 21142 (java) S 21123 21125 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187419286264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21125/tid=21143] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21143/stat : 21143 (java) S 21123 21125 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281511566 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187418233928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21125/tid=21144] ppid=21123 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21125/task/21144/stat : 21144 (java) S 21123 21125 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281511574 9856004096 16482 33554432000 1073741824 1073778376 140736362651392 140187417117736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 39.37
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 38.3843
CPU time (s): 39.387
CPU user time (s): 39.236
CPU system time (s): 0.150977
CPU usage (%): 102.612
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.236
system time used= 0.150977
maximum resident set size= 65984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15391
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= 1777
involuntary context switches= 992

runsolver used 0.143978 second user time and 0.424935 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 23:24:18
IDJOB=3710810
IDBENCH=2901
IDSOLVER=2289
FILE ID=node117/3710810-1338153858
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710810-1338153858/watcher-3710810-1338153858 -o /tmp/evaluation-result-3710810-1338153858/solver-3710810-1338153858 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710810-1338153858.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=670832329

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        27388712 kB
Buffers:          334268 kB
Cached:          4046492 kB
SwapCached:            0 kB
Active:          2425172 kB
Inactive:        2185980 kB
Active(anon):     221748 kB
Inactive(anon):    11352 kB
Active(file):    2203424 kB
Inactive(file):  2174628 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        237456 kB
Mapped:            22508 kB
Shmem:               200 kB
Slab:             735220 kB
SReclaimable:     179448 kB
SUnreclaim:       555772 kB
KernelStack:        1608 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     697964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 23:24:57