Trace number 3736852

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-31OPT6 160.631 82.8193

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_4.opb
MD5SUM7b38b4ead930b62d925cf473e2cdd798
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.32295
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint11
Maximum length of a constraint17
Number of terms in the objective function 50
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 50
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 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)614
Sum of products size (including duplicates)1228
Number of different products614
Sum of products size1228

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
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 taking into account the objective function
0.10/0.11	c No 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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3736852-1338752409.opb
0.10/0.11	c reading problem ... 
0.24/0.23	c ... done. Wall clock time 0.118s.
0.24/0.23	c #vars     664
0.24/0.23	c #constraints  1278
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.24/0.24	c And the winner is CuttingPlanes
0.39/1.23	c SATISFIABLE
0.39/1.23	c OPTIMIZING...
0.39/1.23	c Got one! Elapsed wall clock time (in seconds):1.121
0.39/1.23	o 7
1.02/1.43	c And the winner is Resolution
1.57/2.24	c Got one! Elapsed wall clock time (in seconds):2.124
1.57/2.24	o 6
3.39/2.81	c cleaning 2497 clauses out of 5000 with flag 5000/5000
4.78/3.43	c cleaning 4251 clauses out of 8504 with flag 11001/11001
6.17/4.14	c cleaning 5622 clauses out of 11254 with flag 18002/18002
7.75/4.99	c cleaning 6813 clauses out of 13630 with flag 26000/26000
9.73/5.95	c cleaning 7906 clauses out of 15818 with flag 35001/35001
11.92/7.07	c cleaning 8953 clauses out of 17914 with flag 45003/45003
14.30/8.20	c cleaning 9478 clauses out of 18960 with flag 55002/55002
16.48/9.37	c cleaning 9737 clauses out of 19482 with flag 65002/65002
19.05/10.61	c cleaning 9869 clauses out of 19745 with flag 75002/75002
21.22/11.71	c cleaning 9934 clauses out of 19875 with flag 85001/85001
23.38/12.80	c cleaning 9967 clauses out of 19940 with flag 95000/95000
25.56/13.91	c cleaning 9984 clauses out of 19973 with flag 105000/105000
27.72/15.09	c cleaning 9992 clauses out of 19990 with flag 115001/115001
29.89/16.19	c cleaning 9994 clauses out of 19997 with flag 125000/125000
32.47/17.43	c cleaning 9998 clauses out of 20003 with flag 135000/135000
34.65/18.60	c cleaning 9998 clauses out of 20005 with flag 145000/145000
37.21/19.89	c cleaning 10000 clauses out of 20007 with flag 155000/155000
39.77/21.13	c cleaning 10001 clauses out of 20008 with flag 165001/165001
42.14/22.37	c cleaning 9999 clauses out of 20007 with flag 175001/175001
44.32/23.46	c cleaning 10000 clauses out of 20007 with flag 185000/185000
46.66/24.66	c cleaning 10000 clauses out of 20007 with flag 195000/195000
49.04/25.89	c cleaning 10002 clauses out of 20010 with flag 205003/205003
51.40/27.04	c cleaning 9998 clauses out of 20005 with flag 215000/215000
53.75/28.22	c cleaning 10001 clauses out of 20008 with flag 225001/225001
55.88/29.39	c cleaning 10001 clauses out of 20007 with flag 235001/235001
58.23/30.57	c cleaning 9998 clauses out of 20005 with flag 245000/245000
60.60/31.79	c cleaning 9999 clauses out of 20010 with flag 255003/255003
62.98/32.99	c cleaning 9997 clauses out of 20008 with flag 265000/265000
65.31/34.14	c cleaning 10002 clauses out of 20012 with flag 275001/275001
67.64/35.30	c cleaning 10000 clauses out of 20010 with flag 285001/285001
69.80/36.45	c cleaning 10001 clauses out of 20010 with flag 295001/295001
72.36/37.71	c cleaning 10001 clauses out of 20009 with flag 305001/305001
74.71/38.91	c cleaning 10001 clauses out of 20011 with flag 315004/315004
76.88/40.06	c cleaning 9999 clauses out of 20008 with flag 325002/325002
79.24/41.29	c cleaning 9999 clauses out of 20007 with flag 335000/335000
81.80/42.58	c cleaning 9999 clauses out of 20008 with flag 345000/345000
84.13/43.76	c cleaning 10000 clauses out of 20009 with flag 355000/355000
86.51/44.98	c cleaning 10001 clauses out of 20009 with flag 365000/365000
89.07/46.28	c cleaning 10001 clauses out of 20010 with flag 375002/375002
91.60/47.53	c cleaning 10000 clauses out of 20007 with flag 385000/385000
93.93/48.80	c cleaning 10000 clauses out of 20008 with flag 395001/395001
96.29/49.92	c cleaning 10000 clauses out of 20008 with flag 405001/405001
98.68/51.15	c cleaning 10003 clauses out of 20013 with flag 415006/415006
101.03/52.37	c cleaning 9997 clauses out of 20004 with flag 425000/425000
103.56/53.61	c cleaning 10002 clauses out of 20009 with flag 435002/435002
106.13/54.93	c cleaning 9998 clauses out of 20006 with flag 445001/445001
108.50/56.14	c cleaning 9995 clauses out of 20007 with flag 455000/455000
110.82/57.36	c cleaning 10002 clauses out of 20012 with flag 465000/465000
113.54/58.72	c cleaning 10002 clauses out of 20012 with flag 475002/475002
115.93/59.99	c cleaning 9999 clauses out of 20008 with flag 485000/485000
118.48/61.26	c cleaning 10002 clauses out of 20011 with flag 495002/495002
121.04/62.53	c cleaning 9999 clauses out of 20008 with flag 505001/505001
123.57/63.82	c cleaning 10001 clauses out of 20008 with flag 515000/515000
126.11/65.11	c cleaning 10000 clauses out of 20008 with flag 525001/525001
128.46/66.33	c cleaning 10001 clauses out of 20008 with flag 535001/535001
131.04/67.63	c cleaning 10000 clauses out of 20006 with flag 545000/545000
133.77/69.02	c cleaning 10001 clauses out of 20007 with flag 555001/555001
136.55/70.42	c cleaning 9999 clauses out of 20006 with flag 565001/565001
139.50/71.91	c cleaning 10004 clauses out of 20009 with flag 575003/575003
142.45/73.47	c cleaning 10001 clauses out of 20009 with flag 585007/585007
145.72/74.90	c cleaning 9997 clauses out of 20001 with flag 595000/595000
148.51/76.25	c cleaning 9999 clauses out of 20004 with flag 605000/605000
151.87/77.78	c cleaning 9999 clauses out of 20006 with flag 615002/615002
155.10/79.13	c cleaning 10001 clauses out of 20008 with flag 625003/625003
158.01/80.64	c cleaning 10000 clauses out of 20007 with flag 635003/635003
159.97/81.67	c And the winner is Resolution
160.49/82.81	c starts		: 169
160.49/82.81	c conflicts		: 641316
160.49/82.81	c decisions		: 919586
160.49/82.81	c propagations		: 48796756
160.49/82.81	c inspects		: 487770087
160.49/82.81	c learnt literals	: 5
160.49/82.81	c learnt binary clauses	: 12
160.49/82.81	c learnt ternary clauses	: 38
160.49/82.81	c learnt clauses	: 641310
160.49/82.81	c ignored clauses	: 0
160.49/82.81	c root simplifications	: 0
160.49/82.81	c removed literals (reason simplification)	: 1465771
160.49/82.81	c reason swapping (by a shorter reason)	: 0
160.49/82.81	c Calls to reduceDB	: 65
160.49/82.81	c number of reductions to clauses (during analyze)	: 0
160.49/82.81	c number of learned constraints concerned by reduction	: 0
160.49/82.81	c number of learning phase by resolution	: 0
160.49/82.81	c number of learning phase by cutting planes	: 0
160.49/82.81	c speed (assignments/second)	: 605644.2348268587
160.49/82.81	c non guided choices	0
160.49/82.81	c learnt constraints type 
160.49/82.81	c constraints type 
160.49/82.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
160.49/82.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
160.49/82.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
160.49/82.81	c constraints type 
160.49/82.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
160.49/82.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
160.49/82.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
160.49/82.81	s OPTIMUM FOUND
160.49/82.81	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 
160.49/82.81	c objective function=6
160.49/82.81	c Total wall clock time (in seconds): 82.696

