Trace number 3736643

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-31OPT3 121.775 63.714

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
MD5SUMffde7c44e1ce67f9a67e822c2db106af
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables81
Total number of constraints7
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 constraints7
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)243
Sum of products size (including duplicates)486
Number of different products243
Sum of products size486

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.16	c No reason simplification
0.10/0.16	c Armin Biere (Picosat) restarts strategy
0.10/0.16	c Glucose learned constraints deletion strategy
0.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	
0.10/0.16	c solving HOME/instance-3736643-1338751936.opb
0.10/0.16	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.066s.
0.10/0.17	c #vars     324
0.10/0.17	c #constraints  496
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
3.88/1.26	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.39/1.95	c cleaning 4251 clauses out of 8501 with flag 11001/11001
6.98/2.75	c cleaning 5625 clauses out of 11249 with flag 18000/18000
9.40/3.91	c cleaning 6810 clauses out of 13625 with flag 26001/26001
12.39/5.41	c cleaning 7905 clauses out of 15814 with flag 35000/35000
15.37/6.97	c cleaning 8951 clauses out of 17910 with flag 45001/45001
18.56/8.50	c cleaning 9478 clauses out of 18961 with flag 55003/55003
20.92/9.78	c cleaning 9735 clauses out of 19480 with flag 65000/65000
21.87/10.20	c And the winner is Resolution
21.86/11.18	c SATISFIABLE
21.86/11.18	c OPTIMIZING...
21.86/11.18	c Got one! Elapsed wall clock time (in seconds):11.069
21.86/11.18	o 141
22.51/11.57	c cleaning 9871 clauses out of 19748 with flag 75003/75003
25.07/12.89	c cleaning 9935 clauses out of 19874 with flag 85000/85000
28.44/14.51	c cleaning 9969 clauses out of 19940 with flag 95001/95001
31.59/16.10	c cleaning 9983 clauses out of 19970 with flag 105000/105000
34.56/17.69	c cleaning 9990 clauses out of 19988 with flag 115001/115001
37.71/19.23	c cleaning 9999 clauses out of 19997 with flag 125000/125000
40.50/20.67	c cleaning 9998 clauses out of 19999 with flag 135001/135001
43.70/22.09	c cleaning 9996 clauses out of 20002 with flag 145002/145002
45.99/23.05	c cleaning 9994 clauses out of 20005 with flag 155001/155001
47.92/24.08	c cleaning 10001 clauses out of 20009 with flag 165000/165000
50.88/25.55	c cleaning 10002 clauses out of 20009 with flag 175001/175001
54.24/27.20	c cleaning 9998 clauses out of 20006 with flag 185000/185000
56.97/28.68	c cleaning 10001 clauses out of 20009 with flag 195001/195001
58.30/29.38	c And the winner is Resolution
58.44/30.20	c Got one! Elapsed wall clock time (in seconds):30.09
58.44/30.20	o 5
59.84/30.97	c cleaning 9999 clauses out of 20007 with flag 205000/205000
60.77/31.40	c And the winner is Resolution
60.82/32.20	c Got one! Elapsed wall clock time (in seconds):32.091
60.82/32.20	o 3
61.81/32.75	c cleaning 9999 clauses out of 20010 with flag 215002/215002
62.37/33.03	c cleaning 0 clauses out of 5001 with flag 0/5001
64.09/33.98	c cleaning 10001 clauses out of 20011 with flag 225002/225002
66.97/35.34	c cleaning 10000 clauses out of 20009 with flag 235001/235001
69.70/36.73	c cleaning 10000 clauses out of 20009 with flag 245001/245001
72.43/38.16	c cleaning 9998 clauses out of 20008 with flag 255000/255000
75.16/39.51	c cleaning 9999 clauses out of 20011 with flag 265001/265001
78.29/41.11	c cleaning 10001 clauses out of 20012 with flag 275001/275001
81.23/42.62	c cleaning 10000 clauses out of 20010 with flag 285000/285000
84.20/44.10	c cleaning 10001 clauses out of 20012 with flag 295002/295002
87.10/45.60	c cleaning 10002 clauses out of 20010 with flag 305001/305001
89.86/47.06	c cleaning 9999 clauses out of 20008 with flag 315001/315001
92.62/48.49	c cleaning 9998 clauses out of 20008 with flag 325000/325000
95.56/49.90	c cleaning 10004 clauses out of 20009 with flag 335000/335000
98.07/51.26	c cleaning 10001 clauses out of 20005 with flag 345000/345000
100.61/52.55	c cleaning 10001 clauses out of 20006 with flag 355002/355002
103.36/53.97	c cleaning 9999 clauses out of 20004 with flag 365001/365001
106.10/55.32	c cleaning 10000 clauses out of 20005 with flag 375001/375001
108.78/56.71	c cleaning 10001 clauses out of 20005 with flag 385001/385001
111.71/58.21	c cleaning 10004 clauses out of 20008 with flag 395005/395005
114.42/59.66	c cleaning 9996 clauses out of 19999 with flag 405001/405001
117.36/61.19	c cleaning 10001 clauses out of 20003 with flag 415001/415001
120.49/62.71	c cleaning 9997 clauses out of 20000 with flag 425000/425000
121.41/63.20	c And the winner is Resolution
121.53/63.69	c starts		: 139
121.53/63.69	c conflicts		: 428208
121.53/63.69	c decisions		: 436635
121.53/63.69	c propagations		: 9816465
121.53/63.69	c inspects		: 411724583
121.53/63.69	c learnt literals	: 15
121.53/63.69	c learnt binary clauses	: 78
121.53/63.69	c learnt ternary clauses	: 275
121.53/63.69	c learnt clauses	: 428192
121.53/63.69	c ignored clauses	: 0
121.53/63.69	c root simplifications	: 0
121.53/63.69	c removed literals (reason simplification)	: 20051722
121.53/63.69	c reason swapping (by a shorter reason)	: 0
121.53/63.69	c Calls to reduceDB	: 44
121.53/63.69	c number of reductions to clauses (during analyze)	: 0
121.53/63.69	c number of learned constraints concerned by reduction	: 0
121.53/63.69	c number of learning phase by resolution	: 0
121.53/63.69	c number of learning phase by cutting planes	: 0
121.53/63.69	c speed (assignments/second)	: 311703.07687422604
121.53/63.69	c non guided choices	991
121.53/63.69	c learnt constraints type 
121.53/63.69	c constraints type 
121.53/63.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 243
121.53/63.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
121.53/63.69	c constraints type 
121.53/63.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 243
121.53/63.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
121.53/63.69	s OPTIMUM FOUND
121.53/63.69	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 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 
121.53/63.69	c objective function=3
121.53/63.69	c Total wall clock time (in seconds): 63.586

