Trace number 3729286

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
PB11: Sat4j Res//CP 2.3.0UNSAT 19.0911 9.24664

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111224255.opb
MD5SUM907b081b964ca265d29825e5079e97bd
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.084986
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 1217
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3729286-1338678677.opb
0.08/0.13	c reading problem ... 
0.08/0.19	c ... done. Wall clock time 0.062s.
0.08/0.19	c #vars     169
0.08/0.19	c #constraints  101
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.08/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.08/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.08/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.08/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.78/0.63	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.95/0.90	c cleaning 4249 clauses out of 8503 with flag 11001/11001
3.40/1.18	c cleaning 5624 clauses out of 11254 with flag 18001/18001
4.33/1.52	c cleaning 6811 clauses out of 13629 with flag 26000/26000
5.15/1.91	c cleaning 7909 clauses out of 15819 with flag 35001/35001
5.92/2.36	c cleaning 8952 clauses out of 17909 with flag 45000/45000
6.90/2.82	c cleaning 9473 clauses out of 18957 with flag 55000/55000
7.69/3.27	c cleaning 9736 clauses out of 19484 with flag 65000/65000
8.44/3.68	c cleaning 9870 clauses out of 19748 with flag 75000/75000
9.41/4.14	c cleaning 9937 clauses out of 19879 with flag 85001/85001
10.18/4.53	c cleaning 9968 clauses out of 19942 with flag 95001/95001
10.95/4.92	c cleaning 9983 clauses out of 19973 with flag 105000/105000
11.71/5.33	c cleaning 9992 clauses out of 19990 with flag 115000/115000
12.49/5.73	c cleaning 9995 clauses out of 19999 with flag 125001/125001
13.26/6.15	c cleaning 9998 clauses out of 20003 with flag 135000/135000
14.04/6.52	c cleaning 10000 clauses out of 20005 with flag 145000/145000
14.79/6.93	c cleaning 9997 clauses out of 20005 with flag 155000/155000
15.57/7.31	c cleaning 10001 clauses out of 20010 with flag 165002/165002
16.35/7.74	c cleaning 10003 clauses out of 20010 with flag 175003/175003
17.11/8.16	c cleaning 10001 clauses out of 20005 with flag 185001/185001
17.87/8.58	c cleaning 9998 clauses out of 20006 with flag 195003/195003
18.83/9.02	c cleaning 10001 clauses out of 20005 with flag 205000/205000
19.01/9.11	c  And the winner is Resolution
19.03/9.23	c starts		: 118
19.03/9.23	c conflicts		: 206531
19.03/9.23	c decisions		: 290746
19.03/9.23	c propagations		: 4556606
19.03/9.23	c inspects		: 65884585
19.03/9.23	c shortcuts		: 0
19.03/9.23	c learnt literals	: 7
19.03/9.23	c learnt binary clauses	: 15
19.03/9.23	c learnt ternary clauses	: 88
19.03/9.23	c learnt constraints	: 206523
19.03/9.23	c ignored constraints	: 0
19.03/9.23	c root simplifications	: 0
19.03/9.23	c removed literals (reason simplification)	: 2142516
19.03/9.23	c reason swapping (by a shorter reason)	: 0
19.03/9.23	c Calls to reduceDB	: 22
19.03/9.23	c number of reductions to clauses (during analyze)	: 0
19.03/9.23	c number of learned constraints concerned by reduction	: 0
19.03/9.23	c number of learning phase by resolution	: 0
19.03/9.23	c number of learning phase by cutting planes	: 0
19.03/9.23	c speed (assignments/second)	: 504439.94243330014
19.03/9.23	c non guided choices	44
19.03/9.24	c learnt constraints type 
19.03/9.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
19.03/9.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11512
19.03/9.24	c constraints type 
19.03/9.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
19.03/9.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
19.03/9.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
19.03/9.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
19.03/9.24	c constraints type 
19.03/9.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
19.03/9.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
19.03/9.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
19.03/9.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
19.03/9.24	s UNSATISFIABLE
19.03/9.24	c Total wall clock time (in seconds): 9.107

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-3729286-1338678677/watcher-3729286-1338678677 -o /tmp/evaluation-result-3729286-1338678677/solver-3729286-1338678677 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729286-1338678677.opb 

