Trace number 3729156

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 17.0014 8.23713

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110970631.opb
MD5SUM0cb3829d9e744bc52975d342468bb866
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.055991
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 1320
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.06/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.11	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.14	c Pseudo Boolean Optimization
0.06/0.14	c ManyCore solver with 2 solvers running in parallel
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.14	c Expensive reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.14	c --- Begin Solver configuration ---
0.06/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.14	c Learn all clauses as in MiniSAT
0.06/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.14	c No reason simplification
0.06/0.14	c Armin Biere (Picosat) restarts strategy
0.06/0.14	c Glucose learned constraints deletion strategy
0.06/0.14	c timeout=2147483s
0.06/0.14	c DB Simplification allowed=false
0.06/0.14	c --- End Solver configuration ---
0.06/0.14	c solving HOME/instance-3729156-1338678646.opb
0.06/0.14	c reading problem ... 
0.21/0.20	c ... done. Wall clock time 0.061s.
0.21/0.20	c #vars     169
0.21/0.20	c #constraints  101
0.21/0.20	c constraints type 
0.21/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.21/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.21/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.21/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.21/0.20	c constraints type 
0.21/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.21/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.21/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.21/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.74/0.64	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.51/0.89	c cleaning 4247 clauses out of 8502 with flag 11000/11000
3.68/1.12	c cleaning 5623 clauses out of 11255 with flag 18000/18000
4.28/1.45	c cleaning 6811 clauses out of 13632 with flag 26000/26000
5.09/1.81	c cleaning 7907 clauses out of 15821 with flag 35000/35000
5.88/2.22	c cleaning 8952 clauses out of 17914 with flag 45000/45000
6.65/2.63	c cleaning 9478 clauses out of 18962 with flag 55000/55000
7.42/3.00	c cleaning 9738 clauses out of 19486 with flag 65002/65002
8.01/3.35	c cleaning 9868 clauses out of 19747 with flag 75001/75001
8.78/3.72	c cleaning 9933 clauses out of 19880 with flag 85002/85002
9.36/4.07	c cleaning 9969 clauses out of 19947 with flag 95002/95002
10.15/4.41	c cleaning 9987 clauses out of 19980 with flag 105004/105004
10.72/4.76	c cleaning 9992 clauses out of 19989 with flag 115000/115000
11.50/5.14	c cleaning 9996 clauses out of 19998 with flag 125001/125001
12.09/5.50	c cleaning 9996 clauses out of 20002 with flag 135001/135001
12.85/5.87	c cleaning 9999 clauses out of 20005 with flag 145000/145000
13.62/6.22	c cleaning 9997 clauses out of 20007 with flag 155001/155001
14.20/6.57	c cleaning 10003 clauses out of 20011 with flag 165002/165002
14.96/6.94	c cleaning 9999 clauses out of 20006 with flag 175000/175000
15.74/7.31	c cleaning 10000 clauses out of 20007 with flag 185000/185000
16.31/7.69	c cleaning 10004 clauses out of 20010 with flag 195003/195003
16.69/7.85	c  And the winner is Resolution
16.91/8.22	c starts		: 117
16.91/8.22	c conflicts		: 199603
16.91/8.22	c decisions		: 306861
16.91/8.22	c propagations		: 4395391
16.91/8.22	c inspects		: 56182042
16.91/8.22	c shortcuts		: 0
16.91/8.22	c learnt literals	: 5
16.91/8.22	c learnt binary clauses	: 13
16.91/8.22	c learnt ternary clauses	: 154
16.91/8.22	c learnt constraints	: 199597
16.91/8.22	c ignored constraints	: 0
16.91/8.22	c root simplifications	: 0
16.91/8.22	c removed literals (reason simplification)	: 1769508
16.91/8.22	c reason swapping (by a shorter reason)	: 0
16.91/8.22	c Calls to reduceDB	: 21
16.91/8.22	c number of reductions to clauses (during analyze)	: 0
16.91/8.22	c number of learned constraints concerned by reduction	: 0
16.91/8.22	c number of learning phase by resolution	: 0
16.91/8.22	c number of learning phase by cutting planes	: 0
16.91/8.22	c speed (assignments/second)	: 548464.0628899427
16.91/8.22	c non guided choices	48
16.91/8.23	c learnt constraints type 
16.91/8.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
16.91/8.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14587
16.91/8.23	c constraints type 
16.91/8.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
16.91/8.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
16.91/8.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
16.91/8.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
16.91/8.23	c constraints type 
16.91/8.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
16.91/8.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
16.91/8.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
16.91/8.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
16.91/8.23	s UNSATISFIABLE
16.91/8.23	c Total wall clock time (in seconds): 8.088

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-3729156-1338678646/watcher-3729156-1338678646 -o /tmp/evaluation-result-3729156-1338678646/solver-3729156-1338678646 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729156-1338678646.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: 0.93 0.24 0.50 4/198 3063
/proc/meminfo: memFree=28423316/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3063/stat : 3063 (java) D 3061 3063 2935 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 333989048 9515008 175 33554432000 1073741824 1073778376 140736692360864 140736692343592 239237677968 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2323 175 133 9 0 71 0