Verifier Data

OK	3

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-3736643-1338751936/watcher-3736643-1338751936 -o /tmp/evaluation-result-3736643-1338751936/solver-3736643-1338751936 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736643-1338751936.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.27 3.62 3.68 3/197 15342
/proc/meminfo: memFree=25875860/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 1148 0 0 0 0 0 0 0 20 0 2 0 341317955 24780800 867 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 22434 870 657 9 0 16769 0
[pid=15342/tid=15343] ppid=15340 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) R 15340 15342 11909 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 341317955 91889664 886 33554432000 1073741824 1073778376 140737052578496 140737052567560 254750352266 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.0149371 s]
/proc/loadavg: 3.27 3.62 3.68 3/197 15342
/proc/meminfo: memFree=25875860/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=1956604 CPUtime=0 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 2716 0 1 0 0 0 0 0 20 0 7 0 341317955 2003562496 2906 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 489151 2906 952 9 0 480260 0
[pid=15342/tid=15343] ppid=15340 vsize=1956604 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) D 15340 15342 11909 0 -1 4202560 1564 0 1 0 0 0 0 0 20 0 7 0 341317955 2003562496 2906 33554432000 1073741824 1073778376 140737052578496 139931635246936 254750352359 0 4 0 16784584 18446744071581355491 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1956604

