Trace number 3453931

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT6 86.6678 44.941

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.338947
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3453931-1307194532.opb
0.12/0.11	c reading problem ... 
0.22/0.22	c ... done. Wall clock time 0.109s.
0.22/0.22	c #vars     664
0.22/0.22	c #constraints  1278
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
0.22/0.23	c  And the winner is Resolution
0.33/0.73	c SATISFIABLE
0.33/0.73	c OPTIMIZING...
0.33/0.73	c Got one! Elapsed wall clock time (in seconds):0.615
0.33/0.73	o 7
0.59/0.85	c  And the winner is Resolution
1.04/1.23	c Got one! Elapsed wall clock time (in seconds):1.121
1.04/1.23	o 6
2.46/1.64	c cleaning 2593 clauses out of 5191 with flag 5001/5191
3.55/2.01	c cleaning 4297 clauses out of 8599 with flag 11002/11192
4.44/2.44	c cleaning 5648 clauses out of 11300 with flag 18000/18190
5.45/2.96	c cleaning 6822 clauses out of 13654 with flag 26002/26192
6.64/3.58	c cleaning 7911 clauses out of 15830 with flag 35000/35190
8.00/4.28	c cleaning 8957 clauses out of 17922 with flag 45003/45193
9.57/5.00	c cleaning 9477 clauses out of 18962 with flag 55000/55190
10.93/5.73	c cleaning 9739 clauses out of 19485 with flag 65000/65190
12.28/6.51	c cleaning 9871 clauses out of 19748 with flag 75002/75192
13.85/7.23	c cleaning 9934 clauses out of 19876 with flag 85001/85191
15.21/7.99	c cleaning 9970 clauses out of 19947 with flag 95006/95196
16.80/8.75	c cleaning 9983 clauses out of 19973 with flag 105002/105192
18.31/9.55	c cleaning 9991 clauses out of 19988 with flag 115000/115190
19.67/10.26	c cleaning 9995 clauses out of 19997 with flag 125000/125190
21.06/11.01	c cleaning 9998 clauses out of 20004 with flag 135002/135192
22.58/11.75	c cleaning 9999 clauses out of 20007 with flag 145003/145193
24.13/12.53	c cleaning 9999 clauses out of 20005 with flag 155000/155190
25.68/13.31	c cleaning 10001 clauses out of 20007 with flag 165001/165191
27.04/14.09	c cleaning 10002 clauses out of 20006 with flag 175001/175191
28.59/14.82	c cleaning 9997 clauses out of 20003 with flag 185000/185190
29.92/15.57	c cleaning 9996 clauses out of 20006 with flag 195000/195190
31.48/16.34	c cleaning 10004 clauses out of 20013 with flag 205003/205193
33.03/17.12	c cleaning 9999 clauses out of 20006 with flag 215000/215190
34.57/17.90	c cleaning 10001 clauses out of 20007 with flag 225000/225190
35.93/18.69	c cleaning 10000 clauses out of 20007 with flag 235001/235191
37.45/19.48	c cleaning 9998 clauses out of 20008 with flag 245002/245192
39.20/20.31	c cleaning 9997 clauses out of 20008 with flag 255000/255190
40.54/21.09	c cleaning 10002 clauses out of 20013 with flag 265002/265192
42.06/21.87	c cleaning 10001 clauses out of 20009 with flag 275000/275190
43.61/22.65	c cleaning 10001 clauses out of 20008 with flag 285000/285190
45.15/23.49	c cleaning 10000 clauses out of 20007 with flag 295000/295190
46.90/24.31	c cleaning 9998 clauses out of 20008 with flag 305001/305191
48.43/25.19	c cleaning 10000 clauses out of 20009 with flag 315000/315190
50.18/26.02	c cleaning 10000 clauses out of 20009 with flag 325000/325190
51.72/26.84	c cleaning 9999 clauses out of 20010 with flag 335001/335191
53.26/27.68	c cleaning 9997 clauses out of 20010 with flag 345000/345190
55.01/28.56	c cleaning 10003 clauses out of 20013 with flag 355000/355190
56.72/29.42	c cleaning 10002 clauses out of 20012 with flag 365002/365192
58.46/30.32	c cleaning 10003 clauses out of 20013 with flag 375005/375195
60.20/31.23	c cleaning 10005 clauses out of 20014 with flag 385009/385199
61.72/32.09	c cleaning 9997 clauses out of 20001 with flag 395001/395191
63.26/32.88	c cleaning 9998 clauses out of 20005 with flag 405002/405192
65.00/33.73	c cleaning 9998 clauses out of 20006 with flag 415001/415191
66.54/34.59	c cleaning 10001 clauses out of 20012 with flag 425005/425195
68.25/35.46	c cleaning 9998 clauses out of 20006 with flag 435000/435190
70.04/36.35	c cleaning 10000 clauses out of 20008 with flag 445000/445190
71.74/37.20	c cleaning 9998 clauses out of 20008 with flag 455000/455190
73.29/38.09	c cleaning 10005 clauses out of 20016 with flag 465006/465196
75.20/39.04	c cleaning 10000 clauses out of 20005 with flag 475000/475190
76.94/39.90	c cleaning 9998 clauses out of 20006 with flag 485001/485191
78.68/40.82	c cleaning 10001 clauses out of 20008 with flag 495001/495191
80.45/41.80	c cleaning 9999 clauses out of 20006 with flag 505000/505190
82.56/42.87	c cleaning 10001 clauses out of 20007 with flag 515000/515190
85.13/43.94	c cleaning 10000 clauses out of 20005 with flag 525000/525190
86.25/44.56	c  And the winner is Resolution
86.61/44.91	c starts		: 154
86.61/44.91	c conflicts		: 530797
86.61/44.91	c decisions		: 760110
86.61/44.91	c propagations		: 40132346
86.61/44.91	c inspects		: 415794421
86.61/44.91	c shortcuts		: 0
86.61/44.91	c learnt literals	: 5
86.61/44.91	c learnt binary clauses	: 15
86.61/44.91	c learnt ternary clauses	: 23
86.61/44.91	c learnt constraints	: 530791
86.61/44.91	c ignored constraints	: 0
86.61/44.91	c root simplifications	: 0
86.61/44.91	c removed literals (reason simplification)	: 1165586
86.61/44.91	c reason swapping (by a shorter reason)	: 0
86.61/44.91	c Calls to reduceDB	: 54
86.61/44.91	c number of reductions to clauses (during analyze)	: 0
86.61/44.91	c number of learned constraints concerned by reduction	: 0
86.61/44.91	c number of learning phase by resolution	: 0
86.61/44.91	c number of learning phase by cutting planes	: 0
86.61/44.91	c speed (assignments/second)	: 918822.885663263
86.61/44.91	c non guided choices	0
86.61/44.91	c learnt constraints type 
86.61/44.91	c constraints type 
86.61/44.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 664
86.61/44.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
86.61/44.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 614
86.61/44.91	c constraints type 
86.61/44.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 664
86.61/44.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
86.61/44.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
86.61/44.91	s OPTIMUM FOUND
86.61/44.91	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 
86.61/44.91	c objective function=6
86.61/44.91	c Total wall clock time (in seconds): 44.801