running on 4 cores: 0,2,4,6

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: 1.93 0.55 0.59 3/197 3243
/proc/meminfo: memFree=28381528/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3243/stat : 3243 (java) R 3241 3243 2935 0 -1 4202496 455 0 0 0 0 0 0 0 20 0 1 0 333992128 9515008 185 33554432000 1073741824 1073778376 140735623514304 140735623503368 239228513575 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2323 185 143 9 0 71 0

[startup+0.0567499 s]
/proc/loadavg: 1.93 0.55 0.59 3/197 3243
/proc/meminfo: memFree=28381528/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 4288 0 1 0 3 1 0 0 20 0 13 0 333992128 11523600384 12140 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2813379 12140 1699 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100239 s]
/proc/loadavg: 1.93 0.55 0.59 3/197 3243
/proc/meminfo: memFree=28381528/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 4696 0 1 0 7 1 0 0 20 0 18 0 333992128 11864465408 13059 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2896598 13060 1938 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300157 s]
/proc/loadavg: 1.93 0.55 0.59 3/197 3243
/proc/meminfo: memFree=28381528/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=0.58 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 8221 0 1 0 57 1 0 0 20 0 22 0 333992128 12137111552 17615 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 17615 2235 9 0 2953849 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 11852648

[startup+0.700164 s]
/proc/loadavg: 1.93 0.55 0.59 3/197 3243
/proc/meminfo: memFree=28381528/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=2.15 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 17075 0 1 0 211 4 0 0 20 0 22 0 333992128 12137111552 42804 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 42804 2275 9 0 2953849 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11852648

