Trace number 3729351

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 23.3714 11.3436

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110974180.opb
MD5SUM0767c1a06efa13af223b4b90ef1e7572
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.073988
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 1231
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.09/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.10	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		9996466904
0.09/0.10	c Max memory 		10048897024
0.09/0.10	c Total memory 		10048897024
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3729351-1338678688.opb
0.09/0.13	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.062s.
0.09/0.19	c #vars     169
0.09/0.19	c #constraints  101
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.81/0.68	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.96/0.96	c cleaning 4249 clauses out of 8502 with flag 11000/11000
3.74/1.25	c cleaning 5623 clauses out of 11254 with flag 18001/18001
4.35/1.58	c cleaning 6811 clauses out of 13630 with flag 26000/26000
5.14/1.94	c cleaning 7907 clauses out of 15821 with flag 35002/35002
5.93/2.36	c cleaning 8954 clauses out of 17913 with flag 45001/45001
6.92/2.80	c cleaning 9476 clauses out of 18959 with flag 55001/55001
7.51/3.19	c cleaning 9735 clauses out of 19482 with flag 65000/65000
8.48/3.60	c cleaning 9870 clauses out of 19747 with flag 75000/75000
9.25/4.04	c cleaning 9934 clauses out of 19877 with flag 85000/85000
10.04/4.44	c cleaning 9965 clauses out of 19943 with flag 95000/95000
10.80/4.80	c cleaning 9988 clauses out of 19980 with flag 105002/105002
11.36/5.17	c cleaning 9990 clauses out of 19990 with flag 115000/115000
12.14/5.58	c cleaning 9999 clauses out of 20000 with flag 125000/125000
12.90/5.94	c cleaning 9998 clauses out of 20002 with flag 135001/135001
13.67/6.33	c cleaning 9999 clauses out of 20005 with flag 145002/145002
14.24/6.68	c cleaning 10000 clauses out of 20005 with flag 155001/155001
15.00/7.03	c cleaning 9996 clauses out of 20004 with flag 165000/165000
15.77/7.40	c cleaning 9999 clauses out of 20008 with flag 175000/175000
16.54/7.80	c cleaning 10000 clauses out of 20009 with flag 185000/185000
17.10/8.17	c cleaning 10001 clauses out of 20009 with flag 195000/195000
17.88/8.54	c cleaning 9996 clauses out of 20008 with flag 205000/205000
18.65/8.90	c cleaning 10002 clauses out of 20012 with flag 215000/215000
19.22/9.26	c cleaning 9997 clauses out of 20010 with flag 225000/225000
19.97/9.65	c cleaning 10002 clauses out of 20014 with flag 235001/235001
20.76/10.00	c cleaning 10001 clauses out of 20012 with flag 245001/245001
21.33/10.34	c cleaning 10001 clauses out of 20011 with flag 255001/255001
22.10/10.72	c cleaning 9999 clauses out of 20009 with flag 265000/265000
22.87/11.14	c cleaning 10002 clauses out of 20009 with flag 275000/275000
23.14/11.22	c  And the winner is Resolution
23.14/11.26	c starts		: 131
23.14/11.26	c conflicts		: 277016
23.14/11.26	c decisions		: 401345
23.14/11.26	c propagations		: 6016586
23.14/11.26	c inspects		: 84239788
23.14/11.26	c shortcuts		: 0
23.14/11.26	c learnt literals	: 7
23.14/11.26	c learnt binary clauses	: 21
23.14/11.26	c learnt ternary clauses	: 165
23.14/11.26	c learnt constraints	: 277008
23.14/11.26	c ignored constraints	: 0
23.14/11.26	c root simplifications	: 0
23.14/11.26	c removed literals (reason simplification)	: 2800623
23.14/11.26	c reason swapping (by a shorter reason)	: 0
23.14/11.26	c Calls to reduceDB	: 29
23.14/11.26	c number of reductions to clauses (during analyze)	: 0
23.14/11.26	c number of learned constraints concerned by reduction	: 0
23.14/11.26	c number of learning phase by resolution	: 0
23.14/11.26	c number of learning phase by cutting planes	: 0
23.14/11.26	c speed (assignments/second)	: 543356.4526325295
23.14/11.26	c non guided choices	33
23.14/11.27	c learnt constraints type 
23.14/11.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
23.14/11.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11995
23.14/11.27	c constraints type 
23.14/11.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
23.14/11.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
23.14/11.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
23.14/11.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
23.14/11.27	c constraints type 
23.14/11.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
23.14/11.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
23.14/11.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
23.14/11.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
23.14/11.27	s UNSATISFIABLE
23.14/11.27	c Total wall clock time (in seconds): 11.145

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-3729351-1338678688/watcher-3729351-1338678688 -o /tmp/evaluation-result-3729351-1338678688/solver-3729351-1338678688 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729351-1338678688.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: 2.17 0.65 0.62 3/197 3363
/proc/meminfo: memFree=28799740/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3363/stat : 3363 (java) D 3361 3363 2935 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 333993183 9515008 176 33554432000 1073741824 1073778376 140736253772608 140736253755336 239237677968 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2323 176 133 9 0 71 0

