Trace number 3734765

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 89.7264 44.1969

General information on the benchmark

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

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3734765-1338745788.opb
0.06/0.13	c reading problem ... 
0.06/0.15	c ... done. Wall clock time 0.019s.
0.06/0.15	c #vars     31
0.06/0.15	c #constraints  9
0.06/0.15	c constraints type 
0.06/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.06/0.15	c constraints type 
0.06/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
2.29/0.71	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.29/1.02	c cleaning 4250 clauses out of 8500 with flag 11000/11000
4.00/1.39	c cleaning 5626 clauses out of 11251 with flag 18001/18001
5.22/1.94	c cleaning 6811 clauses out of 13624 with flag 26000/26000
6.64/2.66	c cleaning 7907 clauses out of 15813 with flag 35000/35000
8.43/3.51	c cleaning 8954 clauses out of 17907 with flag 45001/45001
10.03/4.35	c cleaning 9471 clauses out of 18952 with flag 55000/55000
11.80/5.22	c cleaning 9742 clauses out of 19483 with flag 65002/65002
13.19/5.93	c cleaning 9869 clauses out of 19739 with flag 75000/75000
14.97/6.89	c cleaning 9936 clauses out of 19871 with flag 85001/85001
16.35/7.56	c cleaning 9959 clauses out of 19934 with flag 95000/95000
18.95/8.84	c cleaning 9986 clauses out of 19975 with flag 105000/105000
21.12/9.91	c cleaning 9989 clauses out of 19989 with flag 115000/115000
23.12/10.96	c cleaning 10000 clauses out of 20001 with flag 125001/125001
25.09/11.95	c cleaning 10000 clauses out of 20000 with flag 135000/135000
27.07/12.97	c cleaning 9997 clauses out of 20000 with flag 145000/145000
29.03/13.90	c cleaning 10002 clauses out of 20003 with flag 155000/155000
30.83/14.82	c cleaning 10000 clauses out of 20002 with flag 165001/165001
31.81/15.33	c cleaning 0 clauses out of 5001 with flag 0/5001
33.25/15.85	c cleaning 9999 clauses out of 20001 with flag 175000/175000
35.19/16.64	c cleaning 10001 clauses out of 20002 with flag 185000/185000
36.76/17.50	c cleaning 10001 clauses out of 20001 with flag 195000/195000
38.93/18.54	c cleaning 9998 clauses out of 20000 with flag 205000/205000
41.33/19.74	c cleaning 9995 clauses out of 20002 with flag 215000/215000
43.06/20.64	c cleaning 10002 clauses out of 20007 with flag 225000/225000
45.04/21.61	c cleaning 10000 clauses out of 20005 with flag 235000/235000
46.81/22.50	c cleaning 10003 clauses out of 20007 with flag 245002/245002
48.36/23.34	c cleaning 10002 clauses out of 20004 with flag 255002/255002
50.32/24.35	c cleaning 10001 clauses out of 20001 with flag 265001/265001
52.11/25.28	c cleaning 9998 clauses out of 20000 with flag 275001/275001
53.87/26.18	c cleaning 9998 clauses out of 20001 with flag 285000/285000
55.84/27.11	c cleaning 10002 clauses out of 20004 with flag 295001/295001
57.00/27.79	c cleaning 9999 clauses out of 20001 with flag 305000/305000
58.37/28.41	c cleaning 9999 clauses out of 20002 with flag 315000/315000
59.95/29.23	c cleaning 10001 clauses out of 20003 with flag 325000/325000
61.51/30.04	c cleaning 10001 clauses out of 20002 with flag 335000/335000
63.09/30.81	c cleaning 9997 clauses out of 20001 with flag 345000/345000
64.65/31.63	c cleaning 9998 clauses out of 20004 with flag 355000/355000
66.03/32.37	c cleaning 9998 clauses out of 20006 with flag 365000/365000
67.81/33.24	c cleaning 10001 clauses out of 20008 with flag 375000/375000
69.26/33.92	c cleaning 10000 clauses out of 20008 with flag 385001/385001
71.18/34.86	c cleaning 10004 clauses out of 20009 with flag 395002/395002
73.21/35.75	c cleaning 10002 clauses out of 20004 with flag 405001/405001
74.70/36.45	c cleaning 9998 clauses out of 20002 with flag 415001/415001
76.25/37.30	c cleaning 9996 clauses out of 20004 with flag 425001/425001
78.21/38.24	c cleaning 10000 clauses out of 20007 with flag 435000/435000
79.58/39.00	c cleaning 10002 clauses out of 20008 with flag 445001/445001
81.14/39.75	c cleaning 10000 clauses out of 20005 with flag 455000/455000
82.71/40.56	c cleaning 10000 clauses out of 20005 with flag 465000/465000
84.11/41.29	c cleaning 10002 clauses out of 20005 with flag 475000/475000
85.47/41.97	c cleaning 9997 clauses out of 20003 with flag 485001/485001
86.85/42.65	c cleaning 10002 clauses out of 20006 with flag 495001/495001
88.20/43.40	c cleaning 9999 clauses out of 20002 with flag 505000/505000
89.43/43.96	c And the winner is Resolution
89.57/44.16	c starts		: 152
89.57/44.16	c conflicts		: 513831
89.57/44.16	c decisions		: 515592
89.57/44.17	c propagations		: 3789922
89.57/44.17	c inspects		: 545510242
89.57/44.17	c learnt literals	: 12
89.57/44.17	c learnt binary clauses	: 72
89.57/44.17	c learnt ternary clauses	: 306
89.57/44.17	c learnt clauses	: 513818
89.57/44.17	c ignored clauses	: 0
89.57/44.17	c root simplifications	: 0
89.57/44.17	c removed literals (reason simplification)	: 4789422
89.57/44.17	c reason swapping (by a shorter reason)	: 0
89.57/44.17	c Calls to reduceDB	: 52
89.57/44.17	c number of reductions to clauses (during analyze)	: 0
89.57/44.17	c number of learned constraints concerned by reduction	: 0
89.57/44.17	c number of learning phase by resolution	: 0
89.57/44.17	c number of learning phase by cutting planes	: 0
89.57/44.17	c speed (assignments/second)	: 86103.2806252272
89.57/44.17	c non guided choices	13
89.57/44.19	c learnt constraints type 
89.57/44.19	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18751
89.57/44.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
89.57/44.19	c constraints type 
89.57/44.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
89.57/44.19	c constraints type 
89.57/44.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
89.57/44.19	s UNSATISFIABLE
89.57/44.19	c Total wall clock time (in seconds): 44.057

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3734765-1338745788/watcher-3734765-1338745788 -o /tmp/evaluation-result-3734765-1338745788/solver-3734765-1338745788 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734765-1338745788.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: 3.56 3.58 3.49 4/197 11286
/proc/meminfo: memFree=26008272/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/11286/stat : 11286 (java6) D 11284 11286 9489 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 340703658 2560000 46 33554432000 1073741824 1073778376 140735103894944 140735103892072 223642479911 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/11286/statm: 625 46 37 9 0 29 0

