Trace number 3710809

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 96.09 94.6152

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
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 benchmark12.858
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.08/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.11	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710809-1338153991.opb
0.08/0.12	c reading problem ... 
0.08/0.14	c ... done. Wall clock time 0.018s.
0.08/0.14	c declared #vars     31
0.08/0.14	c #constraints  9
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.14	c 9 constraints processed.
0.62/0.41	c cleaning 2501 clauses out of 5001 with flag 5001/5001
0.91/0.63	c cleaning 4249 clauses out of 8499 with flag 11000/11000
1.24/0.91	c cleaning 5625 clauses out of 11250 with flag 18000/18000
1.55/1.25	c cleaning 6814 clauses out of 13628 with flag 26003/26003
1.99/1.63	c cleaning 7905 clauses out of 15811 with flag 35000/35000
2.40/2.02	c cleaning 8951 clauses out of 17906 with flag 45000/45000
2.92/2.57	c cleaning 9978 clauses out of 19955 with flag 56000/56000
3.53/3.14	c cleaning 10989 clauses out of 21978 with flag 68001/68001
4.24/3.87	c cleaning 11986 clauses out of 23988 with flag 81000/81000
4.96/4.53	c cleaning 12999 clauses out of 26002 with flag 95000/95000
5.58/5.13	c cleaning 14001 clauses out of 28003 with flag 110000/110000
6.49/6.04	c cleaning 14998 clauses out of 30002 with flag 126000/126000
7.39/6.99	c cleaning 16000 clauses out of 32004 with flag 143000/143000
8.40/7.95	c cleaning 16998 clauses out of 34004 with flag 161000/161000
9.80/9.39	c cleaning 18004 clauses out of 36007 with flag 180001/180001
11.21/10.73	c cleaning 18999 clauses out of 38003 with flag 200001/200001
12.72/12.20	c cleaning 19998 clauses out of 40003 with flag 221000/221000
14.32/13.84	c cleaning 20999 clauses out of 42005 with flag 243000/243000
16.05/15.59	c cleaning 22002 clauses out of 44007 with flag 266001/266001
17.97/17.49	c cleaning 23001 clauses out of 46004 with flag 290000/290000
20.00/19.43	c cleaning 24000 clauses out of 48003 with flag 315000/315000
22.23/21.64	c cleaning 25002 clauses out of 50004 with flag 341001/341001
24.44/23.81	c cleaning 26002 clauses out of 52004 with flag 368003/368003
27.25/26.61	c cleaning 26996 clauses out of 54000 with flag 396001/396001
29.95/29.35	c cleaning 28000 clauses out of 56004 with flag 425001/425001
33.16/32.55	c cleaning 29002 clauses out of 58004 with flag 455001/455001
36.50/35.86	c cleaning 29995 clauses out of 60001 with flag 486000/486000
40.21/39.53	c cleaning 31003 clauses out of 62007 with flag 518001/518001
43.71/43.06	c cleaning 32002 clauses out of 64003 with flag 551000/551000
47.43/46.79	c cleaning 32998 clauses out of 66003 with flag 585002/585002
51.95/51.26	c cleaning 34000 clauses out of 68004 with flag 620001/620001
56.77/56.01	c cleaning 35001 clauses out of 70005 with flag 656002/656002
61.67/60.98	c cleaning 35998 clauses out of 72002 with flag 693000/693000
67.08/66.39	c cleaning 37000 clauses out of 74006 with flag 731002/731002
72.83/72.02	c cleaning 38001 clauses out of 76004 with flag 770000/770000
78.36/77.50	c cleaning 39000 clauses out of 78003 with flag 810000/810000
85.84/84.57	c cleaning 40000 clauses out of 80004 with flag 851001/851001
90.77/89.45	c cleaning 20867 clauses out of 41739 with flag 893000/893000
94.78/93.45	c cleaning 7343 clauses out of 14689 with flag 936000/936000
96.09/94.61	c starts		: 171
96.09/94.61	c conflicts		: 958360
96.09/94.61	c decisions		: 967720
96.09/94.61	c propagations		: 6479289
96.09/94.61	c inspects		: 1520093929
96.09/94.61	c shortcuts		: 0
96.09/94.61	c learnt literals	: 19
96.09/94.61	c learnt binary clauses	: 104
96.09/94.61	c learnt ternary clauses	: 489
96.09/94.61	c learnt constraints	: 958340
96.09/94.61	c ignored constraints	: 0
96.09/94.61	c root simplifications	: 189
96.09/94.61	c removed literals (reason simplification)	: 6993804
96.09/94.61	c reason swapping (by a shorter reason)	: 0
96.09/94.61	c Calls to reduceDB	: 39
96.09/94.61	c number of reductions to clauses (during analyze)	: 0
96.09/94.61	c number of learned constraints concerned by reduction	: 0
96.09/94.61	c number of learning phase by resolution	: 0
96.09/94.61	c number of learning phase by cutting planes	: 0
96.09/94.61	c speed (assignments/second)	: 68586.40400554679
96.09/94.61	c non guided choices	13
96.09/94.61	c learnt constraints type 
96.09/94.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2
96.09/94.61	c constraints type 
96.09/94.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
96.09/94.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
96.09/94.61	c 9 constraints processed.
96.09/94.61	s UNSATISFIABLE
96.09/94.61	c Total wall clock time (in seconds): 94.49

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4284
/proc/meminfo: memFree=28877712/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4284/stat : 4284 (java) D 4282 4284 3132 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 281524937 9515008 184 33554432000 1073741824 1073778376 140735762283936 140735762275160 259112201655 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/4284/statm: 2323 184 142 9 0 71 0