[startup+0.00807698 s]
/proc/loadavg: 2.17 0.65 0.62 3/197 3363
/proc/meminfo: memFree=28799740/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/3363/stat : 3363 (java) R 3361 3363 2935 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 333993183 23793664 706 33554432000 1073741824 1073778376 140736253772608 140736253761672 239228515280 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 5809 707 521 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100206 s]
/proc/loadavg: 2.17 0.65 0.62 3/197 3363
/proc/meminfo: memFree=28799740/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 4209 0 1 0 8 1 0 0 20 0 18 0 333993183 11864465408 13082 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2896598 13082 1940 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300156 s]
/proc/loadavg: 2.17 0.65 0.62 3/197 3363
/proc/meminfo: memFree=28799740/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 7866 0 1 0 58 2 0 0 20 0 22 0 333993183 12137111552 17380 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 17380 2234 9 0 2953849 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 11852648

[startup+0.700294 s]
/proc/loadavg: 2.17 0.65 0.62 3/197 3363
/proc/meminfo: memFree=28799740/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=2.19 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 16815 0 1 0 213 6 0 0 20 0 22 0 333993183 12137111552 38849 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 38849 2264 9 0 2953849 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 2.17 0.65 0.62 7/219 3385
/proc/meminfo: memFree=28587300/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=4.35 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 22222 0 1 0 425 10 0 0 20 0 22 0 333993183 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 63522 2280 9 0 2953849 0
[pid=3363/tid=3365] ppid=3361 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3363/task/3365/stat : 3365 (java) S 3361 3363 2935 0 -1 4202560 2868 0 1 0 15 1 0 0 20 0 22 0 333993184 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117392262296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3366] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3366/stat : 3366 (java) S 3361 3363 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117347015336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3367] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3367/stat : 3367 (java) S 3361 3363 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117345962792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3368] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3368/stat : 3368 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117344910248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3369] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3369/stat : 3369 (java) S 3361 3363 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117343857704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3370] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3370/stat : 3370 (java) S 3361 3363 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117342804136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3371/stat : 3371 (java) S 3361 3363 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117341751592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3372] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3372/stat : 3372 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117340699048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3373] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3373/stat : 3373 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117339646504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3374] ppid=3361 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/3363/task/3374/stat : 3374 (java) S 3361 3363 2935 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 333993188 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117209475688 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3375] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3375/stat : 3375 (java) S 3361 3363 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117208422008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3376] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3376/stat : 3376 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117207369352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3377] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3377/stat : 3377 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117206318096 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3378] ppid=3361 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/3363/task/3378/stat : 3378 (java) S 3361 3363 2935 0 -1 4202560 10708 0 0 0 76 2 0 0 20 0 22 0 333993191 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117205264440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3379] ppid=3361 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/3363/task/3379/stat : 3379 (java) S 3361 3363 2935 0 -1 4202560 7213 0 0 0 78 2 0 0 20 0 22 0 333993191 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117204211896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3380] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3380/stat : 3380 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140117203159544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3381] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3381/stat : 3381 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140116194487112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3382] ppid=3361 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/3363/task/3382/stat : 3382 (java) R 3361 3363 2935 0 -1 4202560 29 0 0 0 122 0 0 0 20 0 22 0 333993203 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140116193432144 140117218349522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3383] ppid=3361 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/3363/task/3383/stat : 3383 (java) R 3361 3363 2935 0 -1 4202560 138 0 0 0 120 3 0 0 20 0 22 0 333993203 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140116192377512 140117218401758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3384] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3384/stat : 3384 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140116191327784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3385] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3385/stat : 3385 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 63522 33554432000 1073741824 1073778376 140736253772608 140115926050472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 11852648

