Trace number 3454787

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
Sat4j Res//CP 2.3.0UNSAT 32.583 16.2895

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110976730.opb
MD5SUM43d4c8496523b3f19caabfccdbd3abfa
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.116981
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 1183
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454787-1307186814.opb
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.06s.
0.11/0.17	c #vars     169
0.11/0.17	c #constraints  101
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.89/0.64	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.65/0.87	c cleaning 4249 clauses out of 8504 with flag 11002/11002
3.49/1.14	c cleaning 5624 clauses out of 11254 with flag 18001/18001
4.06/1.48	c cleaning 6811 clauses out of 13630 with flag 26001/26001
4.86/1.85	c cleaning 7906 clauses out of 15819 with flag 35001/35001
5.69/2.27	c cleaning 8951 clauses out of 17913 with flag 45001/45001
6.44/2.67	c cleaning 9477 clauses out of 18963 with flag 55002/55002
7.21/3.09	c cleaning 9741 clauses out of 19487 with flag 65003/65003
8.18/3.51	c cleaning 9867 clauses out of 19745 with flag 75002/75002
8.96/3.96	c cleaning 9934 clauses out of 19877 with flag 85001/85001
9.74/4.36	c cleaning 9968 clauses out of 19944 with flag 95002/95002
10.51/4.76	c cleaning 9983 clauses out of 19976 with flag 105002/105002
11.27/5.14	c cleaning 9994 clauses out of 19993 with flag 115002/115002
12.08/5.51	c cleaning 9998 clauses out of 19997 with flag 125000/125000
12.62/5.88	c cleaning 9996 clauses out of 19999 with flag 135000/135000
13.40/6.25	c cleaning 9999 clauses out of 20005 with flag 145002/145002
13.98/6.60	c cleaning 9998 clauses out of 20004 with flag 155000/155000
14.73/7.00	c cleaning 10000 clauses out of 20007 with flag 165001/165001
15.71/7.40	c cleaning 9999 clauses out of 20006 with flag 175000/175000
16.48/7.82	c cleaning 10000 clauses out of 20007 with flag 185000/185000
17.05/8.19	c cleaning 10000 clauses out of 20009 with flag 195002/195002
17.82/8.54	c cleaning 9999 clauses out of 20007 with flag 205000/205000
18.59/8.93	c cleaning 9999 clauses out of 20008 with flag 215000/215000
19.16/9.30	c cleaning 10004 clauses out of 20011 with flag 225002/225002
19.92/9.69	c cleaning 9998 clauses out of 20006 with flag 235001/235001
20.69/10.05	c cleaning 9998 clauses out of 20007 with flag 245000/245000
21.46/10.44	c cleaning 10002 clauses out of 20011 with flag 255002/255002
22.23/10.84	c cleaning 10001 clauses out of 20007 with flag 265000/265000
23.00/11.27	c cleaning 9999 clauses out of 20006 with flag 275000/275000
23.77/11.67	c cleaning 10003 clauses out of 20009 with flag 285002/285002
24.56/12.05	c cleaning 9998 clauses out of 20005 with flag 295001/295001
25.32/12.42	c cleaning 9999 clauses out of 20007 with flag 305001/305001
26.08/12.80	c cleaning 9999 clauses out of 20007 with flag 315000/315000
26.67/13.14	c cleaning 10000 clauses out of 20010 with flag 325002/325002
27.23/13.49	c cleaning 10000 clauses out of 20010 with flag 335002/335002
28.00/13.84	c cleaning 9998 clauses out of 20008 with flag 345000/345000
28.77/14.22	c cleaning 10002 clauses out of 20010 with flag 355000/355000
29.33/14.58	c cleaning 9999 clauses out of 20009 with flag 365001/365001
30.10/14.97	c cleaning 10001 clauses out of 20011 with flag 375002/375002
30.88/15.40	c cleaning 9996 clauses out of 20008 with flag 385000/385000
31.83/15.85	c cleaning 10002 clauses out of 20012 with flag 395000/395000
32.37/16.04	c  And the winner is Resolution
32.55/16.26	c starts		: 146
32.55/16.26	c conflicts		: 399922
32.55/16.26	c decisions		: 564068
32.55/16.26	c propagations		: 8709771
32.55/16.26	c inspects		: 115269532
32.55/16.26	c shortcuts		: 0
32.55/16.26	c learnt literals	: 3
32.55/16.26	c learnt binary clauses	: 18
32.55/16.26	c learnt ternary clauses	: 80
32.55/16.26	c learnt constraints	: 399918
32.55/16.26	c ignored constraints	: 0
32.55/16.26	c root simplifications	: 0
32.55/16.26	c removed literals (reason simplification)	: 4261544
32.55/16.26	c reason swapping (by a shorter reason)	: 0
32.55/16.26	c Calls to reduceDB	: 41
32.55/16.26	c number of reductions to clauses (during analyze)	: 0
32.55/16.26	c number of learned constraints concerned by reduction	: 0
32.55/16.26	c number of learning phase by resolution	: 0
32.55/16.26	c number of learning phase by cutting planes	: 0
32.55/16.26	c speed (assignments/second)	: 541214.8760330578
32.55/16.26	c non guided choices	44
32.55/16.27	c learnt constraints type 
32.55/16.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
32.55/16.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14910
32.55/16.27	c constraints type 
32.55/16.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
32.55/16.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
32.55/16.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
32.55/16.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
32.55/16.27	c constraints type 
32.55/16.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
32.55/16.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
32.55/16.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
32.55/16.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
32.55/16.27	s UNSATISFIABLE
32.55/16.27	c Total wall clock time (in seconds): 16.163

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.56 1.28 1.58 6/407 8621
/proc/meminfo: memFree=23558036/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=31604 CPUtime=0 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 1275 0 0 0 0 0 0 0 25 0 2 0 830284212 32362496 993 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 7901 993 763 9 0 386 0
[pid=8621/tid=8622] ppid=8619 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) R 8619 8621 6095 0 -1 4202560 4697 0 1 0 0 0 0 0 25 0 2 0 830284212 10694979584 5513 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218370651195 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.022644 s]
/proc/loadavg: 1.56 1.28 1.58 6/407 8621
/proc/meminfo: memFree=23558036/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10453028 CPUtime=0.01 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 10035 0 1 0 1 0 0 0 25 0 10 0 830284212 10703900672 9738 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2613257 9746 1009 9 0 2604413 0
[pid=8621/tid=8622] ppid=8619 vsize=10453028 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) R 8619 8621 6095 0 -1 4202560 8932 0 1 0 0 0 0 0 25 0 10 0 830284212 10703900672 9757 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218370618053 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.104616 s]
/proc/loadavg: 1.56 1.28 1.58 6/407 8621
/proc/meminfo: memFree=23558036/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10539692 CPUtime=0.11 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 13170 0 1 0 9 2 0 0 25 0 18 0 830284212 10792644608 12835 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2634923 12836 2105 9 0 2625657 0
[pid=8621/tid=8622] ppid=8619 vsize=10539692 CPUtime=0.09 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) R 8619 8621 6095 0 -1 4202560 11201 0 1 0 8 1 0 0 25 0 18 0 830284212 10792644608 12839 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 47814221171508 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539692