[startup+0.0259119 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4284
/proc/meminfo: memFree=28877712/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 2602 0 1 0 0 0 0 0 20 0 10 0 281524937 9233014784 3300 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2254154 3310 1410 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100238 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4284
/proc/meminfo: memFree=28877712/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 4293 0 1 0 7 1 0 0 20 0 18 0 281524937 9787842560 6007 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2389610 6007 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300381 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4284
/proc/meminfo: memFree=28877712/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 6570 0 1 0 50 1 0 0 20 0 19 0 281524937 9856004096 7743 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 7743 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625004

[startup+0.700696 s]
/proc/loadavg: 2.03 2.01 2.00 3/194 4284
/proc/meminfo: memFree=28877712/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=1.03 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 7619 0 1 0 101 2 0 0 20 0 19 0 281524937 9856004096 9850 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 9850 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625004

[startup+1.50144 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4303
/proc/meminfo: memFree=28846820/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 7941 0 1 0 187 2 0 0 20 0 19 0 281524937 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 10387 2274 9 0 2396937 0
[pid=4284/tid=4286] ppid=4282 vsize=9625004 CPUtime=1.41 cores=0,2,4,6
/proc/4284/task/4286/stat : 4286 (java) R 4282 4284 3132 0 -1 4202560 2507 0 1 0 140 1 0 0 20 0 19 0 281524938 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174813446448 140174663604082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4287] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4287/stat : 4287 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174785899048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4288] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4288/stat : 4288 (java) S 4282 4284 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174784846248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4289] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4289/stat : 4289 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174783793448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4290] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4290/stat : 4290 (java) S 4282 4284 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174782740648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4291] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4291/stat : 4291 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174781688872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4292] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4292/stat : 4292 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174652124072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4293] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4293/stat : 4293 (java) S 4282 4284 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174651071272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4294] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4294/stat : 4294 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174650018472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4295] ppid=4282 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/4284/task/4295/stat : 4295 (java) S 4282 4284 3132 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 281524940 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174167071208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4296] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4296/stat : 4296 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174166017272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4297] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4297/stat : 4297 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174164964360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4298] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4298/stat : 4298 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174163912848 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4299] ppid=4282 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/4284/task/4299/stat : 4299 (java) S 4282 4284 3132 0 -1 4202560 1514 0 0 0 16 0 0 0 20 0 19 0 281524943 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174162860984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4300] ppid=4282 vsize=9625004 CPUtime=0.21 cores=0,2,4,6
/proc/4284/task/4300/stat : 4300 (java) S 4282 4284 3132 0 -1 4202560 2663 0 0 0 21 0 0 0 20 0 19 0 281524943 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174161808184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4301] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4301/stat : 4301 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174160755576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4302] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4302/stat : 4302 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174159702984 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4303] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4303/stat : 4303 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524952 9856004096 10387 33554432000 1073741824 1073778376 140734586071408 140174158648488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625004