Verifier Data

OK	6

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-3736852-1338752409/watcher-3736852-1338752409 -o /tmp/evaluation-result-3736852-1338752409/solver-3736852-1338752409 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736852-1338752409.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.41 3.52 3.52 4/196 5228
/proc/meminfo: memFree=26983312/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5228/stat : 5228 (java6) R 5226 5228 4574 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 341366825 9515008 184 33554432000 1073741824 1073778376 140735848983312 140735848974344 273448332727 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5228/statm: 2323 184 142 9 0 71 0

[startup+0.094481 s]
/proc/loadavg: 3.41 3.52 3.52 4/196 5228
/proc/meminfo: memFree=26983312/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 4496 0 1 0 7 1 0 0 20 0 18 0 341366825 2764726272 6205 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 674982 6205 2036 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.100303 s]
/proc/loadavg: 3.41 3.52 3.52 4/196 5228
/proc/meminfo: memFree=26983312/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 4702 0 1 0 9 1 0 0 20 0 18 0 341366825 2764726272 6404 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 674982 6404 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300267 s]
/proc/loadavg: 3.41 3.52 3.52 4/196 5228
/proc/meminfo: memFree=26983312/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 5563 0 1 0 36 3 0 0 20 0 20 0 341366825 3037372416 8613 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 8613 2220 9 0 732240 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2966184

