Trace number 3710643

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 snapshotOPT12 48.7 47.0428

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g7x7.opb
MD5SUMcb84e2b94add4387530e3674f52279cd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.000999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables49
Total number of constraints49
Number of constraints which are clauses49
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 49
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 49
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 49
Number of bits of the biggest sum of numbers6
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710643-1338145825.opb
0.10/0.11	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.018s.
0.10/0.13	c declared #vars     49
0.10/0.13	c #constraints  49
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.10/0.13	c 49 constraints processed.
0.10/0.13	c SATISFIABLE
0.10/0.13	c OPTIMIZING...
0.10/0.13	c Got one! Elapsed wall clock time (in seconds):0.022
0.10/0.13	o 17
0.10/0.14	c Got one! Elapsed wall clock time (in seconds):0.033
0.10/0.14	o 16
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.148
0.31/0.26	o 15
0.52/0.39	c cleaning 2925 clauses out of 5859 with flag 4000/5859
1.00/0.50	c cleaning 4464 clauses out of 8935 with flag 10001/11860
1.00/0.52	c Got one! Elapsed wall clock time (in seconds):0.413
1.00/0.52	o 14
1.00/0.58	c cleaning 4832 clauses out of 9674 with flag 4000/17063
1.17/0.69	c cleaning 5417 clauses out of 10842 with flag 10000/23063
1.39/0.80	c cleaning 6208 clauses out of 12426 with flag 17001/30064
1.39/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.39/0.84	o 13
1.51/0.90	c cleaning 5673 clauses out of 11351 with flag 3001/35197
1.63/1.01	c cleaning 5835 clauses out of 11678 with flag 9001/41197
1.74/1.12	c cleaning 6415 clauses out of 12842 with flag 16000/48196
1.84/1.26	c cleaning 7209 clauses out of 14428 with flag 24001/56197
2.05/1.42	c cleaning 8105 clauses out of 16218 with flag 33000/65196
2.26/1.62	c cleaning 9055 clauses out of 18114 with flag 43001/75197
2.49/1.85	c cleaning 10021 clauses out of 20058 with flag 54000/86196
2.70/2.10	c cleaning 11013 clauses out of 22037 with flag 66000/98196
3.03/2.39	c cleaning 12006 clauses out of 24025 with flag 79001/111197
3.45/2.71	c cleaning 13004 clauses out of 26018 with flag 93000/125196
3.77/3.09	c cleaning 14003 clauses out of 28014 with flag 108000/140196
4.18/3.49	c cleaning 15004 clauses out of 30013 with flag 124002/156198
4.71/3.96	c cleaning 16000 clauses out of 32008 with flag 141001/173197
5.22/4.46	c cleaning 17000 clauses out of 34010 with flag 159003/191199
5.83/5.00	c cleaning 17996 clauses out of 36007 with flag 178000/210196
6.43/5.62	c cleaning 19003 clauses out of 38011 with flag 198000/230196
7.04/6.27	c cleaning 20003 clauses out of 40008 with flag 219000/251196
7.74/6.96	c cleaning 20998 clauses out of 42005 with flag 241000/273196
8.45/7.67	c cleaning 21997 clauses out of 44007 with flag 264000/296196
9.26/8.47	c cleaning 23002 clauses out of 46011 with flag 288001/320197
10.17/9.33	c cleaning 23996 clauses out of 48008 with flag 313000/345196
10.78/9.93	c Got one! Elapsed wall clock time (in seconds):9.827
10.78/9.93	o 12
11.07/10.26	c cleaning 24576 clauses out of 49163 with flag 5001/370347
11.28/10.46	c cleaning 15284 clauses out of 30586 with flag 11000/376346
11.48/10.62	c cleaning 11141 clauses out of 22303 with flag 18001/383347
11.58/10.79	c cleaning 9578 clauses out of 19162 with flag 26001/391347
11.79/10.96	c cleaning 9288 clauses out of 18584 with flag 35001/400347
11.98/11.15	c cleaning 9640 clauses out of 19296 with flag 45001/410347
12.18/11.35	c cleaning 10321 clauses out of 20657 with flag 56002/421348
12.48/11.60	c cleaning 11159 clauses out of 22334 with flag 68000/433346
12.69/11.88	c cleaning 12085 clauses out of 24176 with flag 81001/446347
13.00/12.17	c cleaning 13037 clauses out of 26091 with flag 95001/460347
13.39/12.52	c cleaning 14021 clauses out of 28053 with flag 110000/475346
13.79/12.92	c cleaning 15007 clauses out of 30032 with flag 126000/491346
14.19/13.35	c cleaning 16008 clauses out of 32026 with flag 143001/508347
14.70/13.82	c cleaning 17003 clauses out of 34018 with flag 161001/526347
15.21/14.35	c cleaning 18000 clauses out of 36014 with flag 180000/545346
15.81/14.92	c cleaning 19001 clauses out of 38015 with flag 200001/565347
16.41/15.59	c cleaning 20001 clauses out of 40014 with flag 221001/586347
17.12/16.27	c cleaning 21002 clauses out of 42013 with flag 243001/608347
17.82/16.97	c cleaning 22000 clauses out of 44011 with flag 266001/631347
18.62/17.76	c cleaning 22997 clauses out of 46011 with flag 290001/655347
19.63/18.71	c cleaning 24001 clauses out of 48014 with flag 315001/680347
20.53/19.62	c cleaning 24998 clauses out of 50012 with flag 341000/706346
21.45/20.57	c cleaning 26000 clauses out of 52015 with flag 368001/733347
22.55/21.68	c cleaning 27004 clauses out of 54015 with flag 396001/761347
23.86/22.92	c cleaning 27999 clauses out of 56011 with flag 425001/790347
24.96/24.06	c cleaning 29000 clauses out of 58011 with flag 455000/820346
26.19/25.26	c cleaning 30003 clauses out of 60012 with flag 486001/851347
27.50/26.55	c cleaning 31000 clauses out of 62008 with flag 518000/883346
28.91/28.00	c cleaning 32000 clauses out of 64008 with flag 551000/916346
30.51/29.53	c cleaning 32998 clauses out of 66008 with flag 585000/950346
32.15/31.18	c cleaning 34004 clauses out of 68010 with flag 620000/985346
34.53/33.15	c cleaning 34996 clauses out of 70007 with flag 656001/1021347
36.42/34.90	c cleaning 36001 clauses out of 72011 with flag 693001/1058347
38.23/36.77	c cleaning 37004 clauses out of 74010 with flag 731001/1096347
40.48/38.93	c cleaning 38000 clauses out of 76005 with flag 770000/1135346
42.49/40.95	c cleaning 39003 clauses out of 78005 with flag 810000/1175346
44.75/43.12	c cleaning 37557 clauses out of 75124 with flag 851001/1216347
46.76/45.16	c cleaning 21690 clauses out of 43381 with flag 893002/1258348
48.48/46.84	c cleaning 18739 clauses out of 37477 with flag 936001/1301347
48.70/47.03	c starts		: 196
48.70/47.03	c conflicts		: 1308072
48.70/47.03	c decisions		: 1815301
48.70/47.03	c propagations		: 7987228
48.70/47.03	c inspects		: 671632077
48.70/47.03	c shortcuts		: 0
48.70/47.03	c learnt literals	: 14
48.70/47.03	c learnt binary clauses	: 111
48.70/47.03	c learnt ternary clauses	: 480
48.70/47.03	c learnt constraints	: 1308057
48.70/47.03	c ignored constraints	: 0
48.70/47.03	c root simplifications	: 209
48.70/47.03	c removed literals (reason simplification)	: 651783
48.70/47.03	c reason swapping (by a shorter reason)	: 0
48.70/47.03	c Calls to reduceDB	: 65
48.70/47.03	c number of reductions to clauses (during analyze)	: 0
48.70/47.03	c number of learned constraints concerned by reduction	: 0
48.70/47.03	c number of learning phase by resolution	: 0
48.70/47.03	c number of learning phase by cutting planes	: 0
48.70/47.03	c speed (assignments/second)	: 170281.58444548672
48.70/47.03	c non guided choices	63
48.70/47.03	c learnt constraints type 
48.70/47.03	c constraints type 
48.70/47.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
48.70/47.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
48.70/47.03	c 49 constraints processed.
48.70/47.03	s OPTIMUM FOUND
48.70/47.03	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 
48.70/47.03	c objective function=12
48.70/47.03	c Total wall clock time (in seconds): 46.927