[startup+0.0507741 s]
/proc/loadavg: 0.93 0.24 0.50 4/198 3063
/proc/meminfo: memFree=28423316/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11120388 CPUtime=0.02 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 3693 0 1 0 1 1 0 0 20 0 11 0 333989048 11387277312 11547 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2780097 11547 1624 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100256 s]
/proc/loadavg: 0.93 0.24 0.50 4/198 3063
/proc/meminfo: memFree=28423316/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 4013 0 1 0 5 1 0 0 20 0 18 0 333989048 11864465408 12376 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2896598 12376 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.300156 s]
/proc/loadavg: 0.93 0.24 0.50 4/198 3063
/proc/meminfo: memFree=28423316/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 7738 0 1 0 53 2 0 0 20 0 22 0 333989048 12137111552 16998 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 16998 2235 9 0 2953849 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 11852648

[startup+0.700175 s]
/proc/loadavg: 0.93 0.24 0.50 4/198 3063
/proc/meminfo: memFree=28423316/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=2.11 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 17258 0 1 0 206 5 0 0 20 0 22 0 333989048 12137111552 43237 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 43237 2268 9 0 2953849 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 11852648

[startup+1.50069 s]
/proc/loadavg: 0.93 0.24 0.50 8/220 3085
/proc/meminfo: memFree=28185764/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=4.49 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 22537 0 1 0 441 8 0 0 20 0 22 0 333989048 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 81325 2281 9 0 2953849 0
[pid=3063/tid=3065] ppid=3061 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3063/task/3065/stat : 3065 (java) S 3061 3063 2935 0 -1 4202560 2921 0 1 0 15 1 0 0 20 0 22 0 333989049 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219815822488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3066] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3066/stat : 3066 (java) S 3061 3063 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219652614312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3067] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3067/stat : 3067 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219651561768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3068] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3068/stat : 3068 (java) S 3061 3063 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219650509224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3069] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3069/stat : 3069 (java) S 3061 3063 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219649456680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3070] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3070/stat : 3070 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219648404136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3071] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3071/stat : 3071 (java) S 3061 3063 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219647351592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3072] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3072/stat : 3072 (java) S 3061 3063 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219646299048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3073] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3073/stat : 3073 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219645246504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3074] ppid=3061 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/3063/task/3074/stat : 3074 (java) S 3061 3063 2935 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 333989053 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219633047656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3075] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3075/stat : 3075 (java) S 3061 3063 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219631993976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3076] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3076/stat : 3076 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219630941320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3077] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3077/stat : 3077 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219629890064 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3078] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3078/stat : 3078 (java) S 3061 3063 2935 0 -1 4202560 6101 0 0 0 88 2 0 0 20 0 22 0 333989056 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219628837432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3079] ppid=3061 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/3063/task/3079/stat : 3079 (java) S 3061 3063 2935 0 -1 4202560 12039 0 0 0 87 2 0 0 20 0 22 0 333989056 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219627784888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3080] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3080/stat : 3080 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219626732536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3081] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3081/stat : 3081 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219625680200 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3082] ppid=3061 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/3063/task/3082/stat : 3082 (java) R 3061 3063 2935 0 -1 4202560 31 0 0 0 118 0 0 0 20 0 22 0 333989068 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219624624152 140219688210284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3083] ppid=3061 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/3063/task/3083/stat : 3083 (java) R 3061 3063 2935 0 -1 4202560 177 0 0 0 115 3 0 0 20 0 22 0 333989068 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219623569592 140219688813655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3084] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3084/stat : 3084 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333989069 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219622519848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3085] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3085/stat : 3085 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333989069 12137111552 81325 33554432000 1073741824 1073778376 140735468437168 140219621467304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 11852648

