Trace number 3687483

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 30.2284 28.7307

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
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 benchmark3.35249
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687483-1337871932.opb
0.10/0.10	c reading problem ... 
2.29/1.51	c ... done. Wall clock time 1.413s.
2.29/1.51	c declared #vars     87751
2.29/1.51	c #constraints  254772
2.29/1.51	c constraints type 
2.29/1.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81085
2.29/1.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.29/1.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 165974
2.29/1.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7712
2.29/1.51	c 254772 constraints processed.
8.94/7.79	c cleaning 2483 clauses out of 4988 with flag 5000/5000
21.16/19.75	c cleaning 4251 clauses out of 8501 with flag 11002/11002
30.16/28.72	c starts		: 35
30.16/28.72	c conflicts		: 16533
30.16/28.72	c decisions		: 43342
30.16/28.72	c propagations		: 81524463
30.16/28.72	c inspects		: 164839781
30.16/28.72	c shortcuts		: 0
30.16/28.72	c learnt literals	: 32
30.16/28.72	c learnt binary clauses	: 49
30.16/28.72	c learnt ternary clauses	: 52
30.16/28.72	c learnt constraints	: 16500
30.16/28.72	c ignored constraints	: 0
30.16/28.72	c root simplifications	: 0
30.16/28.72	c removed literals (reason simplification)	: 0
30.16/28.72	c reason swapping (by a shorter reason)	: 0
30.16/28.72	c Calls to reduceDB	: 2
30.16/28.72	c number of reductions to clauses (during analyze)	: 0
30.16/28.72	c number of learned constraints concerned by reduction	: 0
30.16/28.72	c number of learning phase by resolution	: 0
30.16/28.72	c number of learning phase by cutting planes	: 0
30.16/28.72	c speed (assignments/second)	: 3000642.7546100332
30.16/28.72	c non guided choices	4732
30.16/28.72	c learnt constraints type 
30.16/28.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
30.16/28.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9717
30.16/28.72	c constraints type 
30.16/28.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81085
30.16/28.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
30.16/28.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 165974
30.16/28.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7712
30.16/28.72	c 254772 constraints processed.
30.16/28.72	s UNSATISFIABLE
30.16/28.72	c Total wall clock time (in seconds): 28.627

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-3687483-1337871932/watcher-3687483-1337871932 -o /tmp/evaluation-result-3687483-1337871932/solver-3687483-1337871932 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687483-1337871932.opb 

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

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


