Trace number 3744753

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 664.27 659.462

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.10-10.opb
MD5SUMe2602db6096507ab27cc5c61fe13413b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119257
Best CPU time to get the best result obtained on this benchmark1800.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables211356
Total number of constraints2660740
Number of constraints which are clauses2660740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.06	c version 2.1.1.v20090612
0.03/0.06	c sun.arch.data.model	64
0.03/0.06	c java.version	1.6.0_24
0.03/0.06	c os.name	Linux
0.03/0.06	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.06	c os.arch	amd64
0.03/0.06	c Free memory 1299577560
0.03/0.06	c Max memory 1306394624
0.03/0.06	c Total memory 1306394624
0.03/0.07	c Number of processors 8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c MiniSAT restarts strategy
0.03/0.09	c Memory based learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3744753-1338813398.opb
0.03/0.09	c reading problem ... 
10.91/8.99	c ... done. Wall clock time 8.902s.
10.91/8.99	c #vars     211356
10.91/8.99	c #constraints  972910
10.91/8.99	c constraints type 
10.91/8.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 628618
10.91/8.99	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 214128
14.90/12.36	c SATISFIABLE
14.90/12.36	c OPTIMIZING...
14.90/12.36	c Got one! Elapsed wall clock time (in seconds):12.271
14.90/12.36	o 1095389
18.00/15.08	c Got one! Elapsed wall clock time (in seconds):14.992
18.00/15.08	o 759005
21.04/18.07	c Got one! Elapsed wall clock time (in seconds):17.983
21.04/18.07	o 450504
24.87/21.78	c Got one! Elapsed wall clock time (in seconds):21.689
24.87/21.78	o 447614
27.87/24.71	c Got one! Elapsed wall clock time (in seconds):24.621
27.87/24.71	o 357539
653.88/649.03	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
653.88/649.03		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
654.77/649.93		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)
655.47/650.65		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
655.47/650.65		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
656.18/651.36		at org.sat4j.minisat.core.Solver.search(Unknown Source)
656.18/651.36		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
656.87/652.07		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
656.87/652.07		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
657.57/652.78		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
657.57/652.78		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
658.28/653.49		at org.sat4j.AbstractLauncher.run(Unknown Source)
658.28/653.49		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
661.77/656.96	c starts		: 36
661.77/656.96	c conflicts		: 270693
661.77/656.96	c decisions		: 4223160
661.77/656.96	c propagations		: 212441010
661.77/656.96	c inspects		: 232665416
661.77/656.96	c learnt literals	: 42
661.77/656.96	c learnt binary clauses	: 269
661.77/656.96	c learnt ternary clauses	: 448
661.77/656.96	c learnt clauses	: 270650
661.77/656.96	c ignored clauses	: 0
661.77/656.96	c root simplifications	: 0
661.77/656.96	c removed literals (reason simplification)	: 323002
661.77/656.96	c reason swapping (by a shorter reason)	: 0
661.77/656.96	c Calls to reduceDB	: 0
661.77/656.96	c speed (assignments/second)	: 336012.1757175259
661.77/656.96	c non guided choices	454773
663.17/658.38	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
663.17/658.38		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:315)
663.17/658.38		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:310)
663.17/658.38		at java.util.jar.Manifest.read(Manifest.java:178)

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.63 1.94 1.97 3/191 4797
/proc/meminfo: memFree=26095760/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/4797/stat : 4797 (java) R 4795 4797 2813 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 347465457 23793664 712 33554432000 1073741824 1073778376 140735249009776 140735248998840 227503289704 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 5809 712 527 9 0 128 0

[startup+0.053132 s]
/proc/loadavg: 1.63 1.94 1.97 3/191 4797
/proc/meminfo: memFree=26095760/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2648548 CPUtime=0.03 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 3799 0 1 0 3 0 0 0 20 0 18 0 347465457 2712113152 5517 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 662137 5517 1753 9 0 652835 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2648548