[startup+0.0439329 s]
/proc/loadavg: 3.56 3.58 3.49 4/197 11286
/proc/meminfo: memFree=26008272/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2158136 CPUtime=0.01 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 3502 0 1 0 0 1 0 0 20 0 10 0 340703658 2209931264 4711 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 539534 4723 1559 9 0 530235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2158136

[startup+0.100292 s]
/proc/loadavg: 3.56 3.58 3.49 4/197 11286
/proc/meminfo: memFree=26008272/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 3898 0 1 0 5 1 0 0 20 0 18 0 340703658 2764726272 5616 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300195 s]
/proc/loadavg: 3.56 3.58 3.49 4/197 11286
/proc/meminfo: memFree=26008272/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 9020 0 1 0 68 2 0 0 20 0 22 0 340703658 3037372416 11356 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 11356 2210 9 0 732240 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2966184

[startup+0.700219 s]
/proc/loadavg: 3.56 3.58 3.49 4/197 11286
/proc/meminfo: memFree=26008272/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=2.29 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 20049 0 1 0 222 7 0 0 20 0 22 0 340703658 3037372416 38984 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 38984 2236 9 0 732240 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 2966184

[startup+1.50084 s]
/proc/loadavg: 3.56 3.58 3.49 7/219 11308
/proc/meminfo: memFree=25816060/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=4.42 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 24559 0 1 0 430 12 0 0 20 0 22 0 340703658 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 77085 2266 9 0 732240 0
[pid=11286/tid=11288] ppid=11284 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11286/task/11288/stat : 11288 (java) S 11284 11286 9489 0 -1 4202560 2783 0 1 0 9 2 0 0 20 0 22 0 340703660 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140184062481560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11289] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11289/stat : 11289 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140184046762280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11290] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11290/stat : 11290 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140184045709480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11291] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11291/stat : 11291 (java) S 11284 11286 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140184044657192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11292] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11292/stat : 11292 (java) S 11284 11286 9489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140184043604392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11293] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11293/stat : 11293 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183924108072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11294] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11294/stat : 11294 (java) S 11284 11286 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183923055272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11295] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (java) S 11284 11286 9489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183922002984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11296] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11296/stat : 11296 (java) S 11284 11286 9489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183920950184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11297] ppid=11284 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11286/task/11297/stat : 11297 (java) S 11284 11286 9489 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 340703663 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183908751592 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11298] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11298/stat : 11298 (java) S 11284 11286 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340703663 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183303349240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11299] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11299/stat : 11299 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703664 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183302296840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11300] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11300/stat : 11300 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183301245328 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11301] ppid=11284 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/11286/task/11301/stat : 11301 (java) S 11284 11286 9489 0 -1 4202560 12134 0 0 0 79 3 0 0 20 0 22 0 340703666 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183300192952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11302] ppid=11284 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/11286/task/11302/stat : 11302 (java) S 11284 11286 9489 0 -1 4202560 8130 0 0 0 85 2 0 0 20 0 22 0 340703666 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183299140152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11303] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11303/stat : 11303 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183298088056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11304] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11304/stat : 11304 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183297035464 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11305] ppid=11284 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/11286/task/11305/stat : 11305 (java) R 11284 11286 9489 0 -1 4202560 60 0 0 0 128 0 0 0 20 0 22 0 340703674 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183295979712 140183924571593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11306] ppid=11284 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/11286/task/11306/stat : 11306 (java) R 11284 11286 9489 0 -1 4202560 175 0 0 0 117 5 0 0 20 0 22 0 340703674 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183294927000 140183924545529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11307] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11307/stat : 11307 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183293875368 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11308] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11308/stat : 11308 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 77085 33554432000 1073741824 1073778376 140735571848320 140183292822568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 2966184