[startup+0 s]
/proc/loadavg: 0.86 0.21 0.07 3/194 9227
/proc/meminfo: memFree=27879260/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 1151 0 0 0 0 0 0 0 20 0 2 0 253318070 91889664 872 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 22434 882 667 9 0 16769 0
[pid=9227/tid=9228] ppid=9225 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 2 0 253318071 91893760 893 33554432000 1073741824 1073778376 140735754784400 140735754773464 213419118609 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0599769 s]
/proc/loadavg: 0.86 0.21 0.07 3/194 9227
/proc/meminfo: memFree=27879260/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 3330 0 1 0 4 0 0 0 20 0 18 0 253318070 9787813888 4028 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2389603 4028 1771 9 0 2380296 0
[pid=9227/tid=9228] ppid=9225 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2122 0 1 0 3 0 0 0 20 0 18 0 253318071 9787813888 4029 33554432000 1073741824 1073778376 140735754784400 139739842505376 213419265867 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100332 s]
/proc/loadavg: 0.86 0.21 0.07 3/194 9227
/proc/meminfo: memFree=27879260/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 4514 0 1 0 9 1 0 0 20 0 18 0 253318070 9787813888 5671 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2389603 5671 2140 9 0 2380296 0
[pid=9227/tid=9228] ppid=9225 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2483 0 1 0 6 1 0 0 20 0 18 0 253318071 9787813888 5671 33554432000 1073741824 1073778376 140735754784400 139739842503416 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300189 s]
/proc/loadavg: 0.86 0.21 0.07 3/194 9227
/proc/meminfo: memFree=27879260/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9558412 CPUtime=0.52 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 5811 0 1 0 51 1 0 0 20 0 18 0 253318070 9787813888 8908 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2389603 8908 2217 9 0 2380296 0
[pid=9227/tid=9228] ppid=9225 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2496 0 1 0 26 1 0 0 20 0 18 0 253318071 9787813888 8908 33554432000 1073741824 1073778376 140735754784400 139739842502712 139739845788624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700321 s]
/proc/loadavg: 0.86 0.21 0.07 3/194 9227
/proc/meminfo: memFree=27879260/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9558412 CPUtime=1.22 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 9245 0 1 0 117 5 0 0 20 0 18 0 253318070 9787813888 42217 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2389603 42217 2245 9 0 2380296 0
[pid=9227/tid=9228] ppid=9225 vsize=9558412 CPUtime=0.65 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2557 0 1 0 62 3 0 0 20 0 18 0 253318071 9787813888 42217 33554432000 1073741824 1073778376 140735754784400 139739842501816 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 0.95 0.24 0.08 3/212 9245
/proc/meminfo: memFree=27698652/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9558412 CPUtime=2.29 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 9569 0 1 0 215 14 0 0 20 0 18 0 253318070 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2389603 84881 2255 9 0 2380296 0
[pid=9227/tid=9228] ppid=9225 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2624 0 1 0 133 4 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739842501992 139739782885352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9230] ppid=9225 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/9227/task/9230/stat : 9230 (java) S 9225 9227 8709 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739686189736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9231] ppid=9225 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9231/stat : 9231 (java) S 9225 9227 8709 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739685137192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9232] ppid=9225 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9232/stat : 9232 (java) S 9225 9227 8709 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739684084648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9233] ppid=9225 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9233/stat : 9233 (java) S 9225 9227 8709 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739683032104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9234] ppid=9225 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9234/stat : 9234 (java) S 9225 9227 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739681978536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9235] ppid=9225 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9235/stat : 9235 (java) S 9225 9227 8709 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739680925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9236] ppid=9225 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9236/stat : 9236 (java) S 9225 9227 8709 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739679873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9237/stat : 9237 (java) S 9225 9227 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 253318071 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739678820904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9238] ppid=9225 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9238/stat : 9238 (java) S 9225 9227 8709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 253318072 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739666623080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9239] ppid=9225 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9239/stat : 9239 (java) S 9225 9227 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253318073 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739665569400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9240/stat : 9240 (java) S 9225 9227 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253318073 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739664516744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9241] ppid=9225 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9241/stat : 9241 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253318075 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739663465488 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9242] ppid=9225 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/9227/task/9242/stat : 9242 (java) S 9225 9227 8709 0 -1 4202560 2932 0 0 0 26 0 0 0 20 0 18 0 253318075 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739662411832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/9227/task/9243/stat : 9243 (java) S 9225 9227 8709 0 -1 4202560 2475 0 0 0 24 0 0 0 20 0 18 0 253318075 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739661359288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9244] ppid=9225 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9244/stat : 9244 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253318075 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739660306936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9245] ppid=9225 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9245/stat : 9245 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253318075 9787813888 84881 33554432000 1073741824 1073778376 140735754784400 139739659254600 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9558412

[startup+3.10074 s]
/proc/loadavg: 0.95 0.24 0.08 3/213 9246
/proc/meminfo: memFree=27550072/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9624976 CPUtime=4.3 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 12084 0 1 0 416 14 0 0 20 0 19 0 253318070 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2406244 84964 2262 9 0 2396937 0
[pid=9227/tid=9228] ppid=9225 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2631 0 1 0 292 5 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739842502944 139739783047681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9230] ppid=9225 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/9227/task/9230/stat : 9230 (java) S 9225 9227 8709 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739686189736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9231] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9231/stat : 9231 (java) S 9225 9227 8709 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739685137192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9232] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9232/stat : 9232 (java) S 9225 9227 8709 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739684084648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9233] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9233/stat : 9233 (java) S 9225 9227 8709 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739683032104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9234] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9234/stat : 9234 (java) S 9225 9227 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739681978536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9235] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9235/stat : 9235 (java) S 9225 9227 8709 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739680925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9236] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9236/stat : 9236 (java) S 9225 9227 8709 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739679873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9237/stat : 9237 (java) S 9225 9227 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739678820904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9238] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9238/stat : 9238 (java) S 9225 9227 8709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 253318072 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739666623080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9239] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9239/stat : 9239 (java) S 9225 9227 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739665569400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9240/stat : 9240 (java) S 9225 9227 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739664516744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9241] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9241/stat : 9241 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739663465488 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9242] ppid=9225 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9227/task/9242/stat : 9242 (java) S 9225 9227 8709 0 -1 4202560 5312 0 0 0 49 1 0 0 20 0 19 0 253318075 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739662411832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/9227/task/9243/stat : 9243 (java) S 9225 9227 8709 0 -1 4202560 2595 0 0 0 40 2 0 0 20 0 19 0 253318075 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739661359288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9244] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9244/stat : 9244 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739660306936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9245] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9245/stat : 9245 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739659254600 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9246/stat : 9246 (java) S 9225 9227 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318226 9855975424 84964 33554432000 1073741824 1073778376 140735754784400 139739658200360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9624976

