Trace number 3741702

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? 1102.88 1085.58

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2865693364730000016
Best CPU time to get the best result obtained on this benchmark1801.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.1.1.v20090612
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version	1.6.0_24
0.02/0.08	c os.name	Linux
0.02/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch	amd64
0.02/0.08	c Free memory 1299577560
0.02/0.08	c Max memory 1306394624
0.02/0.08	c Total memory 1306394624
0.02/0.08	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3741702-1338777356.opb
0.09/0.10	c reading problem ... 
107.74/91.04	c ... done. Wall clock time 90.936s.
107.74/91.04	c #vars     2277736
107.74/91.04	c #constraints  2354
107.74/91.04	c constraints type 
107.74/91.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1177
107.74/91.04	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1177
667.01/649.67	c cleaning 483 clauses out of 1000
1086.18/1068.84	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1086.18/1068.84		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
1086.18/1068.84		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
1086.18/1068.84		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1086.18/1068.84		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1086.18/1068.84		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1086.18/1068.84		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1086.18/1068.84		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1086.18/1068.84		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1086.18/1068.84		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1086.18/1068.84		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1086.18/1068.84		at org.sat4j.AbstractLauncher.run(Unknown Source)
1086.18/1068.84		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1102.88/1085.57	c starts		: 5
1102.88/1085.57	c conflicts		: 1097
1102.88/1085.57	c decisions		: 8355520
1102.88/1085.57	c propagations		: 12177313
1102.88/1085.57	c inspects		: 144112
1102.88/1085.57	c learnt literals	: 0
1102.88/1085.57	c learnt binary clauses	: 0
1102.88/1085.57	c learnt ternary clauses	: 0
1102.88/1085.57	c learnt clauses	: 1096
1102.88/1085.57	c ignored clauses	: 0
1102.88/1085.57	c root simplifications	: 0
1102.88/1085.57	c removed literals (reason simplification)	: 472
1102.88/1085.57	c reason swapping (by a shorter reason)	: 0
1102.88/1085.57	c Calls to reduceDB	: 1
1102.88/1085.57	c speed (assignments/second)	: 12244.412379841531
1102.88/1085.57	c non guided choices	0
1102.88/1085.57	c learnt constraints type 
1102.88/1085.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 613
1102.88/1085.57	c constraints type 
1102.88/1085.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 1177
1102.88/1085.57	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 1177
1102.88/1085.57	s UNKNOWN
1102.88/1085.57	c Total wall clock time (in seconds): 1085.466

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-3741702-1338777356/watcher-3741702-1338777356 -o /tmp/evaluation-result-3741702-1338777356/solver-3741702-1338777356 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741702-1338777356.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.02 2.01 3/192 2338
/proc/meminfo: memFree=25915776/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2338/stat : 2338 (java6) D 2336 2338 31294 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 343862215 9515008 182 33554432000 1073741824 1073778376 140733308132032 140733308123064 227512499893 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/2338/statm: 2323 182 140 9 0 71 0

[startup+0.04045 s]
/proc/loadavg: 2.09 2.02 2.01 3/192 2338
/proc/meminfo: memFree=25915776/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2315716 CPUtime=0.02 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 3651 0 1 0 2 0 0 0 20 0 13 0 343862215 2371293184 4859 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 578929 4860 1677 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100255 s]
/proc/loadavg: 2.09 2.02 2.01 3/192 2338
/proc/meminfo: memFree=25915776/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 4696 0 1 0 9 0 0 0 20 0 18 0 343862215 2712133632 6414 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 662142 6414 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300234 s]
/proc/loadavg: 2.09 2.02 2.01 3/192 2338
/proc/meminfo: memFree=25915776/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2648568 CPUtime=0.46 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 6232 0 1 0 44 2 0 0 20 0 18 0 343862215 2712133632 24672 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 662142 24672 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2648568