[startup+1.50073 s]
/proc/loadavg: 1.93 0.55 0.59 5/219 3265
/proc/meminfo: memFree=28177084/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=4.33 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 20347 0 1 0 426 7 0 0 20 0 22 0 333992128 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 74114 2280 9 0 2953849 0
[pid=3243/tid=3245] ppid=3241 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3243/task/3245/stat : 3245 (java) S 3241 3243 2935 0 -1 4202560 3382 0 1 0 15 1 0 0 20 0 22 0 333992129 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861197612184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3246] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3246/stat : 3246 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861186673320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3247] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3247/stat : 3247 (java) S 3241 3243 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861185620776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3248] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3248/stat : 3248 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861184568232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3249] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3249/stat : 3249 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861183515688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3250] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3250/stat : 3250 (java) S 3241 3243 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861182462120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3251] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3251/stat : 3251 (java) S 3241 3243 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861029054760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3252] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3252/stat : 3252 (java) S 3241 3243 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861028002216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3253] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3253/stat : 3253 (java) S 3241 3243 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861026949672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3254] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3254/stat : 3254 (java) S 3241 3243 2935 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 333992132 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861014751848 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3255] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3255/stat : 3255 (java) S 3241 3243 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861013698168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3256] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3256/stat : 3256 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861012645512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3257] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3257/stat : 3257 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861011594256 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3258] ppid=3241 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/3243/task/3258/stat : 3258 (java) S 3241 3243 2935 0 -1 4202560 8350 0 0 0 72 0 0 0 20 0 22 0 333992136 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861010540600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3259] ppid=3241 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/3243/task/3259/stat : 3259 (java) S 3241 3243 2935 0 -1 4202560 7159 0 0 0 85 1 0 0 20 0 22 0 333992136 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861009488056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3260] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3260/stat : 3260 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861008435704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3261] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3261/stat : 3261 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861007383368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3262] ppid=3241 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/3243/task/3262/stat : 3262 (java) R 3241 3243 2935 0 -1 4202560 29 0 0 0 122 0 0 0 20 0 22 0 333992148 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861006328400 139861063883428 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3263] ppid=3241 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/3243/task/3263/stat : 3263 (java) R 3241 3243 2935 0 -1 4202560 162 0 0 0 118 3 0 0 20 0 22 0 333992148 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861005275688 139861064035893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3264] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3264/stat : 3264 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861004224040 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3265] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3265/stat : 3265 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 74114 33554432000 1073741824 1073778376 140735623514304 139861003171496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 2.10 0.61 0.61 5/219 3265
/proc/meminfo: memFree=28051660/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=7.48 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 20406 0 1 0 739 9 0 0 20 0 22 0 333992128 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 95117 2281 9 0 2953849 0
[pid=3243/tid=3245] ppid=3241 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3243/task/3245/stat : 3245 (java) S 3241 3243 2935 0 -1 4202560 3382 0 1 0 15 1 0 0 20 0 22 0 333992129 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861197612184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3246] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3246/stat : 3246 (java) S 3241 3243 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861186673320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3247] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3247/stat : 3247 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861185620776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3248] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3248/stat : 3248 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861184568232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3249] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3249/stat : 3249 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861183515688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3250] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3250/stat : 3250 (java) S 3241 3243 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861182462120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3251] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3251/stat : 3251 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861029054760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3252] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3252/stat : 3252 (java) S 3241 3243 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861028002216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3253] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3253/stat : 3253 (java) S 3241 3243 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861026949672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3254] ppid=3241 vsize=11852648 CPUtime=0.14 cores=0,2,4,6
/proc/3243/task/3254/stat : 3254 (java) S 3241 3243 2935 0 -1 4202560 35 0 0 0 14 0 0 0 20 0 22 0 333992132 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861014751848 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3255] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3255/stat : 3255 (java) S 3241 3243 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861013698168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3256] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3256/stat : 3256 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861012645512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3257] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3257/stat : 3257 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861011594256 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3258] ppid=3241 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/3243/task/3258/stat : 3258 (java) S 3241 3243 2935 0 -1 4202560 8351 0 0 0 74 0 0 0 20 0 22 0 333992136 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861010540600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3259] ppid=3241 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/3243/task/3259/stat : 3259 (java) S 3241 3243 2935 0 -1 4202560 7160 0 0 0 87 1 0 0 20 0 22 0 333992136 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861009488056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3260] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3260/stat : 3260 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861008435704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3261] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3261/stat : 3261 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861007383368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3262] ppid=3241 vsize=11852648 CPUtime=2.7 cores=0,2,4,6
/proc/3243/task/3262/stat : 3262 (java) R 3241 3243 2935 0 -1 4202560 31 0 0 0 270 0 0 0 20 0 22 0 333992148 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861006328520 139861063806267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3263] ppid=3241 vsize=11852648 CPUtime=2.7 cores=0,2,4,6
/proc/3243/task/3263/stat : 3263 (java) R 3241 3243 2935 0 -1 4202560 200 0 0 0 266 4 0 0 20 0 22 0 333992148 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861005276072 139861063895959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3264] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3264/stat : 3264 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861004224040 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3265] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3265/stat : 3265 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 95117 33554432000 1073741824 1073778376 140735623514304 139861003171496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 2.10 0.61 0.61 7/219 3325
/proc/meminfo: memFree=28541288/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=13.62 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 20424 0 1 0 1353 9 0 0 20 0 22 0 333992128 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 96819 2281 9 0 2953849 0
[pid=3243/tid=3245] ppid=3241 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3243/task/3245/stat : 3245 (java) S 3241 3243 2935 0 -1 4202560 3383 0 1 0 15 1 0 0 20 0 22 0 333992129 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861197612184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3246] ppid=3241 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3243/task/3246/stat : 3246 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861186673320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3247] ppid=3241 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3243/task/3247/stat : 3247 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861185620776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3248] ppid=3241 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3243/task/3248/stat : 3248 (java) S 3241 3243 2935 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861184568232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3249] ppid=3241 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3243/task/3249/stat : 3249 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861183515688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3250] ppid=3241 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3243/task/3250/stat : 3250 (java) S 3241 3243 2935 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861182462120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3251] ppid=3241 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3243/task/3251/stat : 3251 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861029054760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3252] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3252/stat : 3252 (java) S 3241 3243 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861028002216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3253] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3253/stat : 3253 (java) S 3241 3243 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333992131 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861026949672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3254] ppid=3241 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/3243/task/3254/stat : 3254 (java) S 3241 3243 2935 0 -1 4202560 39 0 0 0 43 0 0 0 20 0 22 0 333992132 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861014751848 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3255] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3255/stat : 3255 (java) S 3241 3243 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861013698168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3256] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3256/stat : 3256 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861012645512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3257] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3257/stat : 3257 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861011594256 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3258] ppid=3241 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/3243/task/3258/stat : 3258 (java) S 3241 3243 2935 0 -1 4202560 8351 0 0 0 74 0 0 0 20 0 22 0 333992136 12137111552 96819 33554432000 1073741824 1073778376 140735623514304 139861010540600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/3243/task/3255/stat : 3255 (java) S 3241 3243 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861013698168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3256] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3256/stat : 3256 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861012645512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3257] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3257/stat : 3257 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861011594256 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3258] ppid=3241 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/3243/task/3258/stat : 3258 (java) S 3241 3243 2935 0 -1 4202560 8351 0 0 0 74 0 0 0 20 0 22 0 333992136 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861010540600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3259] ppid=3241 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/3243/task/3259/stat : 3259 (java) S 3241 3243 2935 0 -1 4202560 7160 0 0 0 87 1 0 0 20 0 22 0 333992136 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861009488056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3260] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3260/stat : 3260 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861008435704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3261] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3261/stat : 3261 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861007383368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3262] ppid=3241 vsize=11852648 CPUtime=6.95 cores=0,2,4,6
/proc/3243/task/3262/stat : 3262 (java) R 3241 3243 2935 0 -1 4202560 39 0 0 0 695 0 0 0 20 0 22 0 333992148 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861006328400 139861063899277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3263] ppid=3241 vsize=11852648 CPUtime=6.95 cores=0,2,4,6
/proc/3243/task/3263/stat : 3263 (java) R 3241 3243 2935 0 -1 4202560 204 0 0 0 691 4 0 0 20 0 22 0 333992148 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861005273496 139861064494612 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3264] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3264/stat : 3264 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861004224040 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3265] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3265/stat : 3265 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 97851 33554432000 1073741824 1073778376 140735623514304 139861003171496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.71
Current children cumulated vsize (KiB) 11852648