[startup+0.300547 s]
/proc/loadavg: 1.56 1.28 1.58 6/407 8621
/proc/meminfo: memFree=23558036/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10548024 CPUtime=0.7 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 17978 0 1 0 68 2 0 0 25 0 22 0 830284212 10801176576 16475 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2637006 16475 2213 9 0 2627740 0
[pid=8621/tid=8622] ppid=8619 vsize=10548024 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) S 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 25 0 22 0 830284212 10801176576 16475 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10548024

[startup+0.700504 s]
/proc/loadavg: 1.56 1.28 1.58 6/407 8621
/proc/meminfo: memFree=23558036/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10556912 CPUtime=2.25 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 44589 0 1 0 219 6 0 0 25 0 22 0 830284212 10810277888 40242 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2639228 40243 2254 9 0 2629962 0
[pid=8621/tid=8622] ppid=8619 vsize=10556912 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) R 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 20 0 22 0 830284212 10810277888 40244 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382769363 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10556912

[startup+1.50543 s]
/proc/loadavg: 1.56 1.28 1.58 5/429 8643
/proc/meminfo: memFree=23147472/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10556648 CPUtime=4.26 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 79521 0 1 0 414 12 0 0 25 0 22 0 830284212 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2639162 73144 2256 9 0 2629896 0
[pid=8621/tid=8622] ppid=8619 vsize=10556648 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) S 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 15 0 22 0 830284212 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8624] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8624/stat : 8624 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8625] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8625/stat : 8625 (java) S 8619 8621 6095 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8626] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8626/stat : 8626 (java) S 8619 8621 6095 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8627] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8627/stat : 8627 (java) S 8619 8621 6095 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8628] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8628/stat : 8628 (java) S 8619 8621 6095 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8629] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8629/stat : 8629 (java) S 8619 8621 6095 0 -1 4202560 333 0 0 0 0 0 0 0 16 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8630] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8630/stat : 8630 (java) S 8619 8621 6095 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8631] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8631/stat : 8631 (java) S 8619 8621 6095 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8632] ppid=8619 vsize=10556648 CPUtime=0.06 cores=0,2,4,6
/proc/8621/task/8632/stat : 8632 (java) R 8619 8621 6095 0 -1 4202560 1279 0 0 0 6 0 0 0 15 0 22 0 830284215 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 47814219915336 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8621/tid=8633] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8633/stat : 8633 (java) S 8619 8621 6095 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830284215 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8634] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8634/stat : 8634 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830284215 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8635] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8635/stat : 8635 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382780849 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8636] ppid=8619 vsize=10556648 CPUtime=0.75 cores=0,2,4,6
/proc/8621/task/8636/stat : 8636 (java) S 8619 8621 6095 0 -1 4202560 7863 0 0 0 74 1 0 0 15 0 22 0 830284217 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8637] ppid=8619 vsize=10556648 CPUtime=0.73 cores=0,2,4,6
/proc/8621/task/8637/stat : 8637 (java) S 8619 8621 6095 0 -1 4202560 6078 0 0 0 73 0 0 0 15 0 22 0 830284217 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8638] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8638/stat : 8638 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8639] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8639/stat : 8639 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830284217 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8640] ppid=8619 vsize=10556648 CPUtime=1.25 cores=0,2,4,6
/proc/8621/task/8640/stat : 8640 (java) S 8619 8621 6095 0 -1 4202560 318 0 0 0 125 0 0 0 25 0 22 0 830284229 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8641] ppid=8619 vsize=10556648 CPUtime=1.25 cores=0,2,4,6
/proc/8621/task/8641/stat : 8641 (java) S 8619 8621 6095 0 -1 4202560 49798 0 0 0 118 7 0 0 18 0 22 0 830284229 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8642] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8642/stat : 8642 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830284229 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8643] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8643/stat : 8643 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830284229 10810007552 73144 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 10556648