[startup+3.10144 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4303
/proc/meminfo: memFree=28841972/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 8307 0 1 0 351 2 0 0 20 0 19 0 281524937 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 10915 2274 9 0 2396937 0
[pid=4284/tid=4286] ppid=4282 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/4284/task/4286/stat : 4286 (java) R 4282 4284 3132 0 -1 4202560 2509 0 1 0 297 1 0 0 20 0 19 0 281524938 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174813446568 140174663706387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4287] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4287/stat : 4287 (java) S 4282 4284 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174785899048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4288] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4288/stat : 4288 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174784846248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4289] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4289/stat : 4289 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174783793448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4290] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4290/stat : 4290 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174782740648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4291] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4291/stat : 4291 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174781688872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4292] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4292/stat : 4292 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174652124072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4293] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4293/stat : 4293 (java) S 4282 4284 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174651071272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4294] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4294/stat : 4294 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174650018472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4295] ppid=4282 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/4284/task/4295/stat : 4295 (java) S 4282 4284 3132 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 281524940 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174167071208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4296] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4296/stat : 4296 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174166017272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4297] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4297/stat : 4297 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174164964360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4298] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4298/stat : 4298 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174163912848 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4299] ppid=4282 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/4284/task/4299/stat : 4299 (java) S 4282 4284 3132 0 -1 4202560 1514 0 0 0 16 0 0 0 20 0 19 0 281524943 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174162860984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4300] ppid=4282 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/4284/task/4300/stat : 4300 (java) S 4282 4284 3132 0 -1 4202560 3010 0 0 0 24 0 0 0 20 0 19 0 281524943 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174161808184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4301] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4301/stat : 4301 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174160755576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4302] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4302/stat : 4302 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174159702984 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4303] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4303/stat : 4303 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524952 9856004096 10915 33554432000 1073741824 1073778376 140734586071408 140174158648488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 4303
/proc/meminfo: memFree=28841608/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=6.79 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 8333 0 1 0 676 3 0 0 20 0 19 0 281524937 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 10927 2274 9 0 2396937 0
[pid=4284/tid=4286] ppid=4282 vsize=9625004 CPUtime=6.08 cores=0,2,4,6
/proc/4284/task/4286/stat : 4286 (java) R 4282 4284 3132 0 -1 4202560 2515 0 1 0 607 1 0 0 20 0 19 0 281524938 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174813446568 140174663512805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4287] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4287/stat : 4287 (java) S 4282 4284 3132 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174785899048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4288] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4288/stat : 4288 (java) S 4282 4284 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174784846248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4289] ppid=4282 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4284/task/4289/stat : 4289 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174783793448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4290] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4290/stat : 4290 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174782740648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4291] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4291/stat : 4291 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174781688872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4292] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4292/stat : 4292 (java) S 4282 4284 3132 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174652124072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4293] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4293/stat : 4293 (java) S 4282 4284 3132 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174651071272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4294] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4294/stat : 4294 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524939 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174650018472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4295] ppid=4282 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/4284/task/4295/stat : 4295 (java) S 4282 4284 3132 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 281524940 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174167071208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4296] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4296/stat : 4296 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174166017272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4297] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4297/stat : 4297 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174164964360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4298] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4298/stat : 4298 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174163912848 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4299] ppid=4282 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/4284/task/4299/stat : 4299 (java) S 4282 4284 3132 0 -1 4202560 1514 0 0 0 16 0 0 0 20 0 19 0 281524943 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174162860984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4300] ppid=4282 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/4284/task/4300/stat : 4300 (java) S 4282 4284 3132 0 -1 4202560 3010 0 0 0 24 0 0 0 20 0 19 0 281524943 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174161808184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4301] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4301/stat : 4301 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174160755576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4302] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4302/stat : 4302 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174159702984 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4303] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4303/stat : 4303 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524952 9856004096 10927 33554432000 1073741824 1073778376 140734586071408 140174158648488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/4284/task/4294/stat : 4294 (java) S 4282 4284 3132 0 -1 4202560 63 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174650018472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4295] ppid=4282 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4284/task/4295/stat : 4295 (java) S 4282 4284 3132 0 -1 4202560 38 0 0 0 53 0 0 0 20 0 19 0 281524940 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174167071208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4296] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4296/stat : 4296 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174166017272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4297] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4297/stat : 4297 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174164964360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4298] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4298/stat : 4298 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174163912848 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4299] ppid=4282 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/4284/task/4299/stat : 4299 (java) S 4282 4284 3132 0 -1 4202560 9762 0 0 0 59 2 0 0 20 0 19 0 281524943 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174162860984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4300] ppid=4282 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/4284/task/4300/stat : 4300 (java) S 4282 4284 3132 0 -1 4202560 3017 0 0 0 29 0 0 0 20 0 19 0 281524943 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174161808184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4301] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4301/stat : 4301 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174160755576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4302] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4302/stat : 4302 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174159702984 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4303] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4303/stat : 4303 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524952 9856004096 16403 33554432000 1073741824 1073778376 140734586071408 140174158648488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 94.88
Current children cumulated vsize (KiB) 9625004