[startup+0.100266 s]
/proc/loadavg: 3.27 3.62 3.68 3/197 15342
/proc/meminfo: memFree=25875860/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 4740 0 1 0 9 1 0 0 20 0 18 0 341317955 2764726272 6446 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 674982 6446 2109 9 0 665676 0
[pid=15342/tid=15343] ppid=15340 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) R 15340 15342 11909 0 -1 4202560 2776 0 1 0 6 1 0 0 20 0 18 0 341317955 2764726272 6446 33554432000 1073741824 1073778376 140737052578496 139931635232680 254753694989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300235 s]
/proc/loadavg: 3.27 3.62 3.68 3/197 15342
/proc/meminfo: memFree=25875860/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=0.66 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 7878 0 1 0 64 2 0 0 20 0 22 0 341317955 3037372416 10689 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 10689 2223 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) S 15340 15342 11909 0 -1 4202560 2789 0 1 0 14 1 0 0 20 0 22 0 341317955 3037372416 10689 33554432000 1073741824 1073778376 140737052578496 139931635246232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 2966184

[startup+0.700238 s]
/proc/loadavg: 3.27 3.62 3.68 3/197 15342
/proc/meminfo: memFree=25875860/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=2.26 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 20581 0 1 0 221 5 0 0 20 0 22 0 341317955 3037372416 30683 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 30683 2244 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) S 15340 15342 11909 0 -1 4202560 2789 0 1 0 14 1 0 0 20 0 22 0 341317955 3037372416 30683 33554432000 1073741824 1073778376 140737052578496 139931635246232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 2966184

[startup+1.50088 s]
/proc/loadavg: 3.27 3.62 3.68 5/219 15364
/proc/meminfo: memFree=25685368/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=4.5 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 24138 0 1 0 439 11 0 0 20 0 22 0 341317955 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 86464 2273 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) S 15340 15342 11909 0 -1 4202560 2789 0 1 0 14 1 0 0 20 0 22 0 341317955 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931635246232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15345] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15345/stat : 15345 (java) S 15340 15342 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931619526952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15346] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15346/stat : 15346 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931618474152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15347] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15347/stat : 15347 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931617421864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15348] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15348/stat : 15348 (java) S 15340 15342 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931616369064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15349] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15349/stat : 15349 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931615316776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15350] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15350/stat : 15350 (java) S 15340 15342 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931614263976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15351] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15351/stat : 15351 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931613211688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15352] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15352/stat : 15352 (java) S 15340 15342 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931612158888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15353] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15353/stat : 15353 (java) S 15340 15342 11909 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 341317957 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931599747304 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15354] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15354/stat : 15354 (java) S 15340 15342 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341317958 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931598693368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15355] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15355/stat : 15355 (java) S 15340 15342 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341317958 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931597640968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15356] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15356/stat : 15356 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931596589456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15357] ppid=15340 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/15342/task/15357/stat : 15357 (java) S 15340 15342 11909 0 -1 4202560 12610 0 0 0 84 3 0 0 20 0 22 0 341317960 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931595537080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15358] ppid=15340 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/15342/task/15358/stat : 15358 (java) S 15340 15342 11909 0 -1 4202560 7232 0 0 0 81 2 0 0 20 0 22 0 341317960 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931594484280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15359] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15359/stat : 15359 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931593432184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15360] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15360/stat : 15360 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931592379592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15361] ppid=15340 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/15342/task/15361/stat : 15361 (java) R 15340 15342 11909 0 -1 4202560 53 0 0 0 127 0 0 0 20 0 22 0 341317973 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931591323976 139931461029916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15362] ppid=15340 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/15342/task/15362/stat : 15362 (java) R 15340 15342 11909 0 -1 4202560 200 0 0 0 123 4 0 0 20 0 22 0 341317973 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931590269088 139931461034180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15363] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15363/stat : 15363 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931589219496 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15364] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15364/stat : 15364 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 86464 33554432000 1073741824 1073778376 140737052578496 139931588166696 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 3.27 3.62 3.68 5/219 15364
/proc/meminfo: memFree=25472252/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=7.78 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 24299 0 1 0 765 13 0 0 20 0 22 0 341317955 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 103888 2273 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) S 15340 15342 11909 0 -1 4202560 2789 0 1 0 14 1 0 0 20 0 22 0 341317955 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931635246232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15345] ppid=15340 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15342/task/15345/stat : 15345 (java) S 15340 15342 11909 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931619526952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15346] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15346/stat : 15346 (java) S 15340 15342 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931618474152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15347] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15347/stat : 15347 (java) S 15340 15342 11909 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931617421864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15348] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15348/stat : 15348 (java) S 15340 15342 11909 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931616369064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15349] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15349/stat : 15349 (java) S 15340 15342 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931615316776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15350] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15350/stat : 15350 (java) S 15340 15342 11909 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931614263976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15351] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15351/stat : 15351 (java) S 15340 15342 11909 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931613211688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15352] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15352/stat : 15352 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317956 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931612158888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15353] ppid=15340 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/15342/task/15353/stat : 15353 (java) S 15340 15342 11909 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 22 0 341317957 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931599747304 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15354] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15354/stat : 15354 (java) S 15340 15342 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341317958 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931598693368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15355] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15355/stat : 15355 (java) S 15340 15342 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341317958 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931597640968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15356] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15356/stat : 15356 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931596589456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15357] ppid=15340 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/15342/task/15357/stat : 15357 (java) S 15340 15342 11909 0 -1 4202560 12714 0 0 0 89 3 0 0 20 0 22 0 341317960 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931595537080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15358] ppid=15340 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/15342/task/15358/stat : 15358 (java) S 15340 15342 11909 0 -1 4202560 7232 0 0 0 84 2 0 0 20 0 22 0 341317960 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931594484280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15359] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15359/stat : 15359 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931593432184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15360] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15360/stat : 15360 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931592379592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15361] ppid=15340 vsize=2966184 CPUtime=2.78 cores=1,3,5,7
/proc/15342/task/15361/stat : 15361 (java) R 15340 15342 11909 0 -1 4202560 60 0 0 0 278 0 0 0 20 0 22 0 341317973 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931591323976 139931461015649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15362] ppid=15340 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/15342/task/15362/stat : 15362 (java) R 15340 15342 11909 0 -1 4202560 226 0 0 0 273 6 0 0 20 0 22 0 341317973 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931590269232 139931461015722 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15363] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15363/stat : 15363 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931589219496 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15364] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15364/stat : 15364 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 103888 33554432000 1073741824 1073778376 140737052578496 139931588166696 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 2966184