Verifier Data

OK	12

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.98 2.00 1.99 3/195 25531
/proc/meminfo: memFree=31175956/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 1148 0 0 0 0 0 0 0 20 0 2 0 280706949 24780800 867 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 38818 870 657 9 0 33153 0
[pid=25531/tid=25532] ppid=25529 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 280706950 91889664 885 33554432000 1073741824 1073778376 140733800049680 140733800038744 212073268112 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.077646 s]
/proc/loadavg: 1.98 2.00 1.99 3/195 25531
/proc/meminfo: memFree=31175956/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 3817 0 1 0 6 0 0 0 20 0 18 0 280706949 9787842560 5024 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2389610 5024 2018 9 0 2380296 0
[pid=25531/tid=25532] ppid=25529 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) D 25529 25531 22368 0 -1 4202560 2306 0 1 0 5 0 0 0 20 0 18 0 280706950 9787842560 5024 33554432000 1073741824 1073778376 140733800049680 140508500925632 140508508695379 0 4 0 16800975 18446744071581355444 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.100215 s]
/proc/loadavg: 1.98 2.00 1.99 3/195 25531
/proc/meminfo: memFree=31175956/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 4376 0 1 0 10 0 0 0 20 0 18 0 280706949 9787842560 6093 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2389610 6093 2131 9 0 2380296 0
[pid=25531/tid=25532] ppid=25529 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 2486 0 1 0 7 0 0 0 20 0 18 0 280706950 9787842560 6093 33554432000 1073741824 1073778376 140733800049680 140508500929768 212076651789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300298 s]
/proc/loadavg: 1.98 2.00 1.99 3/195 25531
/proc/meminfo: memFree=31175956/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 6632 0 1 0 51 1 0 0 20 0 19 0 280706949 9856004096 8181 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 8181 2220 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 2499 0 1 0 27 0 0 0 20 0 19 0 280706950 9856004096 8181 33554432000 1073741824 1073778376 140733800049680 140508500931128 140508328784453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.70031 s]
/proc/loadavg: 1.98 2.00 1.99 3/195 25531
/proc/meminfo: memFree=31175956/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=1.29 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 14899 0 1 0 126 3 0 0 20 0 19 0 280706949 9856004096 15850 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 15850 2266 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) S 25529 25531 22368 0 -1 4202560 2504 0 1 0 63 0 0 0 20 0 19 0 280706950 9856004096 15850 33554432000 1073741824 1073778376 140733800049680 140508500930984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 1.98 2.00 1.99 3/214 25550
/proc/meminfo: memFree=31122032/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=2.16 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 14925 0 1 0 213 3 0 0 20 0 19 0 280706949 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 16381 2269 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=1.34 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 2510 0 1 0 134 0 0 0 20 0 19 0 280706950 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508500930824 140508328838410 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25534] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25534/stat : 25534 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508462422696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25535] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25535/stat : 25535 (java) S 25529 25531 22368 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508461370152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25536] ppid=25529 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25531/task/25536/stat : 25536 (java) S 25529 25531 22368 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508460317608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25537] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25537/stat : 25537 (java) S 25529 25531 22368 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508459265064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25538] ppid=25529 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25531/task/25538/stat : 25538 (java) S 25529 25531 22368 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508458211496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25539] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25539/stat : 25539 (java) S 25529 25531 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508457158952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25540] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25540/stat : 25540 (java) S 25529 25531 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508456106408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25541] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25541/stat : 25541 (java) S 25529 25531 22368 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 280706951 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508455053864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25542] ppid=25529 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25542/stat : 25542 (java) S 25529 25531 22368 0 -1 4202560 34 0 0 0 7 0 0 0 20 0 19 0 280706952 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508325198440 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25543] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25543/stat : 25543 (java) S 25529 25531 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508324144760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25544] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25544/stat : 25544 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508323092104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25545] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25545/stat : 25545 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508322040848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25546] ppid=25529 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/25531/task/25546/stat : 25546 (java) S 25529 25531 22368 0 -1 4202560 2806 0 0 0 23 0 0 0 20 0 19 0 280706954 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508320987192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25547] ppid=25529 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/25531/task/25547/stat : 25547 (java) S 25529 25531 22368 0 -1 4202560 8345 0 0 0 32 2 0 0 20 0 19 0 280706954 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508319934648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25548] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25548/stat : 25548 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508318882296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25549] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25549/stat : 25549 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508317829960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25550] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25550/stat : 25550 (java) S 25529 25531 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280706963 9856004096 16381 33554432000 1073741824 1073778376 140733800049680 140508316775720 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625004