[startup+0.100204 s]
/proc/loadavg: 1.63 1.94 1.97 3/191 4797
/proc/meminfo: memFree=26095760/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 4787 0 1 0 10 1 0 0 20 0 18 0 347465457 2712133632 8011 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 662142 8011 2150 9 0 652835 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2648568

[startup+0.300164 s]
/proc/loadavg: 1.63 1.94 1.97 3/191 4797
/proc/meminfo: memFree=26095760/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2648568 CPUtime=0.51 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 5948 0 1 0 49 2 0 0 20 0 18 0 347465457 2712133632 12609 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 662142 12609 2219 9 0 652835 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2648568

[startup+0.700176 s]
/proc/loadavg: 1.63 1.94 1.97 3/191 4797
/proc/meminfo: memFree=26095760/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2648568 CPUtime=1.04 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 8491 0 1 0 100 4 0 0 20 0 18 0 347465457 2712133632 51357 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 662142 51357 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 2648568

[startup+1.50059 s]
/proc/loadavg: 1.66 1.94 1.97 5/209 4815
/proc/meminfo: memFree=25749200/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2648568 CPUtime=1.95 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 8653 0 1 0 186 9 0 0 20 0 18 0 347465457 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 662142 97471 2246 9 0 652835 0
[pid=4797/tid=4799] ppid=4795 vsize=2648568 CPUtime=1.44 cores=1,3,5,7
/proc/4797/task/4799/stat : 4799 (java) R 4795 4797 2813 0 -1 4202560 2907 0 1 0 138 6 0 0 20 0 18 0 347465457 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979586699344 139979443809936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4800] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4800/stat : 4800 (java) S 4795 4797 2813 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979571157416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4801] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4801/stat : 4801 (java) S 4795 4797 2813 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979570104872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4802] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4802/stat : 4802 (java) S 4795 4797 2813 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979569051816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4803] ppid=4795 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/4797/task/4803/stat : 4803 (java) S 4795 4797 2813 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979567999272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4804] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4804/stat : 4804 (java) S 4795 4797 2813 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979566947240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4805] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4805/stat : 4805 (java) S 4795 4797 2813 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979565894696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4806] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4806/stat : 4806 (java) S 4795 4797 2813 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979564841640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4807] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4807/stat : 4807 (java) S 4795 4797 2813 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347465458 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979563789096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4808] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4808/stat : 4808 (java) S 4795 4797 2813 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979433924968 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4809] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4809/stat : 4809 (java) S 4795 4797 2813 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979432871288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4810] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4810/stat : 4810 (java) S 4795 4797 2813 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979431818120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4811] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4811/stat : 4811 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979430766864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4812] ppid=4795 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/4797/task/4812/stat : 4812 (java) S 4795 4797 2813 0 -1 4202560 1969 0 0 0 17 0 0 0 20 0 18 0 347465462 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979429714744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4813] ppid=4795 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/4797/task/4813/stat : 4813 (java) S 4795 4797 2813 0 -1 4202560 2516 0 0 0 17 0 0 0 20 0 18 0 347465462 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139979428662200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4814] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4814/stat : 4814 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139978554206968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4815] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4815/stat : 4815 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 97471 33554432000 1073741824 1073778376 140735249009776 139978553154632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 2648568

