Trace number 3736764

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 158.099 81.686

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_5.opb
MD5SUM381026b11996e1fba08582de081db326
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.412936
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 constraint18
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)606
Sum of products size (including duplicates)1212
Number of different products606
Sum of products size1212

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.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3736764-1338752122.opb
0.09/0.11	c reading problem ... 
0.23/0.23	c ... done. Wall clock time 0.118s.
0.23/0.23	c #vars     656
0.23/0.23	c #constraints  1262
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.23/0.23	c constraints type 
0.23/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
0.23/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.23/0.24	c And the winner is CuttingPlanes
0.36/1.23	c SATISFIABLE
0.36/1.23	c OPTIMIZING...
0.36/1.23	c Got one! Elapsed wall clock time (in seconds):1.12
0.36/1.23	o 7
1.80/1.60	c And the winner is Resolution
2.30/2.23	c Got one! Elapsed wall clock time (in seconds):2.123
2.30/2.23	o 6
3.26/2.68	c cleaning 2497 clauses out of 5001 with flag 5001/5001
4.65/3.28	c cleaning 4248 clauses out of 8504 with flag 11001/11001
6.03/3.96	c cleaning 5625 clauses out of 11257 with flag 18002/18002
7.62/4.77	c cleaning 6813 clauses out of 13631 with flag 26001/26001
9.60/5.71	c cleaning 7906 clauses out of 15817 with flag 35000/35000
11.58/6.72	c cleaning 8953 clauses out of 17913 with flag 45002/45002
13.75/7.81	c cleaning 9476 clauses out of 18959 with flag 55001/55001
15.74/8.87	c cleaning 9736 clauses out of 19483 with flag 65001/65001
17.91/9.94	c cleaning 9871 clauses out of 19746 with flag 75000/75000
19.90/10.99	c cleaning 9932 clauses out of 19875 with flag 85000/85000
22.09/12.07	c cleaning 9968 clauses out of 19944 with flag 95001/95001
24.26/13.11	c cleaning 9983 clauses out of 19976 with flag 105001/105001
26.41/14.22	c cleaning 9993 clauses out of 19992 with flag 115000/115000
28.58/15.31	c cleaning 9996 clauses out of 19999 with flag 125000/125000
30.77/16.48	c cleaning 9998 clauses out of 20004 with flag 135001/135001
32.95/17.59	c cleaning 9999 clauses out of 20007 with flag 145002/145002
35.29/18.72	c cleaning 10001 clauses out of 20007 with flag 155001/155001
37.46/19.84	c cleaning 10001 clauses out of 20007 with flag 165002/165002
39.82/21.01	c cleaning 10000 clauses out of 20006 with flag 175002/175002
41.81/22.06	c cleaning 9999 clauses out of 20005 with flag 185001/185001
43.95/23.16	c cleaning 9999 clauses out of 20006 with flag 195001/195001
46.11/24.22	c cleaning 10001 clauses out of 20009 with flag 205003/205003
48.08/25.28	c cleaning 9999 clauses out of 20005 with flag 215000/215000
50.25/26.38	c cleaning 10000 clauses out of 20007 with flag 225001/225001
52.60/27.53	c cleaning 9999 clauses out of 20008 with flag 235002/235002
54.77/28.65	c cleaning 10000 clauses out of 20010 with flag 245003/245003
57.12/29.81	c cleaning 10001 clauses out of 20009 with flag 255002/255002
59.30/30.93	c cleaning 10000 clauses out of 20006 with flag 265000/265000
61.45/32.06	c cleaning 9997 clauses out of 20006 with flag 275000/275000
63.62/33.16	c cleaning 10002 clauses out of 20011 with flag 285002/285002
65.99/34.32	c cleaning 10002 clauses out of 20010 with flag 295003/295003
68.16/35.42	c cleaning 9999 clauses out of 20005 with flag 305000/305000
70.50/36.63	c cleaning 9998 clauses out of 20007 with flag 315001/315001
72.85/37.80	c cleaning 10001 clauses out of 20011 with flag 325003/325003
75.02/38.98	c cleaning 10000 clauses out of 20008 with flag 335001/335001
77.59/40.23	c cleaning 9999 clauses out of 20007 with flag 345000/345000
79.92/41.42	c cleaning 10001 clauses out of 20009 with flag 355001/355001
82.30/42.61	c cleaning 9996 clauses out of 20007 with flag 365000/365000
84.66/43.82	c cleaning 10000 clauses out of 20012 with flag 375001/375001
87.05/45.04	c cleaning 10004 clauses out of 20013 with flag 385002/385002
89.37/46.27	c cleaning 9999 clauses out of 20007 with flag 395000/395000
91.54/47.35	c cleaning 10000 clauses out of 20008 with flag 405000/405000
93.69/48.43	c cleaning 10001 clauses out of 20012 with flag 415004/415004
95.83/49.52	c cleaning 10003 clauses out of 20011 with flag 425004/425004
97.97/50.65	c cleaning 9999 clauses out of 20005 with flag 435001/435001
100.14/51.77	c cleaning 9996 clauses out of 20006 with flag 445001/445001
102.32/52.87	c cleaning 10001 clauses out of 20010 with flag 455001/455001
104.68/54.08	c cleaning 10000 clauses out of 20008 with flag 465000/465000
107.00/55.26	c cleaning 10001 clauses out of 20008 with flag 475000/475000
109.37/56.43	c cleaning 10002 clauses out of 20009 with flag 485002/485002
111.72/57.68	c cleaning 9998 clauses out of 20005 with flag 495000/495000
114.27/58.95	c cleaning 10000 clauses out of 20007 with flag 505000/505000
116.80/60.29	c cleaning 10003 clauses out of 20011 with flag 515004/515004
119.35/61.52	c cleaning 9999 clauses out of 20004 with flag 525000/525000
121.71/62.77	c cleaning 9998 clauses out of 20005 with flag 535000/535000
124.26/64.09	c cleaning 10002 clauses out of 20010 with flag 545003/545003
126.77/65.36	c cleaning 9999 clauses out of 20006 with flag 555001/555001
129.34/66.67	c cleaning 9997 clauses out of 20006 with flag 565000/565000
132.09/68.03	c cleaning 10005 clauses out of 20013 with flag 575004/575004
134.84/69.42	c cleaning 10000 clauses out of 20006 with flag 585002/585002
137.16/70.68	c cleaning 9999 clauses out of 20005 with flag 595001/595001
139.71/71.92	c cleaning 10000 clauses out of 20006 with flag 605001/605001
142.26/73.24	c cleaning 10001 clauses out of 20008 with flag 615003/615003
145.00/74.66	c cleaning 10000 clauses out of 20005 with flag 625001/625001
147.72/76.05	c cleaning 9999 clauses out of 20005 with flag 635001/635001
150.29/77.40	c cleaning 0 clauses out of 5002 with flag 0/5002
150.70/77.59	c cleaning 9997 clauses out of 20005 with flag 645000/645000
153.82/79.01	c cleaning 9999 clauses out of 20008 with flag 655000/655000
156.88/80.57	c cleaning 10007 clauses out of 20013 with flag 665005/665005
157.63/80.94	c And the winner is Resolution
157.71/81.68	c starts		: 169
157.71/81.68	c conflicts		: 667083
157.71/81.68	c decisions		: 949984
157.71/81.68	c propagations		: 49515226
157.71/81.68	c inspects		: 501666913
157.71/81.68	c learnt literals	: 5
157.71/81.68	c learnt binary clauses	: 9
157.71/81.68	c learnt ternary clauses	: 12
157.71/81.68	c learnt clauses	: 667077
157.71/81.68	c ignored clauses	: 0
157.71/81.68	c root simplifications	: 0
157.71/81.68	c removed literals (reason simplification)	: 1556873
157.71/81.68	c reason swapping (by a shorter reason)	: 0
157.71/81.68	c Calls to reduceDB	: 68
157.71/81.68	c number of reductions to clauses (during analyze)	: 0
157.71/81.68	c number of learned constraints concerned by reduction	: 0
157.71/81.68	c number of learning phase by resolution	: 0
157.71/81.68	c number of learning phase by cutting planes	: 0
157.71/81.68	c speed (assignments/second)	: 623287.7571058131
157.71/81.68	c non guided choices	0
157.71/81.68	c learnt constraints type 
157.71/81.68	c constraints type 
157.71/81.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
157.71/81.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
157.71/81.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
157.71/81.68	c constraints type 
157.71/81.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
157.71/81.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
157.71/81.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
157.71/81.68	s OPTIMUM FOUND
157.71/81.68	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 
157.71/81.68	c objective function=6
157.71/81.68	c Total wall clock time (in seconds): 81.567

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-3736764-1338752122/watcher-3736764-1338752122 -o /tmp/evaluation-result-3736764-1338752122/solver-3736764-1338752122 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736764-1338752122.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.57 3.55 3.64 4/197 29511
/proc/meminfo: memFree=26346392/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/29511/stat : 29511 (java6) D 29509 29511 25443 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 341337915 278528 33 33554432000 1073741824 1073778376 140735921285120 140735921282296 270320889127 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/29511/statm: 68 33 25 9 0 25 0