[startup+94.3007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4304
/proc/meminfo: memFree=28816860/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=95.78 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 18691 0 1 0 9572 6 0 0 20 0 19 0 281524937 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 17649 2274 9 0 2396937 0
[pid=4284/tid=4286] ppid=4282 vsize=9625004 CPUtime=93.24 cores=0,2,4,6
/proc/4284/task/4286/stat : 4286 (java) R 4282 4284 3132 0 -1 4202560 2546 0 1 0 9322 2 0 0 20 0 19 0 281524938 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174813446568 140174663604049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4287] ppid=4282 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/4284/task/4287/stat : 4287 (java) S 4282 4284 3132 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174785899048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4288] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4288/stat : 4288 (java) S 4282 4284 3132 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174784846248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4289] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4289/stat : 4289 (java) S 4282 4284 3132 0 -1 4202560 53 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174783793448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4290] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4290/stat : 4290 (java) S 4282 4284 3132 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174782740648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4291] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4291/stat : 4291 (java) S 4282 4284 3132 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174781688872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4292] ppid=4282 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4284/task/4292/stat : 4292 (java) S 4282 4284 3132 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174652124072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4293] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4293/stat : 4293 (java) S 4282 4284 3132 0 -1 4202560 40 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174651071272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4294] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4294/stat : 4294 (java) S 4282 4284 3132 0 -1 4202560 63 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174650018472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4295] ppid=4282 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4284/task/4295/stat : 4295 (java) S 4282 4284 3132 0 -1 4202560 38 0 0 0 53 0 0 0 20 0 19 0 281524940 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174167071208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4296] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4296/stat : 4296 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174166017272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4297] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4297/stat : 4297 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174164964360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4298] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4298/stat : 4298 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174163912848 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4299] ppid=4282 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/4284/task/4299/stat : 4299 (java) S 4282 4284 3132 0 -1 4202560 9799 0 0 0 62 2 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174162860984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4300] ppid=4282 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/4284/task/4300/stat : 4300 (java) S 4282 4284 3132 0 -1 4202560 4803 0 0 0 36 1 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174161808184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4301] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4301/stat : 4301 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174160755576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4302] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4302/stat : 4302 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174159702984 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4303] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4303/stat : 4303 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524952 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174158648488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 95.78
Current children cumulated vsize (KiB) 9625004