[startup+8.7008 s]
/proc/loadavg: 2.17 0.65 0.62 5/219 3325
/proc/meminfo: memFree=28414872/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=18.24 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 20443 0 1 0 1814 10 0 0 20 0 22 0 333992128 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 97853 2281 9 0 2953849 0
[pid=3243/tid=3245] ppid=3241 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3243/task/3245/stat : 3245 (java) S 3241 3243 2935 0 -1 4202560 3384 0 1 0 15 1 0 0 20 0 22 0 333992129 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861197612184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3246] ppid=3241 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/3243/task/3246/stat : 3246 (java) S 3241 3243 2935 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861186673320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3247] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3247/stat : 3247 (java) S 3241 3243 2935 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861185620776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3248] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3248/stat : 3248 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861184568232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3249] ppid=3241 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/3243/task/3249/stat : 3249 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861183515688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3250] ppid=3241 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/3243/task/3250/stat : 3250 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861182462120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3251] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3251/stat : 3251 (java) S 3241 3243 2935 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861029054760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3252] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3252/stat : 3252 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861028002216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3253] ppid=3241 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/3243/task/3253/stat : 3253 (java) S 3241 3243 2935 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 333992131 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861026949672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3254] ppid=3241 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/3243/task/3254/stat : 3254 (java) S 3241 3243 2935 0 -1 4202560 42 0 0 0 68 0 0 0 20 0 22 0 333992132 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861014751848 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3255] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3255/stat : 3255 (java) S 3241 3243 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861013698168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3256] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3256/stat : 3256 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861012645512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3257] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3257/stat : 3257 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861011594256 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3258] ppid=3241 vsize=11852648 CPUtime=0.74 cores=0,2,4,6
/proc/3243/task/3258/stat : 3258 (java) S 3241 3243 2935 0 -1 4202560 8351 0 0 0 74 0 0 0 20 0 22 0 333992136 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861010540600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3259] ppid=3241 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/3243/task/3259/stat : 3259 (java) S 3241 3243 2935 0 -1 4202560 7160 0 0 0 87 1 0 0 20 0 22 0 333992136 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861009488056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3260] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3260/stat : 3260 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861008435704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3261] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3261/stat : 3261 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861007383368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3262] ppid=3241 vsize=11852648 CPUtime=7.65 cores=0,2,4,6
/proc/3243/task/3262/stat : 3262 (java) R 3241 3243 2935 0 -1 4202560 40 0 0 0 765 0 0 0 20 0 22 0 333992148 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861006328400 139861063855744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3263] ppid=3241 vsize=11852648 CPUtime=7.66 cores=0,2,4,6
/proc/3243/task/3263/stat : 3263 (java) R 3241 3243 2935 0 -1 4202560 205 0 0 0 762 4 0 0 20 0 22 0 333992148 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861005273704 139861064461164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3264] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3264/stat : 3264 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861004224040 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3265] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3265/stat : 3265 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 97853 33554432000 1073741824 1073778376 140735623514304 139861003171496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.24
Current children cumulated vsize (KiB) 11852648