Verifier Data

OK	6

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453931-1307194532/watcher-3453931-1307194532 -o /tmp/evaluation-result-3453931-1307194532/solver-3453931-1307194532 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453931-1307194532.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.16 3.67 3.75 2/536 28324
/proc/meminfo: memFree=28969268/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 5296 0 1 0 0 0 0 0 21 0 2 0 831051194 10694979584 4999 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2611079 5011 917 9 0 2602235 0
[pid=28324/tid=28325] ppid=28322 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) R 28322 28324 23781 0 -1 4202560 6565 0 1 0 0 0 0 0 17 0 2 0 831051195 10694979584 7381 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.032003 s]
/proc/loadavg: 3.16 3.67 3.75 2/536 28324
/proc/meminfo: memFree=28969268/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 10801 0 1 0 1 0 0 0 21 0 10 0 831051194 10705932288 10501 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2613753 10501 1515 9 0 2604501 0
[pid=28324/tid=28325] ppid=28322 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) R 28322 28324 23781 0 -1 4202560 9680 0 1 0 1 0 0 0 18 0 10 0 831051195 10705932288 10502 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 47938463374435 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10455012

[startup+0.115027 s]
/proc/loadavg: 3.16 3.67 3.75 2/536 28324
/proc/meminfo: memFree=28969268/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10540284 CPUtime=0.12 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 13227 0 1 0 11 1 0 0 21 0 18 0 831051194 10793250816 12925 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2635071 12925 2123 9 0 2625805 0
[pid=28324/tid=28325] ppid=28322 vsize=10540284 CPUtime=0.09 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) R 28322 28324 23781 0 -1 4202560 11285 0 1 0 8 1 0 0 22 0 18 0 831051195 10793250816 12927 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 47938463714131 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540284

