Trace number 3729139

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 NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 53.6458 27.2603

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111218308.opb
MD5SUM28297d3dd3c89d140e0fa9fe7bad5229
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.111982
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1154
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.10	c Pseudo Boolean Optimization
0.09/0.10	c ManyCore solver with 2 solvers running in parallel
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3729139-1338727655.opb
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.057s.
0.11/0.15	c #vars     169
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.34/0.70	c cleaning 2501 clauses out of 5004 with flag 5004/5004
3.07/0.96	c cleaning 4249 clauses out of 8499 with flag 11000/11000
3.77/1.26	c cleaning 5622 clauses out of 11250 with flag 18000/18000
4.58/1.63	c cleaning 6810 clauses out of 13630 with flag 26002/26002
5.40/2.04	c cleaning 7908 clauses out of 15819 with flag 35001/35001
6.19/2.49	c cleaning 8951 clauses out of 17910 with flag 45000/45000
7.38/3.00	c cleaning 9476 clauses out of 18960 with flag 55001/55001
8.17/3.42	c cleaning 9739 clauses out of 19484 with flag 65001/65001
8.97/3.81	c cleaning 9868 clauses out of 19744 with flag 75000/75000
9.76/4.30	c cleaning 9935 clauses out of 19876 with flag 85000/85000
10.73/4.75	c cleaning 9965 clauses out of 19941 with flag 95000/95000
11.72/5.24	c cleaning 9981 clauses out of 19976 with flag 105000/105000
12.69/5.72	c cleaning 9993 clauses out of 19995 with flag 115000/115000
13.66/6.20	c cleaning 9998 clauses out of 20005 with flag 125003/125003
14.44/6.63	c cleaning 9996 clauses out of 20004 with flag 135000/135000
15.20/7.06	c cleaning 9999 clauses out of 20008 with flag 145000/145000
15.97/7.48	c cleaning 10003 clauses out of 20013 with flag 155004/155004
16.74/7.88	c cleaning 10000 clauses out of 20007 with flag 165001/165001
17.71/8.30	c cleaning 9996 clauses out of 20008 with flag 175002/175002
18.49/8.75	c cleaning 10002 clauses out of 20011 with flag 185001/185001
19.24/9.17	c cleaning 9999 clauses out of 20009 with flag 195001/195001
20.01/9.58	c cleaning 9998 clauses out of 20009 with flag 205000/205000
20.80/10.00	c cleaning 10003 clauses out of 20012 with flag 215001/215001
21.55/10.39	c cleaning 9997 clauses out of 20008 with flag 225000/225000
22.51/10.82	c cleaning 10000 clauses out of 20011 with flag 235000/235000
23.27/11.22	c cleaning 9999 clauses out of 20011 with flag 245000/245000
24.04/11.64	c cleaning 10002 clauses out of 20013 with flag 255001/255001
25.01/12.12	c cleaning 10000 clauses out of 20011 with flag 265001/265001
25.76/12.55	c cleaning 9999 clauses out of 20011 with flag 275001/275001
26.53/12.97	c cleaning 10002 clauses out of 20012 with flag 285001/285001
27.30/13.36	c cleaning 9999 clauses out of 20009 with flag 295000/295000
28.26/13.81	c cleaning 10002 clauses out of 20011 with flag 305001/305001
29.02/14.22	c cleaning 9999 clauses out of 20008 with flag 315000/315000
29.77/14.65	c cleaning 9999 clauses out of 20010 with flag 325001/325001
30.54/15.09	c cleaning 10000 clauses out of 20011 with flag 335001/335001
31.50/15.52	c cleaning 9999 clauses out of 20010 with flag 345000/345000
32.25/15.98	c cleaning 10002 clauses out of 20012 with flag 355001/355001
33.02/16.37	c cleaning 9998 clauses out of 20010 with flag 365001/365001
33.78/16.75	c cleaning 10002 clauses out of 20011 with flag 375000/375000
34.54/17.16	c cleaning 10001 clauses out of 20010 with flag 385001/385001
35.49/17.61	c cleaning 9999 clauses out of 20008 with flag 395000/395000
36.24/18.08	c cleaning 10002 clauses out of 20011 with flag 405002/405002
37.00/18.48	c cleaning 9999 clauses out of 20008 with flag 415001/415001
37.77/18.89	c cleaning 9995 clauses out of 20008 with flag 425000/425000
38.72/19.35	c cleaning 10002 clauses out of 20013 with flag 435000/435000
39.49/19.73	c cleaning 10003 clauses out of 20011 with flag 445000/445000
40.24/20.14	c cleaning 9997 clauses out of 20008 with flag 455000/455000
41.00/20.54	c cleaning 10000 clauses out of 20011 with flag 465000/465000
41.76/20.94	c cleaning 9997 clauses out of 20011 with flag 475000/475000
42.52/21.35	c cleaning 10003 clauses out of 20014 with flag 485000/485000
43.29/21.72	c cleaning 10000 clauses out of 20012 with flag 495001/495001
43.86/22.09	c cleaning 10002 clauses out of 20012 with flag 505001/505001
44.79/22.56	c cleaning 9999 clauses out of 20009 with flag 515000/515000
45.55/22.94	c cleaning 10003 clauses out of 20014 with flag 525004/525004
46.32/23.31	c cleaning 10000 clauses out of 20007 with flag 535000/535000
47.08/23.76	c cleaning 9999 clauses out of 20010 with flag 545003/545003
47.84/24.19	c cleaning 10001 clauses out of 20010 with flag 555002/555002
48.59/24.58	c cleaning 10001 clauses out of 20010 with flag 565003/565003
49.56/25.00	c cleaning 10000 clauses out of 20006 with flag 575000/575000
50.33/25.47	c cleaning 10001 clauses out of 20006 with flag 585000/585000
51.79/26.03	c cleaning 10000 clauses out of 20006 with flag 595002/595002
53.13/26.57	c cleaning 9999 clauses out of 20003 with flag 605001/605001
53.32/26.62	c And the winner is Resolution
53.55/27.24	c starts		: 164
53.55/27.24	c conflicts		: 605119
53.55/27.25	c decisions		: 839602
53.55/27.25	c propagations		: 12693567
53.55/27.25	c inspects		: 179402876
53.55/27.25	c learnt literals	: 7
53.55/27.25	c learnt binary clauses	: 18
53.55/27.25	c learnt ternary clauses	: 99
53.55/27.25	c learnt clauses	: 605111
53.55/27.25	c ignored clauses	: 0
53.55/27.25	c root simplifications	: 0
53.55/27.25	c removed literals (reason simplification)	: 6751085
53.55/27.25	c reason swapping (by a shorter reason)	: 0
53.55/27.25	c Calls to reduceDB	: 62
53.55/27.25	c number of reductions to clauses (during analyze)	: 0
53.55/27.25	c number of learned constraints concerned by reduction	: 0
53.55/27.25	c number of learning phase by resolution	: 0
53.55/27.25	c number of learning phase by cutting planes	: 0
53.55/27.25	c speed (assignments/second)	: 468708.62565541686
53.55/27.25	c non guided choices	47
53.55/27.25	c learnt constraints type 
53.55/27.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10099
53.55/27.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
53.55/27.25	c constraints type 
53.55/27.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
53.55/27.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
53.55/27.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
53.55/27.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
53.55/27.26	c constraints type 
53.55/27.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
53.55/27.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
53.55/27.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
53.55/27.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
53.55/27.26	s UNSATISFIABLE
53.55/27.26	c Total wall clock time (in seconds): 27.148

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3729139-1338727655/watcher-3729139-1338727655 -o /tmp/evaluation-result-3729139-1338727655/solver-3729139-1338727655 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729139-1338727655.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.64 3.82 3.63 4/197 4206
/proc/meminfo: memFree=26634064/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 1278 0 0 0 0 0 0 0 20 0 2 0 338892828 98570240 979 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 24065 979 745 9 0 16771 0
[pid=4206/tid=4207] ppid=4204 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) R 4204 4206 27000 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 338892828 98570240 979 33554432000 1073741824 1073778376 140734227158688 140372551368232 219513963904 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.088858 s]
/proc/loadavg: 3.64 3.82 3.63 4/197 4206
/proc/meminfo: memFree=26634064/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 4788 0 1 0 8 1 0 0 20 0 18 0 338892828 2764726272 5983 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 674982 5983 2109 9 0 665676 0
[pid=4206/tid=4207] ppid=4204 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) R 4204 4206 27000 0 -1 4202560 2825 0 1 0 5 1 0 0 20 0 18 0 338892828 2764726272 5983 33554432000 1073741824 1073778376 140734227158688 140372551367336 219517347085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100229 s]
/proc/loadavg: 3.64 3.82 3.63 4/197 4206
/proc/meminfo: memFree=26634064/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 4904 0 1 0 10 1 0 0 20 0 18 0 338892828 2764726272 6061 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 674982 6061 2153 9 0 665676 0
[pid=4206/tid=4207] ppid=4204 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) R 4204 4206 27000 0 -1 4202560 2828 0 1 0 6 2 0 0 20 0 18 0 338892828 2764726272 6061 33554432000 1073741824 1073778376 140734227158688 140372551367336 219517346989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300201 s]
/proc/loadavg: 3.64 3.82 3.63 4/197 4206
/proc/meminfo: memFree=26634064/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 9270 0 1 0 71 3 0 0 20 0 22 0 338892828 3037372416 10650 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 10650 2229 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2851 0 1 0 12 2 0 0 20 0 22 0 338892828 3037372416 10650 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 2966184

