Trace number 3710812

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 43.2074 42.182

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
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 benchmark7.73782
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 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=true
0.07/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3710812-1338154052.opb
0.07/0.13	c reading problem ... 
0.07/0.15	c ... done. Wall clock time 0.019s.
0.07/0.15	c declared #vars     31
0.07/0.15	c #constraints  9
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.07/0.15	c 9 constraints processed.
0.65/0.44	c cleaning 2500 clauses out of 5000 with flag 5000/5000
0.94/0.66	c cleaning 4247 clauses out of 8500 with flag 11000/11000
1.28/0.90	c cleaning 5626 clauses out of 11253 with flag 18000/18000
1.59/1.25	c cleaning 6815 clauses out of 13629 with flag 26002/26002
2.03/1.65	c cleaning 7902 clauses out of 15812 with flag 35000/35000
2.43/2.09	c cleaning 8953 clauses out of 17910 with flag 45000/45000
3.03/2.66	c cleaning 9979 clauses out of 19958 with flag 56001/56001
3.53/3.20	c cleaning 10985 clauses out of 21978 with flag 68000/68000
4.33/3.94	c cleaning 11995 clauses out of 23993 with flag 81000/81000
5.03/4.68	c cleaning 12999 clauses out of 25998 with flag 95000/95000
5.74/5.36	c cleaning 13999 clauses out of 27999 with flag 110000/110000
6.64/6.20	c cleaning 14998 clauses out of 30001 with flag 126001/126001
7.45/7.09	c cleaning 16000 clauses out of 32003 with flag 143001/143001
8.45/8.06	c cleaning 17002 clauses out of 34004 with flag 161002/161002
9.76/9.37	c cleaning 17998 clauses out of 36001 with flag 180001/180001
11.18/10.73	c cleaning 19002 clauses out of 38004 with flag 200002/200002
12.69/12.24	c cleaning 19997 clauses out of 40000 with flag 221000/221000
14.39/13.99	c cleaning 20999 clauses out of 42005 with flag 243002/243002
16.41/15.98	c cleaning 22001 clauses out of 44006 with flag 266002/266002
18.33/17.85	c cleaning 23003 clauses out of 46006 with flag 290003/290003
20.35/19.83	c cleaning 24001 clauses out of 48002 with flag 315002/315002
22.56/22.01	c cleaning 24995 clauses out of 50000 with flag 341001/341001
24.95/24.47	c cleaning 26002 clauses out of 52004 with flag 368000/368000
28.36/27.84	c cleaning 27001 clauses out of 54003 with flag 396001/396001
31.38/30.89	c cleaning 27999 clauses out of 56001 with flag 425000/425000
35.08/34.55	c cleaning 28999 clauses out of 58003 with flag 455001/455001
39.26/38.35	c cleaning 30003 clauses out of 60005 with flag 486002/486002
42.38/41.40	c cleaning 12020 clauses out of 24040 with flag 518000/518000
43.09/42.17	c starts		: 152
43.09/42.17	c conflicts		: 533316
43.09/42.17	c decisions		: 538173
43.09/42.17	c propagations		: 3768615
43.09/42.17	c inspects		: 632143634
43.09/42.17	c shortcuts		: 0
43.09/42.17	c learnt literals	: 10
43.09/42.17	c learnt binary clauses	: 69
43.09/42.17	c learnt ternary clauses	: 295
43.09/42.17	c learnt constraints	: 533305
43.09/42.17	c ignored constraints	: 0
43.09/42.17	c root simplifications	: 161
43.09/42.17	c removed literals (reason simplification)	: 3669190
43.09/42.17	c reason swapping (by a shorter reason)	: 0
43.09/42.17	c Calls to reduceDB	: 28
43.09/42.17	c number of reductions to clauses (during analyze)	: 0
43.09/42.17	c number of learned constraints concerned by reduction	: 0
43.09/42.17	c number of learning phase by resolution	: 0
43.09/42.17	c number of learning phase by cutting planes	: 0
43.09/42.17	c speed (assignments/second)	: 89694.75913937548
43.09/42.17	c non guided choices	12
43.09/42.17	c learnt constraints type 
43.09/42.17	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
43.09/42.17	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 648
43.09/42.17	c constraints type 
43.09/42.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
43.09/42.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
43.09/42.17	c 9 constraints processed.
43.09/42.17	s UNSATISFIABLE
43.09/42.17	c Total wall clock time (in seconds): 42.04

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-3710812-1338154052/watcher-3710812-1338154052 -o /tmp/evaluation-result-3710812-1338154052/solver-3710812-1338154052 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710812-1338154052.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.07 2.04 2.00 3/194 24982
/proc/meminfo: memFree=30571240/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24982/stat : 24982 (java) D 24980 24982 19004 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 281530167 9515008 182 33554432000 1073741824 1073778376 140736041674496 140736041665528 240565173941 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/24982/statm: 2323 182 140 9 0 71 0