[startup+3.10079 s]
/proc/loadavg: 2.40 0.72 0.65 5/219 3385
/proc/meminfo: memFree=28492720/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=7.51 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 22267 0 1 0 739 12 0 0 20 0 22 0 333993183 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 77356 2281 9 0 2953849 0
[pid=3363/tid=3365] ppid=3361 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3363/task/3365/stat : 3365 (java) S 3361 3363 2935 0 -1 4202560 2868 0 1 0 15 1 0 0 20 0 22 0 333993184 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117392262296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3366] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3366/stat : 3366 (java) S 3361 3363 2935 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117347015336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3367] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3367/stat : 3367 (java) S 3361 3363 2935 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117345962792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3368] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3368/stat : 3368 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117344910248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3369] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3369/stat : 3369 (java) S 3361 3363 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117343857704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3370] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3370/stat : 3370 (java) S 3361 3363 2935 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117342804136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3371/stat : 3371 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117341751592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3372] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3372/stat : 3372 (java) S 3361 3363 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117340699048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3373] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3373/stat : 3373 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117339646504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3374] ppid=3361 vsize=11852648 CPUtime=0.13 cores=0,2,4,6
/proc/3363/task/3374/stat : 3374 (java) S 3361 3363 2935 0 -1 4202560 34 0 0 0 13 0 0 0 20 0 22 0 333993188 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117209475688 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3375] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3375/stat : 3375 (java) S 3361 3363 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117208422008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3376] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3376/stat : 3376 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117207369352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3377] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3377/stat : 3377 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117206318096 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3378] ppid=3361 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/3363/task/3378/stat : 3378 (java) S 3361 3363 2935 0 -1 4202560 10710 0 0 0 79 2 0 0 20 0 22 0 333993191 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117205264440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3379] ppid=3361 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/3363/task/3379/stat : 3379 (java) S 3361 3363 2935 0 -1 4202560 7213 0 0 0 79 2 0 0 20 0 22 0 333993191 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117204211896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3380] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3380/stat : 3380 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140117203159544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3381] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3381/stat : 3381 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140116194487112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3382] ppid=3361 vsize=11852648 CPUtime=2.71 cores=0,2,4,6
/proc/3363/task/3382/stat : 3382 (java) R 3361 3363 2935 0 -1 4202560 32 0 0 0 271 0 0 0 20 0 22 0 333993203 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140116193432144 140117218350101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3383] ppid=3361 vsize=11852648 CPUtime=2.72 cores=0,2,4,6
/proc/3363/task/3383/stat : 3383 (java) R 3361 3363 2935 0 -1 4202560 162 0 0 0 268 4 0 0 20 0 22 0 333993203 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140116192376944 140117218381148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3384] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3384/stat : 3384 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140116191327784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3385] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3385/stat : 3385 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 77356 33554432000 1073741824 1073778376 140736253772608 140115926050472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 2.40 0.72 0.65 3/193 3410
/proc/meminfo: memFree=28690352/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=13.67 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 22327 0 1 0 1353 14 0 0 20 0 22 0 333993183 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 98988 2281 9 0 2953849 0
[pid=3363/tid=3365] ppid=3361 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3363/task/3365/stat : 3365 (java) S 3361 3363 2935 0 -1 4202560 2869 0 1 0 15 1 0 0 20 0 22 0 333993184 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117392262296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3366] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3366/stat : 3366 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117347015336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3367] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3367/stat : 3367 (java) S 3361 3363 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117345962792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3368] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3368/stat : 3368 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117344910248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3369] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3369/stat : 3369 (java) S 3361 3363 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117343857704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3370] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3370/stat : 3370 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117342804136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3371/stat : 3371 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117341751592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3372] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3372/stat : 3372 (java) S 3361 3363 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117340699048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3373] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3373/stat : 3373 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117339646504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3374] ppid=3361 vsize=11852648 CPUtime=0.36 cores=0,2,4,6
/proc/3363/task/3374/stat : 3374 (java) S 3361 3363 2935 0 -1 4202560 38 0 0 0 35 1 0 0 20 0 22 0 333993188 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117209475688 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3375] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3375/stat : 3375 (java) S 3361 3363 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117208422008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3376] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3376/stat : 3376 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117207369352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3377] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3377/stat : 3377 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117206318096 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3378] ppid=3361 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/3363/task/3378/stat : 3378 (java) S 3361 3363 2935 0 -1 4202560 10710 0 0 0 79 2 0 0 20 0 22 0 333993191 12137111552 98988 33554432000 1073741824 1073778376 140736253772608 140117205264440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/3363/task/3373/stat : 3373 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117339646504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3374] ppid=3361 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/3363/task/3374/stat : 3374 (java) S 3361 3363 2935 0 -1 4202560 39 0 0 0 64 2 0 0 20 0 22 0 333993188 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117209475688 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3375] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3375/stat : 3375 (java) S 3361 3363 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117208422008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3376] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3376/stat : 3376 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117207369352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3377] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3377/stat : 3377 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117206318096 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3378] ppid=3361 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/3363/task/3378/stat : 3378 (java) S 3361 3363 2935 0 -1 4202560 10710 0 0 0 80 2 0 0 20 0 22 0 333993191 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117205264440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3379] ppid=3361 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/3363/task/3379/stat : 3379 (java) S 3361 3363 2935 0 -1 4202560 7213 0 0 0 79 2 0 0 20 0 22 0 333993191 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117204211896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3380] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3380/stat : 3380 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140117203159544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3381] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3381/stat : 3381 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140116194487112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3382] ppid=3361 vsize=11852648 CPUtime=8.52 cores=0,2,4,6
/proc/3363/task/3382/stat : 3382 (java) R 3361 3363 2935 0 -1 4202560 46 0 0 0 852 0 0 0 20 0 22 0 333993203 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140116193432144 140117218320289 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3383] ppid=3361 vsize=11852648 CPUtime=8.53 cores=0,2,4,6
/proc/3363/task/3383/stat : 3383 (java) R 3361 3363 2935 0 -1 4202560 206 0 0 0 848 5 0 0 20 0 22 0 333993203 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140116192377512 140117218974708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3384] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3384/stat : 3384 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140116191327784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3385] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3385/stat : 3385 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 99502 33554432000 1073741824 1073778376 140736253772608 140115926050472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 19.77
Current children cumulated vsize (KiB) 11852648