[startup+3.10113 s]
/proc/loadavg: 1.76 1.32 1.59 5/429 8643
/proc/meminfo: memFree=23092800/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10556648 CPUtime=7.41 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 80993 0 1 0 729 12 0 0 25 0 22 0 830284212 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2639162 74613 2257 9 0 2629896 0
[pid=8621/tid=8622] ppid=8619 vsize=10556648 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) S 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 15 0 22 0 830284212 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8624] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8624/stat : 8624 (java) S 8619 8621 6095 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8625] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8625/stat : 8625 (java) S 8619 8621 6095 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8626] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8626/stat : 8626 (java) S 8619 8621 6095 0 -1 4202560 209 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8627] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8627/stat : 8627 (java) S 8619 8621 6095 0 -1 4202560 204 0 0 0 0 0 0 0 16 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8628] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8628/stat : 8628 (java) S 8619 8621 6095 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8629] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8629/stat : 8629 (java) S 8619 8621 6095 0 -1 4202560 334 0 0 0 0 0 0 0 16 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8630] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8630/stat : 8630 (java) S 8619 8621 6095 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8631] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8631/stat : 8631 (java) S 8619 8621 6095 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8632] ppid=8619 vsize=10556648 CPUtime=0.14 cores=0,2,4,6
/proc/8621/task/8632/stat : 8632 (java) R 8619 8621 6095 0 -1 4202560 2730 0 0 0 14 0 0 0 15 0 22 0 830284215 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 47814217544029 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=8621/tid=8633] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8633/stat : 8633 (java) S 8619 8621 6095 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830284215 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8634] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8634/stat : 8634 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830284215 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8635] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8635/stat : 8635 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382780849 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8636] ppid=8619 vsize=10556648 CPUtime=0.79 cores=0,2,4,6
/proc/8621/task/8636/stat : 8636 (java) S 8619 8621 6095 0 -1 4202560 7872 0 0 0 78 1 0 0 15 0 22 0 830284217 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8637] ppid=8619 vsize=10556648 CPUtime=0.73 cores=0,2,4,6
/proc/8621/task/8637/stat : 8637 (java) S 8619 8621 6095 0 -1 4202560 6078 0 0 0 73 0 0 0 15 0 22 0 830284217 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8638] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8638/stat : 8638 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8639] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8639/stat : 8639 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830284217 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8640] ppid=8619 vsize=10556648 CPUtime=2.75 cores=0,2,4,6
/proc/8621/task/8640/stat : 8640 (java) S 8619 8621 6095 0 -1 4202560 319 0 0 0 275 0 0 0 19 0 22 0 830284229 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8641] ppid=8619 vsize=10556648 CPUtime=2.76 cores=0,2,4,6
/proc/8621/task/8641/stat : 8641 (java) S 8619 8621 6095 0 -1 4202560 49800 0 0 0 269 7 0 0 19 0 22 0 830284229 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8642] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8642/stat : 8642 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830284229 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8643] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8643/stat : 8643 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830284229 10810007552 74613 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 10556648

