Trace number 3687545

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT1120 17.5023 16.1401

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
MD5SUM9b4418c5c34f37121cd9ad7732df64ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark0.170973
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1120
Optimality of the best value was proved YES
Number of variables89
Total number of constraints28
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint2
Maximum length of a constraint47
Number of terms in the objective function 85
Biggest coefficient in the objective function 517
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15494
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1656
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 15494
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687545-1337872091.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.024s.
0.09/0.14	c declared #vars     89
0.09/0.14	c #constraints  28
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.09/0.14	c 28 constraints processed.
0.09/0.14	c objective function length is 85 literals
0.09/0.18	c SATISFIABLE
0.09/0.18	c OPTIMIZING...
0.09/0.18	c Got one! Elapsed wall clock time (in seconds):0.066
0.09/0.18	o 1169
0.65/0.41	c cleaning 2560 clauses out of 5119 with flag 5001/5119
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.332
0.65/0.45	o 1157
0.86/0.57	c cleaning 3889 clauses out of 7777 with flag 4001/10337
1.20/0.74	c cleaning 4942 clauses out of 9888 with flag 10001/16337
1.41/0.95	c cleaning 5966 clauses out of 11945 with flag 17000/23336
1.64/1.15	c Got one! Elapsed wall clock time (in seconds):1.034
1.64/1.15	o 1154
1.83/1.33	c cleaning 9349 clauses out of 18709 with flag 5000/36066
2.04/1.51	c cleaning 7677 clauses out of 15360 with flag 11000/42066
2.24/1.72	c cleaning 7337 clauses out of 14683 with flag 18000/49066
2.45/1.97	c cleaning 7669 clauses out of 15348 with flag 26002/57068
2.76/2.24	c cleaning 8335 clauses out of 16677 with flag 35000/66066
3.05/2.55	c cleaning 9171 clauses out of 18342 with flag 45000/76066
3.46/2.91	c cleaning 10085 clauses out of 20171 with flag 56000/87066
3.66/3.18	c Got one! Elapsed wall clock time (in seconds):3.063
3.66/3.18	o 1148
3.97/3.45	c cleaning 12228 clauses out of 24483 with flag 5000/101463
4.36/3.65	c cleaning 9119 clauses out of 18256 with flag 11001/107464
4.63/3.87	c cleaning 8063 clauses out of 16137 with flag 18001/114464
5.19/4.11	c cleaning 8036 clauses out of 16075 with flag 26002/122465
5.51/4.37	c cleaning 8510 clauses out of 17039 with flag 35002/131465
5.71/4.57	c Got one! Elapsed wall clock time (in seconds):4.455
5.71/4.57	o 1120
5.91/4.74	c cleaning 10731 clauses out of 21476 with flag 5003/144412
6.11/4.90	c cleaning 8360 clauses out of 16742 with flag 11000/150409
6.31/5.13	c cleaning 7689 clauses out of 15383 with flag 18001/157410
6.51/5.37	c cleaning 7839 clauses out of 15694 with flag 26001/165410
6.82/5.65	c cleaning 8421 clauses out of 16854 with flag 35000/174409
7.23/6.00	c cleaning 9209 clauses out of 18434 with flag 45001/184410
7.53/6.36	c cleaning 10108 clauses out of 20224 with flag 56000/195409
7.93/6.73	c cleaning 11056 clauses out of 22116 with flag 68000/207409
8.34/7.19	c cleaning 12028 clauses out of 24060 with flag 81000/220409
8.84/7.68	c cleaning 13013 clauses out of 26035 with flag 95003/234412
9.45/8.26	c cleaning 14005 clauses out of 28018 with flag 110000/249409
10.06/8.88	c cleaning 15002 clauses out of 30012 with flag 126000/265409
10.66/9.48	c cleaning 16002 clauses out of 32012 with flag 143002/282411
11.37/10.10	c cleaning 17002 clauses out of 34008 with flag 161000/300409
11.98/10.75	c cleaning 17991 clauses out of 36006 with flag 180000/319409
12.68/11.49	c cleaning 19006 clauses out of 38017 with flag 200002/339411
13.49/12.27	c cleaning 20005 clauses out of 40010 with flag 221001/360410
14.41/13.13	c cleaning 21001 clauses out of 42003 with flag 243000/382409
15.31/14.09	c cleaning 21992 clauses out of 44001 with flag 266000/405409
16.31/15.06	c cleaning 22994 clauses out of 46010 with flag 290001/429410
17.43/16.13	c starts		: 141
17.43/16.13	c conflicts		: 453908
17.43/16.13	c decisions		: 818552
17.43/16.13	c propagations		: 8221391
17.43/16.13	c inspects		: 141682117
17.43/16.13	c shortcuts		: 0
17.43/16.13	c learnt literals	: 15
17.43/16.13	c learnt binary clauses	: 21
17.43/16.13	c learnt ternary clauses	: 13
17.43/16.13	c learnt constraints	: 453892
17.43/16.13	c ignored constraints	: 0
17.43/16.13	c root simplifications	: 0
17.43/16.13	c removed literals (reason simplification)	: 0
17.43/16.13	c reason swapping (by a shorter reason)	: 0
17.43/16.13	c Calls to reduceDB	: 36
17.43/16.13	c number of reductions to clauses (during analyze)	: 0
17.43/16.13	c number of learned constraints concerned by reduction	: 0
17.43/16.13	c number of learning phase by resolution	: 0
17.43/16.13	c number of learning phase by cutting planes	: 0
17.43/16.13	c speed (assignments/second)	: 514286.93857124983
17.43/16.13	c non guided choices	0
17.43/16.13	c learnt constraints type 
17.43/16.13	c constraints type 
17.43/16.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
17.43/16.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
17.43/16.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
17.43/16.13	c 28 constraints processed.
17.43/16.13	s OPTIMUM FOUND
17.43/16.13	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 
17.43/16.13	c objective function=1120
17.43/16.13	c Total wall clock time (in seconds): 16.015