[startup+6.30095 s]
/proc/loadavg: 3.33 3.63 3.68 5/219 15364
/proc/meminfo: memFree=25461644/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=14.16 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 24388 0 1 0 1401 15 0 0 20 0 22 0 341317955 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 113073 2280 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.15 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) S 15340 15342 11909 0 -1 4202560 2789 0 1 0 14 1 0 0 20 0 22 0 341317955 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931635246232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15345] ppid=15340 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15342/task/15345/stat : 15345 (java) S 15340 15342 11909 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931619526952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15346] ppid=15340 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15342/task/15346/stat : 15346 (java) S 15340 15342 11909 0 -1 4202560 2 0 0 0 2 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931618474152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15347] ppid=15340 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/15342/task/15347/stat : 15347 (java) S 15340 15342 11909 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931617421864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15348] ppid=15340 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/15342/task/15348/stat : 15348 (java) S 15340 15342 11909 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931616369064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15349] ppid=15340 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/15342/task/15349/stat : 15349 (java) S 15340 15342 11909 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931615316776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15350] ppid=15340 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/15342/task/15350/stat : 15350 (java) S 15340 15342 11909 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931614263976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15351] ppid=15340 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15342/task/15351/stat : 15351 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931613211688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15352] ppid=15340 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15342/task/15352/stat : 15352 (java) S 15340 15342 11909 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 341317956 3037372416 113073 33554432000 1073741824 1073778376 140737052578496 139931612158888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=15342/tid=15357] ppid=15340 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/15342/task/15357/stat : 15357 (java) S 15340 15342 11909 0 -1 4202560 22909 0 0 0 183 5 0 0 20 0 22 0 341317960 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931595537080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15358] ppid=15340 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/15342/task/15358/stat : 15358 (java) S 15340 15342 11909 0 -1 4202560 8016 0 0 0 107 2 0 0 20 0 22 0 341317960 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931594484280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15359] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15359/stat : 15359 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931593432184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15360] ppid=15340 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15342/task/15360/stat : 15360 (java) S 15340 15342 11909 0 -1 4202560 3 0 0 0 1 1 0 0 20 0 22 0 341317960 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931592379592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15363] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15363/stat : 15363 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931589219496 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15364] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15364/stat : 15364 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931588166696 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15369] ppid=15340 vsize=2966184 CPUtime=27.5 cores=1,3,5,7
/proc/15342/task/15369/stat : 15369 (java) R 15340 15342 11909 0 -1 4202560 27 0 0 0 2750 0 0 0 20 0 22 0 341321175 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931590271352 139931461202989 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15370] ppid=15340 vsize=2966184 CPUtime=27.51 cores=1,3,5,7
/proc/15342/task/15370/stat : 15370 (java) R 15340 15342 11909 0 -1 4202560 17 0 0 0 2751 0 0 0 20 0 22 0 341321175 3037372416 142863 33554432000 1073741824 1073778376 140737052578496 139931591321904 139931461034136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 119.67
Current children cumulated vsize (KiB) 2966184