[startup+9.10077 s]
/proc/loadavg: 2.17 0.65 0.62 5/219 3325
/proc/meminfo: memFree=28414872/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=19.01 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 20447 0 1 0 1891 10 0 0 20 0 22 0 333992128 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 97856 2281 9 0 2953849 0
[pid=3243/tid=3245] ppid=3241 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3243/task/3245/stat : 3245 (java) S 3241 3243 2935 0 -1 4202560 3384 0 1 0 15 1 0 0 20 0 22 0 333992129 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861197612184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3246] ppid=3241 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/3243/task/3246/stat : 3246 (java) S 3241 3243 2935 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861186673320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3247] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3247/stat : 3247 (java) S 3241 3243 2935 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861185620776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3248] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3248/stat : 3248 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861184568232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3249] ppid=3241 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/3243/task/3249/stat : 3249 (java) S 3241 3243 2935 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861183515688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3250] ppid=3241 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/3243/task/3250/stat : 3250 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861182462120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3251] ppid=3241 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/3243/task/3251/stat : 3251 (java) S 3241 3243 2935 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861029054760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3252] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3252/stat : 3252 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861028002216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3253] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3253/stat : 3253 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 333992131 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861026949672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3254] ppid=3241 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/3243/task/3254/stat : 3254 (java) S 3241 3243 2935 0 -1 4202560 42 0 0 0 71 0 0 0 20 0 22 0 333992132 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861014751848 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3255] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3255/stat : 3255 (java) S 3241 3243 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861013698168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3256] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3256/stat : 3256 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333992133 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861012645512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3257] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3257/stat : 3257 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861011594256 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3258] ppid=3241 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/3243/task/3258/stat : 3258 (java) S 3241 3243 2935 0 -1 4202560 8351 0 0 0 75 0 0 0 20 0 22 0 333992136 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861010540600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3259] ppid=3241 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/3243/task/3259/stat : 3259 (java) S 3241 3243 2935 0 -1 4202560 7160 0 0 0 87 1 0 0 20 0 22 0 333992136 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861009488056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3260] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3260/stat : 3260 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861008435704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3261] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3261/stat : 3261 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333992136 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861007383368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3262] ppid=3241 vsize=11852648 CPUtime=8 cores=0,2,4,6
/proc/3243/task/3262/stat : 3262 (java) R 3241 3243 2935 0 -1 4202560 42 0 0 0 800 0 0 0 20 0 22 0 333992148 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861006328568 139861063847217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3263] ppid=3241 vsize=11852648 CPUtime=8.01 cores=0,2,4,6
/proc/3243/task/3263/stat : 3263 (java) R 3241 3243 2935 0 -1 4202560 205 0 0 0 797 4 0 0 20 0 22 0 333992148 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861005273816 139861063905011 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3264] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3264/stat : 3264 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861004224040 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3265] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3265/stat : 3265 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333992148 12137111552 97856 33554432000 1073741824 1073778376 140735623514304 139861003171496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.01
Current children cumulated vsize (KiB) 11852648