[startup+3.10092 s]
/proc/loadavg: 3.56 3.58 3.49 5/219 11308
/proc/meminfo: memFree=25601952/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=7.63 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 24645 0 1 0 748 15 0 0 20 0 22 0 340703658 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 104250 2273 9 0 732240 0
[pid=11286/tid=11288] ppid=11284 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11286/task/11288/stat : 11288 (java) S 11284 11286 9489 0 -1 4202560 2783 0 1 0 9 2 0 0 20 0 22 0 340703660 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140184062481560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11289] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11289/stat : 11289 (java) S 11284 11286 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140184046762280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11290] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11290/stat : 11290 (java) S 11284 11286 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140184045709480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11291] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11291/stat : 11291 (java) S 11284 11286 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140184044657192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11292] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11292/stat : 11292 (java) S 11284 11286 9489 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140184043604392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11293] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11293/stat : 11293 (java) S 11284 11286 9489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183924108072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11294] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11294/stat : 11294 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183923055272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11295] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (java) S 11284 11286 9489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183922002984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11296] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11296/stat : 11296 (java) S 11284 11286 9489 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183920950184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11297] ppid=11284 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/11286/task/11297/stat : 11297 (java) S 11284 11286 9489 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 340703663 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183908751592 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11298] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11298/stat : 11298 (java) S 11284 11286 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340703663 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183303349240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11299] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11299/stat : 11299 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703664 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183302296840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11300] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11300/stat : 11300 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183301245328 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11301] ppid=11284 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/11286/task/11301/stat : 11301 (java) S 11284 11286 9489 0 -1 4202560 12134 0 0 0 79 3 0 0 20 0 22 0 340703666 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183300192952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11302] ppid=11284 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/11286/task/11302/stat : 11302 (java) S 11284 11286 9489 0 -1 4202560 8139 0 0 0 89 2 0 0 20 0 22 0 340703666 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183299140152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11303] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11303/stat : 11303 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183298088056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11304] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11304/stat : 11304 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183297035464 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11305] ppid=11284 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/11286/task/11305/stat : 11305 (java) R 11284 11286 9489 0 -1 4202560 67 0 0 0 282 1 0 0 20 0 22 0 340703674 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183295979712 140183924667874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11306] ppid=11284 vsize=2966184 CPUtime=2.76 cores=1,3,5,7
/proc/11286/task/11306/stat : 11306 (java) R 11284 11286 9489 0 -1 4202560 222 0 0 0 269 7 0 0 20 0 22 0 340703674 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183294925056 140183924771434 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11307] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11307/stat : 11307 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183293875368 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11308] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11308/stat : 11308 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 104250 33554432000 1073741824 1073778376 140735571848320 140183292822568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 2966184