[startup+0.300966 s]
/proc/loadavg: 3.16 3.67 3.75 2/536 28324
/proc/meminfo: memFree=28969268/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10545376 CPUtime=0.33 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 14698 0 1 0 32 1 0 0 21 0 19 0 831051194 10798465024 14288 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2636344 14288 2193 9 0 2627078 0
[pid=28324/tid=28325] ppid=28322 vsize=10545376 CPUtime=0.2 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) S 28322 28324 23781 0 -1 4202560 12043 0 1 0 19 1 0 0 23 0 19 0 831051195 10798465024 14288 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10545376

[startup+0.700911 s]
/proc/loadavg: 3.16 3.67 3.75 2/536 28324
/proc/meminfo: memFree=28969268/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10545376 CPUtime=0.33 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 14698 0 1 0 32 1 0 0 21 0 19 0 831051194 10798465024 14288 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2636344 14288 2193 9 0 2627078 0
[pid=28324/tid=28325] ppid=28322 vsize=10545376 CPUtime=0.2 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) S 28322 28324 23781 0 -1 4202560 12043 0 1 0 19 1 0 0 23 0 19 0 831051195 10798465024 14288 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 10545376

[startup+1.50072 s]
/proc/loadavg: 3.16 3.67 3.75 1/572 28372
/proc/meminfo: memFree=28881864/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10558672 CPUtime=2.07 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 34433 0 1 0 202 5 0 0 21 0 22 0 831051194 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2639668 29658 2226 9 0 2630402 0
[pid=28324/tid=28325] ppid=28322 vsize=10558672 CPUtime=0.21 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) S 28322 28324 23781 0 -1 4202560 12091 0 1 0 20 1 0 0 17 0 22 0 831051195 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28343/stat : 28343 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28344/stat : 28344 (java) S 28322 28324 23781 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051196 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 23781 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831051197 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 0 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28347] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28347/stat : 28347 (java) S 28322 28324 23781 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 831051198 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28348] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28348/stat : 28348 (java) S 28322 28324 23781 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831051198 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28354] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28354/stat : 28354 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051200 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256172465 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28355] ppid=28322 vsize=10558672 CPUtime=0.53 cores=1,3,5,7
/proc/28324/task/28355/stat : 28355 (java) R 28322 28324 23781 0 -1 4202560 4887 0 0 0 53 0 0 0 16 0 22 0 831051200 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 47938458002913 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28324/tid=28356] ppid=28322 vsize=10558672 CPUtime=0.52 cores=1,3,5,7
/proc/28324/task/28356/stat : 28356 (java) R 28322 28324 23781 0 -1 4202560 7079 0 0 0 51 1 0 0 16 0 22 0 831051200 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 47938460067520 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28324/tid=28357] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28357/stat : 28357 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831051200 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28358] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28358/stat : 28358 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831051200 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28365] ppid=28322 vsize=10558672 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28365/stat : 28365 (java) S 28322 28324 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831051217 10812080128 29658 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 10558672