[startup+3.1006 s]
/proc/loadavg: 1.66 1.94 1.97 3/209 4815
/proc/meminfo: memFree=25627388/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2648568 CPUtime=3.79 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 8773 0 1 0 365 14 0 0 20 0 18 0 347465457 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 662142 108766 2248 9 0 652835 0
[pid=4797/tid=4799] ppid=4795 vsize=2648568 CPUtime=2.96 cores=1,3,5,7
/proc/4797/task/4799/stat : 4799 (java) R 4795 4797 2813 0 -1 4202560 2909 0 1 0 289 7 0 0 20 0 18 0 347465457 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979586706856 227515884813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4800] ppid=4795 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/4797/task/4800/stat : 4800 (java) S 4795 4797 2813 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979571157416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4801] ppid=4795 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/4797/task/4801/stat : 4801 (java) S 4795 4797 2813 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979570104872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4802] ppid=4795 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/4797/task/4802/stat : 4802 (java) S 4795 4797 2813 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979569051816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4803] ppid=4795 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/4797/task/4803/stat : 4803 (java) S 4795 4797 2813 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979567999272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4804] ppid=4795 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/4797/task/4804/stat : 4804 (java) S 4795 4797 2813 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979566947240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4805] ppid=4795 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/4797/task/4805/stat : 4805 (java) S 4795 4797 2813 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979565894696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4806] ppid=4795 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/4797/task/4806/stat : 4806 (java) S 4795 4797 2813 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979564841640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4807] ppid=4795 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/4797/task/4807/stat : 4807 (java) S 4795 4797 2813 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 347465458 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979563789096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4808] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4808/stat : 4808 (java) S 4795 4797 2813 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979433924968 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4809] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4809/stat : 4809 (java) S 4795 4797 2813 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979432871288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4810] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4810/stat : 4810 (java) S 4795 4797 2813 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979431818120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4811] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4811/stat : 4811 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979430766864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4812] ppid=4795 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/4797/task/4812/stat : 4812 (java) S 4795 4797 2813 0 -1 4202560 1971 0 0 0 17 0 0 0 20 0 18 0 347465462 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979429714744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4813] ppid=4795 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/4797/task/4813/stat : 4813 (java) S 4795 4797 2813 0 -1 4202560 2516 0 0 0 17 0 0 0 20 0 18 0 347465462 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139979428662200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4814] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4814/stat : 4814 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139978554206968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4815] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4815/stat : 4815 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 108766 33554432000 1073741824 1073778376 140735249009776 139978553154632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 2648568

[startup+6.30071 s]
/proc/loadavg: 1.69 1.94 1.97 11/210 4816
/proc/meminfo: memFree=25525860/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2648568 CPUtime=7.8 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 9524 0 1 0 757 23 0 0 20 0 18 0 347465457 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 662142 129686 2248 9 0 652835 0
[pid=4797/tid=4799] ppid=4795 vsize=2648568 CPUtime=5.86 cores=1,3,5,7
/proc/4797/task/4799/stat : 4799 (java) R 4795 4797 2813 0 -1 4202560 2915 0 1 0 579 7 0 0 20 0 18 0 347465457 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979586706936 227515884813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4800] ppid=4795 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/4797/task/4800/stat : 4800 (java) S 4795 4797 2813 0 -1 4202560 372 0 0 0 18 3 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979571157416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4801] ppid=4795 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/4797/task/4801/stat : 4801 (java) S 4795 4797 2813 0 -1 4202560 64 0 0 0 13 2 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979570104872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4802] ppid=4795 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/4797/task/4802/stat : 4802 (java) S 4795 4797 2813 0 -1 4202560 60 0 0 0 17 2 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979569051816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4803] ppid=4795 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/4797/task/4803/stat : 4803 (java) S 4795 4797 2813 0 -1 4202560 52 0 0 0 15 2 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979567999272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4804] ppid=4795 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/4797/task/4804/stat : 4804 (java) S 4795 4797 2813 0 -1 4202560 220 0 0 0 17 3 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979566947240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4805] ppid=4795 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/4797/task/4805/stat : 4805 (java) S 4795 4797 2813 0 -1 4202560 53 0 0 0 14 1 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979565894696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4806] ppid=4795 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/4797/task/4806/stat : 4806 (java) S 4795 4797 2813 0 -1 4202560 59 0 0 0 17 1 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979564841640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4807] ppid=4795 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/4797/task/4807/stat : 4807 (java) S 4795 4797 2813 0 -1 4202560 56 0 0 0 14 2 0 0 20 0 18 0 347465458 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979563789096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4808] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4808/stat : 4808 (java) S 4795 4797 2813 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979433924968 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4809] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4809/stat : 4809 (java) S 4795 4797 2813 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979432871288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4810] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4810/stat : 4810 (java) S 4795 4797 2813 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347465459 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979431818120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4811] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4811/stat : 4811 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979430766864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4812] ppid=4795 vsize=2648568 CPUtime=0.17 cores=1,3,5,7
/proc/4797/task/4812/stat : 4812 (java) S 4795 4797 2813 0 -1 4202560 1971 0 0 0 17 0 0 0 20 0 18 0 347465462 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979429714744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4813] ppid=4795 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/4797/task/4813/stat : 4813 (java) S 4795 4797 2813 0 -1 4202560 2517 0 0 0 19 0 0 0 20 0 18 0 347465462 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139979428662200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4814] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4814/stat : 4814 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139978554206968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4815] ppid=4795 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4815/stat : 4815 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347465462 2712133632 129686 33554432000 1073741824 1073778376 140735249009776 139978553154632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 1.71 1.94 1.97 3/211 4817
/proc/meminfo: memFree=25449964/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2715132 CPUtime=15.64 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 20033 0 1 0 1534 30 0 0 20 0 19 0 347465457 2780295168 145353 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 678783 145353 2270 9 0 669476 0
[pid=4797/tid=4799] ppid=4795 vsize=2715132 CPUtime=12.08 cores=1,3,5,7

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