Verifier Data

OK	1120

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-3687545-1337872091/watcher-3687545-1337872091 -o /tmp/evaluation-result-3687545-1337872091/solver-3687545-1337872091 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687545-1337872091.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: 1.96 0.96 0.37 2/194 25266
/proc/meminfo: memFree=29105008/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25266/stat : 25266 (java) D 25264 25266 24862 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253333466 9515008 182 33554432000 1073741824 1073778376 140735231703440 140735231694472 254750310069 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2323 182 140 9 0 71 0

[startup+0.0296199 s]
/proc/loadavg: 1.96 0.96 0.37 2/194 25266
/proc/meminfo: memFree=29105008/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 2613 0 1 0 0 1 0 0 20 0 10 0 253333466 9233014784 3314 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2254154 3323 1421 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100246 s]
/proc/loadavg: 1.96 0.96 0.37 2/194 25266
/proc/meminfo: memFree=29105008/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 4253 0 1 0 7 2 0 0 20 0 18 0 253333466 9787813888 5453 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2389603 5453 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300207 s]
/proc/loadavg: 1.96 0.96 0.37 2/194 25266
/proc/meminfo: memFree=29105008/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 6295 0 1 0 45 2 0 0 20 0 19 0 253333466 9855975424 7142 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 7142 2210 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624976