[startup+3.10143 s]
/proc/loadavg: 2.91 3.61 3.73 6/574 28427
/proc/meminfo: memFree=28655512/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10555784 CPUtime=5.84 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 112229 0 1 0 570 14 0 0 21 0 22 0 831051194 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2638946 102700 2258 9 0 2629680 0
[pid=28324/tid=28325] ppid=28322 vsize=10555784 CPUtime=0.21 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) S 28322 28324 23781 0 -1 4202560 12091 0 1 0 20 1 0 0 15 0 22 0 831051195 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 23781 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 23781 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 23781 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 23781 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 23781 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28343/stat : 28343 (java) S 28322 28324 23781 0 -1 4202560 276 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28344/stat : 28344 (java) S 28322 28324 23781 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 23781 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=10555784 CPUtime=0.09 cores=1,3,5,7
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 23781 0 -1 4202560 1948 0 0 0 9 0 0 0 15 0 22 0 831051197 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 0 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28347] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28347/stat : 28347 (java) S 28322 28324 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831051198 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28348] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28348/stat : 28348 (java) S 28322 28324 23781 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831051198 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28354] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28354/stat : 28354 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051200 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256172465 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28355] ppid=28322 vsize=10555784 CPUtime=0.78 cores=1,3,5,7
/proc/28324/task/28355/stat : 28355 (java) S 28322 28324 23781 0 -1 4202560 4976 0 0 0 78 0 0 0 15 0 22 0 831051200 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28356] ppid=28322 vsize=10555784 CPUtime=0.94 cores=1,3,5,7
/proc/28324/task/28356/stat : 28356 (java) S 28322 28324 23781 0 -1 4202560 11141 0 0 0 93 1 0 0 15 0 22 0 831051200 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28357] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28357/stat : 28357 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831051200 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28358] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28358/stat : 28358 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831051200 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28365] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28365/stat : 28365 (java) S 28322 28324 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831051217 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28376] ppid=28322 vsize=10555784 CPUtime=1.74 cores=1,3,5,7
/proc/28324/task/28376/stat : 28376 (java) R 28322 28324 23781 0 -1 4202560 710 0 0 0 174 0 0 0 19 0 22 0 831051318 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 46912505590978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28324/tid=28377] ppid=28322 vsize=10555784 CPUtime=1.73 cores=1,3,5,7
/proc/28324/task/28377/stat : 28377 (java) R 28322 28324 23781 0 -1 4202560 77893 0 0 0 164 9 0 0 18 0 22 0 831051318 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 46912505701990 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28324/tid=28378] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28378/stat : 28378 (java) S 28322 28324 23781 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831051318 10809122816 102700 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 10555784

[startup+6.30087 s]
/proc/loadavg: 2.91 3.61 3.73 5/578 28443
/proc/meminfo: memFree=28108392/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10555784 CPUtime=12.08 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 128858 0 1 0 1193 15 0 0 21 0 22 0 831051194 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2638946 119308 2258 9 0 2629680 0
[pid=28324/tid=28325] ppid=28322 vsize=10555784 CPUtime=0.21 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) S 28322 28324 23781 0 -1 4202560 12092 0 1 0 20 1 0 0 15 0 22 0 831051195 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=10555784 CPUtime=0.01 cores=1,3,5,7
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 23781 0 -1 4202560 451 0 0 0 1 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 23781 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 23781 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=10555784 CPUtime=0.01 cores=1,3,5,7
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 23781 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 23781 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28343/stat : 28343 (java) S 28322 28324 23781 0 -1 4202560 278 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28344/stat : 28344 (java) S 28322 28324 23781 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 23781 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 22 0 831051196 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=10555784 CPUtime=0.23 cores=1,3,5,7
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 23781 0 -1 4202560 3161 0 0 0 23 0 0 0 15 0 22 0 831051197 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 0 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28347] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28347/stat : 28347 (java) S 28322 28324 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831051198 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28348] ppid=28322 vsize=10555784 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28348/stat : 28348 (java) S 28322 28324 23781 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831051198 10809122816 119308 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0

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

/proc/28324/task/28344/stat : 28344 (java) S 28322 28324 23781 0 -1 4202560 264 0 0 0 5 0 0 0 15 0 22 0 831051196 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=10565624 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 23781 0 -1 4202560 234 0 0 0 5 0 0 0 16 0 22 0 831051196 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=10565624 CPUtime=2.95 cores=1,3,5,7
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 23781 0 -1 4202560 7323 0 0 0 294 1 0 0 15 0 22 0 831051197 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 0 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28347] ppid=28322 vsize=10565624 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28347/stat : 28347 (java) S 28322 28324 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831051198 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28348] ppid=28322 vsize=10565624 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28348/stat : 28348 (java) S 28322 28324 23781 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831051198 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28354] ppid=28322 vsize=10565624 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28354/stat : 28354 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051200 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256172465 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28355] ppid=28322 vsize=10565624 CPUtime=0.99 cores=1,3,5,7
/proc/28324/task/28355/stat : 28355 (java) R 28322 28324 23781 0 -1 4202560 7488 0 0 0 99 0 0 0 15 0 22 0 831051200 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 47938460067224 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=28324/tid=28356] ppid=28322 vsize=10565624 CPUtime=0.94 cores=1,3,5,7
/proc/28324/task/28356/stat : 28356 (java) S 28322 28324 23781 0 -1 4202560 11141 0 0 0 93 1 0 0 15 0 22 0 831051200 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28357] ppid=28322 vsize=10565624 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28357/stat : 28357 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831051200 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28358] ppid=28322 vsize=10565624 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28358/stat : 28358 (java) S 28322 28324 23781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831051200 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28365] ppid=28322 vsize=10565624 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28365/stat : 28365 (java) S 28322 28324 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831051217 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28376] ppid=28322 vsize=10565624 CPUtime=38.69 cores=1,3,5,7
/proc/28324/task/28376/stat : 28376 (java) R 28322 28324 23781 0 -1 4202560 724 0 0 0 3869 0 0 0 25 0 22 0 831051318 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 46912505623548 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28324/tid=28377] ppid=28322 vsize=10565624 CPUtime=38.67 cores=1,3,5,7
/proc/28324/task/28377/stat : 28377 (java) R 28322 28324 23781 0 -1 4202560 94936 0 0 0 3856 11 0 0 17 0 22 0 831051318 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 46912505698747 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28324/tid=28378] ppid=28322 vsize=10565624 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28378/stat : 28378 (java) S 28322 28324 23781 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831051318 10819198976 126762 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 83.27
Current children cumulated vsize (KiB) 10565624