/proc/4797/task/4811/stat : 4811 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344160 33554432000 1073741824 1073778376 140735249009776 139979430766864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4812] ppid=4795 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/4797/task/4812/stat : 4812 (java) S 4795 4797 2813 0 -1 4202560 4345 0 0 0 67 1 0 0 20 0 20 0 347465462 2848456704 344160 33554432000 1073741824 1073778376 140735249009776 139979429714744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4813] ppid=4795 vsize=2781696 CPUtime=0.78 cores=1,3,5,7
/proc/4797/task/4813/stat : 4813 (java) S 4795 4797 2813 0 -1 4202560 9746 0 0 0 77 1 0 0 20 0 20 0 347465462 2848456704 344160 33554432000 1073741824 1073778376 140735249009776 139979428662200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4814] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4814/stat : 4814 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344160 33554432000 1073741824 1073778376 140735249009776 139978554206968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4815] ppid=4795 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/4797/task/4815/stat : 4815 (java) S 4795 4797 2813 0 -1 4202560 37 0 0 0 8 10 0 0 20 0 20 0 347465462 2848456704 344160 33554432000 1073741824 1073778376 140735249009776 139978553154632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4817] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4817/stat : 4817 (java) S 4795 4797 2813 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347466379 2848456704 344160 33554432000 1073741824 1073778376 140735249009776 139978552099880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4848] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4848/stat : 4848 (java) S 4795 4797 2813 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 347531052 2848456704 344160 33554432000 1073741824 1073778376 140735249009776 139978551040520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 662.47
Current children cumulated vsize (KiB) 2781696