[startup+6.30069 s]
/proc/loadavg: 0.95 0.24 0.08 3/213 9246
/proc/meminfo: memFree=27550008/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9624976 CPUtime=7.53 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 12311 0 1 0 738 15 0 0 20 0 19 0 253318070 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2406244 84872 2265 9 0 2396937 0
[pid=9227/tid=9228] ppid=9225 vsize=9624976 CPUtime=6.16 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2633 0 1 0 611 5 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739842501184 139739783047128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9230] ppid=9225 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/9227/task/9230/stat : 9230 (java) S 9225 9227 8709 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739686189736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9231] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9231/stat : 9231 (java) S 9225 9227 8709 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739685137192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9232] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9232/stat : 9232 (java) S 9225 9227 8709 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739684084648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9233] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9233/stat : 9233 (java) S 9225 9227 8709 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739683032104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9234] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9234/stat : 9234 (java) S 9225 9227 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739681978536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9235] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9235/stat : 9235 (java) S 9225 9227 8709 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739680925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9236] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9236/stat : 9236 (java) S 9225 9227 8709 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739679873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/9227/task/9237/stat : 9237 (java) S 9225 9227 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253318071 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739678820904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9238] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9238/stat : 9238 (java) S 9225 9227 8709 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 253318072 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739666623080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9239] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9239/stat : 9239 (java) S 9225 9227 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739665569400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9240/stat : 9240 (java) S 9225 9227 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739664516744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9241] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9241/stat : 9241 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739663465488 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9242] ppid=9225 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9227/task/9242/stat : 9242 (java) S 9225 9227 8709 0 -1 4202560 5312 0 0 0 49 1 0 0 20 0 19 0 253318075 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739662411832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/9227/task/9243/stat : 9243 (java) S 9225 9227 8709 0 -1 4202560 2820 0 0 0 43 2 0 0 20 0 19 0 253318075 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739661359288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9244] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9244/stat : 9244 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 84872 33554432000 1073741824 1073778376 140735754784400 139739660306936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/9227/task/9230/stat : 9230 (java) S 9225 9227 8709 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739686189736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9231] ppid=9225 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/9227/task/9231/stat : 9231 (java) S 9225 9227 8709 0 -1 4202560 72 0 0 0 8 3 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739685137192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9232] ppid=9225 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/9227/task/9232/stat : 9232 (java) S 9225 9227 8709 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739684084648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9233] ppid=9225 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/9227/task/9233/stat : 9233 (java) S 9225 9227 8709 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739683032104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9234] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9234/stat : 9234 (java) S 9225 9227 8709 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739681978536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9235] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9235/stat : 9235 (java) S 9225 9227 8709 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739680925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9236] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9236/stat : 9236 (java) S 9225 9227 8709 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739679873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9237/stat : 9237 (java) S 9225 9227 8709 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739678820904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9238] ppid=9225 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/9227/task/9238/stat : 9238 (java) S 9225 9227 8709 0 -1 4202560 232 0 0 0 20 2 0 0 20 0 19 0 253318072 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739666623080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9239] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9239/stat : 9239 (java) S 9225 9227 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739665569400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9240/stat : 9240 (java) S 9225 9227 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739664516744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9241] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9241/stat : 9241 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739663465488 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9242] ppid=9225 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9227/task/9242/stat : 9242 (java) S 9225 9227 8709 0 -1 4202560 5321 0 0 0 55 1 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739662411832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9227/task/9243/stat : 9243 (java) S 9225 9227 8709 0 -1 4202560 2845 0 0 0 48 2 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739661359288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9244] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9244/stat : 9244 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739660306936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9245] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9245/stat : 9245 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739659254600 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9246/stat : 9246 (java) S 9225 9227 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318226 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739658200360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 28.56
Current children cumulated vsize (KiB) 9624976