[startup+6.30094 s]
/proc/loadavg: 3.59 3.58 3.49 5/219 11308
/proc/meminfo: memFree=25588492/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=13.96 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 24716 0 1 0 1380 16 0 0 20 0 22 0 340703658 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 119051 2273 9 0 732240 0
[pid=11286/tid=11288] ppid=11284 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11286/task/11288/stat : 11288 (java) S 11284 11286 9489 0 -1 4202560 2783 0 1 0 9 2 0 0 20 0 22 0 340703660 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140184062481560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11289] ppid=11284 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11286/task/11289/stat : 11289 (java) S 11284 11286 9489 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140184046762280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11290] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11290/stat : 11290 (java) S 11284 11286 9489 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140184045709480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11291] ppid=11284 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11286/task/11291/stat : 11291 (java) S 11284 11286 9489 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140184044657192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11292] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11292/stat : 11292 (java) S 11284 11286 9489 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140184043604392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11293] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11293/stat : 11293 (java) S 11284 11286 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183924108072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11294] ppid=11284 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11286/task/11294/stat : 11294 (java) S 11284 11286 9489 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183923055272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11295] ppid=11284 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (java) S 11284 11286 9489 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183922002984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11296] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11296/stat : 11296 (java) S 11284 11286 9489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340703662 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183920950184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11297] ppid=11284 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/11286/task/11297/stat : 11297 (java) S 11284 11286 9489 0 -1 4202560 34 0 0 0 16 0 0 0 20 0 22 0 340703663 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183908751592 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11298] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11298/stat : 11298 (java) S 11284 11286 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340703663 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183303349240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11299] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11299/stat : 11299 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703664 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183302296840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11300] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11300/stat : 11300 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183301245328 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11301] ppid=11284 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/11286/task/11301/stat : 11301 (java) S 11284 11286 9489 0 -1 4202560 12134 0 0 0 79 3 0 0 20 0 22 0 340703666 3037372416 119051 33554432000 1073741824 1073778376 140735571848320 140183300192952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/11286/task/11299/stat : 11299 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703664 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183302296840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11300] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11300/stat : 11300 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183301245328 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11301] ppid=11284 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/11286/task/11301/stat : 11301 (java) S 11284 11286 9489 0 -1 4202560 12229 0 0 0 129 3 0 0 20 0 22 0 340703666 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183300192952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11302] ppid=11284 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/11286/task/11302/stat : 11302 (java) S 11284 11286 9489 0 -1 4202560 11793 0 0 0 198 3 0 0 20 0 22 0 340703666 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183299140152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11303] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11303/stat : 11303 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183298088056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11304] ppid=11284 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11286/task/11304/stat : 11304 (java) S 11284 11286 9489 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 340703666 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183297035464 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11305] ppid=11284 vsize=2966184 CPUtime=39.22 cores=1,3,5,7
/proc/11286/task/11305/stat : 11305 (java) R 11284 11286 9489 0 -1 4202560 125 0 0 0 3919 3 0 0 20 0 22 0 340703674 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183295979672 140183924639448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11306] ppid=11284 vsize=2966184 CPUtime=39.14 cores=1,3,5,7
/proc/11286/task/11306/stat : 11306 (java) R 11284 11286 9489 0 -1 4202560 277 0 0 0 3906 8 0 0 20 0 22 0 340703674 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183294925256 140183924525660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11307] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11307/stat : 11307 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183293875368 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11308] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11308/stat : 11308 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 134835 33554432000 1073741824 1073778376 140735571848320 140183292822568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 84.67
Current children cumulated vsize (KiB) 2966184