[startup+6.30155 s]
/proc/loadavg: 1.76 1.32 1.59 5/429 8643
/proc/meminfo: memFree=23065668/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10556648 CPUtime=13.56 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 86612 0 1 0 1343 13 0 0 25 0 22 0 830284212 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2639162 80020 2257 9 0 2629896 0
[pid=8621/tid=8622] ppid=8619 vsize=10556648 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) S 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 15 0 22 0 830284212 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8624] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8624/stat : 8624 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8625] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8625/stat : 8625 (java) S 8619 8621 6095 0 -1 4202560 185 0 0 0 0 0 0 0 16 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8626] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8626/stat : 8626 (java) S 8619 8621 6095 0 -1 4202560 211 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8627] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8627/stat : 8627 (java) S 8619 8621 6095 0 -1 4202560 204 0 0 0 0 0 0 0 16 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8628] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8628/stat : 8628 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8629] ppid=8619 vsize=10556648 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8629/stat : 8629 (java) S 8619 8621 6095 0 -1 4202560 335 0 0 0 1 0 0 0 15 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8630] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8630/stat : 8630 (java) S 8619 8621 6095 0 -1 4202560 216 0 0 0 0 0 0 0 16 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8631] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8631/stat : 8631 (java) S 8619 8621 6095 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 22 0 830284214 10810007552 80020 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0

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