[startup+3.10083 s]
/proc/loadavg: 0.93 0.24 0.50 6/220 3085
/proc/meminfo: memFree=28084792/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=7.59 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 22560 0 1 0 751 8 0 0 20 0 22 0 333989048 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 86454 2281 9 0 2953849 0
[pid=3063/tid=3065] ppid=3061 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3063/task/3065/stat : 3065 (java) S 3061 3063 2935 0 -1 4202560 2921 0 1 0 15 1 0 0 20 0 22 0 333989049 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219815822488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3066] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3066/stat : 3066 (java) S 3061 3063 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219652614312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3067] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3067/stat : 3067 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219651561768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3068] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3068/stat : 3068 (java) S 3061 3063 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219650509224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3069] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3069/stat : 3069 (java) S 3061 3063 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219649456680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3070] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3070/stat : 3070 (java) S 3061 3063 2935 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219648404136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3071] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3071/stat : 3071 (java) S 3061 3063 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219647351592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3072] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3072/stat : 3072 (java) S 3061 3063 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219646299048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3073] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3073/stat : 3073 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219645246504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3074] ppid=3061 vsize=11852648 CPUtime=0.15 cores=0,2,4,6
/proc/3063/task/3074/stat : 3074 (java) S 3061 3063 2935 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 22 0 333989053 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219633047656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3075] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3075/stat : 3075 (java) S 3061 3063 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219631993976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3076] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3076/stat : 3076 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219630941320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3077] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3077/stat : 3077 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219629890064 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3078] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3078/stat : 3078 (java) S 3061 3063 2935 0 -1 4202560 6101 0 0 0 88 2 0 0 20 0 22 0 333989056 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219628837432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3079] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3079/stat : 3079 (java) S 3061 3063 2935 0 -1 4202560 12039 0 0 0 88 2 0 0 20 0 22 0 333989056 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219627784888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3080] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3080/stat : 3080 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219626732536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3081] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3081/stat : 3081 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219625680200 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3082] ppid=3061 vsize=11852648 CPUtime=2.67 cores=0,2,4,6
/proc/3063/task/3082/stat : 3082 (java) R 3061 3063 2935 0 -1 4202560 35 0 0 0 267 0 0 0 20 0 22 0 333989068 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219624624312 140219688130849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3083] ppid=3061 vsize=11852648 CPUtime=2.67 cores=0,2,4,6
/proc/3063/task/3083/stat : 3083 (java) R 3061 3063 2935 0 -1 4202560 185 0 0 0 264 3 0 0 20 0 22 0 333989068 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219623569488 140219688321265 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3084] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3084/stat : 3084 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333989069 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219622519848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3085] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3085/stat : 3085 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333989069 12137111552 86454 33554432000 1073741824 1073778376 140735468437168 140219621467304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 11852648