[startup+0.70022 s]
/proc/loadavg: 3.64 3.82 3.63 4/197 4206
/proc/meminfo: memFree=26634064/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=2.34 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 15678 0 1 0 229 5 0 0 20 0 22 0 338892828 3037372416 33840 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 33840 2246 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2851 0 1 0 12 2 0 0 20 0 22 0 338892828 3037372416 33840 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 2966184

[startup+1.50084 s]
/proc/loadavg: 3.64 3.82 3.63 4/219 4228
/proc/meminfo: memFree=26470792/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=4.38 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 21129 0 1 0 430 8 0 0 20 0 22 0 338892828 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 55185 2273 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2851 0 1 0 12 2 0 0 20 0 22 0 338892828 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4209] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4209/stat : 4209 (java) S 4204 4206 27000 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372485323048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4210] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4210/stat : 4210 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372416129192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4211] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4211/stat : 4211 (java) S 4204 4206 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372415076904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4212] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4212/stat : 4212 (java) S 4204 4206 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372414024104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4213] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4213/stat : 4213 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372412971816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4214] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4214/stat : 4214 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372411919016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4215] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4215/stat : 4215 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372410866728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4216] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4216/stat : 4216 (java) S 4204 4206 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372409813928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4217] ppid=4204 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/4206/task/4217/stat : 4217 (java) S 4204 4206 27000 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 338892830 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372397615336 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4218] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4218/stat : 4218 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338892830 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372396561400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4219] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4219/stat : 4219 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892831 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372395509000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4220] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4220/stat : 4220 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372394457488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4221] ppid=4204 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/4206/task/4221/stat : 4221 (java) S 4204 4206 27000 0 -1 4202560 7148 0 0 0 75 2 0 0 20 0 22 0 338892833 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372393405112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4222] ppid=4204 vsize=2966184 CPUtime=0.8 cores=1,3,5,7
/proc/4206/task/4222/stat : 4222 (java) S 4204 4206 27000 0 -1 4202560 9696 0 0 0 78 2 0 0 20 0 22 0 338892833 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372392352312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4223] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4223/stat : 4223 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372391300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4224] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4224/stat : 4224 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372390247624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4225] ppid=4204 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/4206/task/4225/stat : 4225 (java) R 4204 4206 27000 0 -1 4202560 33 0 0 0 127 0 0 0 20 0 22 0 338892844 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372389163216 140372491617852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4226] ppid=4204 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4206/task/4226/stat : 4226 (java) R 4204 4206 27000 0 -1 4202560 139 0 0 0 124 2 0 0 20 0 22 0 338892844 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372388110464 140372491503779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4227] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4227/stat : 4227 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892844 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372387058856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4228] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4228/stat : 4228 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892844 3037372416 55185 33554432000 1073741824 1073778376 140734227158688 140372386006056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 2966184