[startup+0.072234 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24982
/proc/meminfo: memFree=30571240/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 3244 0 1 0 4 0 0 0 20 0 18 0 281530167 9787842560 3942 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2389610 3942 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100247 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24982
/proc/meminfo: memFree=30571240/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 3797 0 1 0 7 0 0 0 20 0 18 0 281530167 9787842560 4495 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2389610 4495 1964 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300153 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24982
/proc/meminfo: memFree=30571240/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 7039 0 1 0 52 1 0 0 20 0 19 0 281530167 9856004096 7451 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 7451 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625004

[startup+0.700237 s]
/proc/loadavg: 2.07 2.04 2.00 3/194 24982
/proc/meminfo: memFree=30571240/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=1.07 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 8107 0 1 0 105 2 0 0 20 0 19 0 281530167 9856004096 9935 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 9935 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 25001
/proc/meminfo: memFree=30540212/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=1.93 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 8142 0 1 0 191 2 0 0 20 0 19 0 281530167 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 10478 2274 9 0 2396937 0
[pid=24982/tid=24984] ppid=24980 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/24982/task/24984/stat : 24984 (java) R 24980 24982 19004 0 -1 4202560 2567 0 1 0 142 0 0 0 20 0 19 0 281530168 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346715062696 140346587587150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24985] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24985/stat : 24985 (java) S 24980 24982 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346558769448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24986] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24986/stat : 24986 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346557716648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24987] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24987/stat : 24987 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346556664360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24988] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24988/stat : 24988 (java) S 24980 24982 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346555611560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24989] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24989/stat : 24989 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346554559272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24990] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24990/stat : 24990 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346553506472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24991] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24991/stat : 24991 (java) S 24980 24982 19004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346552454184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24992] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24992/stat : 24992 (java) S 24980 24982 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346551401384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24993] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24993/stat : 24993 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 281530170 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346539202792 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24994] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24994/stat : 24994 (java) S 24980 24982 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346538148856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24995] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24995/stat : 24995 (java) S 24980 24982 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346537096456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24996] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24996/stat : 24996 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346536044944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24997] ppid=24980 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/24982/task/24997/stat : 24997 (java) S 24980 24982 19004 0 -1 4202560 1852 0 0 0 17 0 0 0 20 0 19 0 281530174 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346534992568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24998] ppid=24980 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/24982/task/24998/stat : 24998 (java) S 24980 24982 19004 0 -1 4202560 2471 0 0 0 25 0 0 0 20 0 19 0 281530174 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346533939768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24999] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24999/stat : 24999 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346532887672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=25000] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25000/stat : 25000 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346531835080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=25001] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25001/stat : 25001 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530183 9856004096 10478 33554432000 1073741824 1073778376 140737009162128 140346530780072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 25001
/proc/meminfo: memFree=30535488/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=3.53 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 8161 0 1 0 351 2 0 0 20 0 19 0 281530167 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 11005 2274 9 0 2396937 0
[pid=24982/tid=24984] ppid=24980 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/24982/task/24984/stat : 24984 (java) R 24980 24982 19004 0 -1 4202560 2570 0 1 0 297 0 0 0 20 0 19 0 281530168 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346715062576 140346587554792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24985] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24985/stat : 24985 (java) S 24980 24982 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346558769448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24986] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24986/stat : 24986 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346557716648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24987] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24987/stat : 24987 (java) S 24980 24982 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346556664360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24988] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24988/stat : 24988 (java) S 24980 24982 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346555611560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24989] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24989/stat : 24989 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346554559272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24990] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24990/stat : 24990 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346553506472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24991] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24991/stat : 24991 (java) S 24980 24982 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346552454184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24992] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24992/stat : 24992 (java) S 24980 24982 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346551401384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24993] ppid=24980 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/24982/task/24993/stat : 24993 (java) S 24980 24982 19004 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 281530170 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346539202792 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24994] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24994/stat : 24994 (java) S 24980 24982 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346538148856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24995] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24995/stat : 24995 (java) S 24980 24982 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346537096456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24996] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24996/stat : 24996 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346536044944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24997] ppid=24980 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/24982/task/24997/stat : 24997 (java) S 24980 24982 19004 0 -1 4202560 1852 0 0 0 17 0 0 0 20 0 19 0 281530174 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346534992568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24998] ppid=24980 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/24982/task/24998/stat : 24998 (java) S 24980 24982 19004 0 -1 4202560 2471 0 0 0 25 0 0 0 20 0 19 0 281530174 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346533939768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24999] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24999/stat : 24999 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346532887672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=25000] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25000/stat : 25000 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346531835080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=25001] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25001/stat : 25001 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530183 9856004096 11005 33554432000 1073741824 1073778376 140737009162128 140346530780072 240568547241 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.30055 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 25001
/proc/meminfo: memFree=30533812/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=6.75 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 8189 0 1 0 673 2 0 0 20 0 19 0 281530167 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 11180 2274 9 0 2396937 0
[pid=24982/tid=24984] ppid=24980 vsize=9625004 CPUtime=6.1 cores=0,2,4,6
/proc/24982/task/24984/stat : 24984 (java) R 24980 24982 19004 0 -1 4202560 2576 0 1 0 610 0 0 0 20 0 19 0 281530168 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346715062536 140346587596936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24985] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24985/stat : 24985 (java) S 24980 24982 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346558769448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24986] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24986/stat : 24986 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346557716648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24987] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24987/stat : 24987 (java) S 24980 24982 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346556664360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24988] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24988/stat : 24988 (java) S 24980 24982 19004 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346555611560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24989] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24989/stat : 24989 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346554559272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24990] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24990/stat : 24990 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346553506472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24991] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24991/stat : 24991 (java) S 24980 24982 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346552454184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24992] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24992/stat : 24992 (java) S 24980 24982 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 281530169 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346551401384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24993] ppid=24980 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/24982/task/24993/stat : 24993 (java) S 24980 24982 19004 0 -1 4202560 32 0 0 0 11 0 0 0 20 0 19 0 281530170 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346539202792 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24994] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24994/stat : 24994 (java) S 24980 24982 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346538148856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24995] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24995/stat : 24995 (java) S 24980 24982 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346537096456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24996] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24996/stat : 24996 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346536044944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24997] ppid=24980 vsize=9625004 CPUtime=0.17 cores=0,2,4,6
/proc/24982/task/24997/stat : 24997 (java) S 24980 24982 19004 0 -1 4202560 1852 0 0 0 17 0 0 0 20 0 19 0 281530174 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346534992568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24998] ppid=24980 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/24982/task/24998/stat : 24998 (java) S 24980 24982 19004 0 -1 4202560 2471 0 0 0 25 0 0 0 20 0 19 0 281530174 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346533939768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24999] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24999/stat : 24999 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346532887672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=25000] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25000/stat : 25000 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346531835080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=25001] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25001/stat : 25001 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530183 9856004096 11180 33554432000 1073741824 1073778376 140737009162128 140346530780072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/24982/task/24985/stat : 24985 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346558769448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24986] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24986/stat : 24986 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346557716648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24987] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24987/stat : 24987 (java) S 24980 24982 19004 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346556664360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24988] ppid=24980 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24982/task/24988/stat : 24988 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346555611560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24989] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24989/stat : 24989 (java) S 24980 24982 19004 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346554559272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24990] ppid=24980 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24982/task/24990/stat : 24990 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346553506472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24991] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24991/stat : 24991 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346552454184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24992] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24992/stat : 24992 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346551401384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24993] ppid=24980 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/24982/task/24993/stat : 24993 (java) S 24980 24982 19004 0 -1 4202560 35 0 0 0 33 0 0 0 20 0 19 0 281530170 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346539202792 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24994] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24994/stat : 24994 (java) S 24980 24982 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346538148856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24995] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24995/stat : 24995 (java) S 24980 24982 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346537096456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24996] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24996/stat : 24996 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346536044944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24997] ppid=24980 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/24982/task/24997/stat : 24997 (java) S 24980 24982 19004 0 -1 4202560 7997 0 0 0 44 3 0 0 20 0 19 0 281530174 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346534992568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24998] ppid=24980 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/24982/task/24998/stat : 24998 (java) S 24980 24982 19004 0 -1 4202560 3103 0 0 0 34 0 0 0 20 0 19 0 281530174 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346533939768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24999] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24999/stat : 24999 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346532887672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=25000] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25000/stat : 25000 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346531835080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=25001] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25001/stat : 25001 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530183 9856004096 16563 33554432000 1073741824 1073778376 140737009162128 140346530780072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 40.87
Current children cumulated vsize (KiB) 9625004