[startup+0.700175 s]
/proc/loadavg: 2.09 2.02 2.01 3/192 2338
/proc/meminfo: memFree=25915776/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2648568 CPUtime=0.85 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 6279 0 1 0 82 3 0 0 20 0 18 0 343862215 2712133632 48736 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 662142 48736 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2648568

[startup+1.50063 s]
/proc/loadavg: 2.24 2.05 2.02 3/210 2356
/proc/meminfo: memFree=25630368/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2648568 CPUtime=1.84 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 6500 0 1 0 173 11 0 0 20 0 18 0 343862215 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 662142 112282 2231 9 0 652835 0
[pid=2338/tid=2340] ppid=2336 vsize=2648568 CPUtime=1.39 cores=0,2,4,6
/proc/2338/task/2340/stat : 2340 (java) R 2336 2338 31294 0 -1 4202560 2913 0 1 0 133 6 0 0 20 0 18 0 343862216 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369085193800 227515884813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2341] ppid=2336 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2338/task/2341/stat : 2341 (java) S 2336 2338 31294 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369069644584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2342] ppid=2336 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/2338/task/2342/stat : 2342 (java) S 2336 2338 31294 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369068591784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2343] ppid=2336 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2338/task/2343/stat : 2343 (java) S 2336 2338 31294 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369067539496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2344] ppid=2336 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/2338/task/2344/stat : 2344 (java) S 2336 2338 31294 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369066486696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2345] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2345/stat : 2345 (java) S 2336 2338 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369065433384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2346] ppid=2336 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2338/task/2346/stat : 2346 (java) S 2336 2338 31294 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369064380584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2347] ppid=2336 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/2338/task/2347/stat : 2347 (java) S 2336 2338 31294 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369063328296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2348] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2348/stat : 2348 (java) S 2336 2338 31294 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 343862218 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140369062275496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2349] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2349/stat : 2349 (java) S 2336 2338 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368931887848 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2350] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2350/stat : 2350 (java) S 2336 2338 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368930833912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2351] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2351/stat : 2351 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368929781512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2352] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2352/stat : 2352 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368928730000 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2353] ppid=2336 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/2338/task/2353/stat : 2353 (java) S 2336 2338 31294 0 -1 4202560 995 0 0 0 7 0 0 0 20 0 18 0 343862222 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368927676600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2354] ppid=2336 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/2338/task/2354/stat : 2354 (java) S 2336 2338 31294 0 -1 4202560 1270 0 0 0 9 0 0 0 20 0 18 0 343862222 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368054052920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2355] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2355/stat : 2355 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368053000824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2356] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2356/stat : 2356 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 112282 33554432000 1073741824 1073778376 140737344837584 140368051948232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 2648568