[startup+94.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4304
/proc/meminfo: memFree=28811776/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=95.99 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 18691 0 1 0 9593 6 0 0 20 0 19 0 281524937 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 17649 2274 9 0 2396937 0
[pid=4284/tid=4286] ppid=4282 vsize=9625004 CPUtime=93.44 cores=0,2,4,6
/proc/4284/task/4286/stat : 4286 (java) R 4282 4284 3132 0 -1 4202560 2546 0 1 0 9342 2 0 0 20 0 19 0 281524938 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174813444712 140174663349409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4287] ppid=4282 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/4284/task/4287/stat : 4287 (java) S 4282 4284 3132 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174785899048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4288] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4288/stat : 4288 (java) S 4282 4284 3132 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174784846248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4289] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4289/stat : 4289 (java) S 4282 4284 3132 0 -1 4202560 53 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174783793448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4290] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4290/stat : 4290 (java) S 4282 4284 3132 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174782740648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4291] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4291/stat : 4291 (java) S 4282 4284 3132 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174781688872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4292] ppid=4282 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4284/task/4292/stat : 4292 (java) S 4282 4284 3132 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174652124072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4293] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4293/stat : 4293 (java) S 4282 4284 3132 0 -1 4202560 40 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174651071272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4294] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4294/stat : 4294 (java) S 4282 4284 3132 0 -1 4202560 63 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174650018472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4295] ppid=4282 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4284/task/4295/stat : 4295 (java) S 4282 4284 3132 0 -1 4202560 38 0 0 0 53 0 0 0 20 0 19 0 281524940 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174167071208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4296] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4296/stat : 4296 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174166017272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4297] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4297/stat : 4297 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174164964360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4298] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4298/stat : 4298 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174163912848 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4299] ppid=4282 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/4284/task/4299/stat : 4299 (java) S 4282 4284 3132 0 -1 4202560 9799 0 0 0 62 2 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174162860984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4300] ppid=4282 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/4284/task/4300/stat : 4300 (java) S 4282 4284 3132 0 -1 4202560 4803 0 0 0 36 1 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174161808184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4301] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4301/stat : 4301 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174160755576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4302] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4302/stat : 4302 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174159702984 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4303] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4303/stat : 4303 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524952 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174158648488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 95.99
Current children cumulated vsize (KiB) 9625004