[startup+0.0172721 s]
/proc/loadavg: 3.57 3.55 3.64 4/197 29511
/proc/meminfo: memFree=26346392/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=97340 CPUtime=0 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 1320 0 0 0 0 0 0 0 20 0 2 0 341337915 99676160 1020 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 24335 1020 780 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 97340

[startup+0.10015 s]
/proc/loadavg: 3.57 3.55 3.64 4/197 29511
/proc/meminfo: memFree=26346392/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 4735 0 1 0 8 1 0 0 20 0 18 0 341337915 2764726272 6445 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 674982 6445 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300236 s]
/proc/loadavg: 3.57 3.55 3.64 4/197 29511
/proc/meminfo: memFree=26346392/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 5532 0 1 0 33 3 0 0 20 0 20 0 341337915 3037372416 8598 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 8598 2220 9 0 732240 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 2966184

[startup+0.700268 s]
/proc/loadavg: 3.57 3.55 3.64 4/197 29511
/proc/meminfo: memFree=26346392/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 5532 0 1 0 33 3 0 0 20 0 20 0 341337915 3037372416 8598 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 8598 2220 9 0 732240 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 2966184

[startup+1.50066 s]
/proc/loadavg: 3.57 3.55 3.64 3/217 29533
/proc/meminfo: memFree=26318144/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 19024 0 1 0 134 5 0 0 20 0 22 0 341337915 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 21853 2244 9 0 732240 0
[pid=29511/tid=29513] ppid=29509 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29513/stat : 29513 (java) S 29509 29511 25443 0 -1 4202560 2828 0 1 0 19 1 0 0 20 0 22 0 341337917 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210821797016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210688460968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210687408424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210686355880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210685303336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210482440872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210481388328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210480335784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210479283240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341337919 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210467084392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341337919 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210466030712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337919 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210464978056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210463926800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) R 29509 29511 25443 0 -1 4202560 5109 0 0 0 30 0 0 0 20 0 22 0 341337922 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210462861736 140210825885748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) R 29509 29511 25443 0 -1 4202560 9773 0 0 0 28 2 0 0 20 0 22 0 341337922 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210461809376 140210825883535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210460769272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210459716936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337939 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210456556584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337939 3037372416 21853 33554432000 1073741824 1073778376 140734087059744 140210455504040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 2966184