[startup+0.700216 s]
/proc/loadavg: 1.96 0.96 0.37 2/194 25266
/proc/meminfo: memFree=29105008/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 14020 0 1 0 117 3 0 0 20 0 19 0 253333466 9855975424 13868 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 13868 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 1.96 0.96 0.37 3/213 25285
/proc/meminfo: memFree=29057764/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=2.04 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 14079 0 1 0 200 4 0 0 20 0 19 0 253333466 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 14914 2263 9 0 2396937 0
[pid=25266/tid=25268] ppid=25264 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25264 25266 24862 0 -1 4202560 2449 0 1 0 140 2 0 0 20 0 19 0 253333467 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379179864456 140379010211626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25269] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25269/stat : 25269 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379141356328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25270] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25264 25266 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379140303528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25271] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25271/stat : 25271 (java) S 25264 25266 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379139251240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25272] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379138198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25273] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25273/stat : 25273 (java) S 25264 25266 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379137145128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25274] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25264 25266 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379136092328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25275] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25275/stat : 25275 (java) S 25264 25266 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379135040040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25276] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25264 25266 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379133987240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25277] ppid=25264 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/25266/task/25277/stat : 25277 (java) S 25264 25266 24862 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 253333469 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379003259624 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25278] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379002205688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25279] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379001153288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25280] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25280/stat : 25280 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140379000101776 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25281] ppid=25264 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25264 25266 24862 0 -1 4202560 7575 0 0 0 30 0 0 0 20 0 19 0 253333472 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140378999048376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25282] ppid=25264 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/25266/task/25282/stat : 25282 (java) S 25264 25266 24862 0 -1 4202560 2792 0 0 0 21 1 0 0 20 0 19 0 253333472 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140378997995576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25283] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25283/stat : 25283 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140378996943480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25284] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25284/stat : 25284 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140378995890888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25285] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25285/stat : 25285 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333481 9855975424 14914 33554432000 1073741824 1073778376 140735505228688 140378994836904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 1.97 0.98 0.38 3/213 25285
/proc/meminfo: memFree=29052924/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=3.66 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 14091 0 1 0 362 4 0 0 20 0 19 0 253333466 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 14920 2263 9 0 2396937 0
[pid=25266/tid=25268] ppid=25264 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25264 25266 24862 0 -1 4202560 2455 0 1 0 293 2 0 0 20 0 19 0 253333467 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379179864336 140379009992748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25269] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25269/stat : 25269 (java) S 25264 25266 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379141356328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25270] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25264 25266 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379140303528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25271] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25271/stat : 25271 (java) S 25264 25266 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379139251240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25272] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379138198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25273] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25273/stat : 25273 (java) S 25264 25266 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379137145128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25274] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379136092328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25275] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25275/stat : 25275 (java) S 25264 25266 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379135040040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25276] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25264 25266 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379133987240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25277] ppid=25264 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/25266/task/25277/stat : 25277 (java) S 25264 25266 24862 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 253333469 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379003259624 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25278] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379002205688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25279] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379001153288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25280] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25280/stat : 25280 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140379000101776 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25281] ppid=25264 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25264 25266 24862 0 -1 4202560 7575 0 0 0 31 0 0 0 20 0 19 0 253333472 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140378999048376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25282] ppid=25264 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/25266/task/25282/stat : 25282 (java) S 25264 25266 24862 0 -1 4202560 2792 0 0 0 21 1 0 0 20 0 19 0 253333472 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140378997995576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25283] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25283/stat : 25283 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140378996943480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25284] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25284/stat : 25284 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140378995890888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25285] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25285/stat : 25285 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333481 9855975424 14920 33554432000 1073741824 1073778376 140735505228688 140378994836904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9624976

[startup+6.30059 s]
/proc/loadavg: 1.97 0.98 0.38 3/213 25285
/proc/meminfo: memFree=29051188/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=7.53 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 20832 0 1 0 748 5 0 0 20 0 19 0 253333466 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 15206 2267 9 0 2396937 0
[pid=25266/tid=25268] ppid=25264 vsize=9624976 CPUtime=6.02 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25264 25266 24862 0 -1 4202560 2469 0 1 0 600 2 0 0 20 0 19 0 253333467 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379179864336 140379010010988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25269] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25269/stat : 25269 (java) S 25264 25266 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379141356328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25270] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379140303528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25271] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25271/stat : 25271 (java) S 25264 25266 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379139251240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25272] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379138198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25273] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25273/stat : 25273 (java) S 25264 25266 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379137145128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25274] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379136092328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25275] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25275/stat : 25275 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379135040040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25276] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25264 25266 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379133987240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25277] ppid=25264 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/25266/task/25277/stat : 25277 (java) S 25264 25266 24862 0 -1 4202560 42 0 0 0 18 0 0 0 20 0 19 0 253333469 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379003259624 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25278] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379002205688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25279] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379001153288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25280] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25280/stat : 25280 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140379000101776 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25281] ppid=25264 vsize=9624976 CPUtime=0.92 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25264 25266 24862 0 -1 4202560 14212 0 0 0 91 1 0 0 20 0 19 0 253333472 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140378999048376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25282] ppid=25264 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25266/task/25282/stat : 25282 (java) S 25264 25266 24862 0 -1 4202560 2864 0 0 0 23 1 0 0 20 0 19 0 253333472 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140378997995576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25283] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25283/stat : 25283 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140378996943480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25284] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25284/stat : 25284 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140378995890888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25285] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25285/stat : 25285 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333481 9855975424 15206 33554432000 1073741824 1073778376 140735505228688 140378994836904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/25266/task/25269/stat : 25269 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379141356328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25270] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379140303528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25271] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25271/stat : 25271 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379139251240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25272] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25264 25266 24862 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379138198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25273] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25273/stat : 25273 (java) S 25264 25266 24862 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379137145128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25274] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379136092328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25275] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25275/stat : 25275 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379135040040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25276] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25264 25266 24862 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379133987240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25277] ppid=25264 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/25266/task/25277/stat : 25277 (java) S 25264 25266 24862 0 -1 4202560 43 0 0 0 33 0 0 0 20 0 19 0 253333469 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379003259624 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25278] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379002205688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25279] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379001153288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25280] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25280/stat : 25280 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140379000101776 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25281] ppid=25264 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25264 25266 24862 0 -1 4202560 14212 0 0 0 94 2 0 0 20 0 19 0 253333472 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140378999048376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25282] ppid=25264 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25266/task/25282/stat : 25282 (java) S 25264 25266 24862 0 -1 4202560 2864 0 0 0 23 1 0 0 20 0 19 0 253333472 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140378997995576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25283] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25283/stat : 25283 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140378996943480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25284] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25284/stat : 25284 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140378995890888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25285] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25285/stat : 25285 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333481 9855975424 15770 33554432000 1073741824 1073778376 140735505228688 140378994836904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 9624976