[startup+3.10068 s]
/proc/loadavg: 2.24 2.05 2.02 3/210 2356
/proc/meminfo: memFree=25476888/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2648568 CPUtime=3.69 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 6675 0 1 0 350 19 0 0 20 0 18 0 343862215 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 662142 136928 2235 9 0 652835 0
[pid=2338/tid=2340] ppid=2336 vsize=2648568 CPUtime=2.91 cores=0,2,4,6
/proc/2338/task/2340/stat : 2340 (java) R 2336 2338 31294 0 -1 4202560 2914 0 1 0 284 7 0 0 20 0 18 0 343862216 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369085193784 227515884813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2341] ppid=2336 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/2338/task/2341/stat : 2341 (java) S 2336 2338 31294 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369069644584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2342] ppid=2336 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/2338/task/2342/stat : 2342 (java) S 2336 2338 31294 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369068591784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2343] ppid=2336 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/2338/task/2343/stat : 2343 (java) S 2336 2338 31294 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369067539496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2344] ppid=2336 vsize=2648568 CPUtime=0.11 cores=0,2,4,6
/proc/2338/task/2344/stat : 2344 (java) S 2336 2338 31294 0 -1 4202560 71 0 0 0 9 2 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369066486696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2345] ppid=2336 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/2338/task/2345/stat : 2345 (java) S 2336 2338 31294 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369065433384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2346] ppid=2336 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/2338/task/2346/stat : 2346 (java) S 2336 2338 31294 0 -1 4202560 54 0 0 0 8 2 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369064380584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2347] ppid=2336 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/2338/task/2347/stat : 2347 (java) S 2336 2338 31294 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369063328296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2348] ppid=2336 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/2338/task/2348/stat : 2348 (java) S 2336 2338 31294 0 -1 4202560 35 0 0 0 3 1 0 0 20 0 18 0 343862218 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140369062275496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2349] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2349/stat : 2349 (java) S 2336 2338 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368931887848 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2350] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2350/stat : 2350 (java) S 2336 2338 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368930833912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2351] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2351/stat : 2351 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368929781512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2352] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2352/stat : 2352 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368928730000 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2353] ppid=2336 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/2338/task/2353/stat : 2353 (java) S 2336 2338 31294 0 -1 4202560 999 0 0 0 7 0 0 0 20 0 18 0 343862222 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368927676600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2354] ppid=2336 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/2338/task/2354/stat : 2354 (java) S 2336 2338 31294 0 -1 4202560 1270 0 0 0 9 0 0 0 20 0 18 0 343862222 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368054052920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2355] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2355/stat : 2355 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368053000824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2356] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2356/stat : 2356 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 136928 33554432000 1073741824 1073778376 140737344837584 140368051948232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 2648568

[startup+6.3007 s]
/proc/loadavg: 2.22 2.05 2.02 3/210 2356
/proc/meminfo: memFree=25334396/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2648568 CPUtime=7.95 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 9393 0 1 0 763 32 0 0 20 0 18 0 343862215 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 662142 170415 2237 9 0 652835 0
[pid=2338/tid=2340] ppid=2336 vsize=2648568 CPUtime=5.77 cores=0,2,4,6
/proc/2338/task/2340/stat : 2340 (java) R 2336 2338 31294 0 -1 4202560 2920 0 1 0 569 8 0 0 20 0 18 0 343862216 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369085192936 140368943658413 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2341] ppid=2336 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/2338/task/2341/stat : 2341 (java) S 2336 2338 31294 0 -1 4202560 67 0 0 0 12 2 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369069644584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2342] ppid=2336 vsize=2648568 CPUtime=0.25 cores=0,2,4,6
/proc/2338/task/2342/stat : 2342 (java) S 2336 2338 31294 0 -1 4202560 153 0 0 0 22 3 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369068591784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2343] ppid=2336 vsize=2648568 CPUtime=0.31 cores=0,2,4,6
/proc/2338/task/2343/stat : 2343 (java) S 2336 2338 31294 0 -1 4202560 261 0 0 0 27 4 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369067539496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2344] ppid=2336 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/2338/task/2344/stat : 2344 (java) S 2336 2338 31294 0 -1 4202560 117 0 0 0 19 4 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369066486696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2345] ppid=2336 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2338/task/2345/stat : 2345 (java) S 2336 2338 31294 0 -1 4202560 71 0 0 0 15 2 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369065433384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2346] ppid=2336 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/2338/task/2346/stat : 2346 (java) S 2336 2338 31294 0 -1 4202560 89 0 0 0 18 3 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369064380584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2347] ppid=2336 vsize=2648568 CPUtime=0.15 cores=0,2,4,6
/proc/2338/task/2347/stat : 2347 (java) S 2336 2338 31294 0 -1 4202560 70 0 0 0 13 2 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369063328296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2348] ppid=2336 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/2338/task/2348/stat : 2348 (java) S 2336 2338 31294 0 -1 4202560 105 0 0 0 16 4 0 0 20 0 18 0 343862218 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140369062275496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2349] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2349/stat : 2349 (java) S 2336 2338 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368931887848 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2350] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2350/stat : 2350 (java) S 2336 2338 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368930833912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2351] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2351/stat : 2351 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343862219 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368929781512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2352] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2352/stat : 2352 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368928730000 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2353] ppid=2336 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/2338/task/2353/stat : 2353 (java) S 2336 2338 31294 0 -1 4202560 2554 0 0 0 17 0 0 0 20 0 18 0 343862222 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368927676600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2354] ppid=2336 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/2338/task/2354/stat : 2354 (java) S 2336 2338 31294 0 -1 4202560 1804 0 0 0 18 0 0 0 20 0 18 0 343862222 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368054052920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2355] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2355/stat : 2355 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368053000824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2356] ppid=2336 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2356/stat : 2356 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343862222 2712133632 170415 33554432000 1073741824 1073778376 140737344837584 140368051948232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 2.20 2.05 2.01 3/210 2356
/proc/meminfo: memFree=24957044/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2648568 CPUtime=18.91 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 12404 0 1 0 1828 63 0 0 20 0 18 0 343862215 2712133632 245714 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 662142 245714 2237 9 0 652835 0
[pid=2338/tid=2340] ppid=2336 vsize=2648568 CPUtime=10.55 cores=0,2,4,6

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