[startup+10.3008 s]
/proc/loadavg: 2.36 0.74 0.65 5/219 3445
/proc/meminfo: memFree=28324840/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=21.33 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 22343 0 1 0 2119 14 0 0 20 0 22 0 333993183 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 99479 2281 9 0 2953849 0
[pid=3363/tid=3365] ppid=3361 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3363/task/3365/stat : 3365 (java) S 3361 3363 2935 0 -1 4202560 2869 0 1 0 15 1 0 0 20 0 22 0 333993184 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117392262296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3366] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3366/stat : 3366 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117347015336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3367] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3367/stat : 3367 (java) S 3361 3363 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117345962792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3368] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3368/stat : 3368 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117344910248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3369] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3369/stat : 3369 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117343857704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3370] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3370/stat : 3370 (java) S 3361 3363 2935 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117342804136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3371/stat : 3371 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117341751592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3372] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3372/stat : 3372 (java) S 3361 3363 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117340699048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3373] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3373/stat : 3373 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117339646504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3374] ppid=3361 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/3363/task/3374/stat : 3374 (java) S 3361 3363 2935 0 -1 4202560 39 0 0 0 70 2 0 0 20 0 22 0 333993188 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117209475688 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3375] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3375/stat : 3375 (java) S 3361 3363 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117208422008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3376] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3376/stat : 3376 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117207369352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3377] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3377/stat : 3377 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117206318096 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3378] ppid=3361 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/3363/task/3378/stat : 3378 (java) S 3361 3363 2935 0 -1 4202560 10710 0 0 0 81 2 0 0 20 0 22 0 333993191 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117205264440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3379] ppid=3361 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/3363/task/3379/stat : 3379 (java) S 3361 3363 2935 0 -1 4202560 7213 0 0 0 79 2 0 0 20 0 22 0 333993191 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117204211896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3380] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3380/stat : 3380 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140117203159544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3381] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3381/stat : 3381 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140116194487112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3382] ppid=3361 vsize=11852648 CPUtime=9.25 cores=0,2,4,6
/proc/3363/task/3382/stat : 3382 (java) R 3361 3363 2935 0 -1 4202560 48 0 0 0 925 0 0 0 20 0 22 0 333993203 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140116193432144 140117218350137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3383] ppid=3361 vsize=11852648 CPUtime=9.26 cores=0,2,4,6
/proc/3363/task/3383/stat : 3383 (java) R 3361 3363 2935 0 -1 4202560 206 0 0 0 921 5 0 0 20 0 22 0 333993203 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140116192377280 140117218527742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3384] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3384/stat : 3384 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140116191327784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3385] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3385/stat : 3385 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 99479 33554432000 1073741824 1073778376 140736253772608 140115926050472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 21.33
Current children cumulated vsize (KiB) 11852648