[startup+43.1009 s]
/proc/loadavg: 3.77 3.63 3.51 5/220 11311
/proc/meminfo: memFree=25440016/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=87.8 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 28687 0 1 0 8757 23 0 0 20 0 22 0 340703658 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 134837 2273 9 0 732240 0
[pid=11286/tid=11288] ppid=11284 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11286/task/11288/stat : 11288 (java) S 11284 11286 9489 0 -1 4202560 2784 0 1 0 9 2 0 0 20 0 22 0 340703660 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184062481560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11289] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11289/stat : 11289 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184046762280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11290] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11290/stat : 11290 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184045709480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11291] ppid=11284 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/11286/task/11291/stat : 11291 (java) S 11284 11286 9489 0 -1 4202560 33 0 0 0 14 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184044657192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11292] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11292/stat : 11292 (java) S 11284 11286 9489 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184043604392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11293] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11293/stat : 11293 (java) S 11284 11286 9489 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183924108072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11294] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11294/stat : 11294 (java) S 11284 11286 9489 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183923055272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11295] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183922002984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11296] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11296/stat : 11296 (java) S 11284 11286 9489 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183920950184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11297] ppid=11284 vsize=2966184 CPUtime=1.81 cores=1,3,5,7
/proc/11286/task/11297/stat : 11297 (java) S 11284 11286 9489 0 -1 4202560 51 0 0 0 178 3 0 0 20 0 22 0 340703663 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183908751592 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11298] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11298/stat : 11298 (java) S 11284 11286 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340703663 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183303349240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11299] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11299/stat : 11299 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703664 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183302296840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11300] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11300/stat : 11300 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183301245328 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11301] ppid=11284 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/11286/task/11301/stat : 11301 (java) S 11284 11286 9489 0 -1 4202560 12229 0 0 0 129 3 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183300192952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11302] ppid=11284 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/11286/task/11302/stat : 11302 (java) S 11284 11286 9489 0 -1 4202560 11793 0 0 0 198 3 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183299140152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11303] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11303/stat : 11303 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183298088056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11304] ppid=11284 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11286/task/11304/stat : 11304 (java) S 11284 11286 9489 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183297035464 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11305] ppid=11284 vsize=2966184 CPUtime=40.72 cores=1,3,5,7
/proc/11286/task/11305/stat : 11305 (java) R 11284 11286 9489 0 -1 4202560 126 0 0 0 4069 3 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183295979712 140183924640639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11306] ppid=11284 vsize=2966184 CPUtime=40.63 cores=1,3,5,7
/proc/11286/task/11306/stat : 11306 (java) R 11284 11286 9489 0 -1 4202560 278 0 0 0 4055 8 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183294925056 140183924525446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11307] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11307/stat : 11307 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183293875368 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11308] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11308/stat : 11308 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183292822568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 87.8
Current children cumulated vsize (KiB) 2966184