/proc/2338/task/2352/stat : 2352 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368928730000 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2353] ppid=2336 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/2338/task/2353/stat : 2353 (java) S 2336 2338 31294 0 -1 4202560 4018 0 0 0 56 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368927676600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2354] ppid=2336 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/2338/task/2354/stat : 2354 (java) S 2336 2338 31294 0 -1 4202560 4438 0 1 0 51 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368054052920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2355] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2355/stat : 2355 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368053000824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2356] ppid=2336 vsize=2781696 CPUtime=0.16 cores=0,2,4,6
/proc/2338/task/2356/stat : 2356 (java) S 2336 2338 31294 0 -1 4202560 63 0 0 0 8 8 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368051948232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2358] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2358/stat : 2358 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343873581 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368050894248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2368] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2368/stat : 2368 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343970264 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368049839832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1102.18
Current children cumulated vsize (KiB) 2781696

[startup+1085.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/212 2368
/proc/meminfo: memFree=24509748/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2781696 CPUtime=1102.58 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 24546 0 2 0 110148 110 0 0 20 0 20 0 343862215 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 695424 345049 2278 9 0 686117 0
[pid=2338/tid=2340] ppid=2336 vsize=2781696 CPUtime=983.64 cores=0,2,4,6
/proc/2338/task/2340/stat : 2340 (java) S 2336 2338 31294 0 -1 4202560 3053 0 1 0 98333 31 0 0 20 0 20 0 343862216 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369085195448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2341] ppid=2336 vsize=2781696 CPUtime=2.72 cores=0,2,4,6
/proc/2338/task/2341/stat : 2341 (java) S 2336 2338 31294 0 -1 4202560 550 0 0 0 262 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369069644584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2342] ppid=2336 vsize=2781696 CPUtime=2.75 cores=0,2,4,6
/proc/2338/task/2342/stat : 2342 (java) S 2336 2338 31294 0 -1 4202560 472 0 0 0 264 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369068591784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2343] ppid=2336 vsize=2781696 CPUtime=2.93 cores=0,2,4,6
/proc/2338/task/2343/stat : 2343 (java) S 2336 2338 31294 0 -1 4202560 651 0 0 0 282 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369067539496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2344] ppid=2336 vsize=2781696 CPUtime=2.58 cores=0,2,4,6
/proc/2338/task/2344/stat : 2344 (java) S 2336 2338 31294 0 -1 4202560 650 0 0 0 247 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369066486696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2345] ppid=2336 vsize=2781696 CPUtime=2.86 cores=0,2,4,6
/proc/2338/task/2345/stat : 2345 (java) S 2336 2338 31294 0 -1 4202560 594 0 0 0 276 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369065433384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2346] ppid=2336 vsize=2781696 CPUtime=2.71 cores=0,2,4,6
/proc/2338/task/2346/stat : 2346 (java) S 2336 2338 31294 0 -1 4202560 638 0 0 0 261 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369064380584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2347] ppid=2336 vsize=2781696 CPUtime=2.8 cores=0,2,4,6
/proc/2338/task/2347/stat : 2347 (java) S 2336 2338 31294 0 -1 4202560 517 0 0 0 270 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369063328296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2348] ppid=2336 vsize=2781696 CPUtime=2.62 cores=0,2,4,6
/proc/2338/task/2348/stat : 2348 (java) S 2336 2338 31294 0 -1 4202560 599 0 0 0 251 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369062275496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2349] ppid=2336 vsize=2781696 CPUtime=92.96 cores=0,2,4,6
/proc/2338/task/2349/stat : 2349 (java) R 2336 2338 31294 0 -1 4202560 7110 0 0 0 9294 2 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368931888008 140369089356092 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2350] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2350/stat : 2350 (java) S 2336 2338 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368930833912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2351] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2351/stat : 2351 (java) S 2336 2338 31294 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368929781512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2352] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2352/stat : 2352 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368928730000 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2353] ppid=2336 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/2338/task/2353/stat : 2353 (java) S 2336 2338 31294 0 -1 4202560 4018 0 0 0 56 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368927676600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2354] ppid=2336 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/2338/task/2354/stat : 2354 (java) S 2336 2338 31294 0 -1 4202560 4438 0 1 0 51 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368054052920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2355] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2355/stat : 2355 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368053000824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2356] ppid=2336 vsize=2781696 CPUtime=0.16 cores=0,2,4,6
/proc/2338/task/2356/stat : 2356 (java) S 2336 2338 31294 0 -1 4202560 63 0 0 0 8 8 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368051948232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2358] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2358/stat : 2358 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343873581 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368050894248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2368] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2368/stat : 2368 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343970264 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368049839832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1102.58
Current children cumulated vsize (KiB) 2781696