[startup+658.401 s]
/proc/loadavg: 1.02 1.44 1.75 2/188 4848
/proc/meminfo: memFree=25139000/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2781696 CPUtime=663.27 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 21569 0 1 0 66215 112 0 0 20 0 20 0 347465457 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 695424 344161 2277 9 0 686117 0
[pid=4797/tid=4799] ppid=4795 vsize=2781696 CPUtime=639.62 cores=1,3,5,7
/proc/4797/task/4799/stat : 4799 (java) S 4795 4797 2813 0 -1 4202560 2969 0 1 0 63945 17 0 0 20 0 20 0 347465457 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979586708664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4800] ppid=4795 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/4797/task/4800/stat : 4800 (java) S 4795 4797 2813 0 -1 4202560 551 0 0 0 41 14 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979571157416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4801] ppid=4795 vsize=2781696 CPUtime=0.47 cores=1,3,5,7
/proc/4797/task/4801/stat : 4801 (java) S 4795 4797 2813 0 -1 4202560 328 0 0 0 37 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979570104872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4802] ppid=4795 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/4797/task/4802/stat : 4802 (java) S 4795 4797 2813 0 -1 4202560 460 0 0 0 45 11 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979569051816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4803] ppid=4795 vsize=2781696 CPUtime=0.54 cores=1,3,5,7
/proc/4797/task/4803/stat : 4803 (java) S 4795 4797 2813 0 -1 4202560 325 0 0 0 45 9 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979567999272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4804] ppid=4795 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/4797/task/4804/stat : 4804 (java) S 4795 4797 2813 0 -1 4202560 433 0 0 0 45 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979566947240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4805] ppid=4795 vsize=2781696 CPUtime=0.48 cores=1,3,5,7
/proc/4797/task/4805/stat : 4805 (java) S 4795 4797 2813 0 -1 4202560 467 0 0 0 38 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979565894696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4806] ppid=4795 vsize=2781696 CPUtime=0.51 cores=1,3,5,7
/proc/4797/task/4806/stat : 4806 (java) S 4795 4797 2813 0 -1 4202560 369 0 0 0 40 11 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979564841640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4807] ppid=4795 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/4797/task/4807/stat : 4807 (java) S 4795 4797 2813 0 -1 4202560 271 0 0 0 46 13 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979563789096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4808] ppid=4795 vsize=2781696 CPUtime=15.93 cores=1,3,5,7
/proc/4797/task/4808/stat : 4808 (java) R 4795 4797 2813 0 -1 4202560 71 0 0 0 1592 1 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979433924968 139979592834194 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4809] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4809/stat : 4809 (java) S 4795 4797 2813 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979432871288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4810] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4810/stat : 4810 (java) S 4795 4797 2813 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979431818120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4811] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4811/stat : 4811 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979430766864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4812] ppid=4795 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/4797/task/4812/stat : 4812 (java) S 4795 4797 2813 0 -1 4202560 4345 0 0 0 67 1 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979429714744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4813] ppid=4795 vsize=2781696 CPUtime=0.78 cores=1,3,5,7
/proc/4797/task/4813/stat : 4813 (java) S 4795 4797 2813 0 -1 4202560 9746 0 0 0 77 1 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979428662200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4814] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4814/stat : 4814 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978554206968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4815] ppid=4795 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/4797/task/4815/stat : 4815 (java) S 4795 4797 2813 0 -1 4202560 37 0 0 0 8 10 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978553154632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4817] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4817/stat : 4817 (java) S 4795 4797 2813 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347466379 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978552099880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4848] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4848/stat : 4848 (java) S 4795 4797 2813 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 347531052 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978551045464 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 663.27
Current children cumulated vsize (KiB) 2781696