[startup+3.10057 s]
/proc/loadavg: 1.98 2.00 1.99 6/214 25550
/proc/meminfo: memFree=31119240/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=3.88 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 14953 0 1 0 384 4 0 0 20 0 19 0 280706949 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 16915 2269 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=2.83 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) S 25529 25531 22368 0 -1 4202560 2515 0 1 0 282 1 0 0 20 0 19 0 280706950 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508500930984 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25534] ppid=25529 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/25531/task/25534/stat : 25534 (java) S 25529 25531 22368 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508462422696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25535] ppid=25529 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/25531/task/25535/stat : 25535 (java) S 25529 25531 22368 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508461370152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25536] ppid=25529 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/25531/task/25536/stat : 25536 (java) S 25529 25531 22368 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508460317608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25537] ppid=25529 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25531/task/25537/stat : 25537 (java) S 25529 25531 22368 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508459265064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25538] ppid=25529 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25531/task/25538/stat : 25538 (java) S 25529 25531 22368 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508458211496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25539] ppid=25529 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/25531/task/25539/stat : 25539 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508457158952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25540] ppid=25529 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25531/task/25540/stat : 25540 (java) S 25529 25531 22368 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508456106408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25541] ppid=25529 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/25531/task/25541/stat : 25541 (java) S 25529 25531 22368 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 280706951 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508455053864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25542] ppid=25529 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/25531/task/25542/stat : 25542 (java) R 25529 25531 22368 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 19 0 280706952 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508325197296 140508507054521 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25543] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25543/stat : 25543 (java) S 25529 25531 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508324144760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25544] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25544/stat : 25544 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508323092104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25545] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25545/stat : 25545 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508322040848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25546] ppid=25529 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/25531/task/25546/stat : 25546 (java) S 25529 25531 22368 0 -1 4202560 2806 0 0 0 23 0 0 0 20 0 19 0 280706954 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508320987192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25547] ppid=25529 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/25531/task/25547/stat : 25547 (java) S 25529 25531 22368 0 -1 4202560 8345 0 0 0 32 2 0 0 20 0 19 0 280706954 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508319934648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25548] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25548/stat : 25548 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508318882296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25549] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25549/stat : 25549 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508317829960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25550] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25550/stat : 25550 (java) S 25529 25531 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280706963 9856004096 16915 33554432000 1073741824 1073778376 140733800049680 140508316775720 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 1.98 2.00 1.99 3/214 25550
/proc/meminfo: memFree=31115664/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=7.14 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 14987 0 1 0 710 4 0 0 20 0 19 0 280706949 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 17123 2269 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=5.91 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 2523 0 1 0 590 1 0 0 20 0 19 0 280706950 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508500930984 140508328773280 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25534] ppid=25529 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25531/task/25534/stat : 25534 (java) S 25529 25531 22368 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508462422696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25535] ppid=25529 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25531/task/25535/stat : 25535 (java) S 25529 25531 22368 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508461370152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25536] ppid=25529 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25531/task/25536/stat : 25536 (java) S 25529 25531 22368 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508460317608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25537] ppid=25529 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/25531/task/25537/stat : 25537 (java) S 25529 25531 22368 0 -1 4202560 15 0 0 0 5 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508459265064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25538] ppid=25529 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25531/task/25538/stat : 25538 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508458211496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25539] ppid=25529 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25531/task/25539/stat : 25539 (java) S 25529 25531 22368 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508457158952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25540] ppid=25529 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/25531/task/25540/stat : 25540 (java) S 25529 25531 22368 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508456106408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25541] ppid=25529 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/25531/task/25541/stat : 25541 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 280706951 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508455053864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25542] ppid=25529 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25531/task/25542/stat : 25542 (java) S 25529 25531 22368 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 19 0 280706952 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508325198440 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25543] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25543/stat : 25543 (java) S 25529 25531 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508324144760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25544] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25544/stat : 25544 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508323092104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25545] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25545/stat : 25545 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508322040848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25546] ppid=25529 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/25531/task/25546/stat : 25546 (java) S 25529 25531 22368 0 -1 4202560 2806 0 0 0 23 0 0 0 20 0 19 0 280706954 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508320987192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25547] ppid=25529 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/25531/task/25547/stat : 25547 (java) S 25529 25531 22368 0 -1 4202560 8345 0 0 0 32 2 0 0 20 0 19 0 280706954 9856004096 17123 33554432000 1073741824 1073778376 140733800049680 140508319934648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/25531/task/25541/stat : 25541 (java) S 25529 25531 22368 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508455053864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25542] ppid=25529 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/25531/task/25542/stat : 25542 (java) S 25529 25531 22368 0 -1 4202560 39 0 0 0 78 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508325198440 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25543] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25543/stat : 25543 (java) S 25529 25531 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508324144760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25544] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25544/stat : 25544 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508323092104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25545] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25545/stat : 25545 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508322040848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25546] ppid=25529 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/25531/task/25546/stat : 25546 (java) S 25529 25531 22368 0 -1 4202560 9463 0 0 0 69 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508320987192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25547] ppid=25529 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25531/task/25547/stat : 25547 (java) S 25529 25531 22368 0 -1 4202560 8347 0 0 0 37 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508319934648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25548] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25548/stat : 25548 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508318882296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25549] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25549/stat : 25549 (java) S 25529 25531 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508317829960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25550] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25550/stat : 25550 (java) S 25529 25531 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280706963 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508316775720 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 47.95
Current children cumulated vsize (KiB) 9625004