[startup+3.10085 s]
/proc/loadavg: 3.64 3.82 3.63 5/219 4228
/proc/meminfo: memFree=26341036/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=7.57 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 21192 0 1 0 747 10 0 0 20 0 22 0 338892828 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 74660 2273 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2851 0 1 0 12 2 0 0 20 0 22 0 338892828 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4209] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4209/stat : 4209 (java) S 4204 4206 27000 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372485323048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4210] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4210/stat : 4210 (java) S 4204 4206 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372416129192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4211] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4211/stat : 4211 (java) S 4204 4206 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372415076904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4212] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4212/stat : 4212 (java) S 4204 4206 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372414024104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4213] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4213/stat : 4213 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372412971816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4214] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4214/stat : 4214 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372411919016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4215] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4215/stat : 4215 (java) S 4204 4206 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372410866728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4216] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4216/stat : 4216 (java) S 4204 4206 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372409813928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4217] ppid=4204 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/4206/task/4217/stat : 4217 (java) S 4204 4206 27000 0 -1 4202560 36 0 0 0 12 0 0 0 20 0 22 0 338892830 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372397615336 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4218] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4218/stat : 4218 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338892830 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372396561400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4219] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4219/stat : 4219 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892831 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372395509000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4220] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4220/stat : 4220 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372394457488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4221] ppid=4204 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/4206/task/4221/stat : 4221 (java) S 4204 4206 27000 0 -1 4202560 7149 0 0 0 76 2 0 0 20 0 22 0 338892833 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372393405112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4222] ppid=4204 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/4206/task/4222/stat : 4222 (java) S 4204 4206 27000 0 -1 4202560 9708 0 0 0 85 2 0 0 20 0 22 0 338892833 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372392352312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4223] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4223/stat : 4223 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372391300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4224] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4224/stat : 4224 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372390247624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4225] ppid=4204 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/4206/task/4225/stat : 4225 (java) R 4204 4206 27000 0 -1 4202560 35 0 0 0 277 0 0 0 20 0 22 0 338892844 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372389163336 140372491552858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4226] ppid=4204 vsize=2966184 CPUtime=2.76 cores=1,3,5,7
/proc/4206/task/4226/stat : 4226 (java) R 4204 4206 27000 0 -1 4202560 172 0 0 0 272 4 0 0 20 0 22 0 338892844 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372388108456 140372492026915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4227] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4227/stat : 4227 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892844 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372387058856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4228] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4228/stat : 4228 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892844 3037372416 74660 33554432000 1073741824 1073778376 140734227158688 140372386006056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 2966184