[startup+15.1006 s]
/proc/loadavg: 1.97 1.01 0.40 3/213 25285
/proc/meminfo: memFree=29048528/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=16.41 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 20903 0 1 0 1635 6 0 0 20 0 19 0 253333466 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 15774 2267 9 0 2396937 0
[pid=25266/tid=25268] ppid=25264 vsize=9624976 CPUtime=14.59 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25264 25266 24862 0 -1 4202560 2483 0 1 0 1457 2 0 0 20 0 19 0 253333467 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379179864296 140379010014234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25269] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25269/stat : 25269 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379141356328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25270] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379140303528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25271] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25271/stat : 25271 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379139251240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25272] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25264 25266 24862 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379138198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25273] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25273/stat : 25273 (java) S 25264 25266 24862 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379137145128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25274] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379136092328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25275] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25275/stat : 25275 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379135040040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25276] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25264 25266 24862 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379133987240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25277] ppid=25264 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25266/task/25277/stat : 25277 (java) S 25264 25266 24862 0 -1 4202560 43 0 0 0 35 0 0 0 20 0 19 0 253333469 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379003259624 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25278] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379002205688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25279] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379001153288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25280] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25280/stat : 25280 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379000101776 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25281] ppid=25264 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25264 25266 24862 0 -1 4202560 14212 0 0 0 94 2 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378999048376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25282] ppid=25264 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25266/task/25282/stat : 25282 (java) S 25264 25266 24862 0 -1 4202560 2864 0 0 0 23 1 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378997995576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25283] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25283/stat : 25283 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378996943480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25284] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25284/stat : 25284 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378995890888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25285] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25285/stat : 25285 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333481 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378994836904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 16.41
Current children cumulated vsize (KiB) 9624976

[startup+15.9006 s]
/proc/loadavg: 1.97 1.01 0.40 3/213 25285
/proc/meminfo: memFree=29048528/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=17.22 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 20903 0 1 0 1716 6 0 0 20 0 19 0 253333466 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 15774 2267 9 0 2396937 0
[pid=25266/tid=25268] ppid=25264 vsize=9624976 CPUtime=15.39 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25264 25266 24862 0 -1 4202560 2483 0 1 0 1537 2 0 0 20 0 19 0 253333467 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379179864520 140379010046466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25269] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25269/stat : 25269 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379141356328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25270] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379140303528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25271] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25271/stat : 25271 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379139251240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25272] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25264 25266 24862 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379138198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25273] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25273/stat : 25273 (java) S 25264 25266 24862 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379137145128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25274] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379136092328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25275] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25275/stat : 25275 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379135040040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25276] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25264 25266 24862 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379133987240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25277] ppid=25264 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25266/task/25277/stat : 25277 (java) S 25264 25266 24862 0 -1 4202560 43 0 0 0 35 0 0 0 20 0 19 0 253333469 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379003259624 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25278] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379002205688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25279] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379001153288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25280] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25280/stat : 25280 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379000101776 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25281] ppid=25264 vsize=9624976 CPUtime=0.96 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25264 25266 24862 0 -1 4202560 14212 0 0 0 94 2 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378999048376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25282] ppid=25264 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25266/task/25282/stat : 25282 (java) S 25264 25266 24862 0 -1 4202560 2864 0 0 0 23 1 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378997995576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25283] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25283/stat : 25283 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378996943480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25284] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25284/stat : 25284 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378995890888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25285] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25285/stat : 25285 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333481 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378994836904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 17.22
Current children cumulated vsize (KiB) 9624976