[startup+3.10068 s]
/proc/loadavg: 3.57 3.55 3.64 3/217 29535
/proc/meminfo: memFree=26238844/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=4.39 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 26822 0 1 0 427 12 0 0 20 0 22 0 341337915 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 102277 2280 9 0 732240 0
[pid=29511/tid=29513] ppid=29509 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29513/stat : 29513 (java) S 29509 29511 25443 0 -1 4202560 2829 0 1 0 19 1 0 0 20 0 22 0 341337917 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210821797016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210688460968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210687408424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210686355880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210685303336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 25443 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210482440872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210481388328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210480335784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210479283240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 25443 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 341337919 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210467084392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341337919 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210466030712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341337919 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210464978056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210463926800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 25443 0 -1 4202560 12511 0 0 0 81 2 0 0 20 0 22 0 341337922 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210462874168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 25443 0 -1 4202560 9954 0 0 0 83 2 0 0 20 0 22 0 341337922 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210461821624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210460769272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210459716936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337939 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210456556584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337939 3037372416 102277 33554432000 1073741824 1073778376 140734087059744 140210455504040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 2966184

[startup+6.30082 s]
/proc/loadavg: 3.61 3.56 3.64 5/219 29537
/proc/meminfo: memFree=25917820/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=10.78 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 26869 0 1 0 1065 13 0 0 20 0 22 0 341337915 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 107259 2281 9 0 732240 0
[pid=29511/tid=29513] ppid=29509 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29513/stat : 29513 (java) S 29509 29511 25443 0 -1 4202560 2829 0 1 0 19 1 0 0 20 0 22 0 341337917 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210821797016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 25443 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210688460968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 25443 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210687408424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210686355880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 25443 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210685303336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 25443 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210482440872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 25443 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210481388328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210480335784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 25443 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 341337918 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210479283240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 25443 0 -1 4202560 34 0 0 0 12 0 0 0 20 0 22 0 341337919 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210467084392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341337919 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210466030712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341337919 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210464978056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210463926800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 25443 0 -1 4202560 12513 0 0 0 87 2 0 0 20 0 22 0 341337922 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210462874168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=2966184 CPUtime=0.88 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 25443 0 -1 4202560 9956 0 0 0 86 2 0 0 20 0 22 0 341337922 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210461821624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210460769272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210459716936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337939 3037372416 107259 33554432000 1073741824 1073778376 140734087059744 140210456556584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=29511/tid=29525] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210463926800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 25443 0 -1 4202560 14171 0 0 0 130 2 0 0 20 0 22 0 341337922 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210462874168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 25443 0 -1 4202560 9956 0 0 0 89 2 0 0 20 0 22 0 341337922 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210461821624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341337922 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210460769272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 25443 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 341337922 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210459716936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337939 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210456556584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341337939 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210455504040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29536] ppid=29509 vsize=2966184 CPUtime=73.35 cores=1,3,5,7
/proc/29511/task/29536/stat : 29536 (java) R 29509 29511 25443 0 -1 4202560 208 0 0 0 7331 4 0 0 20 0 22 0 341338139 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210457609160 140210694523007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29537] ppid=29509 vsize=2966184 CPUtime=73.46 cores=1,3,5,7
/proc/29511/task/29537/stat : 29537 (java) R 29509 29511 25443 0 -1 4202560 132 0 0 0 7343 3 0 0 20 0 22 0 341338139 3037372416 140224 33554432000 1073741824 1073778376 140734087059744 140210458660144 140210694596362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 157.23
Current children cumulated vsize (KiB) 2966184