[startup+43.9013 s]
/proc/loadavg: 3.43 3.65 3.74 5/578 28447
/proc/meminfo: memFree=26515508/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10569168 CPUtime=85.13 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 138193 0 1 0 8495 18 0 0 21 0 22 0 831051194 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2642292 127708 2258 9 0 2633026 0
[pid=28324/tid=28325] ppid=28322 vsize=10569168 CPUtime=0.21 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) S 28322 28324 23781 0 -1 4202560 12100 0 1 0 20 1 0 0 15 0 22 0 831051195 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=10569168 CPUtime=0.06 cores=1,3,5,7
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 23781 0 -1 4202560 451 0 0 0 6 0 0 0 15 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=10569168 CPUtime=0.04 cores=1,3,5,7
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 23781 0 -1 4202560 217 0 0 0 4 0 0 0 16 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 23781 0 -1 4202560 61 0 0 0 5 0 0 0 16 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=10569168 CPUtime=0.06 cores=1,3,5,7
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 23781 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 23781 0 -1 4202560 115 0 0 0 5 0 0 0 16 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=10569168 CPUtime=0.06 cores=1,3,5,7
/proc/28324/task/28343/stat : 28343 (java) S 28322 28324 23781 0 -1 4202560 286 0 0 0 6 0 0 0 16 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28344/stat : 28344 (java) S 28322 28324 23781 0 -1 4202560 264 0 0 0 5 0 0 0 15 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 23781 0 -1 4202560 234 0 0 0 5 0 0 0 16 0 22 0 831051196 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=10569168 CPUtime=2.95 cores=1,3,5,7
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 23781 0 -1 4202560 7323 0 0 0 294 1 0 0 15 0 22 0 831051197 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 0 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28347] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28347/stat : 28347 (java) S 28322 28324 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831051198 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28348] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28348/stat : 28348 (java) S 28322 28324 23781 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831051198 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28354] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28354/stat : 28354 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831051200 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256172465 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28355] ppid=28322 vsize=10569168 CPUtime=1.21 cores=1,3,5,7
/proc/28324/task/28355/stat : 28355 (java) S 28322 28324 23781 0 -1 4202560 8432 0 0 0 121 0 0 0 15 0 22 0 831051200 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28356] ppid=28322 vsize=10569168 CPUtime=0.97 cores=1,3,5,7
/proc/28324/task/28356/stat : 28356 (java) R 28322 28324 23781 0 -1 4202560 11141 0 0 0 96 1 0 0 16 0 22 0 831051200 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 47938458996905 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28324/tid=28357] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28357/stat : 28357 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831051200 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28358] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28358/stat : 28358 (java) R 28322 28324 23781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831051200 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=28324/tid=28365] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28365/stat : 28365 (java) S 28322 28324 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831051217 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28376] ppid=28322 vsize=10569168 CPUtime=39.5 cores=1,3,5,7
/proc/28324/task/28376/stat : 28376 (java) R 28322 28324 23781 0 -1 4202560 726 0 0 0 3950 0 0 0 25 0 22 0 831051318 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256174773 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28324/tid=28377] ppid=28322 vsize=10569168 CPUtime=39.49 cores=1,3,5,7
/proc/28324/task/28377/stat : 28377 (java) R 28322 28324 23781 0 -1 4202560 94936 0 0 0 3938 11 0 0 18 0 22 0 831051318 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 46912505721288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28324/tid=28378] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28378/stat : 28378 (java) S 28322 28324 23781 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 22 0 831051318 10822828032 127708 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 85.13
Current children cumulated vsize (KiB) 10569168