[startup+46.7007 s]
/proc/loadavg: 2.02 2.00 1.99 3/213 25666
/proc/meminfo: memFree=30970648/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=48.38 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 21801 0 1 0 4831 7 0 0 20 0 19 0 280706949 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 19016 2275 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=45.46 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 2569 0 1 0 4545 1 0 0 20 0 19 0 280706950 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508500930864 140508328825792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25534] ppid=25529 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/25531/task/25534/stat : 25534 (java) S 25529 25531 22368 0 -1 4202560 37 0 0 0 11 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508462422696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25535] ppid=25529 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25535/stat : 25535 (java) S 25529 25531 22368 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508461370152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25536] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25536/stat : 25536 (java) S 25529 25531 22368 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508460317608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25537] ppid=25529 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25531/task/25537/stat : 25537 (java) S 25529 25531 22368 0 -1 4202560 34 0 0 0 10 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508459265064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25538] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25538/stat : 25538 (java) S 25529 25531 22368 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508458211496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25539] ppid=25529 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25539/stat : 25539 (java) S 25529 25531 22368 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508457158952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25540] ppid=25529 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25531/task/25540/stat : 25540 (java) S 25529 25531 22368 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508456106408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25541] ppid=25529 vsize=9625004 CPUtime=0.07 cores=1,3,5,7
/proc/25531/task/25541/stat : 25541 (java) S 25529 25531 22368 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508455053864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25542] ppid=25529 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/25531/task/25542/stat : 25542 (java) S 25529 25531 22368 0 -1 4202560 39 0 0 0 78 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508325198440 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25543] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25543/stat : 25543 (java) S 25529 25531 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508324144760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25544] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25544/stat : 25544 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508323092104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25545] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25545/stat : 25545 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508322040848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25546] ppid=25529 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25531/task/25546/stat : 25546 (java) S 25529 25531 22368 0 -1 4202560 9463 0 0 0 71 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508320987192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25547] ppid=25529 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25531/task/25547/stat : 25547 (java) S 25529 25531 22368 0 -1 4202560 8347 0 0 0 37 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508319934648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25548] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25548/stat : 25548 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508318882296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25549] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25549/stat : 25549 (java) S 25529 25531 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508317829960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25550] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25550/stat : 25550 (java) S 25529 25531 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280706963 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508316775720 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 48.38
Current children cumulated vsize (KiB) 9625004