[startup+81.1011 s]
/proc/loadavg: 3.78 3.62 3.65 5/219 29539
/proc/meminfo: memFree=25733284/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=157.46 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 28964 0 1 0 15718 28 0 0 20 0 20 0 341337915 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 140215 2282 9 0 732240 0
[pid=29511/tid=29513] ppid=29509 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/29511/task/29513/stat : 29513 (java) S 29509 29511 25443 0 -1 4202560 2832 0 1 0 19 1 0 0 20 0 20 0 341337917 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210821797016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 25443 0 -1 4202560 45 0 0 0 39 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210688460968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 25443 0 -1 4202560 28 0 0 0 32 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210687408424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 25443 0 -1 4202560 41 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210686355880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 25443 0 -1 4202560 28 0 0 0 35 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210685303336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 25443 0 -1 4202560 38 0 0 0 33 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210482440872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 25443 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210481388328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 25443 0 -1 4202560 30 0 0 0 35 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210480335784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 25443 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210479283240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 25443 0 -1 4202560 74 0 0 0 382 4 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210467084392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210466030712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210464978056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210463926800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 25443 0 -1 4202560 14171 0 0 0 130 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210462874168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 25443 0 -1 4202560 9956 0 0 0 89 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210461821624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210460769272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 25443 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210459716936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341337939 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210456556584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341337939 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210455504040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 157.46
Current children cumulated vsize (KiB) 2966184

[startup+81.5007 s]
/proc/loadavg: 3.78 3.62 3.65 3/217 29539
/proc/meminfo: memFree=25731220/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=157.61 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 28964 0 1 0 15733 28 0 0 20 0 20 0 341337915 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 140215 2282 9 0 732240 0
[pid=29511/tid=29513] ppid=29509 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/29511/task/29513/stat : 29513 (java) R 29509 29511 25443 0 -1 4202560 2832 0 1 0 32 2 0 0 20 0 20 0 341337917 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210821796480 140210695238747 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 25443 0 -1 4202560 45 0 0 0 39 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210688460968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 25443 0 -1 4202560 28 0 0 0 32 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210687408424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 25443 0 -1 4202560 41 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210686355880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 25443 0 -1 4202560 28 0 0 0 35 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210685303336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 25443 0 -1 4202560 38 0 0 0 33 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210482440872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 25443 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210481388328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 25443 0 -1 4202560 30 0 0 0 35 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210480335784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 25443 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210479283240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 25443 0 -1 4202560 74 0 0 0 382 4 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210467084392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210466030712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210464978056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210463926800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 25443 0 -1 4202560 14171 0 0 0 130 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210462874168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 25443 0 -1 4202560 9956 0 0 0 90 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210461821624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210460769272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 25443 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210459716936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341337939 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210456556584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341337939 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210455504040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 157.61
Current children cumulated vsize (KiB) 2966184