[startup+44.7012 s]
/proc/loadavg: 3.43 3.65 3.74 5/578 28447
/proc/meminfo: memFree=26515508/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10569168 CPUtime=86.42 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 138459 0 1 0 8624 18 0 0 21 0 19 0 831051194 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2642292 127973 2259 9 0 2633026 0
[pid=28324/tid=28325] ppid=28322 vsize=10569168 CPUtime=0.21 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) S 28322 28324 23781 0 -1 4202560 12100 0 1 0 20 1 0 0 15 0 19 0 831051195 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=10569168 CPUtime=0.07 cores=1,3,5,7
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 23781 0 -1 4202560 451 0 0 0 7 0 0 0 16 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 23781 0 -1 4202560 217 0 0 0 5 0 0 0 16 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 23781 0 -1 4202560 61 0 0 0 5 0 0 0 15 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=10569168 CPUtime=0.06 cores=1,3,5,7
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 23781 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 23781 0 -1 4202560 115 0 0 0 5 0 0 0 16 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=10569168 CPUtime=0.06 cores=1,3,5,7
/proc/28324/task/28343/stat : 28343 (java) S 28322 28324 23781 0 -1 4202560 286 0 0 0 6 0 0 0 16 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28344/stat : 28344 (java) S 28322 28324 23781 0 -1 4202560 264 0 0 0 5 0 0 0 15 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 23781 0 -1 4202560 234 0 0 0 5 0 0 0 15 0 19 0 831051196 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=10569168 CPUtime=3.01 cores=1,3,5,7
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 23781 0 -1 4202560 7499 0 0 0 300 1 0 0 15 0 19 0 831051197 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 0 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28347] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28347/stat : 28347 (java) S 28322 28324 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831051198 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28348] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28348/stat : 28348 (java) S 28322 28324 23781 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831051198 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28354] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28354/stat : 28354 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831051200 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256172465 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28355] ppid=28322 vsize=10569168 CPUtime=1.21 cores=1,3,5,7
/proc/28324/task/28355/stat : 28355 (java) S 28322 28324 23781 0 -1 4202560 8432 0 0 0 121 0 0 0 15 0 19 0 831051200 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28356] ppid=28322 vsize=10569168 CPUtime=0.99 cores=1,3,5,7
/proc/28324/task/28356/stat : 28356 (java) S 28322 28324 23781 0 -1 4202560 11152 0 0 0 98 1 0 0 15 0 19 0 831051200 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28357] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28357/stat : 28357 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 831051200 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28358] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28358/stat : 28358 (java) S 28322 28324 23781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 831051200 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28365] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28365/stat : 28365 (java) S 28322 28324 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831051217 10822828032 127973 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.42
Current children cumulated vsize (KiB) 10569168