[startup+0.700306 s]
/proc/loadavg: 3.41 3.52 3.52 4/196 5228
/proc/meminfo: memFree=26983312/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 5563 0 1 0 36 3 0 0 20 0 20 0 341366825 3037372416 8613 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 8613 2220 9 0 732240 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2966184

[startup+1.50077 s]
/proc/loadavg: 3.41 3.52 3.52 3/216 5250
/proc/meminfo: memFree=26958284/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=1.3 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 17889 0 1 0 122 8 0 0 20 0 20 0 341366825 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 19881 2244 9 0 732240 0
[pid=5228/tid=5230] ppid=5226 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/5228/task/5230/stat : 5230 (java) S 5226 5228 4574 0 -1 4202560 2800 0 1 0 20 0 0 0 20 0 20 0 341366826 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068961371288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5231] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5231/stat : 5231 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068827626024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5232] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5232/stat : 5232 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068826573224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5233] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5233/stat : 5233 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068825520424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5228/tid=5234] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5234/stat : 5234 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068824467624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5235] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5235/stat : 5235 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068823415848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5236] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5236/stat : 5236 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068822363048 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5237] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5237/stat : 5237 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068821310248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5238] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5238/stat : 5238 (java) S 5226 5228 4574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341366827 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068820257448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5239] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5239/stat : 5239 (java) S 5226 5228 4574 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341366828 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068337445352 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5240] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5240/stat : 5240 (java) S 5226 5228 4574 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068336391416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5241] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5241/stat : 5241 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068335338504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5242] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5242/stat : 5242 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068334286992 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5243] ppid=5226 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/5228/task/5243/stat : 5243 (java) R 5226 5228 4574 0 -1 4202560 8871 0 0 0 27 3 0 0 20 0 20 0 341366831 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068333222920 140068963867493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5244] ppid=5226 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/5228/task/5244/stat : 5244 (java) R 5226 5228 4574 0 -1 4202560 4908 0 0 0 31 0 0 0 20 0 20 0 341366831 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068332169736 140068963977407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5245] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5245/stat : 5245 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068331129720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5246] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5246/stat : 5246 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068330077128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5249] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5249/stat : 5249 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068326917032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5250] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5250/stat : 5250 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 19881 33554432000 1073741824 1073778376 140734867463936 140068325864232 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 3.41 3.52 3.52 3/216 5252
/proc/meminfo: memFree=26909268/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 24883 0 1 0 396 17 0 0 20 0 22 0 341366825 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 101159 2280 9 0 732240 0
[pid=5228/tid=5230] ppid=5226 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/5228/task/5230/stat : 5230 (java) S 5226 5228 4574 0 -1 4202560 2802 0 1 0 20 0 0 0 20 0 22 0 341366826 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068961371288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5231] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5231/stat : 5231 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068827626024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5232] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5232/stat : 5232 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068826573224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5233] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5233/stat : 5233 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068825520424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5228/tid=5234] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5234/stat : 5234 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068824467624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5235] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5235/stat : 5235 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068823415848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5228/tid=5236] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5236/stat : 5236 (java) S 5226 5228 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068822363048 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5237] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5237/stat : 5237 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068821310248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5238] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5238/stat : 5238 (java) S 5226 5228 4574 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068820257448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5239] ppid=5226 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5228/task/5239/stat : 5239 (java) S 5226 5228 4574 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 22 0 341366828 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068337445352 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5240] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5240/stat : 5240 (java) S 5226 5228 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341366829 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068336391416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5241] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5241/stat : 5241 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341366829 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068335338504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5242] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5242/stat : 5242 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068334286992 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5243] ppid=5226 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/5228/task/5243/stat : 5243 (java) S 5226 5228 4574 0 -1 4202560 9035 0 0 0 89 3 0 0 20 0 22 0 341366831 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068333235128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5244] ppid=5226 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/5228/task/5244/stat : 5244 (java) S 5226 5228 4574 0 -1 4202560 11516 0 0 0 80 2 0 0 20 0 22 0 341366831 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068332182328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5245] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5245/stat : 5245 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068331129720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5246] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5246/stat : 5246 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068330077128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5249] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5249/stat : 5249 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341366849 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068326917032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5250] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5250/stat : 5250 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341366849 3037372416 101159 33554432000 1073741824 1073778376 140734867463936 140068325864232 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 2966184