[startup+43.9009 s]
/proc/loadavg: 3.77 3.63 3.51 5/220 11311
/proc/meminfo: memFree=25440016/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=89.43 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 28688 0 1 0 8920 23 0 0 20 0 22 0 340703658 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 134837 2273 9 0 732240 0
[pid=11286/tid=11288] ppid=11284 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11286/task/11288/stat : 11288 (java) S 11284 11286 9489 0 -1 4202560 2784 0 1 0 9 2 0 0 20 0 22 0 340703660 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184062481560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11289] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11289/stat : 11289 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184046762280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11290] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11290/stat : 11290 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184045709480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11291] ppid=11284 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/11286/task/11291/stat : 11291 (java) S 11284 11286 9489 0 -1 4202560 33 0 0 0 14 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184044657192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11292] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11292/stat : 11292 (java) S 11284 11286 9489 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140184043604392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11293] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11293/stat : 11293 (java) S 11284 11286 9489 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183924108072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11294] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11294/stat : 11294 (java) S 11284 11286 9489 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183923055272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11295] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183922002984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11296] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11296/stat : 11296 (java) S 11284 11286 9489 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 22 0 340703662 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183920950184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11297] ppid=11284 vsize=2966184 CPUtime=1.85 cores=1,3,5,7
/proc/11286/task/11297/stat : 11297 (java) S 11284 11286 9489 0 -1 4202560 51 0 0 0 182 3 0 0 20 0 22 0 340703663 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183908751592 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11298] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11298/stat : 11298 (java) S 11284 11286 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340703663 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183303349240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11299] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11299/stat : 11299 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340703664 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183302296840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11300] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11300/stat : 11300 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183301245328 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11301] ppid=11284 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/11286/task/11301/stat : 11301 (java) S 11284 11286 9489 0 -1 4202560 12229 0 0 0 135 3 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183300192952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11302] ppid=11284 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/11286/task/11302/stat : 11302 (java) S 11284 11286 9489 0 -1 4202560 11793 0 0 0 198 3 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183299140152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11303] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11303/stat : 11303 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183298088056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11304] ppid=11284 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11286/task/11304/stat : 11304 (java) S 11284 11286 9489 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 340703666 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183297035464 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11305] ppid=11284 vsize=2966184 CPUtime=41.48 cores=1,3,5,7
/proc/11286/task/11305/stat : 11305 (java) R 11284 11286 9489 0 -1 4202560 127 0 0 0 4145 3 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183295979832 140183925101713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11306] ppid=11284 vsize=2966184 CPUtime=41.39 cores=1,3,5,7
/proc/11286/task/11306/stat : 11306 (java) R 11284 11286 9489 0 -1 4202560 278 0 0 0 4131 8 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183294925056 140183924544105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11307] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11307/stat : 11307 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183293875368 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11308] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11308/stat : 11308 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340703674 3037372416 134837 33554432000 1073741824 1073778376 140735571848320 140183292822568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 89.43
Current children cumulated vsize (KiB) 2966184