/proc/8621/task/8630/stat : 8630 (java) S 8619 8621 6095 0 -1 4202560 216 0 0 0 1 0 0 0 15 0 22 0 830284214 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8631] ppid=8619 vsize=10556648 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8631/stat : 8631 (java) S 8619 8621 6095 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 22 0 830284214 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8632] ppid=8619 vsize=10556648 CPUtime=1.09 cores=0,2,4,6
/proc/8621/task/8632/stat : 8632 (java) S 8619 8621 6095 0 -1 4202560 6759 0 0 0 108 1 0 0 16 0 22 0 830284215 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 0 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8633] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8633/stat : 8633 (java) S 8619 8621 6095 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830284215 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8634] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8634/stat : 8634 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830284215 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8635] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8635/stat : 8635 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382780849 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8636] ppid=8619 vsize=10556648 CPUtime=0.81 cores=0,2,4,6
/proc/8621/task/8636/stat : 8636 (java) S 8619 8621 6095 0 -1 4202560 7874 0 0 0 80 1 0 0 15 0 22 0 830284217 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8637] ppid=8619 vsize=10556648 CPUtime=0.73 cores=0,2,4,6
/proc/8621/task/8637/stat : 8637 (java) S 8619 8621 6095 0 -1 4202560 6078 0 0 0 73 0 0 0 15 0 22 0 830284217 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8638] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8638/stat : 8638 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8639] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8639/stat : 8639 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830284217 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8640] ppid=8619 vsize=10556648 CPUtime=13.73 cores=0,2,4,6
/proc/8621/task/8640/stat : 8640 (java) R 8619 8621 6095 0 -1 4202560 350 0 0 0 1373 0 0 0 25 0 22 0 830284229 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 46912505585204 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8621/tid=8641] ppid=8619 vsize=10556648 CPUtime=13.74 cores=0,2,4,6
/proc/8621/task/8641/stat : 8641 (java) R 8619 8621 6095 0 -1 4202560 53540 0 0 0 1367 7 0 0 21 0 22 0 830284229 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 46912505703256 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8621/tid=8642] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8642/stat : 8642 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830284229 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8643] ppid=8619 vsize=10556648 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8643/stat : 8643 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830284229 10810007552 82205 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 30.47
Current children cumulated vsize (KiB) 10556648

[startup+15.9008 s]
/proc/loadavg: 2.03 1.40 1.61 4/427 8644
/proc/meminfo: memFree=23031244/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10558940 CPUtime=32.05 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 89947 0 1 0 3191 14 0 0 25 0 22 0 830284212 10812354560 82985 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2639735 82986 2259 9 0 2630469 0
[pid=8621/tid=8622] ppid=8619 vsize=10558940 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) S 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 15 0 22 0 830284212 10812354560 82986 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8624] ppid=8619 vsize=10558940 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8624/stat : 8624 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8625] ppid=8619 vsize=10558940 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8625/stat : 8625 (java) S 8619 8621 6095 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8626] ppid=8619 vsize=10558940 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8626/stat : 8626 (java) S 8619 8621 6095 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8627] ppid=8619 vsize=10558940 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8627/stat : 8627 (java) S 8619 8621 6095 0 -1 4202560 205 0 0 0 1 0 0 0 15 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8628] ppid=8619 vsize=10558940 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8628/stat : 8628 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8629] ppid=8619 vsize=10558940 CPUtime=0.02 cores=0,2,4,6
/proc/8621/task/8629/stat : 8629 (java) S 8619 8621 6095 0 -1 4202560 341 0 0 0 2 0 0 0 16 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8630] ppid=8619 vsize=10558940 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8630/stat : 8630 (java) S 8619 8621 6095 0 -1 4202560 218 0 0 0 1 0 0 0 16 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8631] ppid=8619 vsize=10558940 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8631/stat : 8631 (java) S 8619 8621 6095 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 22 0 830284214 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8632] ppid=8619 vsize=10558940 CPUtime=1.16 cores=0,2,4,6
/proc/8621/task/8632/stat : 8632 (java) S 8619 8621 6095 0 -1 4202560 7047 0 0 0 115 1 0 0 15 0 22 0 830284215 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 0 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8633] ppid=8619 vsize=10558940 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8633/stat : 8633 (java) S 8619 8621 6095 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830284215 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8634] ppid=8619 vsize=10558940 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8634/stat : 8634 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830284215 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8635] ppid=8619 vsize=10558940 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8635/stat : 8635 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382780849 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8636] ppid=8619 vsize=10558940 CPUtime=0.86 cores=0,2,4,6
/proc/8621/task/8636/stat : 8636 (java) R 8619 8621 6095 0 -1 4202560 8701 0 0 0 85 1 0 0 15 0 22 0 830284217 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 47814220208370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8621/tid=8637] ppid=8619 vsize=10558940 CPUtime=0.74 cores=0,2,4,6
/proc/8621/task/8637/stat : 8637 (java) S 8619 8621 6095 0 -1 4202560 6078 0 0 0 74 0 0 0 15 0 22 0 830284217 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8638] ppid=8619 vsize=10558940 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8638/stat : 8638 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830284217 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8639] ppid=8619 vsize=10558940 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8639/stat : 8639 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830284217 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8640] ppid=8619 vsize=10558940 CPUtime=14.45 cores=0,2,4,6
/proc/8621/task/8640/stat : 8640 (java) R 8619 8621 6095 0 -1 4202560 357 0 0 0 1445 0 0 0 25 0 22 0 830284229 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 46912505584290 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=8621/tid=8641] ppid=8619 vsize=10558940 CPUtime=14.46 cores=0,2,4,6
/proc/8621/task/8641/stat : 8641 (java) R 8619 8621 6095 0 -1 4202560 53540 0 0 0 1439 7 0 0 24 0 22 0 830284229 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 46912505703121 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8621/tid=8642] ppid=8619 vsize=10558940 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8642/stat : 8642 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830284229 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8643] ppid=8619 vsize=10558940 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8643/stat : 8643 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830284229 10812354560 82987 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 32.05
Current children cumulated vsize (KiB) 10558940