[startup+6.30082 s]
/proc/loadavg: 3.75 3.84 3.63 5/219 4228
/proc/meminfo: memFree=26331692/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=13.83 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 21219 0 1 0 1372 11 0 0 20 0 22 0 338892828 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 76926 2273 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2851 0 1 0 12 2 0 0 20 0 22 0 338892828 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4209] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4209/stat : 4209 (java) S 4204 4206 27000 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372485323048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4210] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4210/stat : 4210 (java) S 4204 4206 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372416129192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4211] ppid=4204 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/4206/task/4211/stat : 4211 (java) S 4204 4206 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372415076904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4212] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4212/stat : 4212 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372414024104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4213] ppid=4204 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/4206/task/4213/stat : 4213 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372412971816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4214] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4214/stat : 4214 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372411919016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4215] ppid=4204 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/4206/task/4215/stat : 4215 (java) S 4204 4206 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372410866728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4216] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4216/stat : 4216 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892829 3037372416 76926 33554432000 1073741824 1073778376 140734227158688 140372409813928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/4206/task/4216/stat : 4216 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 338892829 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372409813928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4217] ppid=4204 vsize=2966184 CPUtime=2.21 cores=1,3,5,7
/proc/4206/task/4217/stat : 4217 (java) S 4204 4206 27000 0 -1 4202560 78 0 0 0 219 2 0 0 20 0 22 0 338892830 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372397615336 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4218] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4218/stat : 4218 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338892830 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372396561400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4219] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4219/stat : 4219 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338892831 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372395509000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4220] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4220/stat : 4220 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372394457488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4221] ppid=4204 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/4206/task/4221/stat : 4221 (java) R 4204 4206 27000 0 -1 4202560 8702 0 0 0 104 2 0 0 20 0 22 0 338892833 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372393392392 140372555490889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4222] ppid=4204 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4206/task/4222/stat : 4222 (java) S 4204 4206 27000 0 -1 4202560 13967 0 0 0 123 3 0 0 20 0 22 0 338892833 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372392352312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4223] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4223/stat : 4223 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372391300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4224] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4224/stat : 4224 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338892833 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372390247624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4225] ppid=4204 vsize=2966184 CPUtime=23.69 cores=1,3,5,7
/proc/4206/task/4225/stat : 4225 (java) R 4204 4206 27000 0 -1 4202560 89 0 0 0 2369 0 0 0 20 0 22 0 338892844 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372389163176 140372491616610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4206/tid=4226] ppid=4204 vsize=2966184 CPUtime=23.72 cores=1,3,5,7
/proc/4206/task/4226/stat : 4226 (java) R 4204 4206 27000 0 -1 4202560 185 0 0 0 2367 5 0 0 20 0 22 0 338892844 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372388108256 140372491696881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4227] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4227/stat : 4227 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892844 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372387058856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4228] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4228/stat : 4228 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338892844 3037372416 88120 33554432000 1073741824 1073778376 140734227158688 140372386006056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 52.66
Current children cumulated vsize (KiB) 2966184