[startup+44.1008 s]
/proc/loadavg: 3.77 3.63 3.51 5/220 11311
/proc/meminfo: memFree=25440016/32873844 swapFree=7628/7628
[pid=11286] ppid=11284 vsize=2966184 CPUtime=89.57 cores=1,3,5,7
/proc/11286/stat : 11286 (java) S 11284 11286 9489 0 -1 4202496 28689 0 1 0 8931 26 0 0 20 0 20 0 340703658 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140735571839456 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/11286/statm: 741546 134824 2274 9 0 732240 0
[pid=11286/tid=11288] ppid=11284 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/11286/task/11288/stat : 11288 (java) S 11284 11286 9489 0 -1 4202560 2784 0 1 0 9 2 0 0 20 0 20 0 340703660 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140184062481560 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11289] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11289/stat : 11289 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140184046762280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11290] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11290/stat : 11290 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 12 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140184045709480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11291] ppid=11284 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/11286/task/11291/stat : 11291 (java) S 11284 11286 9489 0 -1 4202560 33 0 0 0 14 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140184044657192 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11292] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11292/stat : 11292 (java) S 11284 11286 9489 0 -1 4202560 37 0 0 0 12 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140184043604392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11293] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11293/stat : 11293 (java) S 11284 11286 9489 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183924108072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11294] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11294/stat : 11294 (java) S 11284 11286 9489 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183923055272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11286/tid=11295] ppid=11284 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/11286/task/11295/stat : 11295 (java) S 11284 11286 9489 0 -1 4202560 23 0 0 0 13 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183922002984 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11296] ppid=11284 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/11286/task/11296/stat : 11296 (java) S 11284 11286 9489 0 -1 4202560 22 0 0 0 12 0 0 0 20 0 20 0 340703662 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183920950184 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11297] ppid=11284 vsize=2966184 CPUtime=1.85 cores=1,3,5,7
/proc/11286/task/11297/stat : 11297 (java) S 11284 11286 9489 0 -1 4202560 51 0 0 0 182 3 0 0 20 0 20 0 340703663 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183908751592 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11298] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11298/stat : 11298 (java) S 11284 11286 9489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340703663 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183303349240 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11299] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11299/stat : 11299 (java) S 11284 11286 9489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340703664 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183302296840 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11300] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11300/stat : 11300 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340703666 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183301245328 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11301] ppid=11284 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/11286/task/11301/stat : 11301 (java) S 11284 11286 9489 0 -1 4202560 12229 0 0 0 135 3 0 0 20 0 20 0 340703666 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183300192952 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11302] ppid=11284 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/11286/task/11302/stat : 11302 (java) S 11284 11286 9489 0 -1 4202560 11793 0 0 0 198 3 0 0 20 0 20 0 340703666 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183299140152 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11303] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11303/stat : 11303 (java) S 11284 11286 9489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340703666 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183298088056 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11286/tid=11304] ppid=11284 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11286/task/11304/stat : 11304 (java) S 11284 11286 9489 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 20 0 340703666 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183297035464 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11286/tid=11307] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11307/stat : 11307 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340703674 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183293875368 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11286/tid=11308] ppid=11284 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11286/task/11308/stat : 11308 (java) S 11284 11286 9489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340703674 3037372416 134824 33554432000 1073741824 1073778376 140735571848320 140183292822568 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 89.57
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 44.1969
CPU time (s): 89.7264
CPU user time (s): 89.3374
CPU system time (s): 0.38894
CPU usage (%): 203.015
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.3374
system time used= 0.38894
maximum resident set size= 540928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28706
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= 3284
involuntary context switches= 2858

runsolver used 0.19597 second user time and 0.362944 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 19:49:48
IDJOB=3734765
IDBENCH=2901
IDSOLVER=2324
FILE ID=node144/3734765-1338745788
RUNJOBID= node144-1338739588-9506
PBS_JOBID= 14636773
Free space on /tmp= 70836 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734765-1338745788/watcher-3734765-1338745788 -o /tmp/evaluation-result-3734765-1338745788/solver-3734765-1338745788 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3734765-1338745788.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=1546353133

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26009172 kB
Buffers:         1717820 kB
Cached:          3660888 kB
SwapCached:          464 kB
Active:          4090876 kB
Inactive:        1889480 kB
Active(anon):     581688 kB
Inactive(anon):    11188 kB
Active(file):    3509188 kB
Inactive(file):  1878292 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:        710048 kB
Mapped:            22508 kB
Shmem:               172 kB
Slab:             740172 kB
SReclaimable:     181984 kB
SUnreclaim:       558188 kB
KernelStack:        1808 kB
PageTables:         5596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 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= 70836 MiB
End job on node144 at 2012-06-03 19:50:32