[startup+63.1009 s]
/proc/loadavg: 3.35 3.59 3.67 4/219 15372
/proc/meminfo: memFree=25290524/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=121.21 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 35806 0 1 0 12090 31 0 0 20 0 22 0 341317955 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 142872 2281 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) S 15340 15342 11909 0 -1 4202560 2795 0 1 0 14 2 0 0 20 0 22 0 341317955 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931635246232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15345] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15345/stat : 15345 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931619526952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15346] ppid=15340 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/15342/task/15346/stat : 15346 (java) S 15340 15342 11909 0 -1 4202560 46 0 0 0 32 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931618474152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15347] ppid=15340 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/15342/task/15347/stat : 15347 (java) S 15340 15342 11909 0 -1 4202560 60 0 0 0 35 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931617421864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15348] ppid=15340 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/15342/task/15348/stat : 15348 (java) S 15340 15342 11909 0 -1 4202560 47 0 0 0 32 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931616369064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15349] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15349/stat : 15349 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931615316776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15350] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15350/stat : 15350 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931614263976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15351] ppid=15340 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/15342/task/15351/stat : 15351 (java) S 15340 15342 11909 0 -1 4202560 58 0 0 0 28 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931613211688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15352] ppid=15340 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/15342/task/15352/stat : 15352 (java) S 15340 15342 11909 0 -1 4202560 34 0 0 0 30 0 0 0 20 0 22 0 341317956 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931612158888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15353] ppid=15340 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/15342/task/15353/stat : 15353 (java) S 15340 15342 11909 0 -1 4202560 71 0 0 0 344 3 0 0 20 0 22 0 341317957 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931599747304 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15354] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15354/stat : 15354 (java) S 15340 15342 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341317958 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931598693368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15355] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15355/stat : 15355 (java) S 15340 15342 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341317958 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931597640968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15356] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15356/stat : 15356 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931596589456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15357] ppid=15340 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/15342/task/15357/stat : 15357 (java) S 15340 15342 11909 0 -1 4202560 22909 0 0 0 183 5 0 0 20 0 22 0 341317960 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931595537080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15358] ppid=15340 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/15342/task/15358/stat : 15358 (java) S 15340 15342 11909 0 -1 4202560 8016 0 0 0 107 2 0 0 20 0 22 0 341317960 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931594484280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15359] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15359/stat : 15359 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341317960 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931593432184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15360] ppid=15340 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15342/task/15360/stat : 15360 (java) S 15340 15342 11909 0 -1 4202560 3 0 0 0 1 1 0 0 20 0 22 0 341317960 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931592379592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15363] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15363/stat : 15363 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931589219496 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15364] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15364/stat : 15364 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341317973 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931588166696 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15369] ppid=15340 vsize=2966184 CPUtime=28.17 cores=1,3,5,7
/proc/15342/task/15369/stat : 15369 (java) R 15340 15342 11909 0 -1 4202560 29 0 0 0 2817 0 0 0 20 0 22 0 341321175 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931590271144 139931461002988 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15370] ppid=15340 vsize=2966184 CPUtime=28.17 cores=1,3,5,7
/proc/15342/task/15370/stat : 15370 (java) R 15340 15342 11909 0 -1 4202560 17 0 0 0 2817 0 0 0 20 0 22 0 341321175 3037372416 142872 33554432000 1073741824 1073778376 140737052578496 139931591322040 139931461058994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 121.21
Current children cumulated vsize (KiB) 2966184