[startup+41.5007 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 25001
/proc/meminfo: memFree=30515360/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=42.48 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 15089 0 1 0 4242 6 0 0 20 0 19 0 281530167 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 15053 2274 9 0 2396937 0
[pid=24982/tid=24984] ppid=24980 vsize=9625004 CPUtime=40.89 cores=0,2,4,6
/proc/24982/task/24984/stat : 24984 (java) R 24980 24982 19004 0 -1 4202560 2597 0 1 0 4088 1 0 0 20 0 19 0 281530168 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346715062576 140346587826781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24985] ppid=24980 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24982/task/24985/stat : 24985 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346558769448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24986] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24986/stat : 24986 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346557716648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24987] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24987/stat : 24987 (java) S 24980 24982 19004 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346556664360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24988] ppid=24980 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24982/task/24988/stat : 24988 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346555611560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24989] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24989/stat : 24989 (java) S 24980 24982 19004 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346554559272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24990] ppid=24980 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24982/task/24990/stat : 24990 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346553506472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24991] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24991/stat : 24991 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346552454184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24992] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24992/stat : 24992 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346551401384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24993] ppid=24980 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/24982/task/24993/stat : 24993 (java) S 24980 24982 19004 0 -1 4202560 35 0 0 0 34 0 0 0 20 0 19 0 281530170 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346539202792 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24994] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24994/stat : 24994 (java) S 24980 24982 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346538148856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24995] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24995/stat : 24995 (java) S 24980 24982 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346537096456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24996] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24996/stat : 24996 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346536044944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24997] ppid=24980 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/24982/task/24997/stat : 24997 (java) S 24980 24982 19004 0 -1 4202560 7997 0 0 0 44 3 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346534992568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24998] ppid=24980 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24982/task/24998/stat : 24998 (java) S 24980 24982 19004 0 -1 4202560 3104 0 0 0 35 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346533939768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24999] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24999/stat : 24999 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346532887672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=25000] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25000/stat : 25000 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346531835080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=25001] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25001/stat : 25001 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530183 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346530780072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.48
Current children cumulated vsize (KiB) 9625004