[startup+16.1008 s]
/proc/loadavg: 2.03 1.40 1.61 4/427 8644
/proc/meminfo: memFree=23031244/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10563552 CPUtime=32.55 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 92238 0 1 0 3240 15 0 0 25 0 19 0 830284212 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2640888 84138 2260 9 0 2631622 0
[pid=8621/tid=8622] ppid=8619 vsize=10563552 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) S 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 15 0 19 0 830284212 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8624] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8624/stat : 8624 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8625] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8625/stat : 8625 (java) S 8619 8621 6095 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8626] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8626/stat : 8626 (java) S 8619 8621 6095 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8627] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8627/stat : 8627 (java) S 8619 8621 6095 0 -1 4202560 205 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8628] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8628/stat : 8628 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8629] ppid=8619 vsize=10563552 CPUtime=0.02 cores=0,2,4,6
/proc/8621/task/8629/stat : 8629 (java) S 8619 8621 6095 0 -1 4202560 341 0 0 0 2 0 0 0 16 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8630] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8630/stat : 8630 (java) S 8619 8621 6095 0 -1 4202560 218 0 0 0 1 0 0 0 16 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8631] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8631/stat : 8631 (java) S 8619 8621 6095 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8632] ppid=8619 vsize=10563552 CPUtime=1.16 cores=0,2,4,6
/proc/8621/task/8632/stat : 8632 (java) S 8619 8621 6095 0 -1 4202560 7047 0 0 0 115 1 0 0 15 0 19 0 830284215 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 0 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8633] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8633/stat : 8633 (java) S 8619 8621 6095 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 830284215 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8634] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8634/stat : 8634 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 830284215 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8635] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8635/stat : 8635 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382780849 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8636] ppid=8619 vsize=10563552 CPUtime=1.03 cores=0,2,4,6
/proc/8621/task/8636/stat : 8636 (java) S 8619 8621 6095 0 -1 4202560 10978 0 0 0 102 1 0 0 16 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8637] ppid=8619 vsize=10563552 CPUtime=0.75 cores=0,2,4,6
/proc/8621/task/8637/stat : 8637 (java) S 8619 8621 6095 0 -1 4202560 6087 0 0 0 75 0 0 0 16 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8638] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8638/stat : 8638 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8639] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8639/stat : 8639 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8643] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8643/stat : 8643 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830284229 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 32.55
Current children cumulated vsize (KiB) 10563552