[startup+63.5007 s]
/proc/loadavg: 3.35 3.59 3.67 4/219 15372
/proc/meminfo: memFree=25290524/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=121.41 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 35806 0 1 0 12108 33 0 0 20 0 20 0 341317955 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 142866 2281 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) R 15340 15342 11909 0 -1 4202560 2795 0 1 0 16 2 0 0 20 0 20 0 341317955 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931635245600 139931461727504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15345] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15345/stat : 15345 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931619526952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15346] ppid=15340 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/15342/task/15346/stat : 15346 (java) S 15340 15342 11909 0 -1 4202560 46 0 0 0 32 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931618474152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15347] ppid=15340 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/15342/task/15347/stat : 15347 (java) S 15340 15342 11909 0 -1 4202560 60 0 0 0 35 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931617421864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15348] ppid=15340 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/15342/task/15348/stat : 15348 (java) S 15340 15342 11909 0 -1 4202560 47 0 0 0 32 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931616369064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15349] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15349/stat : 15349 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931615316776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15350] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15350/stat : 15350 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931614263976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15351] ppid=15340 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/15342/task/15351/stat : 15351 (java) S 15340 15342 11909 0 -1 4202560 58 0 0 0 28 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931613211688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15352] ppid=15340 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/15342/task/15352/stat : 15352 (java) S 15340 15342 11909 0 -1 4202560 34 0 0 0 30 0 0 0 20 0 20 0 341317956 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931612158888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15353] ppid=15340 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/15342/task/15353/stat : 15353 (java) S 15340 15342 11909 0 -1 4202560 71 0 0 0 344 3 0 0 20 0 20 0 341317957 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931599747304 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15354] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15354/stat : 15354 (java) S 15340 15342 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341317958 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931598693368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15355] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15355/stat : 15355 (java) S 15340 15342 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341317958 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931597640968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15356] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15356/stat : 15356 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341317960 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931596589456 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15357] ppid=15340 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/15342/task/15357/stat : 15357 (java) S 15340 15342 11909 0 -1 4202560 22909 0 0 0 183 5 0 0 20 0 20 0 341317960 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931595537080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15358] ppid=15340 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/15342/task/15358/stat : 15358 (java) S 15340 15342 11909 0 -1 4202560 8016 0 0 0 107 2 0 0 20 0 20 0 341317960 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931594484280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15359] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15359/stat : 15359 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341317960 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931593432184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15360] ppid=15340 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15342/task/15360/stat : 15360 (java) S 15340 15342 11909 0 -1 4202560 3 0 0 0 1 1 0 0 20 0 20 0 341317960 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931592379592 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15363] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15363/stat : 15363 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341317973 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931589219496 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15364] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15364/stat : 15364 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341317973 3037372416 142866 33554432000 1073741824 1073778376 140737052578496 139931588166696 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 121.41
Current children cumulated vsize (KiB) 2966184