[startup+81.6006 s]
/proc/loadavg: 3.78 3.62 3.65 3/217 29539
/proc/meminfo: memFree=25731220/32873660 swapFree=7120/7120
[pid=29511] ppid=29509 vsize=2966184 CPUtime=157.71 cores=1,3,5,7
/proc/29511/stat : 29511 (java) S 29509 29511 25443 0 -1 4202496 28964 0 1 0 15743 28 0 0 20 0 20 0 341337915 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140734087050880 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29511/statm: 741546 140215 2282 9 0 732240 0
[pid=29511/tid=29513] ppid=29509 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/29511/task/29513/stat : 29513 (java) R 29509 29511 25443 0 -1 4202560 2832 0 1 0 42 2 0 0 20 0 20 0 341337917 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210821796520 140210694301590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29514] ppid=29509 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/29511/task/29514/stat : 29514 (java) S 29509 29511 25443 0 -1 4202560 45 0 0 0 39 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210688460968 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29515] ppid=29509 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/29511/task/29515/stat : 29515 (java) S 29509 29511 25443 0 -1 4202560 28 0 0 0 32 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210687408424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29516] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29516/stat : 29516 (java) S 29509 29511 25443 0 -1 4202560 41 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210686355880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29511/tid=29517] ppid=29509 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29511/task/29517/stat : 29517 (java) S 29509 29511 25443 0 -1 4202560 28 0 0 0 35 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210685303336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29518] ppid=29509 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/29511/task/29518/stat : 29518 (java) S 29509 29511 25443 0 -1 4202560 38 0 0 0 33 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210482440872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29519] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29519/stat : 29519 (java) S 29509 29511 25443 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210481388328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29520] ppid=29509 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/29511/task/29520/stat : 29520 (java) S 29509 29511 25443 0 -1 4202560 30 0 0 0 35 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210480335784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29521] ppid=29509 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/29511/task/29521/stat : 29521 (java) S 29509 29511 25443 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 20 0 341337918 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210479283240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29522] ppid=29509 vsize=2966184 CPUtime=3.86 cores=1,3,5,7
/proc/29511/task/29522/stat : 29522 (java) S 29509 29511 25443 0 -1 4202560 74 0 0 0 382 4 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210467084392 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29523] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29523/stat : 29523 (java) S 29509 29511 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210466030712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29524] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29524/stat : 29524 (java) S 29509 29511 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341337919 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210464978056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29525] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29525/stat : 29525 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210463926800 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29526] ppid=29509 vsize=2966184 CPUtime=1.32 cores=1,3,5,7
/proc/29511/task/29526/stat : 29526 (java) S 29509 29511 25443 0 -1 4202560 14171 0 0 0 130 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210462874168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29527] ppid=29509 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/29511/task/29527/stat : 29527 (java) S 29509 29511 25443 0 -1 4202560 9956 0 0 0 91 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210461821624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29528] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29528/stat : 29528 (java) S 29509 29511 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210460769272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29511/tid=29529] ppid=29509 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/29511/task/29529/stat : 29529 (java) S 29509 29511 25443 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 20 0 341337922 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210459716936 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29511/tid=29532] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29532/stat : 29532 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341337939 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210456556584 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29511/tid=29533] ppid=29509 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/29511/task/29533/stat : 29533 (java) S 29509 29511 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341337939 3037372416 140215 33554432000 1073741824 1073778376 140734087059744 140210455504040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 157.71
Current children cumulated vsize (KiB) 2966184

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.169998
#  lost CPU user time (s): 0.190002
#  lost CPU system time (s): -0.02

Real time (s): 81.686
CPU time (s): 158.099
CPU user time (s): 157.738
CPU system time (s): 0.360942
CPU usage (%): 193.545
Max. virtual memory (cumulated for all children) (KiB): 2967440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.548
system time used= 0.380942
maximum resident set size= 565608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28976
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= 6212
involuntary context switches= 7447

runsolver used 0.300954 second user time and 0.883865 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 21:35:22
IDJOB=3736764
IDBENCH=48114
IDSOLVER=2324
FILE ID=node117/3736764-1338752122
RUNJOBID= node117-1338737787-25460
PBS_JOBID= 14636766
Free space on /tmp= 69120 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_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736764-1338752122/watcher-3736764-1338752122 -o /tmp/evaluation-result-3736764-1338752122/solver-3736764-1338752122 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736764-1338752122.opb

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

MD5SUM BENCH= 381026b11996e1fba08582de081db326
RANDOM SEED=82365755

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        26347036 kB
Buffers:          629428 kB
Cached:          4149712 kB
SwapCached:          776 kB
Active:          3138456 kB
Inactive:        2469528 kB
Active(anon):     814648 kB
Inactive(anon):     9972 kB
Active(file):    2323808 kB
Inactive(file):  2459556 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:               112 kB
Writeback:             0 kB
AnonPages:        831784 kB
Mapped:            20456 kB
Shmem:                80 kB
Slab:             778164 kB
SReclaimable:     222252 kB
SUnreclaim:       555912 kB
KernelStack:        1624 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1573148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69120 MiB
End job on node117 at 2012-06-03 21:36:43