[startup+6.30093 s]
/proc/loadavg: 3.45 3.53 3.53 5/218 5254
/proc/meminfo: memFree=26565012/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=10.5 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 24923 0 1 0 1032 18 0 0 20 0 22 0 341366825 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 105076 2280 9 0 732240 0
[pid=5228/tid=5230] ppid=5226 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/5228/task/5230/stat : 5230 (java) S 5226 5228 4574 0 -1 4202560 2802 0 1 0 20 0 0 0 20 0 22 0 341366826 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068961371288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5231] ppid=5226 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5228/task/5231/stat : 5231 (java) S 5226 5228 4574 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068827626024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5232] ppid=5226 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5228/task/5232/stat : 5232 (java) S 5226 5228 4574 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068826573224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5233] ppid=5226 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5228/task/5233/stat : 5233 (java) S 5226 5228 4574 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068825520424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5234] ppid=5226 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5228/task/5234/stat : 5234 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068824467624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5235] ppid=5226 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5228/task/5235/stat : 5235 (java) S 5226 5228 4574 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068823415848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5236] ppid=5226 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5228/task/5236/stat : 5236 (java) S 5226 5228 4574 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068822363048 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5237] ppid=5226 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5228/task/5237/stat : 5237 (java) S 5226 5228 4574 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068821310248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5238] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5238/stat : 5238 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341366827 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068820257448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5239] ppid=5226 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/5228/task/5239/stat : 5239 (java) S 5226 5228 4574 0 -1 4202560 35 0 0 0 16 0 0 0 20 0 22 0 341366828 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068337445352 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5240] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5240/stat : 5240 (java) S 5226 5228 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341366829 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068336391416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5241] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5241/stat : 5241 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341366829 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068335338504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5242] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5242/stat : 5242 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068334286992 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5243] ppid=5226 vsize=2966184 CPUtime=0.98 cores=1,3,5,7
/proc/5228/task/5243/stat : 5243 (java) S 5226 5228 4574 0 -1 4202560 9035 0 0 0 95 3 0 0 20 0 22 0 341366831 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068333235128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5244] ppid=5226 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/5228/task/5244/stat : 5244 (java) S 5226 5228 4574 0 -1 4202560 11516 0 0 0 83 2 0 0 20 0 22 0 341366831 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068332182328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5245] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5245/stat : 5245 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068331129720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5246] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5246/stat : 5246 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068330077128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5249] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5249/stat : 5249 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341366849 3037372416 105076 33554432000 1073741824 1073778376 140734867463936 140068326917032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/5228/task/5237/stat : 5237 (java) S 5226 5228 4574 0 -1 4202560 33 0 0 0 41 0 0 0 20 0 22 0 341366827 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068821310248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5238] ppid=5226 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5228/task/5238/stat : 5238 (java) S 5226 5228 4574 0 -1 4202560 35 0 0 0 48 0 0 0 20 0 22 0 341366827 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068820257448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5239] ppid=5226 vsize=2966184 CPUtime=4.09 cores=1,3,5,7
/proc/5228/task/5239/stat : 5239 (java) S 5226 5228 4574 0 -1 4202560 69 0 0 0 402 7 0 0 20 0 22 0 341366828 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068337445352 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5240] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5240/stat : 5240 (java) S 5226 5228 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341366829 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068336391416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5241] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5241/stat : 5241 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341366829 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068335338504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5242] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5242/stat : 5242 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068334286992 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5243] ppid=5226 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/5228/task/5243/stat : 5243 (java) S 5226 5228 4574 0 -1 4202560 17069 0 0 0 196 5 0 0 20 0 22 0 341366831 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068333235128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5244] ppid=5226 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/5228/task/5244/stat : 5244 (java) S 5226 5228 4574 0 -1 4202560 14550 0 0 0 135 3 0 0 20 0 22 0 341366831 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068332182328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5245] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5245/stat : 5245 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341366831 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068331129720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5246] ppid=5226 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/5228/task/5246/stat : 5246 (java) S 5226 5228 4574 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 22 0 341366831 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068330077128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5249] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5249/stat : 5249 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341366849 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068326917032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5250] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5250/stat : 5250 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341366849 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068325864232 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5253] ppid=5226 vsize=2966184 CPUtime=73.96 cores=1,3,5,7
/proc/5228/task/5253/stat : 5253 (java) R 5226 5228 4574 0 -1 4202560 204 0 0 0 7391 5 0 0 20 0 22 0 341367049 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068327968696 140068832930715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5254] ppid=5226 vsize=2966184 CPUtime=73.99 cores=1,3,5,7
/proc/5228/task/5254/stat : 5254 (java) R 5226 5228 4574 0 -1 4202560 142 0 0 0 7392 7 0 0 20 0 22 0 341367049 3037372416 138301 33554432000 1073741824 1073778376 140734867463936 140068329020336 140068832931873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 159.77
Current children cumulated vsize (KiB) 2966184