[startup+6.30078 s]
/proc/loadavg: 1.17 0.30 0.52 5/220 3085
/proc/meminfo: memFree=28069836/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=13.79 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 22582 0 1 0 1370 9 0 0 20 0 22 0 333989048 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 88479 2281 9 0 2953849 0
[pid=3063/tid=3065] ppid=3061 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3063/task/3065/stat : 3065 (java) S 3061 3063 2935 0 -1 4202560 2921 0 1 0 15 1 0 0 20 0 22 0 333989049 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219815822488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3066] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3066/stat : 3066 (java) S 3061 3063 2935 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219652614312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3067] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3067/stat : 3067 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219651561768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3068] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3068/stat : 3068 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219650509224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3069] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3069/stat : 3069 (java) S 3061 3063 2935 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219649456680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3070] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3070/stat : 3070 (java) S 3061 3063 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219648404136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3071] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3071/stat : 3071 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219647351592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3072] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3072/stat : 3072 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219646299048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3073] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3073/stat : 3073 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 333989051 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219645246504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3074] ppid=3061 vsize=11852648 CPUtime=0.39 cores=0,2,4,6
/proc/3063/task/3074/stat : 3074 (java) S 3061 3063 2935 0 -1 4202560 38 0 0 0 39 0 0 0 20 0 22 0 333989053 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219633047656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3075] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3075/stat : 3075 (java) S 3061 3063 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219631993976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3076] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3076/stat : 3076 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219630941320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3077] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3077/stat : 3077 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219629890064 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3078] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3078/stat : 3078 (java) S 3061 3063 2935 0 -1 4202560 6101 0 0 0 88 2 0 0 20 0 22 0 333989056 12137111552 88479 33554432000 1073741824 1073778376 140735468437168 140219628837432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=3063/tid=3075] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3075/stat : 3075 (java) S 3061 3063 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219631993976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3076] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3076/stat : 3076 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333989053 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219630941320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3077] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3077/stat : 3077 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219629890064 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3078] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3078/stat : 3078 (java) S 3061 3063 2935 0 -1 4202560 6101 0 0 0 88 2 0 0 20 0 22 0 333989056 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219628837432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3079] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3079/stat : 3079 (java) S 3061 3063 2935 0 -1 4202560 12039 0 0 0 88 2 0 0 20 0 22 0 333989056 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219627784888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3080] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3080/stat : 3080 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219626732536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3081] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3081/stat : 3081 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333989056 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219625680200 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3082] ppid=3061 vsize=11852648 CPUtime=6.31 cores=0,2,4,6
/proc/3063/task/3082/stat : 3082 (java) R 3061 3063 2935 0 -1 4202560 42 0 0 0 631 0 0 0 20 0 22 0 333989068 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219624624192 140219688179532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3083] ppid=3061 vsize=11852648 CPUtime=6.32 cores=0,2,4,6
/proc/3063/task/3083/stat : 3083 (java) R 3061 3063 2935 0 -1 4202560 189 0 0 0 629 3 0 0 20 0 22 0 333989068 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219623569608 140219688321332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3084] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3084/stat : 3084 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333989069 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219622519848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3085] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3085/stat : 3085 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333989069 12137111552 88994 33554432000 1073741824 1073778376 140735468437168 140219621467304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 15.34
Current children cumulated vsize (KiB) 11852648