[startup+46.9007 s]
/proc/loadavg: 2.02 2.00 1.99 3/213 25666
/proc/meminfo: memFree=30970648/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=48.6 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 21802 0 1 0 4853 7 0 0 20 0 19 0 280706949 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 19016 2275 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=45.64 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 2570 0 1 0 4563 1 0 0 20 0 19 0 280706950 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508500930984 140508328885933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25534] ppid=25529 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/25531/task/25534/stat : 25534 (java) S 25529 25531 22368 0 -1 4202560 37 0 0 0 11 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508462422696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25535] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25535/stat : 25535 (java) S 25529 25531 22368 0 -1 4202560 29 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508461370152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25536] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25536/stat : 25536 (java) S 25529 25531 22368 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508460317608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25537] ppid=25529 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/25531/task/25537/stat : 25537 (java) S 25529 25531 22368 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508459265064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25538] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25538/stat : 25538 (java) S 25529 25531 22368 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508458211496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25539] ppid=25529 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25539/stat : 25539 (java) S 25529 25531 22368 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508457158952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25540] ppid=25529 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25531/task/25540/stat : 25540 (java) S 25529 25531 22368 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508456106408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25541] ppid=25529 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25541/stat : 25541 (java) S 25529 25531 22368 0 -1 4202560 10 0 0 0 8 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508455053864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25542] ppid=25529 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/25531/task/25542/stat : 25542 (java) S 25529 25531 22368 0 -1 4202560 39 0 0 0 80 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508325198440 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25543] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25543/stat : 25543 (java) S 25529 25531 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508324144760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25544] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25544/stat : 25544 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508323092104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25545] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25545/stat : 25545 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508322040848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25546] ppid=25529 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25531/task/25546/stat : 25546 (java) S 25529 25531 22368 0 -1 4202560 9463 0 0 0 71 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508320987192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25547] ppid=25529 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25531/task/25547/stat : 25547 (java) S 25529 25531 22368 0 -1 4202560 8347 0 0 0 37 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508319934648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25548] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25548/stat : 25548 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508318882296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25549] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25549/stat : 25549 (java) S 25529 25531 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508317829960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25550] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25550/stat : 25550 (java) S 25529 25531 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280706963 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508316775720 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 48.6
Current children cumulated vsize (KiB) 9625004