[startup+9.20082 s]
/proc/loadavg: 2.17 0.65 0.62 5/219 3325
/proc/meminfo: memFree=28414872/32873844 swapFree=7644/7644
[pid=3243] ppid=3241 vsize=11852648 CPUtime=19.03 cores=0,2,4,6
/proc/3243/stat : 3243 (java) S 3241 3243 2935 0 -1 4202496 20448 0 1 0 1891 12 0 0 20 0 19 0 333992128 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 140735623505440 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3243/statm: 2963162 97844 2282 9 0 2953849 0
[pid=3243/tid=3245] ppid=3241 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3243/task/3245/stat : 3245 (java) S 3241 3243 2935 0 -1 4202560 3384 0 1 0 15 1 0 0 20 0 19 0 333992129 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861197612184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3246] ppid=3241 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/3243/task/3246/stat : 3246 (java) S 3241 3243 2935 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861186673320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3247] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3247/stat : 3247 (java) S 3241 3243 2935 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861185620776 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3248] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3248/stat : 3248 (java) S 3241 3243 2935 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861184568232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3249] ppid=3241 vsize=11852648 CPUtime=0.05 cores=0,2,4,6
/proc/3243/task/3249/stat : 3249 (java) S 3241 3243 2935 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861183515688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3250] ppid=3241 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/3243/task/3250/stat : 3250 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861182462120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3251] ppid=3241 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/3243/task/3251/stat : 3251 (java) S 3241 3243 2935 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861029054760 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3252] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3252/stat : 3252 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861028002216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3253] ppid=3241 vsize=11852648 CPUtime=0.03 cores=0,2,4,6
/proc/3243/task/3253/stat : 3253 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 333992131 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861026949672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3254] ppid=3241 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/3243/task/3254/stat : 3254 (java) S 3241 3243 2935 0 -1 4202560 42 0 0 0 71 0 0 0 20 0 19 0 333992132 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861014751848 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3255] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3255/stat : 3255 (java) S 3241 3243 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333992133 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861013698168 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3256] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3256/stat : 3256 (java) S 3241 3243 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 333992133 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861012645512 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3257] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3257/stat : 3257 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333992136 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861011594256 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3258] ppid=3241 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/3243/task/3258/stat : 3258 (java) S 3241 3243 2935 0 -1 4202560 8351 0 0 0 75 0 0 0 20 0 19 0 333992136 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861010540600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3243/tid=3259] ppid=3241 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/3243/task/3259/stat : 3259 (java) S 3241 3243 2935 0 -1 4202560 7160 0 0 0 87 1 0 0 20 0 19 0 333992136 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861009488056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3243/tid=3260] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3260/stat : 3260 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333992136 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861008435704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3243/tid=3261] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3261/stat : 3261 (java) S 3241 3243 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333992136 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861007383368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3243/tid=3265] ppid=3241 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3243/task/3265/stat : 3265 (java) S 3241 3243 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333992148 12137111552 97844 33554432000 1073741824 1073778376 140735623514304 139861003171496 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 19.03
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 9.24664
CPU time (s): 19.0911
CPU user time (s): 18.8891
CPU system time (s): 0.201969
CPU usage (%): 206.465
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8891
system time used= 0.201969
maximum resident set size= 391428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20456
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= 1203
involuntary context switches= 1284

runsolver used 0.018997 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 01:11:17
IDJOB=3729286
IDBENCH=1202
IDSOLVER=2328
FILE ID=node147/3729286-1338678677
RUNJOBID= node147-1338678629-2954
PBS_JOBID= 14636666
Free space on /tmp= 70788 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224255.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729286-1338678677/watcher-3729286-1338678677 -o /tmp/evaluation-result-3729286-1338678677/solver-3729286-1338678677 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729286-1338678677.opb

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

MD5SUM BENCH= 907b081b964ca265d29825e5079e97bd
RANDOM SEED=327857731

node147.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.951
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	: 5333.90
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.951
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.951
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.87
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.951
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.951
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.951
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.951
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.951
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:       32873844 kB
MemFree:        28381792 kB
Buffers:          429736 kB
Cached:          2498216 kB
SwapCached:         3380 kB
Active:          2120756 kB
Inactive:        1501756 kB
Active(anon):     690504 kB
Inactive(anon):     5920 kB
Active(file):    1430252 kB
Inactive(file):  1495836 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:        707464 kB
Mapped:            17564 kB
Shmem:                 0 kB
Slab:             720744 kB
SReclaimable:     161608 kB
SUnreclaim:       559136 kB
KernelStack:        1600 kB
PageTables:         5528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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= 70784 MiB
End job on node147 at 2012-06-03 01:11:27