[startup+7.90081 s]
/proc/loadavg: 1.40 0.36 0.54 5/220 3085
/proc/meminfo: memFree=28038992/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=16.83 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 22595 0 1 0 1673 10 0 0 20 0 20 0 333989048 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 88991 2283 9 0 2953849 0
[pid=3063/tid=3065] ppid=3061 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3063/task/3065/stat : 3065 (java) S 3061 3063 2935 0 -1 4202560 2922 0 1 0 15 1 0 0 20 0 20 0 333989049 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219815822488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3066] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3066/stat : 3066 (java) S 3061 3063 2935 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219652614312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3067] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3067/stat : 3067 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219651561768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3068] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3068/stat : 3068 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219650509224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3069] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3069/stat : 3069 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219649456680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3070] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3070/stat : 3070 (java) S 3061 3063 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219648404136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3071] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3071/stat : 3071 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219647351592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3072] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3072/stat : 3072 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219646299048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3073] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3073/stat : 3073 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 333989051 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219645246504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3074] ppid=3061 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/3063/task/3074/stat : 3074 (java) S 3061 3063 2935 0 -1 4202560 40 0 0 0 50 0 0 0 20 0 20 0 333989053 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219633047656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3075] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3075/stat : 3075 (java) S 3061 3063 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 333989053 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219631993976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3076] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3076/stat : 3076 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 333989053 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219630941320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3077] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3077/stat : 3077 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 333989056 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219629890064 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3078] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3078/stat : 3078 (java) S 3061 3063 2935 0 -1 4202560 6101 0 0 0 88 2 0 0 20 0 20 0 333989056 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219628837432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3079] ppid=3061 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3063/task/3079/stat : 3079 (java) S 3061 3063 2935 0 -1 4202560 12039 0 0 0 90 2 0 0 20 0 20 0 333989056 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219627784888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3080] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3080/stat : 3080 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 333989056 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219626732536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3081] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3081/stat : 3081 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 333989056 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219625680200 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3083] ppid=3061 vsize=11852648 CPUtime=7.05 cores=0,2,4,6
/proc/3063/task/3083/stat : 3083 (java) R 3061 3063 2935 0 -1 4202560 189 0 0 0 702 3 0 0 20 0 20 0 333989068 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219623569608 140219688321216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3085] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3085/stat : 3085 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 333989069 12137111552 88991 33554432000 1073741824 1073778376 140735468437168 140219621467304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 16.83
Current children cumulated vsize (KiB) 11852648

[startup+8.10081 s]
/proc/loadavg: 1.40 0.36 0.54 5/220 3085
/proc/meminfo: memFree=28038992/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=16.91 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 22595 0 1 0 1680 11 0 0 20 0 19 0 333989048 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 88984 2283 9 0 2953849 0
[pid=3063/tid=3065] ppid=3061 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3063/task/3065/stat : 3065 (java) S 3061 3063 2935 0 -1 4202560 2922 0 1 0 15 1 0 0 20 0 19 0 333989049 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219815822488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3066] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3066/stat : 3066 (java) S 3061 3063 2935 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219652614312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3067] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3067/stat : 3067 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219651561768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3068] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3068/stat : 3068 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219650509224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3069] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3069/stat : 3069 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219649456680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3070] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3070/stat : 3070 (java) S 3061 3063 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219648404136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3071] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3071/stat : 3071 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219647351592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3072] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3072/stat : 3072 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219646299048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3073] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3073/stat : 3073 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219645246504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3074] ppid=3061 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/3063/task/3074/stat : 3074 (java) S 3061 3063 2935 0 -1 4202560 40 0 0 0 50 0 0 0 20 0 19 0 333989053 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219633047656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3075] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3075/stat : 3075 (java) S 3061 3063 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333989053 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219631993976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3076] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3076/stat : 3076 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 333989053 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219630941320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3077] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3077/stat : 3077 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219629890064 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3078] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3078/stat : 3078 (java) S 3061 3063 2935 0 -1 4202560 6101 0 0 0 88 2 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219628837432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3079] ppid=3061 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3063/task/3079/stat : 3079 (java) S 3061 3063 2935 0 -1 4202560 12039 0 0 0 90 2 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219627784888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3080] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3080/stat : 3080 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219626732536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3081] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3081/stat : 3081 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219625680200 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3085] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3085/stat : 3085 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333989069 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219621467304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 16.91
Current children cumulated vsize (KiB) 11852648