[startup+16.1006 s]
/proc/loadavg: 1.97 1.01 0.40 3/213 25285
/proc/meminfo: memFree=29048528/32873844 swapFree=7364/7364
[pid=25266] ppid=25264 vsize=9624976 CPUtime=17.43 cores=0,2,4,6
/proc/25266/stat : 25266 (java) S 25264 25266 24862 0 -1 4202496 20903 0 1 0 1737 6 0 0 20 0 19 0 253333466 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140735505219824 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25266/statm: 2406244 15774 2267 9 0 2396937 0
[pid=25266/tid=25268] ppid=25264 vsize=9624976 CPUtime=15.59 cores=0,2,4,6
/proc/25266/task/25268/stat : 25268 (java) R 25264 25266 24862 0 -1 4202560 2483 0 1 0 1557 2 0 0 20 0 19 0 253333467 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379179864984 140379010195967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25269] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25269/stat : 25269 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379141356328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25270] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25270/stat : 25270 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379140303528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25271] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25271/stat : 25271 (java) S 25264 25266 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379139251240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25272] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25272/stat : 25272 (java) S 25264 25266 24862 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379138198440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25273] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25273/stat : 25273 (java) S 25264 25266 24862 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379137145128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25274] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25274/stat : 25274 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379136092328 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25266/tid=25275] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25275/stat : 25275 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379135040040 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25266/tid=25276] ppid=25264 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/25266/task/25276/stat : 25276 (java) S 25264 25266 24862 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253333468 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379133987240 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25277] ppid=25264 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25266/task/25277/stat : 25277 (java) S 25264 25266 24862 0 -1 4202560 43 0 0 0 35 0 0 0 20 0 19 0 253333469 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379003259624 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25278] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25278/stat : 25278 (java) S 25264 25266 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379002205688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25279] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25279/stat : 25279 (java) S 25264 25266 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253333470 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379001153288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25280] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25280/stat : 25280 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140379000101776 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25281] ppid=25264 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/25266/task/25281/stat : 25281 (java) S 25264 25266 24862 0 -1 4202560 14212 0 0 0 95 2 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378999048376 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25282] ppid=25264 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25266/task/25282/stat : 25282 (java) S 25264 25266 24862 0 -1 4202560 2864 0 0 0 23 1 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378997995576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25283] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25283/stat : 25283 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378996943480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25266/tid=25284] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25284/stat : 25284 (java) S 25264 25266 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253333472 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378995890888 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25266/tid=25285] ppid=25264 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25266/task/25285/stat : 25285 (java) S 25264 25266 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253333481 9855975424 15774 33554432000 1073741824 1073778376 140735505228688 140378994836904 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 16.1401
CPU time (s): 17.5023
CPU user time (s): 17.3294
CPU system time (s): 0.172973
CPU usage (%): 108.44
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3294
system time used= 0.172973
maximum resident set size= 63920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20920
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1511
involuntary context switches= 892

runsolver used 0.023996 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 17:08:11
IDJOB=3687545
IDBENCH=1868
IDSOLVER=2269
FILE ID=node145/3687545-1337872091
RUNJOBID= node145-1337871881-24878
PBS_JOBID= 14620059
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687545-1337872091/watcher-3687545-1337872091 -o /tmp/evaluation-result-3687545-1337872091/solver-3687545-1337872091 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687545-1337872091.opb

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

MD5SUM BENCH= 9b4418c5c34f37121cd9ad7732df64ff
RANDOM SEED=1442122562

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29105016 kB
Buffers:          202904 kB
Cached:          2672336 kB
SwapCached:            0 kB
Active:           548136 kB
Inactive:        2454028 kB
Active(anon):     129784 kB
Inactive(anon):        0 kB
Active(file):     418352 kB
Inactive(file):  2454028 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        181628 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             629876 kB
SReclaimable:      72420 kB
SUnreclaim:       557456 kB
KernelStack:        1760 kB
PageTables:         4064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 71656 MiB
End job on node145 at 2012-05-24 17:08:28