[startup+27.9007 s]
/proc/loadavg: 1.31 0.38 0.13 3/213 9246
/proc/meminfo: memFree=27495436/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9624976 CPUtime=29.36 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 12514 0 1 0 2917 19 0 0 20 0 19 0 253318070 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2406244 99518 2278 9 0 2396937 0
[pid=9227/tid=9228] ppid=9225 vsize=9624976 CPUtime=27.4 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2637 0 1 0 2735 5 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739842502944 139739783040148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9230] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9230/stat : 9230 (java) S 9225 9227 8709 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739686189736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9231] ppid=9225 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/9227/task/9231/stat : 9231 (java) S 9225 9227 8709 0 -1 4202560 72 0 0 0 8 3 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739685137192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9232] ppid=9225 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/9227/task/9232/stat : 9232 (java) S 9225 9227 8709 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739684084648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9233] ppid=9225 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/9227/task/9233/stat : 9233 (java) S 9225 9227 8709 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739683032104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9234] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9234/stat : 9234 (java) S 9225 9227 8709 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739681978536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9235] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9235/stat : 9235 (java) S 9225 9227 8709 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739680925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9236] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9236/stat : 9236 (java) S 9225 9227 8709 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739679873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9237/stat : 9237 (java) S 9225 9227 8709 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739678820904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9238] ppid=9225 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/9227/task/9238/stat : 9238 (java) S 9225 9227 8709 0 -1 4202560 232 0 0 0 20 2 0 0 20 0 19 0 253318072 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739666623080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9239] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9239/stat : 9239 (java) S 9225 9227 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739665569400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9240/stat : 9240 (java) S 9225 9227 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739664516744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9241] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9241/stat : 9241 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739663465488 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9242] ppid=9225 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9227/task/9242/stat : 9242 (java) S 9225 9227 8709 0 -1 4202560 5321 0 0 0 55 1 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739662411832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9227/task/9243/stat : 9243 (java) S 9225 9227 8709 0 -1 4202560 2845 0 0 0 48 2 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739661359288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9244] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9244/stat : 9244 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739660306936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9245] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9245/stat : 9245 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739659254600 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9246/stat : 9246 (java) S 9225 9227 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318226 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739658200360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.36
Current children cumulated vsize (KiB) 9624976

[startup+28.3007 s]
/proc/loadavg: 1.31 0.38 0.13 3/213 9246
/proc/meminfo: memFree=27495436/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9624976 CPUtime=29.76 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 12514 0 1 0 2957 19 0 0 20 0 19 0 253318070 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2406244 99518 2278 9 0 2396937 0
[pid=9227/tid=9228] ppid=9225 vsize=9624976 CPUtime=27.8 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2637 0 1 0 2775 5 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739842502944 139739782950816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9230] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9230/stat : 9230 (java) S 9225 9227 8709 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739686189736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9231] ppid=9225 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/9227/task/9231/stat : 9231 (java) S 9225 9227 8709 0 -1 4202560 72 0 0 0 8 3 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739685137192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9232] ppid=9225 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/9227/task/9232/stat : 9232 (java) S 9225 9227 8709 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739684084648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9233] ppid=9225 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/9227/task/9233/stat : 9233 (java) S 9225 9227 8709 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739683032104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9234] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9234/stat : 9234 (java) S 9225 9227 8709 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739681978536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9235] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9235/stat : 9235 (java) S 9225 9227 8709 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739680925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9236] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9236/stat : 9236 (java) S 9225 9227 8709 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739679873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9237/stat : 9237 (java) S 9225 9227 8709 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739678820904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9238] ppid=9225 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/9227/task/9238/stat : 9238 (java) S 9225 9227 8709 0 -1 4202560 232 0 0 0 20 2 0 0 20 0 19 0 253318072 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739666623080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9239] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9239/stat : 9239 (java) S 9225 9227 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739665569400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9240/stat : 9240 (java) S 9225 9227 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739664516744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9241] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9241/stat : 9241 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739663465488 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9242] ppid=9225 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9227/task/9242/stat : 9242 (java) S 9225 9227 8709 0 -1 4202560 5321 0 0 0 55 1 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739662411832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9227/task/9243/stat : 9243 (java) S 9225 9227 8709 0 -1 4202560 2845 0 0 0 48 2 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739661359288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9244] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9244/stat : 9244 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739660306936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9245] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9245/stat : 9245 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739659254600 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9246/stat : 9246 (java) S 9225 9227 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318226 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739658200360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.76
Current children cumulated vsize (KiB) 9624976