[startup+82.3007 s]
/proc/loadavg: 3.84 3.63 3.56 5/217 5255
/proc/meminfo: memFree=26386476/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=160.26 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 36434 0 1 0 15986 40 0 0 20 0 20 0 341366825 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 138292 2282 9 0 732240 0
[pid=5228/tid=5230] ppid=5226 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/5228/task/5230/stat : 5230 (java) S 5226 5228 4574 0 -1 4202560 2806 0 1 0 21 0 0 0 20 0 20 0 341366826 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068961371288 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5231] ppid=5226 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/5228/task/5231/stat : 5231 (java) S 5226 5228 4574 0 -1 4202560 36 0 0 0 42 2 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068827626024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5232] ppid=5226 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/5228/task/5232/stat : 5232 (java) S 5226 5228 4574 0 -1 4202560 26 0 0 0 41 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068826573224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5233] ppid=5226 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/5228/task/5233/stat : 5233 (java) S 5226 5228 4574 0 -1 4202560 37 0 0 0 45 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068825520424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5234] ppid=5226 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/5228/task/5234/stat : 5234 (java) S 5226 5228 4574 0 -1 4202560 27 0 0 0 44 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068824467624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5235] ppid=5226 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5228/task/5235/stat : 5235 (java) S 5226 5228 4574 0 -1 4202560 54 0 0 0 48 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068823415848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5228/tid=5236] ppid=5226 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/5228/task/5236/stat : 5236 (java) S 5226 5228 4574 0 -1 4202560 42 0 0 0 43 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068822363048 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5237] ppid=5226 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/5228/task/5237/stat : 5237 (java) S 5226 5228 4574 0 -1 4202560 33 0 0 0 41 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068821310248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5238] ppid=5226 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5228/task/5238/stat : 5238 (java) S 5226 5228 4574 0 -1 4202560 35 0 0 0 48 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068820257448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5239] ppid=5226 vsize=2966184 CPUtime=4.09 cores=1,3,5,7
/proc/5228/task/5239/stat : 5239 (java) S 5226 5228 4574 0 -1 4202560 69 0 0 0 402 7 0 0 20 0 20 0 341366828 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068337445352 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5240] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5240/stat : 5240 (java) S 5226 5228 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068336391416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5241] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5241/stat : 5241 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068335338504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5242] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5242/stat : 5242 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068334286992 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5243] ppid=5226 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/5228/task/5243/stat : 5243 (java) S 5226 5228 4574 0 -1 4202560 17069 0 0 0 196 5 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068333235128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5244] ppid=5226 vsize=2966184 CPUtime=1.38 cores=1,3,5,7
/proc/5228/task/5244/stat : 5244 (java) S 5226 5228 4574 0 -1 4202560 14550 0 0 0 135 3 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068332182328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5245] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5245/stat : 5245 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068331129720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5246] ppid=5226 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/5228/task/5246/stat : 5246 (java) S 5226 5228 4574 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068330077128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5249] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5249/stat : 5249 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068326917032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5250] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5250/stat : 5250 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068325864232 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 160.26
Current children cumulated vsize (KiB) 2966184