[startup+659.201 s]
/proc/loadavg: 1.02 1.44 1.75 2/188 4848
/proc/meminfo: memFree=25139000/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2781696 CPUtime=664.07 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 21571 0 1 0 66295 112 0 0 20 0 20 0 347465457 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 695424 344161 2277 9 0 686117 0
[pid=4797/tid=4799] ppid=4795 vsize=2781696 CPUtime=639.62 cores=1,3,5,7
/proc/4797/task/4799/stat : 4799 (java) S 4795 4797 2813 0 -1 4202560 2969 0 1 0 63945 17 0 0 20 0 20 0 347465457 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979586708664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4800] ppid=4795 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/4797/task/4800/stat : 4800 (java) S 4795 4797 2813 0 -1 4202560 551 0 0 0 41 14 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979571157416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4801] ppid=4795 vsize=2781696 CPUtime=0.47 cores=1,3,5,7
/proc/4797/task/4801/stat : 4801 (java) S 4795 4797 2813 0 -1 4202560 328 0 0 0 37 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979570104872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4802] ppid=4795 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/4797/task/4802/stat : 4802 (java) S 4795 4797 2813 0 -1 4202560 460 0 0 0 45 11 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979569051816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4803] ppid=4795 vsize=2781696 CPUtime=0.54 cores=1,3,5,7
/proc/4797/task/4803/stat : 4803 (java) S 4795 4797 2813 0 -1 4202560 325 0 0 0 45 9 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979567999272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4804] ppid=4795 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/4797/task/4804/stat : 4804 (java) S 4795 4797 2813 0 -1 4202560 433 0 0 0 45 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979566947240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4805] ppid=4795 vsize=2781696 CPUtime=0.48 cores=1,3,5,7
/proc/4797/task/4805/stat : 4805 (java) S 4795 4797 2813 0 -1 4202560 467 0 0 0 38 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979565894696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4806] ppid=4795 vsize=2781696 CPUtime=0.51 cores=1,3,5,7
/proc/4797/task/4806/stat : 4806 (java) S 4795 4797 2813 0 -1 4202560 369 0 0 0 40 11 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979564841640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4807] ppid=4795 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/4797/task/4807/stat : 4807 (java) S 4795 4797 2813 0 -1 4202560 271 0 0 0 46 13 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979563789096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4808] ppid=4795 vsize=2781696 CPUtime=16.73 cores=1,3,5,7
/proc/4797/task/4808/stat : 4808 (java) R 4795 4797 2813 0 -1 4202560 71 0 0 0 1672 1 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979433925128 139979592834191 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4809] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4809/stat : 4809 (java) S 4795 4797 2813 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979432871288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4810] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4810/stat : 4810 (java) S 4795 4797 2813 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979431818120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4811] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4811/stat : 4811 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979430766864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4812] ppid=4795 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/4797/task/4812/stat : 4812 (java) S 4795 4797 2813 0 -1 4202560 4345 0 0 0 67 1 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979429714744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4813] ppid=4795 vsize=2781696 CPUtime=0.78 cores=1,3,5,7
/proc/4797/task/4813/stat : 4813 (java) S 4795 4797 2813 0 -1 4202560 9746 0 0 0 77 1 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979428662200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4814] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4814/stat : 4814 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978554206968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4815] ppid=4795 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/4797/task/4815/stat : 4815 (java) S 4795 4797 2813 0 -1 4202560 37 0 0 0 8 10 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978553154632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4817] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4817/stat : 4817 (java) S 4795 4797 2813 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347466379 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978552099880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4848] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4848/stat : 4848 (java) S 4795 4797 2813 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 347531052 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978551045720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 664.07
Current children cumulated vsize (KiB) 2781696