[startup+11.1008 s]
/proc/loadavg: 2.36 0.74 0.65 5/219 3445
/proc/meminfo: memFree=28320256/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=22.87 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 22376 0 1 0 2273 14 0 0 20 0 22 0 333993183 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 100020 2282 9 0 2953849 0
[pid=3363/tid=3365] ppid=3361 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3363/task/3365/stat : 3365 (java) S 3361 3363 2935 0 -1 4202560 2870 0 1 0 15 1 0 0 20 0 22 0 333993184 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117392262296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3366] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3366/stat : 3366 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117347015336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3367] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3367/stat : 3367 (java) S 3361 3363 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117345962792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3368] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3368/stat : 3368 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117344910248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3369] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3369/stat : 3369 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117343857704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3370] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3370/stat : 3370 (java) S 3361 3363 2935 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117342804136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3371/stat : 3371 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117341751592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3372] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3372/stat : 3372 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117340699048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3373] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3373/stat : 3373 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 333993186 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117339646504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3374] ppid=3361 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/3363/task/3374/stat : 3374 (java) S 3361 3363 2935 0 -1 4202560 41 0 0 0 76 2 0 0 20 0 22 0 333993188 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117209475688 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3375] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3375/stat : 3375 (java) S 3361 3363 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117208422008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3376] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3376/stat : 3376 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333993188 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117207369352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3377] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3377/stat : 3377 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117206318096 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3378] ppid=3361 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/3363/task/3378/stat : 3378 (java) S 3361 3363 2935 0 -1 4202560 10721 0 0 0 82 2 0 0 20 0 22 0 333993191 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117205264440 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3379] ppid=3361 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/3363/task/3379/stat : 3379 (java) S 3361 3363 2935 0 -1 4202560 7222 0 0 0 79 2 0 0 20 0 22 0 333993191 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117204211896 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3380] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3380/stat : 3380 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140117203159544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3381] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3381/stat : 3381 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333993191 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140116194487112 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3382] ppid=3361 vsize=11852648 CPUtime=9.98 cores=0,2,4,6
/proc/3363/task/3382/stat : 3382 (java) R 3361 3363 2935 0 -1 4202560 55 0 0 0 998 0 0 0 20 0 22 0 333993203 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140116193431208 140117218024929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3383] ppid=3361 vsize=11852648 CPUtime=9.99 cores=0,2,4,6
/proc/3363/task/3383/stat : 3383 (java) R 3361 3363 2935 0 -1 4202560 206 0 0 0 994 5 0 0 20 0 22 0 333993203 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140116192377024 140117218528105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3384] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3384/stat : 3384 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140116191327784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3385] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3385/stat : 3385 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333993203 12137111552 100020 33554432000 1073741824 1073778376 140736253772608 140115926050472 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 22.87
Current children cumulated vsize (KiB) 11852648