[startup+26.7008 s]
/proc/loadavg: 3.74 3.83 3.63 6/219 4228
/proc/meminfo: memFree=26263668/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=53.43 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 27455 0 1 0 5328 15 0 0 20 0 21 0 338892828 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 87648 2276 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2854 0 1 0 12 2 0 0 20 0 21 0 338892828 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4209] ppid=4204 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/4206/task/4209/stat : 4209 (java) S 4204 4206 27000 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372485323048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4210] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4210/stat : 4210 (java) S 4204 4206 27000 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372416129192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4211] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4211/stat : 4211 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372415076904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4212] ppid=4204 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/4206/task/4212/stat : 4212 (java) S 4204 4206 27000 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372414024104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4213] ppid=4204 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/4206/task/4213/stat : 4213 (java) S 4204 4206 27000 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372412971816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4214] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4214/stat : 4214 (java) S 4204 4206 27000 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372411919016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4215] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4215/stat : 4215 (java) S 4204 4206 27000 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372410866728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4216] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4216/stat : 4216 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 21 0 338892829 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372409813928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4217] ppid=4204 vsize=2966184 CPUtime=2.24 cores=1,3,5,7
/proc/4206/task/4217/stat : 4217 (java) S 4204 4206 27000 0 -1 4202560 78 0 0 0 222 2 0 0 20 0 21 0 338892830 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372397615336 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4218] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4218/stat : 4218 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 338892830 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372396561400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4219] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4219/stat : 4219 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 338892831 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372395509000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4220] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4220/stat : 4220 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338892833 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372394457488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4221] ppid=4204 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/4206/task/4221/stat : 4221 (java) S 4204 4206 27000 0 -1 4202560 8988 0 0 0 114 2 0 0 20 0 21 0 338892833 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372393405112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4222] ppid=4204 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4206/task/4222/stat : 4222 (java) S 4204 4206 27000 0 -1 4202560 13967 0 0 0 123 3 0 0 20 0 21 0 338892833 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372392352312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4223] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4223/stat : 4223 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338892833 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372391300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4224] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4224/stat : 4224 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338892833 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372390247624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4226] ppid=4204 vsize=2966184 CPUtime=24.07 cores=1,3,5,7
/proc/4206/task/4226/stat : 4226 (java) R 4204 4206 27000 0 -1 4202560 185 0 0 0 2402 5 0 0 20 0 21 0 338892844 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372388108160 140372491696860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4227] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4227/stat : 4227 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 338892844 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372387058856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4228] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4228/stat : 4228 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 338892844 3037372416 87648 33554432000 1073741824 1073778376 140734227158688 140372386006056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 53.43
Current children cumulated vsize (KiB) 2966184