[startup+28.7008 s]
/proc/loadavg: 1.31 0.38 0.13 3/213 9246
/proc/meminfo: memFree=27495684/32873844 swapFree=6592/6592
[pid=9227] ppid=9225 vsize=9624976 CPUtime=30.16 cores=0,2,4,6
/proc/9227/stat : 9227 (java) S 9225 9227 8709 0 -1 4202496 12514 0 1 0 2997 19 0 0 20 0 19 0 253318070 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 140735754775536 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9227/statm: 2406244 99518 2278 9 0 2396937 0
[pid=9227/tid=9228] ppid=9225 vsize=9624976 CPUtime=28.19 cores=0,2,4,6
/proc/9227/task/9228/stat : 9228 (java) R 9225 9227 8709 0 -1 4202560 2637 0 1 0 2814 5 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739842502944 139739783047267 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9230] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9230/stat : 9230 (java) S 9225 9227 8709 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739686189736 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9231] ppid=9225 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/9227/task/9231/stat : 9231 (java) S 9225 9227 8709 0 -1 4202560 72 0 0 0 8 3 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739685137192 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9232] ppid=9225 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/9227/task/9232/stat : 9232 (java) S 9225 9227 8709 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739684084648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9233] ppid=9225 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/9227/task/9233/stat : 9233 (java) S 9225 9227 8709 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739683032104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9234] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9234/stat : 9234 (java) S 9225 9227 8709 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739681978536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9235] ppid=9225 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/9227/task/9235/stat : 9235 (java) S 9225 9227 8709 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739680925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9236] ppid=9225 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/9227/task/9236/stat : 9236 (java) S 9225 9227 8709 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739679873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9237] ppid=9225 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9227/task/9237/stat : 9237 (java) S 9225 9227 8709 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253318071 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739678820904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9238] ppid=9225 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/9227/task/9238/stat : 9238 (java) S 9225 9227 8709 0 -1 4202560 232 0 0 0 20 2 0 0 20 0 19 0 253318072 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739666623080 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9239] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9239/stat : 9239 (java) S 9225 9227 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739665569400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9240] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9240/stat : 9240 (java) S 9225 9227 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318073 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739664516744 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9241] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9241/stat : 9241 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739663465488 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9242] ppid=9225 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/9227/task/9242/stat : 9242 (java) S 9225 9227 8709 0 -1 4202560 5321 0 0 0 55 1 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739662411832 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9227/tid=9243] ppid=9225 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/9227/task/9243/stat : 9243 (java) S 9225 9227 8709 0 -1 4202560 2845 0 0 0 48 2 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739661359288 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9227/tid=9244] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9244/stat : 9244 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739660306936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9227/tid=9245] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9245/stat : 9245 (java) S 9225 9227 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318075 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739659254600 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9227/tid=9246] ppid=9225 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9227/task/9246/stat : 9246 (java) S 9225 9227 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318226 9855975424 99518 33554432000 1073741824 1073778376 140735754784400 139739658200360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 30.16
Current children cumulated vsize (KiB) 9624976

Child status: 20
Real time (s): 28.7307
CPU time (s): 30.2284
CPU user time (s): 29.8975
CPU system time (s): 0.330949
CPU usage (%): 105.213
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.8975
system time used= 0.330949
maximum resident set size= 399044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12526
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= 1083
involuntary context switches= 942

runsolver used 0.102984 second user time and 0.232964 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 17:05:32
IDJOB=3687483
IDBENCH=1495
IDSOLVER=2269
FILE ID=node140/3687483-1337871932
RUNJOBID= node140-1337871881-8725
PBS_JOBID= 14620064
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687483-1337871932/watcher-3687483-1337871932 -o /tmp/evaluation-result-3687483-1337871932/solver-3687483-1337871932 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687483-1337871932.opb

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=1473233965

node140.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		: 2667.094
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	: 5334.18
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		: 2667.094
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		: 2667.094
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.91
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		: 2667.094
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		: 2667.094
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.92
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		: 2667.094
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.88
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		: 2667.094
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.90
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		: 2667.094
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:        27879276 kB
Buffers:          218592 kB
Cached:          3287044 kB
SwapCached:            0 kB
Active:          1103420 kB
Inactive:        3098644 kB
Active(anon):     697788 kB
Inactive(anon):        0 kB
Active(file):     405632 kB
Inactive(file):  3098644 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28916 kB
Writeback:             0 kB
AnonPages:        722020 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             640480 kB
SReclaimable:      82472 kB
SUnreclaim:       558008 kB
KernelStack:        1744 kB
PageTables:         5216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1622248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 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= 71652 MiB
End job on node140 at 2012-05-24 17:06:01