[startup+82.7007 s]
/proc/loadavg: 3.84 3.63 3.56 3/215 5255
/proc/meminfo: memFree=26386228/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=160.39 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 36434 0 1 0 15999 40 0 0 20 0 20 0 341366825 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 138292 2282 9 0 732240 0
[pid=5228/tid=5230] ppid=5226 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/5228/task/5230/stat : 5230 (java) R 5226 5228 4574 0 -1 4202560 2806 0 1 0 33 0 0 0 20 0 20 0 341366826 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068961370656 140068832679842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5231] ppid=5226 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/5228/task/5231/stat : 5231 (java) S 5226 5228 4574 0 -1 4202560 36 0 0 0 42 2 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068827626024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5232] ppid=5226 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/5228/task/5232/stat : 5232 (java) S 5226 5228 4574 0 -1 4202560 26 0 0 0 41 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068826573224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5233] ppid=5226 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/5228/task/5233/stat : 5233 (java) S 5226 5228 4574 0 -1 4202560 37 0 0 0 45 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068825520424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5234] ppid=5226 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/5228/task/5234/stat : 5234 (java) S 5226 5228 4574 0 -1 4202560 27 0 0 0 44 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068824467624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5235] ppid=5226 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5228/task/5235/stat : 5235 (java) S 5226 5228 4574 0 -1 4202560 54 0 0 0 48 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068823415848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5228/tid=5236] ppid=5226 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/5228/task/5236/stat : 5236 (java) S 5226 5228 4574 0 -1 4202560 42 0 0 0 43 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068822363048 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5237] ppid=5226 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/5228/task/5237/stat : 5237 (java) S 5226 5228 4574 0 -1 4202560 33 0 0 0 41 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068821310248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5238] ppid=5226 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5228/task/5238/stat : 5238 (java) S 5226 5228 4574 0 -1 4202560 35 0 0 0 48 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068820257448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5239] ppid=5226 vsize=2966184 CPUtime=4.09 cores=1,3,5,7
/proc/5228/task/5239/stat : 5239 (java) S 5226 5228 4574 0 -1 4202560 69 0 0 0 402 7 0 0 20 0 20 0 341366828 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068337445352 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5240] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5240/stat : 5240 (java) S 5226 5228 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068336391416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5241] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5241/stat : 5241 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068335338504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5242] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5242/stat : 5242 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068334286992 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5243] ppid=5226 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/5228/task/5243/stat : 5243 (java) S 5226 5228 4574 0 -1 4202560 17069 0 0 0 196 5 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068333235128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5244] ppid=5226 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/5228/task/5244/stat : 5244 (java) S 5226 5228 4574 0 -1 4202560 14550 0 0 0 137 3 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068332182328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5245] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5245/stat : 5245 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068331129720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5246] ppid=5226 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/5228/task/5246/stat : 5246 (java) S 5226 5228 4574 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068330077128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5249] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5249/stat : 5249 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068326917032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5250] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5250/stat : 5250 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068325864232 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 160.39
Current children cumulated vsize (KiB) 2966184