[startup+63.7008 s]
/proc/loadavg: 3.40 3.60 3.67 3/216 15373
/proc/meminfo: memFree=25299080/32873844 swapFree=7628/7628
[pid=15342] ppid=15340 vsize=2966184 CPUtime=121.64 cores=1,3,5,7
/proc/15342/stat : 15342 (java) S 15340 15342 11909 0 -1 4202496 35811 0 1 0 12130 34 0 0 20 0 19 0 341317955 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 140737052569632 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15342/statm: 741546 140661 2282 9 0 732240 0
[pid=15342/tid=15343] ppid=15340 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/15342/task/15343/stat : 15343 (java) S 15340 15342 11909 0 -1 4202560 2795 0 1 0 35 2 0 0 20 0 19 0 341317955 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931635246072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15345] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15345/stat : 15345 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931619526952 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15346] ppid=15340 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/15342/task/15346/stat : 15346 (java) S 15340 15342 11909 0 -1 4202560 46 0 0 0 32 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931618474152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15347] ppid=15340 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/15342/task/15347/stat : 15347 (java) S 15340 15342 11909 0 -1 4202560 60 0 0 0 35 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931617421864 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15348] ppid=15340 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/15342/task/15348/stat : 15348 (java) S 15340 15342 11909 0 -1 4202560 47 0 0 0 32 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931616369064 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15349] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15349/stat : 15349 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931615316776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15350] ppid=15340 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/15342/task/15350/stat : 15350 (java) S 15340 15342 11909 0 -1 4202560 50 0 0 0 31 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931614263976 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15351] ppid=15340 vsize=2966184 CPUtime=0.28 cores=1,3,5,7
/proc/15342/task/15351/stat : 15351 (java) S 15340 15342 11909 0 -1 4202560 58 0 0 0 28 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931613211688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15352] ppid=15340 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/15342/task/15352/stat : 15352 (java) S 15340 15342 11909 0 -1 4202560 34 0 0 0 30 0 0 0 20 0 19 0 341317956 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931612158888 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15353] ppid=15340 vsize=2966184 CPUtime=3.47 cores=1,3,5,7
/proc/15342/task/15353/stat : 15353 (java) S 15340 15342 11909 0 -1 4202560 72 0 0 0 344 3 0 0 20 0 19 0 341317957 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931599746856 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15354] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15354/stat : 15354 (java) S 15340 15342 11909 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341317958 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931598693368 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15355] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15355/stat : 15355 (java) S 15340 15342 11909 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341317958 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931597640968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15356] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15356/stat : 15356 (java) S 15340 15342 11909 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341317960 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931596589000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15342/tid=15357] ppid=15340 vsize=2966184 CPUtime=1.9 cores=1,3,5,7
/proc/15342/task/15357/stat : 15357 (java) S 15340 15342 11909 0 -1 4202560 22909 0 0 0 185 5 0 0 20 0 19 0 341317960 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931595528136 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15358] ppid=15340 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/15342/task/15358/stat : 15358 (java) S 15340 15342 11909 0 -1 4202560 8016 0 0 0 107 2 0 0 20 0 19 0 341317960 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931594484280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15342/tid=15359] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15359/stat : 15359 (java) S 15340 15342 11909 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341317960 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931593432184 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15342/tid=15363] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15363/stat : 15363 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341317973 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931589219496 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15342/tid=15364] ppid=15340 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15342/task/15364/stat : 15364 (java) S 15340 15342 11909 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341317973 3037372416 140661 33554432000 1073741824 1073778376 140737052578496 139931588166696 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 121.64
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.0299931
#  lost CPU user time (s): 0.0599995
#  lost CPU system time (s): -0.03

Real time (s): 63.714
CPU time (s): 121.775
CPU user time (s): 121.404
CPU system time (s): 0.371938
CPU usage (%): 191.128
Max. virtual memory (cumulated for all children) (KiB): 2967832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.344
system time used= 0.401938
maximum resident set size= 571488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35811
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4199
involuntary context switches= 6507

runsolver used 0.411937 second user time and 0.499924 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 21:32:16
IDJOB=3736643
IDBENCH=48043
IDSOLVER=2324
FILE ID=node145/3736643-1338751936
RUNJOBID= node145-1338737268-11926
PBS_JOBID= 14636762
Free space on /tmp= 70924 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=499-P1=293-P2=223-P3=277-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736643-1338751936/watcher-3736643-1338751936 -o /tmp/evaluation-result-3736643-1338751936/solver-3736643-1338751936 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736643-1338751936.opb

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

MD5SUM BENCH= ffde7c44e1ce67f9a67e822c2db106af
RANDOM SEED=1032914604

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25875868 kB
Buffers:          447964 kB
Cached:          4815356 kB
SwapCached:            0 kB
Active:          2523656 kB
Inactive:        3598716 kB
Active(anon):     850248 kB
Inactive(anon):    10916 kB
Active(file):    1673408 kB
Inactive(file):  3587800 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               548 kB
Writeback:             0 kB
AnonPages:        974588 kB
Mapped:            22368 kB
Shmem:               200 kB
Slab:             726128 kB
SReclaimable:     167132 kB
SUnreclaim:       558996 kB
KernelStack:        1792 kB
PageTables:         6096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node145 at 2012-06-03 21:33:20