[startup+47.0008 s]
/proc/loadavg: 2.02 2.00 1.99 3/213 25666
/proc/meminfo: memFree=30970648/32873648 swapFree=6612/6612
[pid=25531] ppid=25529 vsize=9625004 CPUtime=48.7 cores=1,3,5,7
/proc/25531/stat : 25531 (java) S 25529 25531 22368 0 -1 4202496 21802 0 1 0 4863 7 0 0 20 0 19 0 280706949 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140733800040816 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25531/statm: 2406251 19016 2275 9 0 2396937 0
[pid=25531/tid=25532] ppid=25529 vsize=9625004 CPUtime=45.74 cores=1,3,5,7
/proc/25531/task/25532/stat : 25532 (java) R 25529 25531 22368 0 -1 4202560 2570 0 1 0 4573 1 0 0 20 0 19 0 280706950 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508500930984 140508328773225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25534] ppid=25529 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/25531/task/25534/stat : 25534 (java) S 25529 25531 22368 0 -1 4202560 37 0 0 0 11 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508462422696 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25535] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25535/stat : 25535 (java) S 25529 25531 22368 0 -1 4202560 29 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508461370152 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25536] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25536/stat : 25536 (java) S 25529 25531 22368 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508460317608 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25537] ppid=25529 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/25531/task/25537/stat : 25537 (java) S 25529 25531 22368 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508459265064 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25538] ppid=25529 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/25531/task/25538/stat : 25538 (java) S 25529 25531 22368 0 -1 4202560 36 0 0 0 9 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508458211496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25539] ppid=25529 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25539/stat : 25539 (java) S 25529 25531 22368 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508457158952 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25540] ppid=25529 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/25531/task/25540/stat : 25540 (java) S 25529 25531 22368 0 -1 4202560 16 0 0 0 10 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508456106408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25541] ppid=25529 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/25531/task/25541/stat : 25541 (java) S 25529 25531 22368 0 -1 4202560 10 0 0 0 8 0 0 0 20 0 19 0 280706951 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508455053864 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25542] ppid=25529 vsize=9625004 CPUtime=0.8 cores=1,3,5,7
/proc/25531/task/25542/stat : 25542 (java) S 25529 25531 22368 0 -1 4202560 39 0 0 0 80 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508325198440 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25531/tid=25543] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25543/stat : 25543 (java) S 25529 25531 22368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508324144760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25544] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25544/stat : 25544 (java) S 25529 25531 22368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280706952 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508323092104 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25545] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25545/stat : 25545 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508322040848 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25531/tid=25546] ppid=25529 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/25531/task/25546/stat : 25546 (java) S 25529 25531 22368 0 -1 4202560 9463 0 0 0 71 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508320987192 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25547] ppid=25529 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/25531/task/25547/stat : 25547 (java) S 25529 25531 22368 0 -1 4202560 8347 0 0 0 37 2 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508319934648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25548] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25548/stat : 25548 (java) S 25529 25531 22368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508318882296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25531/tid=25549] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25549/stat : 25549 (java) S 25529 25531 22368 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280706954 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508317829960 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25531/tid=25550] ppid=25529 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25531/task/25550/stat : 25550 (java) S 25529 25531 22368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280706963 9856004096 19016 33554432000 1073741824 1073778376 140733800049680 140508316775720 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 48.7
Current children cumulated vsize (KiB) 9625004

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25531 and gives
#  childrusage.ru_utime.tv_sec=48
#  childrusage.ru_utime.tv_usec=525622
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=171973
# CPU time returned by wait4() is 48.6976
# while last known CPU time is 48.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 47.0428
CPU time (s): 48.7
CPU user time (s): 48.63
CPU system time (s): 0.07
CPU usage (%): 103.523
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.5256
system time used= 0.171973
maximum resident set size= 89304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21814
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= 3005
involuntary context switches= 3612