[startup+82.8007 s]
/proc/loadavg: 3.84 3.63 3.56 3/215 5255
/proc/meminfo: memFree=26386228/32873852 swapFree=6856/6856
[pid=5228] ppid=5226 vsize=2966184 CPUtime=160.49 cores=1,3,5,7
/proc/5228/stat : 5228 (java) S 5226 5228 4574 0 -1 4202496 36434 0 1 0 16009 40 0 0 20 0 20 0 341366825 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140734867455072 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/5228/statm: 741546 138292 2282 9 0 732240 0
[pid=5228/tid=5230] ppid=5226 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/5228/task/5230/stat : 5230 (java) R 5226 5228 4574 0 -1 4202560 2806 0 1 0 43 0 0 0 20 0 20 0 341366826 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068961370656 140068832679842 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5231] ppid=5226 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/5228/task/5231/stat : 5231 (java) S 5226 5228 4574 0 -1 4202560 36 0 0 0 42 2 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068827626024 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5232] ppid=5226 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/5228/task/5232/stat : 5232 (java) S 5226 5228 4574 0 -1 4202560 26 0 0 0 41 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068826573224 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5233] ppid=5226 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/5228/task/5233/stat : 5233 (java) S 5226 5228 4574 0 -1 4202560 37 0 0 0 45 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068825520424 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5234] ppid=5226 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/5228/task/5234/stat : 5234 (java) S 5226 5228 4574 0 -1 4202560 27 0 0 0 44 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068824467624 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5235] ppid=5226 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5228/task/5235/stat : 5235 (java) S 5226 5228 4574 0 -1 4202560 54 0 0 0 48 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068823415848 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5228/tid=5236] ppid=5226 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/5228/task/5236/stat : 5236 (java) S 5226 5228 4574 0 -1 4202560 42 0 0 0 43 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068822363048 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5237] ppid=5226 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/5228/task/5237/stat : 5237 (java) S 5226 5228 4574 0 -1 4202560 33 0 0 0 41 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068821310248 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5238] ppid=5226 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5228/task/5238/stat : 5238 (java) S 5226 5228 4574 0 -1 4202560 35 0 0 0 48 0 0 0 20 0 20 0 341366827 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068820257448 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5239] ppid=5226 vsize=2966184 CPUtime=4.09 cores=1,3,5,7
/proc/5228/task/5239/stat : 5239 (java) S 5226 5228 4574 0 -1 4202560 69 0 0 0 402 7 0 0 20 0 20 0 341366828 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068337445352 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5240] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5240/stat : 5240 (java) S 5226 5228 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068336391416 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5241] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5241/stat : 5241 (java) S 5226 5228 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341366829 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068335338504 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5242] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5242/stat : 5242 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068334286992 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5243] ppid=5226 vsize=2966184 CPUtime=2.01 cores=1,3,5,7
/proc/5228/task/5243/stat : 5243 (java) S 5226 5228 4574 0 -1 4202560 17069 0 0 0 196 5 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068333235128 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5228/tid=5244] ppid=5226 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/5228/task/5244/stat : 5244 (java) S 5226 5228 4574 0 -1 4202560 14550 0 0 0 137 3 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068332182328 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5245] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5245/stat : 5245 (java) S 5226 5228 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068331129720 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5246] ppid=5226 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/5228/task/5246/stat : 5246 (java) S 5226 5228 4574 0 -1 4202560 5 0 0 0 1 2 0 0 20 0 20 0 341366831 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068330077128 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5228/tid=5249] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5249/stat : 5249 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068326917032 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5228/tid=5250] ppid=5226 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5228/task/5250/stat : 5250 (java) S 5226 5228 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341366849 3037372416 138292 33554432000 1073741824 1073778376 140734867463936 140068325864232 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 82.8193
CPU time (s): 160.631
CPU user time (s): 160.128
CPU system time (s): 0.502923
CPU usage (%): 193.953
Max. virtual memory (cumulated for all children) (KiB): 2966384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.128
system time used= 0.502923
maximum resident set size= 561220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36444
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6131
involuntary context switches= 8987

runsolver used 0.351946 second user time and 0.885865 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 21:40:09
IDJOB=3736852
IDBENCH=48135
IDSOLVER=2324
FILE ID=node128/3736852-1338752409
RUNJOBID= node128-1338749491-4591
PBS_JOBID= 14636803
Free space on /tmp= 70420 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736852-1338752409/watcher-3736852-1338752409 -o /tmp/evaluation-result-3736852-1338752409/solver-3736852-1338752409 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736852-1338752409.opb

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

MD5SUM BENCH= 7b38b4ead930b62d925cf473e2cdd798
RANDOM SEED=944206030

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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		: 2666.389
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.389
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:       32873852 kB
MemFree:        26984204 kB
Buffers:          551408 kB
Cached:          3752956 kB
SwapCached:          744 kB
Active:          2672336 kB
Inactive:        2316856 kB
Active(anon):     675552 kB
Inactive(anon):    11420 kB
Active(file):    1996784 kB
Inactive(file):  2305436 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:               104 kB
Writeback:             0 kB
AnonPages:        692492 kB
Mapped:            22292 kB
Shmem:               200 kB
Slab:             757032 kB
SReclaimable:     199072 kB
SUnreclaim:       557960 kB
KernelStack:        1616 kB
PageTables:         5564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1572388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 70420 MiB
End job on node128 at 2012-06-03 21:41:32