[startup+16.2008 s]
/proc/loadavg: 2.03 1.40 1.61 4/427 8644
/proc/meminfo: memFree=23031244/32951124 swapFree=49244120/67111528
[pid=8621] ppid=8619 vsize=10563552 CPUtime=32.55 cores=0,2,4,6
/proc/8621/stat : 8621 (java) S 8619 8621 6095 0 -1 4202496 92238 0 1 0 3240 15 0 0 25 0 19 0 830284212 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8621/statm: 2640888 84138 2260 9 0 2631622 0
[pid=8621/tid=8622] ppid=8619 vsize=10563552 CPUtime=0.15 cores=0,2,4,6
/proc/8621/task/8622/stat : 8622 (java) S 8619 8621 6095 0 -1 4202560 11738 0 1 0 14 1 0 0 15 0 19 0 830284212 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8624] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8624/stat : 8624 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8625] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8625/stat : 8625 (java) S 8619 8621 6095 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8626] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8626/stat : 8626 (java) S 8619 8621 6095 0 -1 4202560 213 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8627] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8627/stat : 8627 (java) S 8619 8621 6095 0 -1 4202560 205 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8628] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8628/stat : 8628 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8629] ppid=8619 vsize=10563552 CPUtime=0.02 cores=0,2,4,6
/proc/8621/task/8629/stat : 8629 (java) S 8619 8621 6095 0 -1 4202560 341 0 0 0 2 0 0 0 16 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8630] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8630/stat : 8630 (java) S 8619 8621 6095 0 -1 4202560 218 0 0 0 1 0 0 0 16 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8631] ppid=8619 vsize=10563552 CPUtime=0.01 cores=0,2,4,6
/proc/8621/task/8631/stat : 8631 (java) S 8619 8621 6095 0 -1 4202560 151 0 0 0 1 0 0 0 15 0 19 0 830284214 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8632] ppid=8619 vsize=10563552 CPUtime=1.16 cores=0,2,4,6
/proc/8621/task/8632/stat : 8632 (java) S 8619 8621 6095 0 -1 4202560 7047 0 0 0 115 1 0 0 15 0 19 0 830284215 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 0 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8633] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8633/stat : 8633 (java) S 8619 8621 6095 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 830284215 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8634] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8634/stat : 8634 (java) S 8619 8621 6095 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 830284215 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8635] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8635/stat : 8635 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382780849 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8636] ppid=8619 vsize=10563552 CPUtime=1.03 cores=0,2,4,6
/proc/8621/task/8636/stat : 8636 (java) S 8619 8621 6095 0 -1 4202560 10978 0 0 0 102 1 0 0 16 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 0 0 0 0
[pid=8621/tid=8637] ppid=8619 vsize=10563552 CPUtime=0.75 cores=0,2,4,6
/proc/8621/task/8637/stat : 8637 (java) S 8619 8621 6095 0 -1 4202560 6087 0 0 0 75 0 0 0 16 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
[pid=8621/tid=8638] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8638/stat : 8638 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773145 0 4 0 16800975 18446604446389657856 0 0 -1 6 0 0 0
[pid=8621/tid=8639] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8639/stat : 8639 (java) S 8619 8621 6095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830284217 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 2 0 0 0
[pid=8621/tid=8643] ppid=8619 vsize=10563552 CPUtime=0 cores=0,2,4,6
/proc/8621/task/8643/stat : 8643 (java) S 8619 8621 6095 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830284229 10817077248 84138 33554432000 1073741824 1073778376 140736039156608 18446744073709551615 218382773760 0 4 0 16800975 18446604446389657856 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 32.55
Current children cumulated vsize (KiB) 10563552

Child status: 20
Real time (s): 16.2895
CPU time (s): 32.583
CPU user time (s): 32.4181
CPU system time (s): 0.164974
CPU usage (%): 200.025
Max. virtual memory (cumulated for all children) (KiB): 10565504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4181
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92252
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1876
involuntary context switches= 1126

runsolver used 0.073988 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-04 13:26:55
IDJOB=3454787
IDBENCH=1240
IDSOLVER=1950
FILE ID=node101/3454787-1307186814
RUNJOBID= node101-1307186801-8335
PBS_JOBID= 13508816
Free space on /tmp= 74008 MiB

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

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

MD5SUM BENCH= 43d4c8496523b3f19caabfccdbd3abfa
RANDOM SEED=1911353936

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23558316 kB
Buffers:        286760 kB
Cached:         624232 kB
SwapCached:      27120 kB
Active:        8559368 kB
Inactive:       556112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23558316 kB
SwapTotal:    67111528 kB
SwapFree:     49244120 kB
Dirty:            1096 kB
Writeback:           0 kB
AnonPages:     8198908 kB
Mapped:          26200 kB
Slab:           137324 kB
PageTables:      74268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88954464 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74004 MiB
End job on node101 at 2011-06-04 13:27:11