[startup+11.3008 s]
/proc/loadavg: 2.36 0.74 0.65 5/219 3445
/proc/meminfo: memFree=28320256/32873844 swapFree=7644/7644
[pid=3363] ppid=3361 vsize=11852648 CPUtime=23.26 cores=0,2,4,6
/proc/3363/stat : 3363 (java) S 3361 3363 2935 0 -1 4202496 24953 0 1 0 2310 16 0 0 20 0 17 0 333993183 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140736253763744 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3363/statm: 2963162 101474 2286 9 0 2953849 0
[pid=3363/tid=3365] ppid=3361 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/3363/task/3365/stat : 3365 (java) S 3361 3363 2935 0 -1 4202560 2870 0 1 0 15 1 0 0 20 0 17 0 333993184 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117392262136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3366] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3366/stat : 3366 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117347015336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3367] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3367/stat : 3367 (java) S 3361 3363 2935 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117345962792 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3368] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3368/stat : 3368 (java) S 3361 3363 2935 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117344910248 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3369] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3369/stat : 3369 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117343857704 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3370] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3370/stat : 3370 (java) S 3361 3363 2935 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117342804136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3371] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3371/stat : 3371 (java) S 3361 3363 2935 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117341751592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3372] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3372/stat : 3372 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117340699048 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3373] ppid=3361 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/3363/task/3373/stat : 3373 (java) S 3361 3363 2935 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 17 0 333993186 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117339646504 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3374] ppid=3361 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/3363/task/3374/stat : 3374 (java) S 3361 3363 2935 0 -1 4202560 68 0 0 0 79 2 0 0 20 0 17 0 333993188 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117209475240 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3363/tid=3375] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3375/stat : 3375 (java) S 3361 3363 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 333993188 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117208422008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3363/tid=3376] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3376/stat : 3376 (java) S 3361 3363 2935 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 333993188 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117207369352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3378] ppid=3361 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/3363/task/3378/stat : 3378 (java) R 3361 3363 2935 0 -1 4202560 13255 0 0 0 99 2 0 0 20 0 17 0 333993191 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117205241688 140117399245543 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3379] ppid=3361 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/3363/task/3379/stat : 3379 (java) S 3361 3363 2935 0 -1 4202560 7226 0 0 0 81 2 0 0 20 0 17 0 333993191 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117204198136 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3363/tid=3380] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3380/stat : 3380 (java) S 3361 3363 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 333993191 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140117203159544 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3363/tid=3384] ppid=3361 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3363/task/3384/stat : 3384 (java) S 3361 3363 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 333993203 12137111552 101474 33554432000 1073741824 1073778376 140736253772608 140116191327784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 11.3436
CPU time (s): 23.3714
CPU user time (s): 23.1005
CPU system time (s): 0.270958
CPU usage (%): 206.032
Max. virtual memory (cumulated for all children) (KiB): 11853676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.1005
system time used= 0.270958
maximum resident set size= 407212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25447
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= 1349
involuntary context switches= 755

runsolver used 0.051992 second user time and 0.095985 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 0767c1a06efa13af223b4b90ef1e7572
RANDOM SEED=1462719355

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:        28800276 kB
Buffers:          429772 kB
Cached:          2498232 kB
SwapCached:         3380 kB
Active:          1701120 kB
Inactive:        1501792 kB
Active(anon):     270856 kB
Inactive(anon):     5920 kB
Active(file):    1430264 kB
Inactive(file):  1495872 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              1008 kB
Writeback:             0 kB
AnonPages:        287632 kB
Mapped:            17568 kB
Shmem:                 0 kB
Slab:             721084 kB
SReclaimable:     161652 kB
SUnreclaim:       559432 kB
KernelStack:        1600 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10457520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:39