[startup+1085.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/212 2368
/proc/meminfo: memFree=24509748/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2781696 CPUtime=1102.78 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 24546 0 2 0 110168 110 0 0 20 0 20 0 343862215 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 695424 345049 2278 9 0 686117 0
[pid=2338/tid=2340] ppid=2336 vsize=2781696 CPUtime=983.64 cores=0,2,4,6
/proc/2338/task/2340/stat : 2340 (java) S 2336 2338 31294 0 -1 4202560 3053 0 1 0 98333 31 0 0 20 0 20 0 343862216 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369085195448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2341] ppid=2336 vsize=2781696 CPUtime=2.72 cores=0,2,4,6
/proc/2338/task/2341/stat : 2341 (java) S 2336 2338 31294 0 -1 4202560 550 0 0 0 262 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369069644584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2342] ppid=2336 vsize=2781696 CPUtime=2.75 cores=0,2,4,6
/proc/2338/task/2342/stat : 2342 (java) S 2336 2338 31294 0 -1 4202560 472 0 0 0 264 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369068591784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2343] ppid=2336 vsize=2781696 CPUtime=2.93 cores=0,2,4,6
/proc/2338/task/2343/stat : 2343 (java) S 2336 2338 31294 0 -1 4202560 651 0 0 0 282 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369067539496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2344] ppid=2336 vsize=2781696 CPUtime=2.58 cores=0,2,4,6
/proc/2338/task/2344/stat : 2344 (java) S 2336 2338 31294 0 -1 4202560 650 0 0 0 247 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369066486696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2345] ppid=2336 vsize=2781696 CPUtime=2.86 cores=0,2,4,6
/proc/2338/task/2345/stat : 2345 (java) S 2336 2338 31294 0 -1 4202560 594 0 0 0 276 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369065433384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2346] ppid=2336 vsize=2781696 CPUtime=2.71 cores=0,2,4,6
/proc/2338/task/2346/stat : 2346 (java) S 2336 2338 31294 0 -1 4202560 638 0 0 0 261 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369064380584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2347] ppid=2336 vsize=2781696 CPUtime=2.8 cores=0,2,4,6
/proc/2338/task/2347/stat : 2347 (java) S 2336 2338 31294 0 -1 4202560 517 0 0 0 270 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369063328296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2348] ppid=2336 vsize=2781696 CPUtime=2.62 cores=0,2,4,6
/proc/2338/task/2348/stat : 2348 (java) S 2336 2338 31294 0 -1 4202560 599 0 0 0 251 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369062275496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2349] ppid=2336 vsize=2781696 CPUtime=93.16 cores=0,2,4,6
/proc/2338/task/2349/stat : 2349 (java) R 2336 2338 31294 0 -1 4202560 7110 0 0 0 9314 2 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368931888008 140369091702663 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2350] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2350/stat : 2350 (java) S 2336 2338 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368930833912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2351] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2351/stat : 2351 (java) S 2336 2338 31294 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368929781512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2352] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2352/stat : 2352 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368928730000 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2353] ppid=2336 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/2338/task/2353/stat : 2353 (java) S 2336 2338 31294 0 -1 4202560 4018 0 0 0 56 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368927676600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2354] ppid=2336 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/2338/task/2354/stat : 2354 (java) S 2336 2338 31294 0 -1 4202560 4438 0 1 0 51 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368054052920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2355] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2355/stat : 2355 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368053000824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2356] ppid=2336 vsize=2781696 CPUtime=0.16 cores=0,2,4,6
/proc/2338/task/2356/stat : 2356 (java) S 2336 2338 31294 0 -1 4202560 63 0 0 0 8 8 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368051948232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2358] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2358/stat : 2358 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343873581 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368050894248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2368] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2368/stat : 2368 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343970264 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368049839832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1102.78
Current children cumulated vsize (KiB) 2781696