[startup+659.401 s]
/proc/loadavg: 1.02 1.44 1.75 2/188 4848
/proc/meminfo: memFree=25139000/32873624 swapFree=7112/7112
[pid=4797] ppid=4795 vsize=2781696 CPUtime=664.27 cores=1,3,5,7
/proc/4797/stat : 4797 (java) S 4795 4797 2813 0 -1 4202496 21571 0 1 0 66315 112 0 0 20 0 20 0 347465457 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 140735249000912 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4797/statm: 695424 344161 2277 9 0 686117 0
[pid=4797/tid=4799] ppid=4795 vsize=2781696 CPUtime=639.62 cores=1,3,5,7
/proc/4797/task/4799/stat : 4799 (java) S 4795 4797 2813 0 -1 4202560 2969 0 1 0 63945 17 0 0 20 0 20 0 347465457 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979586708664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4800] ppid=4795 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/4797/task/4800/stat : 4800 (java) S 4795 4797 2813 0 -1 4202560 551 0 0 0 41 14 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979571157416 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4801] ppid=4795 vsize=2781696 CPUtime=0.47 cores=1,3,5,7
/proc/4797/task/4801/stat : 4801 (java) S 4795 4797 2813 0 -1 4202560 328 0 0 0 37 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979570104872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4802] ppid=4795 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/4797/task/4802/stat : 4802 (java) S 4795 4797 2813 0 -1 4202560 460 0 0 0 45 11 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979569051816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4803] ppid=4795 vsize=2781696 CPUtime=0.54 cores=1,3,5,7
/proc/4797/task/4803/stat : 4803 (java) S 4795 4797 2813 0 -1 4202560 325 0 0 0 45 9 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979567999272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4804] ppid=4795 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/4797/task/4804/stat : 4804 (java) S 4795 4797 2813 0 -1 4202560 433 0 0 0 45 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979566947240 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4805] ppid=4795 vsize=2781696 CPUtime=0.48 cores=1,3,5,7
/proc/4797/task/4805/stat : 4805 (java) S 4795 4797 2813 0 -1 4202560 467 0 0 0 38 10 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979565894696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4797/tid=4806] ppid=4795 vsize=2781696 CPUtime=0.51 cores=1,3,5,7
/proc/4797/task/4806/stat : 4806 (java) S 4795 4797 2813 0 -1 4202560 369 0 0 0 40 11 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979564841640 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4807] ppid=4795 vsize=2781696 CPUtime=0.59 cores=1,3,5,7
/proc/4797/task/4807/stat : 4807 (java) S 4795 4797 2813 0 -1 4202560 271 0 0 0 46 13 0 0 20 0 20 0 347465458 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979563789096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4808] ppid=4795 vsize=2781696 CPUtime=16.93 cores=1,3,5,7
/proc/4797/task/4808/stat : 4808 (java) R 4795 4797 2813 0 -1 4202560 71 0 0 0 1692 1 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979433925128 139979593216072 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4809] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4809/stat : 4809 (java) S 4795 4797 2813 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979432871288 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4810] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4810/stat : 4810 (java) S 4795 4797 2813 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 347465459 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979431818120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4811] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4811/stat : 4811 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979430766864 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4812] ppid=4795 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/4797/task/4812/stat : 4812 (java) S 4795 4797 2813 0 -1 4202560 4345 0 0 0 67 1 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979429714744 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4797/tid=4813] ppid=4795 vsize=2781696 CPUtime=0.78 cores=1,3,5,7
/proc/4797/task/4813/stat : 4813 (java) S 4795 4797 2813 0 -1 4202560 9746 0 0 0 77 1 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139979428662200 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4814] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4814/stat : 4814 (java) S 4795 4797 2813 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978554206968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4815] ppid=4795 vsize=2781696 CPUtime=0.18 cores=1,3,5,7
/proc/4797/task/4815/stat : 4815 (java) S 4795 4797 2813 0 -1 4202560 37 0 0 0 8 10 0 0 20 0 20 0 347465462 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978553154632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4797/tid=4817] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4817/stat : 4817 (java) S 4795 4797 2813 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347466379 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978552099880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4797/tid=4848] ppid=4795 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4848/stat : 4848 (java) S 4795 4797 2813 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 20 0 347531052 2848456704 344161 33554432000 1073741824 1073778376 140735249009776 139978551045720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 664.27
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4797 and gives
#  childrusage.ru_utime.tv_sec=661
#  childrusage.ru_utime.tv_usec=441445
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=321799
# CPU time returned by wait4() is 662.763
# while last known CPU time is 664.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 659.462
CPU time (s): 664.27
CPU user time (s): 663.15
CPU system time (s): 1.12
CPU usage (%): 100.729
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 661.441
system time used= 1.3218
maximum resident set size= 1376660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21586
page faults= 1
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14784
involuntary context switches= 2773

runsolver used 3.00654 second user time and 5.9211 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-04 14:36:40
IDJOB=3744753
IDBENCH=92829
IDSOLVER=2322
FILE ID=node121/3744753-1338813398
RUNJOBID= node121-1338813398-4753
PBS_JOBID= 14636843
Free space on /tmp= 71136 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb10-0.10-10.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744753-1338813398/watcher-3744753-1338813398 -o /tmp/evaluation-result-3744753-1338813398/solver-3744753-1338813398 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744753-1338813398.opb

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

MD5SUM BENCH= e2602db6096507ab27cc5c61fe13413b
RANDOM SEED=842893152

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:        26096132 kB
Buffers:          693488 kB
Cached:          4797828 kB
SwapCached:            0 kB
Active:          2485120 kB
Inactive:        3375328 kB
Active(anon):     357284 kB
Inactive(anon):    10760 kB
Active(file):    2127836 kB
Inactive(file):  3364568 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            121876 kB
Writeback:             0 kB
AnonPages:        434268 kB
Mapped:            22120 kB
Shmem:               200 kB
Slab:             763392 kB
SReclaimable:     206928 kB
SUnreclaim:       556464 kB
KernelStack:        1432 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1502916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 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= 71172 MiB
End job on node121 at 2012-06-04 14:47:39