[startup+8.20103 s]
/proc/loadavg: 1.40 0.36 0.54 5/220 3085
/proc/meminfo: memFree=28038992/32873844 swapFree=7644/7644
[pid=3063] ppid=3061 vsize=11852648 CPUtime=16.91 cores=0,2,4,6
/proc/3063/stat : 3063 (java) S 3061 3063 2935 0 -1 4202496 22595 0 1 0 1680 11 0 0 20 0 19 0 333989048 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140735468428304 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3063/statm: 2963162 88984 2283 9 0 2953849 0
[pid=3063/tid=3065] ppid=3061 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3063/task/3065/stat : 3065 (java) S 3061 3063 2935 0 -1 4202560 2922 0 1 0 15 1 0 0 20 0 19 0 333989049 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219815822488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3066] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3066/stat : 3066 (java) S 3061 3063 2935 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219652614312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3067] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3067/stat : 3067 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219651561768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3068] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3068/stat : 3068 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219650509224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3069] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3069/stat : 3069 (java) S 3061 3063 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219649456680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3070] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3070/stat : 3070 (java) S 3061 3063 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219648404136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3071] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3071/stat : 3071 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219647351592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3063/tid=3072] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3072/stat : 3072 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219646299048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3073] ppid=3061 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3063/task/3073/stat : 3073 (java) S 3061 3063 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 333989051 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219645246504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3074] ppid=3061 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/3063/task/3074/stat : 3074 (java) S 3061 3063 2935 0 -1 4202560 40 0 0 0 50 0 0 0 20 0 19 0 333989053 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219633047656 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3075] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3075/stat : 3075 (java) S 3061 3063 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333989053 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219631993976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3076] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3076/stat : 3076 (java) S 3061 3063 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 333989053 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219630941320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3077] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3077/stat : 3077 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219629890064 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3078] ppid=3061 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3063/task/3078/stat : 3078 (java) S 3061 3063 2935 0 -1 4202560 6101 0 0 0 88 2 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219628837432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3063/tid=3079] ppid=3061 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3063/task/3079/stat : 3079 (java) S 3061 3063 2935 0 -1 4202560 12039 0 0 0 90 2 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219627784888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3080] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3080/stat : 3080 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219626732536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3063/tid=3081] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3081/stat : 3081 (java) S 3061 3063 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333989056 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219625680200 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3063/tid=3085] ppid=3061 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3063/task/3085/stat : 3085 (java) S 3061 3063 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333989069 12137111552 88984 33554432000 1073741824 1073778376 140735468437168 140219621467304 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 16.91
Current children cumulated vsize (KiB) 11852648

Child status: 20

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

Real time (s): 8.23713
CPU time (s): 17.0014
CPU user time (s): 16.7905
CPU system time (s): 0.210966
CPU usage (%): 206.4
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7605
system time used= 0.220966
maximum resident set size= 355992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22601
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= 1130
involuntary context switches= 841

runsolver used 0.012998 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 01:10:47
IDJOB=3729156
IDBENCH=1176
IDSOLVER=2328
FILE ID=node147/3729156-1338678646
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.1110970631.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729156-1338678646/watcher-3729156-1338678646 -o /tmp/evaluation-result-3729156-1338678646/solver-3729156-1338678646 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729156-1338678646.opb

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

MD5SUM BENCH= 0cb3829d9e744bc52975d342468bb866
RANDOM SEED=1079941429

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:        28424124 kB
Buffers:          429664 kB
Cached:          2498136 kB
SwapCached:         3380 kB
Active:          2072492 kB
Inactive:        1510368 kB
Active(anon):     651036 kB
Inactive(anon):     5920 kB
Active(file):    1421456 kB
Inactive(file):  1504448 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               980 kB
Writeback:             0 kB
AnonPages:        665820 kB
Mapped:            17564 kB
Shmem:                 0 kB
Slab:             720832 kB
SReclaimable:     161572 kB
SUnreclaim:       559260 kB
KernelStack:        1616 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 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:10:55