[startup+1085.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/212 2368
/proc/meminfo: memFree=24509748/32873624 swapFree=7112/7112
[pid=2338] ppid=2336 vsize=2781696 CPUtime=1102.88 cores=0,2,4,6
/proc/2338/stat : 2338 (java) S 2336 2338 31294 0 -1 4202496 24546 0 2 0 110178 110 0 0 20 0 20 0 343862215 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140737344828720 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2338/statm: 695424 345049 2278 9 0 686117 0
[pid=2338/tid=2340] ppid=2336 vsize=2781696 CPUtime=983.64 cores=0,2,4,6
/proc/2338/task/2340/stat : 2340 (java) S 2336 2338 31294 0 -1 4202560 3053 0 1 0 98333 31 0 0 20 0 20 0 343862216 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369085195448 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2341] ppid=2336 vsize=2781696 CPUtime=2.72 cores=0,2,4,6
/proc/2338/task/2341/stat : 2341 (java) S 2336 2338 31294 0 -1 4202560 550 0 0 0 262 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369069644584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2342] ppid=2336 vsize=2781696 CPUtime=2.75 cores=0,2,4,6
/proc/2338/task/2342/stat : 2342 (java) S 2336 2338 31294 0 -1 4202560 472 0 0 0 264 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369068591784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2343] ppid=2336 vsize=2781696 CPUtime=2.93 cores=0,2,4,6
/proc/2338/task/2343/stat : 2343 (java) S 2336 2338 31294 0 -1 4202560 651 0 0 0 282 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369067539496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2344] ppid=2336 vsize=2781696 CPUtime=2.58 cores=0,2,4,6
/proc/2338/task/2344/stat : 2344 (java) S 2336 2338 31294 0 -1 4202560 650 0 0 0 247 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369066486696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2345] ppid=2336 vsize=2781696 CPUtime=2.86 cores=0,2,4,6
/proc/2338/task/2345/stat : 2345 (java) S 2336 2338 31294 0 -1 4202560 594 0 0 0 276 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369065433384 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2346] ppid=2336 vsize=2781696 CPUtime=2.71 cores=0,2,4,6
/proc/2338/task/2346/stat : 2346 (java) S 2336 2338 31294 0 -1 4202560 638 0 0 0 261 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369064380584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2347] ppid=2336 vsize=2781696 CPUtime=2.8 cores=0,2,4,6
/proc/2338/task/2347/stat : 2347 (java) S 2336 2338 31294 0 -1 4202560 517 0 0 0 270 10 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369063328296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2348] ppid=2336 vsize=2781696 CPUtime=2.62 cores=0,2,4,6
/proc/2338/task/2348/stat : 2348 (java) S 2336 2338 31294 0 -1 4202560 599 0 0 0 251 11 0 0 20 0 20 0 343862218 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140369062275496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2349] ppid=2336 vsize=2781696 CPUtime=93.26 cores=0,2,4,6
/proc/2338/task/2349/stat : 2349 (java) R 2336 2338 31294 0 -1 4202560 7110 0 0 0 9324 2 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368931888008 140369091702861 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2350] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2350/stat : 2350 (java) S 2336 2338 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368930833912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2351] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2351/stat : 2351 (java) S 2336 2338 31294 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 343862219 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368929781512 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2352] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2352/stat : 2352 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368928730000 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2353] ppid=2336 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/2338/task/2353/stat : 2353 (java) S 2336 2338 31294 0 -1 4202560 4018 0 0 0 56 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368927676600 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2354] ppid=2336 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/2338/task/2354/stat : 2354 (java) S 2336 2338 31294 0 -1 4202560 4438 0 1 0 51 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368054052920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2338/tid=2355] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2355/stat : 2355 (java) S 2336 2338 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368053000824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2338/tid=2356] ppid=2336 vsize=2781696 CPUtime=0.16 cores=0,2,4,6
/proc/2338/task/2356/stat : 2356 (java) S 2336 2338 31294 0 -1 4202560 63 0 0 0 8 8 0 0 20 0 20 0 343862222 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368051948232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2338/tid=2358] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2358/stat : 2358 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343873581 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368050894248 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2338/tid=2368] ppid=2336 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/2338/task/2368/stat : 2368 (java) S 2336 2338 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 343970264 2848456704 345049 33554432000 1073741824 1073778376 140737344837584 140368049839832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1102.88
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2338 and gives
#  childrusage.ru_utime.tv_sec=1099
#  childrusage.ru_utime.tv_usec=33921
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=380790
# CPU time returned by wait4() is 1100.41
# while last known CPU time is 1102.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1085.58
CPU time (s): 1102.88
CPU user time (s): 1101.78
CPU system time (s): 1.1
CPU usage (%): 101.593
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1099.03
system time used= 1.38079
maximum resident set size= 1383296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24574
page faults= 2
swaps= 0
block input operations= 16
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25832
involuntary context switches= 20335

runsolver used 5.08023 second user time and 11.5362 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-04 04:36:08
IDJOB=3741702
IDBENCH=89900
IDSOLVER=2322
FILE ID=node121/3741702-1338777356
RUNJOBID= node121-1338748504-31310
PBS_JOBID= 14636789
Free space on /tmp= 70940 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu06-big.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741702-1338777356/watcher-3741702-1338777356 -o /tmp/evaluation-result-3741702-1338777356/solver-3741702-1338777356 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741702-1338777356.opb

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=490699845

node121.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.042
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.08
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.042
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.042
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.92
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.042
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.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        25916412 kB
Buffers:          666536 kB
Cached:          4891000 kB
SwapCached:            0 kB
Active:          2748560 kB
Inactive:        3306500 kB
Active(anon):     485376 kB
Inactive(anon):    10760 kB
Active(file):    2263184 kB
Inactive(file):  3295740 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            320816 kB
Writeback:             0 kB
AnonPages:        517052 kB
Mapped:            22236 kB
Shmem:               200 kB
Slab:             748060 kB
SReclaimable:     191400 kB
SUnreclaim:       556660 kB
KernelStack:        1560 kB
PageTables:         4988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1508228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70936 MiB
End job on node121 at 2012-06-04 04:54:13