[startup+94.6067 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 4304
/proc/meminfo: memFree=28811776/32873648 swapFree=6844/6844
[pid=4284] ppid=4282 vsize=9625004 CPUtime=96.09 cores=0,2,4,6
/proc/4284/stat : 4284 (java) S 4282 4284 3132 0 -1 4202496 18691 0 1 0 9603 6 0 0 20 0 19 0 281524937 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140734586062544 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4284/statm: 2406251 17649 2274 9 0 2396937 0
[pid=4284/tid=4286] ppid=4282 vsize=9625004 CPUtime=93.54 cores=0,2,4,6
/proc/4284/task/4286/stat : 4286 (java) R 4282 4284 3132 0 -1 4202560 2546 0 1 0 9352 2 0 0 20 0 19 0 281524938 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174813444712 140174663513368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4287] ppid=4282 vsize=9625004 CPUtime=0.06 cores=0,2,4,6
/proc/4284/task/4287/stat : 4287 (java) S 4282 4284 3132 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174785899048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4288] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4288/stat : 4288 (java) S 4282 4284 3132 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174784846248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4289] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4289/stat : 4289 (java) S 4282 4284 3132 0 -1 4202560 53 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174783793448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4290] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4290/stat : 4290 (java) S 4282 4284 3132 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174782740648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4291] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4291/stat : 4291 (java) S 4282 4284 3132 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174781688872 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4292] ppid=4282 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4284/task/4292/stat : 4292 (java) S 4282 4284 3132 0 -1 4202560 30 0 0 0 9 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174652124072 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4293] ppid=4282 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/4284/task/4293/stat : 4293 (java) S 4282 4284 3132 0 -1 4202560 40 0 0 0 8 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174651071272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4294] ppid=4282 vsize=9625004 CPUtime=0.07 cores=0,2,4,6
/proc/4284/task/4294/stat : 4294 (java) S 4282 4284 3132 0 -1 4202560 63 0 0 0 7 0 0 0 20 0 19 0 281524939 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174650018472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4284/tid=4295] ppid=4282 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/4284/task/4295/stat : 4295 (java) S 4282 4284 3132 0 -1 4202560 38 0 0 0 53 0 0 0 20 0 19 0 281524940 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174167071208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4296] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4296/stat : 4296 (java) S 4282 4284 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174166017272 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4297] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4297/stat : 4297 (java) S 4282 4284 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281524941 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174164964360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4298] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4298/stat : 4298 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174163912848 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4299] ppid=4282 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/4284/task/4299/stat : 4299 (java) S 4282 4284 3132 0 -1 4202560 9799 0 0 0 62 2 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174162860984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4284/tid=4300] ppid=4282 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/4284/task/4300/stat : 4300 (java) S 4282 4284 3132 0 -1 4202560 4803 0 0 0 36 1 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174161808184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4301] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4301/stat : 4301 (java) S 4282 4284 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174160755576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4284/tid=4302] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4302/stat : 4302 (java) S 4282 4284 3132 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281524943 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174159702984 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4284/tid=4303] ppid=4282 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4284/task/4303/stat : 4303 (java) S 4282 4284 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281524952 9856004096 17649 33554432000 1073741824 1073778376 140734586071408 140174158648488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 96.09
Current children cumulated vsize (KiB) 9625004

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4284 and gives
#  childrusage.ru_utime.tv_sec=95
#  childrusage.ru_utime.tv_usec=766441
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=181972
# CPU time returned by wait4() is 95.9484
# while last known CPU time is 96.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 94.6152
CPU time (s): 96.09
CPU user time (s): 96.03
CPU system time (s): 0.06
CPU usage (%): 101.559
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.7664
system time used= 0.181972
maximum resident set size= 73172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18711
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3317
involuntary context switches= 2616

runsolver used 0.468928 second user time and 0.928858 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 23:26:31
IDJOB=3710809
IDBENCH=2905
IDSOLVER=2289
FILE ID=node124/3710809-1338153991
RUNJOBID= node124-1338143409-3148
PBS_JOBID= 14624516
Free space on /tmp= 71432 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_1.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-3710809-1338153991/watcher-3710809-1338153991 -o /tmp/evaluation-result-3710809-1338153991/solver-3710809-1338153991 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710809-1338153991.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=1488588527

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28877976 kB
Buffers:          352808 kB
Cached:          2687940 kB
SwapCached:            0 kB
Active:          1053440 kB
Inactive:        2131416 kB
Active(anon):     146112 kB
Inactive(anon):        0 kB
Active(file):     907328 kB
Inactive(file):  2131416 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:        195000 kB
Mapped:            22720 kB
Shmem:               200 kB
Slab:             669072 kB
SReclaimable:     113356 kB
SUnreclaim:       555716 kB
KernelStack:        1760 kB
PageTables:         4536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71432 MiB
End job on node124 at 2012-05-27 23:28:05