[startup+27.1007 s]
/proc/loadavg: 3.74 3.83 3.63 6/219 4228
/proc/meminfo: memFree=26263668/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=53.55 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 27455 0 1 0 5339 16 0 0 20 0 20 0 338892828 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 87641 2276 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2854 0 1 0 12 2 0 0 20 0 20 0 338892828 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4209] ppid=4204 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/4206/task/4209/stat : 4209 (java) S 4204 4206 27000 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372485323048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4210] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4210/stat : 4210 (java) S 4204 4206 27000 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372416129192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4211] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4211/stat : 4211 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372415076904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4212] ppid=4204 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/4206/task/4212/stat : 4212 (java) S 4204 4206 27000 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372414024104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4213] ppid=4204 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/4206/task/4213/stat : 4213 (java) S 4204 4206 27000 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372412971816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4214] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4214/stat : 4214 (java) S 4204 4206 27000 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372411919016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4215] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4215/stat : 4215 (java) S 4204 4206 27000 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372410866728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4216] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4216/stat : 4216 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372409813928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4217] ppid=4204 vsize=2966184 CPUtime=2.24 cores=1,3,5,7
/proc/4206/task/4217/stat : 4217 (java) S 4204 4206 27000 0 -1 4202560 78 0 0 0 222 2 0 0 20 0 20 0 338892830 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372397615336 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4218] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4218/stat : 4218 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338892830 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372396561400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4219] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4219/stat : 4219 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338892831 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372395509000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4220] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4220/stat : 4220 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372394457488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4221] ppid=4204 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/4206/task/4221/stat : 4221 (java) S 4204 4206 27000 0 -1 4202560 8988 0 0 0 114 2 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372393405112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4222] ppid=4204 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4206/task/4222/stat : 4222 (java) S 4204 4206 27000 0 -1 4202560 13967 0 0 0 123 3 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372392352312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4223] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4223/stat : 4223 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372391300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4224] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4224/stat : 4224 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372390247624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4227] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4227/stat : 4227 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338892844 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372387058856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4228] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4228/stat : 4228 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338892844 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372386006056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 53.55
Current children cumulated vsize (KiB) 2966184