runsolver used 0.19097 second user time and 0.488925 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 21:10:25
IDJOB=3710643
IDBENCH=2216
IDSOLVER=2289
FILE ID=node148/3710643-1338145825
RUNJOBID= node148-1338138660-24909
PBS_JOBID= 14624498
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g7x7.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-3710643-1338145825/watcher-3710643-1338145825 -o /tmp/evaluation-result-3710643-1338145825/solver-3710643-1338145825 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710643-1338145825.opb

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

MD5SUM BENCH= cb84e2b94add4387530e3674f52279cd
RANDOM SEED=1543432830

node148.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.284
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.56
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.284
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.94
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.284
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.92
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.284
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.284
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.90
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.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        31176848 kB
Buffers:          289640 kB
Cached:           334204 kB
SwapCached:          576 kB
Active:           675800 kB
Inactive:         178088 kB
Active(anon):     220596 kB
Inactive(anon):    11760 kB
Active(file):     455204 kB
Inactive(file):   166328 kB
Unevictable:        6612 kB
Mlocked:            6612 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:        235764 kB
Mapped:            19168 kB
Shmem:                96 kB
Slab:             704852 kB
SReclaimable:     148492 kB
SUnreclaim:       556360 kB
KernelStack:        1608 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node148 at 2012-05-27 21:11:12