[startup+41.9007 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 25001
/proc/meminfo: memFree=30515484/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=42.88 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 15089 0 1 0 4282 6 0 0 20 0 19 0 281530167 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 15053 2274 9 0 2396937 0
[pid=24982/tid=24984] ppid=24980 vsize=9625004 CPUtime=41.29 cores=0,2,4,6
/proc/24982/task/24984/stat : 24984 (java) R 24980 24982 19004 0 -1 4202560 2597 0 1 0 4128 1 0 0 20 0 19 0 281530168 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346715062576 140346587564503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24985] ppid=24980 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24982/task/24985/stat : 24985 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346558769448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24986] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24986/stat : 24986 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346557716648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24987] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24987/stat : 24987 (java) S 24980 24982 19004 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346556664360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24988] ppid=24980 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24982/task/24988/stat : 24988 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346555611560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24989] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24989/stat : 24989 (java) S 24980 24982 19004 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346554559272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24990] ppid=24980 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24982/task/24990/stat : 24990 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346553506472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24991] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24991/stat : 24991 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346552454184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24992] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24992/stat : 24992 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346551401384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24993] ppid=24980 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/24982/task/24993/stat : 24993 (java) S 24980 24982 19004 0 -1 4202560 35 0 0 0 34 0 0 0 20 0 19 0 281530170 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346539202792 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24994] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24994/stat : 24994 (java) S 24980 24982 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346538148856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24995] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24995/stat : 24995 (java) S 24980 24982 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346537096456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24996] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24996/stat : 24996 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346536044944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24997] ppid=24980 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/24982/task/24997/stat : 24997 (java) S 24980 24982 19004 0 -1 4202560 7997 0 0 0 44 3 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346534992568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24998] ppid=24980 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/24982/task/24998/stat : 24998 (java) S 24980 24982 19004 0 -1 4202560 3104 0 0 0 35 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346533939768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24999] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24999/stat : 24999 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346532887672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=25000] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25000/stat : 25000 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346531835080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=25001] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25001/stat : 25001 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530183 9856004096 15053 33554432000 1073741824 1073778376 140737009162128 140346530780072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.88
Current children cumulated vsize (KiB) 9625004