[startup+27.2007 s]
/proc/loadavg: 3.74 3.83 3.63 6/219 4228
/proc/meminfo: memFree=26263668/32873648 swapFree=7120/7120
[pid=4206] ppid=4204 vsize=2966184 CPUtime=53.55 cores=1,3,5,7
/proc/4206/stat : 4206 (java) S 4204 4206 27000 0 -1 4202496 27455 0 1 0 5339 16 0 0 20 0 20 0 338892828 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140734227149824 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4206/statm: 741546 87641 2276 9 0 732240 0
[pid=4206/tid=4207] ppid=4204 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/4206/task/4207/stat : 4207 (java) S 4204 4206 27000 0 -1 4202560 2854 0 1 0 12 2 0 0 20 0 20 0 338892828 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372551373976 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4209] ppid=4204 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/4206/task/4209/stat : 4209 (java) S 4204 4206 27000 0 -1 4202560 24 0 0 0 6 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372485323048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4210] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4210/stat : 4210 (java) S 4204 4206 27000 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372416129192 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4211] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4211/stat : 4211 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372415076904 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4212] ppid=4204 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/4206/task/4212/stat : 4212 (java) S 4204 4206 27000 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372414024104 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4213] ppid=4204 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/4206/task/4213/stat : 4213 (java) S 4204 4206 27000 0 -1 4202560 9 0 0 0 6 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372412971816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4214] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4214/stat : 4214 (java) S 4204 4206 27000 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372411919016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4215] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4215/stat : 4215 (java) S 4204 4206 27000 0 -1 4202560 10 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372410866728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4216] ppid=4204 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/4206/task/4216/stat : 4216 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 20 0 338892829 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372409813928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4217] ppid=4204 vsize=2966184 CPUtime=2.24 cores=1,3,5,7
/proc/4206/task/4217/stat : 4217 (java) S 4204 4206 27000 0 -1 4202560 78 0 0 0 222 2 0 0 20 0 20 0 338892830 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372397615336 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4218] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4218/stat : 4218 (java) S 4204 4206 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 338892830 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372396561400 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4219] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4219/stat : 4219 (java) S 4204 4206 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 338892831 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372395509000 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4220] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4220/stat : 4220 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372394457488 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4221] ppid=4204 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/4206/task/4221/stat : 4221 (java) S 4204 4206 27000 0 -1 4202560 8988 0 0 0 114 2 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372393405112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4222] ppid=4204 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/4206/task/4222/stat : 4222 (java) S 4204 4206 27000 0 -1 4202560 13967 0 0 0 123 3 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372392352312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4206/tid=4223] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4223/stat : 4223 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372391300216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4206/tid=4224] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4224/stat : 4224 (java) S 4204 4206 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 338892833 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372390247624 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4227] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4227/stat : 4227 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338892844 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372387058856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4206/tid=4228] ppid=4204 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/4206/task/4228/stat : 4228 (java) S 4204 4206 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 338892844 3037372416 87641 33554432000 1073741824 1073778376 140734227158688 140372386006056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 53.55
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 27.2603
CPU time (s): 53.6458
CPU user time (s): 53.3629
CPU system time (s): 0.282956
CPU usage (%): 196.791
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.3629
system time used= 0.282956
maximum resident set size= 353220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27466
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2620
involuntary context switches= 1649

runsolver used 0.058991 second user time and 0.151976 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 14:47:35
IDJOB=3729139
IDBENCH=1172
IDSOLVER=2324
FILE ID=node114/3729139-1338727655
RUNJOBID= node114-1338725802-3593
PBS_JOBID= 14636748
Free space on /tmp= 70140 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218308.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729139-1338727655/watcher-3729139-1338727655 -o /tmp/evaluation-result-3729139-1338727655/solver-3729139-1338727655 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729139-1338727655.opb

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

MD5SUM BENCH= 28297d3dd3c89d140e0fa9fe7bad5229
RANDOM SEED=1393766535

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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:       32873648 kB
MemFree:        26634056 kB
Buffers:         1050972 kB
Cached:          3618604 kB
SwapCached:         2244 kB
Active:          3456464 kB
Inactive:        1774484 kB
Active(anon):     547400 kB
Inactive(anon):     9112 kB
Active(file):    2909064 kB
Inactive(file):  1765372 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:        559180 kB
Mapped:            19112 kB
Shmem:               100 kB
Slab:             865300 kB
SReclaimable:     308440 kB
SUnreclaim:       556860 kB
KernelStack:        1792 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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= 70140 MiB
End job on node114 at 2012-06-03 14:48:02