[startup+44.9011 s]
/proc/loadavg: 3.43 3.65 3.74 5/578 28447
/proc/meminfo: memFree=26515508/32951124 swapFree=58212616/67111528
[pid=28324] ppid=28322 vsize=10569168 CPUtime=86.61 cores=1,3,5,7
/proc/28324/stat : 28324 (java) S 28322 28324 23781 0 -1 4202496 138465 0 1 0 8643 18 0 0 21 0 19 0 831051194 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/28324/statm: 2642292 127979 2259 9 0 2633026 0
[pid=28324/tid=28325] ppid=28322 vsize=10569168 CPUtime=0.39 cores=1,3,5,7
/proc/28324/task/28325/stat : 28325 (java) R 28322 28324 23781 0 -1 4202560 12100 0 1 0 38 1 0 0 16 0 19 0 831051195 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=28324/tid=28338] ppid=28322 vsize=10569168 CPUtime=0.07 cores=1,3,5,7
/proc/28324/task/28338/stat : 28338 (java) S 28322 28324 23781 0 -1 4202560 451 0 0 0 7 0 0 0 16 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28339] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28339/stat : 28339 (java) S 28322 28324 23781 0 -1 4202560 217 0 0 0 5 0 0 0 16 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28340] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28340/stat : 28340 (java) S 28322 28324 23781 0 -1 4202560 61 0 0 0 5 0 0 0 15 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28341] ppid=28322 vsize=10569168 CPUtime=0.06 cores=1,3,5,7
/proc/28324/task/28341/stat : 28341 (java) S 28322 28324 23781 0 -1 4202560 18 0 0 0 6 0 0 0 15 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28342] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28342/stat : 28342 (java) S 28322 28324 23781 0 -1 4202560 115 0 0 0 5 0 0 0 16 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28343] ppid=28322 vsize=10569168 CPUtime=0.06 cores=1,3,5,7
/proc/28324/task/28343/stat : 28343 (java) S 28322 28324 23781 0 -1 4202560 286 0 0 0 6 0 0 0 16 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28344] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28344/stat : 28344 (java) S 28322 28324 23781 0 -1 4202560 264 0 0 0 5 0 0 0 15 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28345] ppid=28322 vsize=10569168 CPUtime=0.05 cores=1,3,5,7
/proc/28324/task/28345/stat : 28345 (java) S 28322 28324 23781 0 -1 4202560 234 0 0 0 5 0 0 0 15 0 19 0 831051196 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28346] ppid=28322 vsize=10569168 CPUtime=3.01 cores=1,3,5,7
/proc/28324/task/28346/stat : 28346 (java) S 28322 28324 23781 0 -1 4202560 7499 0 0 0 300 1 0 0 15 0 19 0 831051197 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 0 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28347] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28347/stat : 28347 (java) S 28322 28324 23781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831051198 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28348] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28348/stat : 28348 (java) S 28322 28324 23781 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831051198 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28354] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28354/stat : 28354 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 831051200 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256172465 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28355] ppid=28322 vsize=10569168 CPUtime=1.22 cores=1,3,5,7
/proc/28324/task/28355/stat : 28355 (java) S 28322 28324 23781 0 -1 4202560 8438 0 0 0 122 0 0 0 15 0 19 0 831051200 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 5 0 0 0
[pid=28324/tid=28356] ppid=28322 vsize=10569168 CPUtime=0.99 cores=1,3,5,7
/proc/28324/task/28356/stat : 28356 (java) S 28322 28324 23781 0 -1 4202560 11152 0 0 0 98 1 0 0 15 0 19 0 831051200 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 7 0 0 0
[pid=28324/tid=28357] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28357/stat : 28357 (java) S 28322 28324 23781 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 831051200 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256164761 0 4 0 16800975 18446604463052157888 0 0 -1 3 0 0 0
[pid=28324/tid=28358] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28358/stat : 28358 (java) S 28322 28324 23781 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 831051200 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
[pid=28324/tid=28365] ppid=28322 vsize=10569168 CPUtime=0 cores=1,3,5,7
/proc/28324/task/28365/stat : 28365 (java) S 28322 28324 23781 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831051217 10822828032 127979 33554432000 1073741824 1073778376 140733621495888 18446744073709551615 228256165376 0 4 0 16800975 18446604463052157888 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.61
Current children cumulated vsize (KiB) 10569168

Child status: 30
Real time (s): 44.941
CPU time (s): 86.6678
CPU user time (s): 86.4569
CPU system time (s): 0.210967
CPU usage (%): 192.848
Max. virtual memory (cumulated for all children) (KiB): 10569168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.4569
system time used= 0.210967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138475
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2751
involuntary context switches= 2183

runsolver used 0.273958 second user time and 0.574912 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-04 15:35:32
IDJOB=3453931
IDBENCH=48135
IDSOLVER=1950
FILE ID=node136/3453931-1307194532
RUNJOBID= node136-1307194532-28304
PBS_JOBID= 13508850
Free space on /tmp= 73844 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453931-1307194532/watcher-3453931-1307194532 -o /tmp/evaluation-result-3453931-1307194532/solver-3453931-1307194532 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453931-1307194532.opb

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

MD5SUM BENCH= 7b38b4ead930b62d925cf473e2cdd798
RANDOM SEED=1749274767

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28974012 kB
Buffers:        299268 kB
Cached:         545240 kB
SwapCached:       7704 kB
Active:        3258368 kB
Inactive:       421872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28974012 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:            1148 kB
Writeback:           0 kB
AnonPages:     2834228 kB
Mapped:          27600 kB
Slab:           156248 kB
PageTables:      68972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 179498548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73844 MiB
End job on node136 at 2011-06-04 15:36:17