[startup+42.1006 s]
/proc/loadavg: 2.03 2.03 2.00 3/213 25001
/proc/meminfo: memFree=30515484/32873844 swapFree=7116/7116
[pid=24982] ppid=24980 vsize=9625004 CPUtime=43.09 cores=0,2,4,6
/proc/24982/stat : 24982 (java) S 24980 24982 19004 0 -1 4202496 15583 0 1 0 4303 6 0 0 20 0 19 0 281530167 9856004096 15547 33554432000 1073741824 1073778376 140737009162128 140737009153264 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24982/statm: 2406251 15547 2274 9 0 2396937 0
[pid=24982/tid=24984] ppid=24980 vsize=9625004 CPUtime=41.49 cores=0,2,4,6
/proc/24982/task/24984/stat : 24984 (java) R 24980 24982 19004 0 -1 4202560 2597 0 1 0 4148 1 0 0 20 0 19 0 281530168 9856004096 15547 33554432000 1073741824 1073778376 140737009162128 140346715062576 140346587543055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24985] ppid=24980 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24982/task/24985/stat : 24985 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 15547 33554432000 1073741824 1073778376 140737009162128 140346558769448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24986] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24986/stat : 24986 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15547 33554432000 1073741824 1073778376 140737009162128 140346557716648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24987] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24987/stat : 24987 (java) S 24980 24982 19004 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346556664360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24988] ppid=24980 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/24982/task/24988/stat : 24988 (java) S 24980 24982 19004 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 281530169 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346555611560 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24989] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24989/stat : 24989 (java) S 24980 24982 19004 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346554559272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24990] ppid=24980 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/24982/task/24990/stat : 24990 (java) S 24980 24982 19004 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281530169 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346553506472 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24991] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24991/stat : 24991 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346552454184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=24992] ppid=24980 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/24982/task/24992/stat : 24992 (java) S 24980 24982 19004 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 281530169 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346551401384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24993] ppid=24980 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/24982/task/24993/stat : 24993 (java) S 24980 24982 19004 0 -1 4202560 35 0 0 0 34 0 0 0 20 0 19 0 281530170 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346539202792 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24994] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24994/stat : 24994 (java) S 24980 24982 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346538148856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24995] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24995/stat : 24995 (java) S 24980 24982 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281530171 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346537096456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=24996] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24996/stat : 24996 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346536044944 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24997] ppid=24980 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/24982/task/24997/stat : 24997 (java) S 24980 24982 19004 0 -1 4202560 7997 0 0 0 44 3 0 0 20 0 19 0 281530174 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346534992568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24982/tid=24998] ppid=24980 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/24982/task/24998/stat : 24998 (java) R 24980 24982 19004 0 -1 4202560 3599 0 0 0 36 0 0 0 20 0 19 0 281530174 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346533939768 240564843183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24982/tid=24999] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/24999/stat : 24999 (java) S 24980 24982 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346532887672 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24982/tid=25000] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25000/stat : 25000 (java) S 24980 24982 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281530174 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346531835080 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24982/tid=25001] ppid=24980 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/24982/task/25001/stat : 25001 (java) S 24980 24982 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281530183 9856004096 15548 33554432000 1073741824 1073778376 140737009162128 140346530780072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.09
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 42.182
CPU time (s): 43.2074
CPU user time (s): 43.0455
CPU system time (s): 0.161975
CPU usage (%): 102.431
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.0455
system time used= 0.161975
maximum resident set size= 67828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16313
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= 1867
involuntary context switches= 713

runsolver used 0.070989 second user time and 0.169974 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 23:27:32
IDJOB=3710812
IDBENCH=2907
IDSOLVER=2289
FILE ID=node146/3710812-1338154052
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71184 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_4.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-3710812-1338154052/watcher-3710812-1338154052 -o /tmp/evaluation-result-3710812-1338154052/solver-3710812-1338154052 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710812-1338154052.opb

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1518405972

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.91
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30571396 kB
Buffers:          324496 kB
Cached:           759624 kB
SwapCached:         2184 kB
Active:          1274828 kB
Inactive:         187540 kB
Active(anon):     377264 kB
Inactive(anon):     2668 kB
Active(file):     897564 kB
Inactive(file):   184872 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        391744 kB
Mapped:            17576 kB
Shmem:                 0 kB
Slab:             691532 kB
SReclaimable:     132860 kB
SUnreclaim:       558672 kB
KernelStack:        1624 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node146 at 2012-05-27 23:28:15