Trace number 3741554

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
PB07: SAT4JPseudoResolution 2007-03-23? 1065.37 1062.23

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1599470296
0.01/0.08	c Max memory 1607860224
0.01/0.08	c Total memory 1607860224
0.01/0.08	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3741554-1338744781.opb
0.08/0.11	c reading problem ... 
3.15/2.80	c ... done. Wall clock time 2.693s.
3.60/3.02	c CPU time (experimental) 2.73s.
3.60/3.02	c #vars     10080
3.60/3.02	c #constraints  732
520.62/518.32	c cleaning 48507 clauses out of 97095 for limit 0.0015911965635156658
524.14/521.88	c cleaning 24561 clauses out of 49133 for limit 0.005424457771836968
525.94/523.66	c cleaning 12403 clauses out of 24932 for limit 0.015324867755999774
527.44/525.14	c cleaning 6406 clauses out of 13034 for limit 0.048585265794260854
528.64/526.32	c cleaning 3491 clauses out of 7123 for limit 0.14588232739975968
530.14/527.84	c cleaning 1968 clauses out of 4135 for limit 0.41567081808411815
531.65/529.38	c cleaning 1257 clauses out of 2664 for limit 1.0608236205562045
534.75/532.47	c cleaning 956 clauses out of 2009 for limit 2.5690558929923024
1062.37/1059.25	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1062.37/1059.25		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
1062.37/1059.25		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
1062.96/1059.84		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
1062.96/1059.84		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1062.96/1059.84		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1063.36/1060.22		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1063.36/1060.22		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1063.36/1060.22		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1063.36/1060.22		at org.sat4j.opt.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1063.76/1060.61		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1063.76/1060.61		at org.sat4j.LanceurPseudo2005.solve(Unknown Source)
1063.76/1060.61		at org.sat4j.AbstractLauncher.run(Unknown Source)
1064.16/1061.00		at org.sat4j.LanceurPseudo2007.main(Unknown Source)
1064.97/1061.82	c starts		: 17
1065.37/1062.22	c conflicts		: 183917
1065.37/1062.22	c decisions		: 2027393
1065.37/1062.22	c propagations		: 43896702
1065.37/1062.22	c inspects		: 159452267
1065.37/1062.22	c learnt literals	: 0
1065.37/1062.22	c learnt binary clauses	: 0
1065.37/1062.22	c learnt ternary clauses	: 0
1065.37/1062.22	c learnt clauses	: 183916
1065.37/1062.22	c root simplifications	: 0
1065.37/1062.22	c removed literals (reason simplification)	: 0
1065.37/1062.22	c reason swapping (by a shorter reason)	: 0
1065.37/1062.22	c Calls to reduceDB	: 8
1065.37/1062.22	c speed (decisions/second)	: 1913.8717001080886
1065.37/1062.22	c non guided choices	0
1065.37/1062.22	s UNKNOWN
1065.37/1062.22	c Total wall clock time (ms): 1062.111

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-3741554-1338744781/watcher-3741554-1338744781 -o /tmp/evaluation-result-3741554-1338744781/solver-3741554-1338744781 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741554-1338744781.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 8973
/proc/meminfo: memFree=29745616/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/8973/stat : 8973 (java) R 8971 8973 30888 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 340606689 9515008 183 33554432000 1073741824 1073778376 140733886899648 140733886890680 249650036405 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8973/statm: 2323 183 140 9 0 71 0

[startup+0.0324819 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 8973
/proc/meminfo: memFree=29745616/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=2414972 CPUtime=0.01 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 3682 0 1 0 0 1 0 0 20 0 10 0 340606689 2472931328 4381 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 603743 4381 1537 9 0 594444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2414972

[startup+0.100255 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 8973
/proc/meminfo: memFree=29745616/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 4848 0 1 0 7 1 0 0 20 0 18 0 340606689 3028844544 6555 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 739464 6565 2098 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300222 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 8973
/proc/meminfo: memFree=29745616/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=2957856 CPUtime=0.46 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 6140 0 1 0 44 2 0 0 20 0 18 0 340606689 3028844544 10419 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 739464 10419 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700235 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 8973
/proc/meminfo: memFree=29745616/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=2957856 CPUtime=0.95 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 6351 0 1 0 90 5 0 0 20 0 18 0 340606689 3028844544 54481 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 739464 54481 2243 9 0 729885 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 2957856

[startup+1.50067 s]
/proc/loadavg: 1.92 1.98 1.99 4/212 8991
/proc/meminfo: memFree=29396432/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=2957856 CPUtime=1.76 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 6494 0 1 0 166 10 0 0 20 0 18 0 340606689 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 739464 111335 2259 9 0 729885 0
[pid=8973/tid=8975] ppid=8971 vsize=2957856 CPUtime=1.45 cores=0,2,4,6
/proc/8973/task/8975/stat : 8975 (java) R 8971 8973 30888 0 -1 4202560 3224 0 1 0 136 9 0 0 20 0 18 0 340606690 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729800752696 139729664773363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8973/tid=8976] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8976/stat : 8976 (java) S 8971 8973 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729784179112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8977] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8977/stat : 8977 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729783126568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8978] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8978/stat : 8978 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729664207016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8979] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8979/stat : 8979 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729663154472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8973/tid=8980] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8980/stat : 8980 (java) S 8971 8973 30888 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729662102440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8981] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8981/stat : 8981 (java) S 8971 8973 30888 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729661049896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8982] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8982/stat : 8982 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729659996840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8983] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8983/stat : 8983 (java) S 8971 8973 30888 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 340606692 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729658944296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8984] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8984/stat : 8984 (java) S 8971 8973 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340606693 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729176615272 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8985] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8985/stat : 8985 (java) S 8971 8973 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340606694 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729175561592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8986] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8986/stat : 8986 (java) S 8971 8973 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340606694 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729174508424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8987] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8987/stat : 8987 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340606696 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729173457168 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8988] ppid=8971 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/8973/task/8988/stat : 8988 (java) S 8971 8973 30888 0 -1 4202560 1064 0 0 0 14 0 0 0 20 0 18 0 340606696 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729172405048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8989] ppid=8971 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/8973/task/8989/stat : 8989 (java) S 8971 8973 30888 0 -1 4202560 991 0 0 0 11 0 0 0 20 0 18 0 340606696 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729171352504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8990] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8990/stat : 8990 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340606696 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729170299640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8991] ppid=8971 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8991/stat : 8991 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340606696 3028844544 111335 33554432000 1073741824 1073778376 140733220646624 139729169247304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 2957856

[startup+3.10066 s]
/proc/loadavg: 1.92 1.98 1.99 4/212 8991
/proc/meminfo: memFree=29295336/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=3024420 CPUtime=3.83 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 10710 0 1 0 370 13 0 0 20 0 19 0 340606689 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 756105 118477 2281 9 0 746526 0
[pid=8973/tid=8975] ppid=8971 vsize=3024420 CPUtime=3.03 cores=0,2,4,6
/proc/8973/task/8975/stat : 8975 (java) R 8971 8973 30888 0 -1 4202560 3238 0 1 0 293 10 0 0 20 0 19 0 340606690 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729800753528 139729664298825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8973/tid=8976] ppid=8971 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/8973/task/8976/stat : 8976 (java) S 8971 8973 30888 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729784179112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8977] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8977/stat : 8977 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729783126568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8978] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8978/stat : 8978 (java) S 8971 8973 30888 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729664207016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8979] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8979/stat : 8979 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729663154472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8980] ppid=8971 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/8973/task/8980/stat : 8980 (java) S 8971 8973 30888 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729662102440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8981] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8981/stat : 8981 (java) S 8971 8973 30888 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729661049896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8982] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8982/stat : 8982 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729659996840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8983] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8983/stat : 8983 (java) S 8971 8973 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729658944296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8984] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8984/stat : 8984 (java) S 8971 8973 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 340606693 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729176615272 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8985] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8985/stat : 8985 (java) S 8971 8973 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340606694 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729175561592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8986] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8986/stat : 8986 (java) S 8971 8973 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340606694 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729174508424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8987] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8987/stat : 8987 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606696 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729173457168 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8988] ppid=8971 vsize=3024420 CPUtime=0.29 cores=0,2,4,6
/proc/8973/task/8988/stat : 8988 (java) S 8971 8973 30888 0 -1 4202560 2089 0 0 0 29 0 0 0 20 0 19 0 340606696 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729172405048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8989] ppid=8971 vsize=3024420 CPUtime=0.37 cores=0,2,4,6
/proc/8973/task/8989/stat : 8989 (java) R 8971 8973 30888 0 -1 4202560 4114 0 0 0 37 0 0 0 20 0 19 0 340606696 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729171352504 139729806455375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8990] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8990/stat : 8990 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606696 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729170299640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8991] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8991/stat : 8991 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606696 3097006080 118477 33554432000 1073741824 1073778376 140733220646624 139729169247304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 3024420

[startup+6.30062 s]
/proc/loadavg: 1.93 1.98 1.99 4/213 8992
/proc/meminfo: memFree=29282052/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=3024420 CPUtime=7.14 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 10816 0 1 0 701 13 0 0 20 0 19 0 340606689 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 756105 117452 2281 9 0 746526 0
[pid=8973/tid=8975] ppid=8971 vsize=3024420 CPUtime=6.22 cores=0,2,4,6
/proc/8973/task/8975/stat : 8975 (java) R 8971 8973 30888 0 -1 4202560 3241 0 1 0 612 10 0 0 20 0 19 0 340606690 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729800751488 139729664881237 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8973/tid=8976] ppid=8971 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/8973/task/8976/stat : 8976 (java) S 8971 8973 30888 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729784179112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8977] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8977/stat : 8977 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729783126568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8978] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8978/stat : 8978 (java) S 8971 8973 30888 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729664207016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8979] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8979/stat : 8979 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729663154472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8980] ppid=8971 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/8973/task/8980/stat : 8980 (java) S 8971 8973 30888 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729662102440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8981] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8981/stat : 8981 (java) S 8971 8973 30888 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729661049896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8982] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8982/stat : 8982 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729659996840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8983] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8983/stat : 8983 (java) S 8971 8973 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340606692 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729658944296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8984] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8984/stat : 8984 (java) S 8971 8973 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340606693 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729176615272 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8985] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8985/stat : 8985 (java) S 8971 8973 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340606694 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729175561592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8986] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8986/stat : 8986 (java) S 8971 8973 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340606694 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729174508424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8987] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8987/stat : 8987 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606696 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729173457168 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8988] ppid=8971 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/8973/task/8988/stat : 8988 (java) S 8971 8973 30888 0 -1 4202560 2090 0 0 0 36 0 0 0 20 0 19 0 340606696 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729172405048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8989] ppid=8971 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/8973/task/8989/stat : 8989 (java) S 8971 8973 30888 0 -1 4202560 4215 0 0 0 40 0 0 0 20 0 19 0 340606696 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729171352504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8990] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8990/stat : 8990 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606696 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729170299640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8991] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8991/stat : 8991 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340606696 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729169247304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8992] ppid=8971 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8992/stat : 8992 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 340606980 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 139729167115304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 4/213 8992
/proc/meminfo: memFree=29282084/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=3024420 CPUtime=13.54 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 10817 0 1 0 1341 13 0 0 20 0 19 0 340606689 3097006080 117452 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0

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

/proc/8973/task/8987/stat : 8987 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417564 33554432000 1073741824 1073778376 140733220646624 139729173457168 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8988] ppid=8971 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/8973/task/8988/stat : 8988 (java) S 8971 8973 30888 0 -1 4202560 2104 0 0 0 46 0 0 0 20 0 20 0 340606696 3165167616 417564 33554432000 1073741824 1073778376 140733220646624 139729172405048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8989] ppid=8971 vsize=3090984 CPUtime=0.43 cores=0,2,4,6
/proc/8973/task/8989/stat : 8989 (java) S 8971 8973 30888 0 -1 4202560 4227 0 0 0 43 0 0 0 20 0 20 0 340606696 3165167616 417564 33554432000 1073741824 1073778376 140733220646624 139729171352504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8990] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8990/stat : 8990 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417564 33554432000 1073741824 1073778376 140733220646624 139729170299640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8991] ppid=8971 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/8973/task/8991/stat : 8991 (java) S 8971 8973 30888 0 -1 4202560 61 0 0 0 12 15 0 0 20 0 20 0 340606696 3165167616 417564 33554432000 1073741824 1073778376 140733220646624 139729169247304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 6 0 0
[pid=8973/tid=8992] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8992/stat : 8992 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340606980 3165167616 417564 33554432000 1073741824 1073778376 140733220646624 139729167115304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=9128] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/9128/stat : 9128 (java) S 8971 8973 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340712790 3165167616 417564 33554432000 1073741824 1073778376 140733220646624 139729166062488 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1064.67
Current children cumulated vsize (KiB) 3090984

[startup+1061.9 s]
/proc/loadavg: 2.00 2.04 2.02 3/215 9128
/proc/meminfo: memFree=28145432/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=3090984 CPUtime=1065.07 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 12823 0 1 0 106380 127 0 0 20 0 20 0 340606689 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 772746 417567 2297 9 0 763167 0
[pid=8973/tid=8975] ppid=8971 vsize=3090984 CPUtime=1052.61 cores=0,2,4,6
/proc/8973/task/8975/stat : 8975 (java) S 8971 8973 30888 0 -1 4202560 3280 0 1 0 105236 25 0 0 20 0 20 0 340606690 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729800754360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8973/tid=8976] ppid=8971 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/8973/task/8976/stat : 8976 (java) S 8971 8973 30888 0 -1 4202560 198 0 0 0 23 11 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729784179112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8977] ppid=8971 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/8973/task/8977/stat : 8977 (java) S 8971 8973 30888 0 -1 4202560 215 0 0 0 27 12 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729783126568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8978] ppid=8971 vsize=3090984 CPUtime=0.38 cores=0,2,4,6
/proc/8973/task/8978/stat : 8978 (java) S 8971 8973 30888 0 -1 4202560 266 0 0 0 24 14 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729664207016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8979] ppid=8971 vsize=3090984 CPUtime=0.28 cores=0,2,4,6
/proc/8973/task/8979/stat : 8979 (java) S 8971 8973 30888 0 -1 4202560 126 0 0 0 21 7 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729663154472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8980] ppid=8971 vsize=3090984 CPUtime=0.55 cores=0,2,4,6
/proc/8973/task/8980/stat : 8980 (java) S 8971 8973 30888 0 -1 4202560 350 0 0 0 35 20 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729662102440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8981] ppid=8971 vsize=3090984 CPUtime=0.24 cores=0,2,4,6
/proc/8973/task/8981/stat : 8981 (java) S 8971 8973 30888 0 -1 4202560 122 0 0 0 17 7 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729661049896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8982] ppid=8971 vsize=3090984 CPUtime=0.37 cores=0,2,4,6
/proc/8973/task/8982/stat : 8982 (java) S 8971 8973 30888 0 -1 4202560 262 0 0 0 22 15 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729659996840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8983] ppid=8971 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/8973/task/8983/stat : 8983 (java) S 8971 8973 30888 0 -1 4202560 160 0 0 0 24 10 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729658944296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8984] ppid=8971 vsize=3090984 CPUtime=5.74 cores=0,2,4,6
/proc/8973/task/8984/stat : 8984 (java) R 8971 8973 30888 0 -1 4202560 250 0 0 0 567 7 0 0 20 0 20 0 340606693 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729176615272 139729807261818 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8985] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8985/stat : 8985 (java) S 8971 8973 30888 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 340606694 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729175561592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8986] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8986/stat : 8986 (java) S 8971 8973 30888 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340606694 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729174508424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8987] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8987/stat : 8987 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729173457168 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8988] ppid=8971 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/8973/task/8988/stat : 8988 (java) S 8971 8973 30888 0 -1 4202560 2104 0 0 0 46 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729172405048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8989] ppid=8971 vsize=3090984 CPUtime=0.43 cores=0,2,4,6
/proc/8973/task/8989/stat : 8989 (java) S 8971 8973 30888 0 -1 4202560 4227 0 0 0 43 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729171352504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8990] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8990/stat : 8990 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729170299640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8991] ppid=8971 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/8973/task/8991/stat : 8991 (java) S 8971 8973 30888 0 -1 4202560 61 0 0 0 12 15 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729169247304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 6 0 0
[pid=8973/tid=8992] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8992/stat : 8992 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340606980 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729167115304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=9128] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/9128/stat : 9128 (java) S 8971 8973 30888 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340712790 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729166062184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1065.07
Current children cumulated vsize (KiB) 3090984

[startup+1062.1 s]
/proc/loadavg: 2.00 2.04 2.02 3/215 9128
/proc/meminfo: memFree=28145432/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=3090984 CPUtime=1065.27 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 12824 0 1 0 106400 127 0 0 20 0 20 0 340606689 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 772746 417567 2297 9 0 763167 0
[pid=8973/tid=8975] ppid=8971 vsize=3090984 CPUtime=1052.61 cores=0,2,4,6
/proc/8973/task/8975/stat : 8975 (java) S 8971 8973 30888 0 -1 4202560 3280 0 1 0 105236 25 0 0 20 0 20 0 340606690 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729800754360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8973/tid=8976] ppid=8971 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/8973/task/8976/stat : 8976 (java) S 8971 8973 30888 0 -1 4202560 198 0 0 0 23 11 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729784179112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8977] ppid=8971 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/8973/task/8977/stat : 8977 (java) S 8971 8973 30888 0 -1 4202560 215 0 0 0 27 12 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729783126568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8978] ppid=8971 vsize=3090984 CPUtime=0.38 cores=0,2,4,6
/proc/8973/task/8978/stat : 8978 (java) S 8971 8973 30888 0 -1 4202560 266 0 0 0 24 14 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729664207016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8979] ppid=8971 vsize=3090984 CPUtime=0.28 cores=0,2,4,6
/proc/8973/task/8979/stat : 8979 (java) S 8971 8973 30888 0 -1 4202560 126 0 0 0 21 7 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729663154472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8980] ppid=8971 vsize=3090984 CPUtime=0.55 cores=0,2,4,6
/proc/8973/task/8980/stat : 8980 (java) S 8971 8973 30888 0 -1 4202560 350 0 0 0 35 20 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729662102440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8981] ppid=8971 vsize=3090984 CPUtime=0.24 cores=0,2,4,6
/proc/8973/task/8981/stat : 8981 (java) S 8971 8973 30888 0 -1 4202560 122 0 0 0 17 7 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729661049896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8982] ppid=8971 vsize=3090984 CPUtime=0.37 cores=0,2,4,6
/proc/8973/task/8982/stat : 8982 (java) S 8971 8973 30888 0 -1 4202560 262 0 0 0 22 15 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729659996840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8983] ppid=8971 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/8973/task/8983/stat : 8983 (java) S 8971 8973 30888 0 -1 4202560 160 0 0 0 24 10 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729658944296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8984] ppid=8971 vsize=3090984 CPUtime=5.94 cores=0,2,4,6
/proc/8973/task/8984/stat : 8984 (java) R 8971 8973 30888 0 -1 4202560 250 0 0 0 587 7 0 0 20 0 20 0 340606693 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729176615272 139729807609819 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8985] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8985/stat : 8985 (java) S 8971 8973 30888 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 340606694 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729175561592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8986] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8986/stat : 8986 (java) S 8971 8973 30888 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340606694 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729174508424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8987] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8987/stat : 8987 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729173457168 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8988] ppid=8971 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/8973/task/8988/stat : 8988 (java) S 8971 8973 30888 0 -1 4202560 2104 0 0 0 46 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729172405048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8989] ppid=8971 vsize=3090984 CPUtime=0.43 cores=0,2,4,6
/proc/8973/task/8989/stat : 8989 (java) S 8971 8973 30888 0 -1 4202560 4227 0 0 0 43 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729171352504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8990] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8990/stat : 8990 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729170299640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8991] ppid=8971 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/8973/task/8991/stat : 8991 (java) S 8971 8973 30888 0 -1 4202560 61 0 0 0 12 15 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729169247304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 6 0 0
[pid=8973/tid=8992] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8992/stat : 8992 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340606980 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729167115304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=9128] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/9128/stat : 9128 (java) S 8971 8973 30888 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340712790 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729166061240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1065.27
Current children cumulated vsize (KiB) 3090984

[startup+1062.2 s]
/proc/loadavg: 2.00 2.04 2.02 3/215 9128
/proc/meminfo: memFree=28145432/32873844 swapFree=8656/8656
[pid=8973] ppid=8971 vsize=3090984 CPUtime=1065.37 cores=0,2,4,6
/proc/8973/stat : 8973 (java) S 8971 8973 30888 0 -1 4202496 12824 0 1 0 106410 127 0 0 20 0 20 0 340606689 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 140733220637760 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/8973/statm: 772746 417567 2297 9 0 763167 0
[pid=8973/tid=8975] ppid=8971 vsize=3090984 CPUtime=1052.61 cores=0,2,4,6
/proc/8973/task/8975/stat : 8975 (java) S 8971 8973 30888 0 -1 4202560 3280 0 1 0 105236 25 0 0 20 0 20 0 340606690 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729800754360 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8973/tid=8976] ppid=8971 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/8973/task/8976/stat : 8976 (java) S 8971 8973 30888 0 -1 4202560 198 0 0 0 23 11 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729784179112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8977] ppid=8971 vsize=3090984 CPUtime=0.39 cores=0,2,4,6
/proc/8973/task/8977/stat : 8977 (java) S 8971 8973 30888 0 -1 4202560 215 0 0 0 27 12 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729783126568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8978] ppid=8971 vsize=3090984 CPUtime=0.38 cores=0,2,4,6
/proc/8973/task/8978/stat : 8978 (java) S 8971 8973 30888 0 -1 4202560 266 0 0 0 24 14 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729664207016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8979] ppid=8971 vsize=3090984 CPUtime=0.28 cores=0,2,4,6
/proc/8973/task/8979/stat : 8979 (java) S 8971 8973 30888 0 -1 4202560 126 0 0 0 21 7 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729663154472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8980] ppid=8971 vsize=3090984 CPUtime=0.55 cores=0,2,4,6
/proc/8973/task/8980/stat : 8980 (java) S 8971 8973 30888 0 -1 4202560 350 0 0 0 35 20 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729662102440 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8981] ppid=8971 vsize=3090984 CPUtime=0.24 cores=0,2,4,6
/proc/8973/task/8981/stat : 8981 (java) S 8971 8973 30888 0 -1 4202560 122 0 0 0 17 7 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729661049896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8982] ppid=8971 vsize=3090984 CPUtime=0.37 cores=0,2,4,6
/proc/8973/task/8982/stat : 8982 (java) S 8971 8973 30888 0 -1 4202560 262 0 0 0 22 15 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729659996840 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8983] ppid=8971 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/8973/task/8983/stat : 8983 (java) S 8971 8973 30888 0 -1 4202560 160 0 0 0 24 10 0 0 20 0 20 0 340606692 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729658944296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8984] ppid=8971 vsize=3090984 CPUtime=6.04 cores=0,2,4,6
/proc/8973/task/8984/stat : 8984 (java) R 8971 8973 30888 0 -1 4202560 250 0 0 0 597 7 0 0 20 0 20 0 340606693 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729176615272 249649709356 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8985] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8985/stat : 8985 (java) S 8971 8973 30888 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 340606694 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729175561592 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8986] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8986/stat : 8986 (java) S 8971 8973 30888 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340606694 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729174508424 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8987] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8987/stat : 8987 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729173457168 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=8988] ppid=8971 vsize=3090984 CPUtime=0.46 cores=0,2,4,6
/proc/8973/task/8988/stat : 8988 (java) S 8971 8973 30888 0 -1 4202560 2104 0 0 0 46 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729172405048 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8973/tid=8989] ppid=8971 vsize=3090984 CPUtime=0.43 cores=0,2,4,6
/proc/8973/task/8989/stat : 8989 (java) S 8971 8973 30888 0 -1 4202560 4227 0 0 0 43 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729171352504 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8990] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8990/stat : 8990 (java) S 8971 8973 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729170299640 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8973/tid=8991] ppid=8971 vsize=3090984 CPUtime=0.27 cores=0,2,4,6
/proc/8973/task/8991/stat : 8991 (java) S 8971 8973 30888 0 -1 4202560 61 0 0 0 12 15 0 0 20 0 20 0 340606696 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729169247304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 6 0 0
[pid=8973/tid=8992] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/8992/stat : 8992 (java) S 8971 8973 30888 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340606980 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729167115304 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8973/tid=9128] ppid=8971 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/8973/task/9128/stat : 9128 (java) S 8971 8973 30888 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 340712790 3165167616 417567 33554432000 1073741824 1073778376 140733220646624 139729166061240 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1065.37
Current children cumulated vsize (KiB) 3090984

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8973 and gives
#  childrusage.ru_utime.tv_sec=1061
#  childrusage.ru_utime.tv_usec=410641
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=563762
# CPU time returned by wait4() is 1062.97
# while last known CPU time is 1065.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1062.23
CPU time (s): 1065.37
CPU user time (s): 1064.1
CPU system time (s): 1.27
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1061.41
system time used= 1.56376
maximum resident set size= 1670292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12835
page faults= 1
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22959
involuntary context switches= 5866

runsolver used 1.69174 second user time and 4.24935 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 19:33:02
IDJOB=3741554
IDBENCH=89877
IDSOLVER=2319
FILE ID=node102/3741554-1338744781
RUNJOBID= node102-1338713280-30904
PBS_JOBID= 14636729
Free space on /tmp= 71156 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741554-1338744781/watcher-3741554-1338744781 -o /tmp/evaluation-result-3741554-1338744781/solver-3741554-1338744781 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741554-1338744781.opb           

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=344407392

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29745756 kB
Buffers:          190620 kB
Cached:           630040 kB
SwapCached:         5520 kB
Active:          1737868 kB
Inactive:         624968 kB
Active(anon):    1539204 kB
Inactive(anon):     5604 kB
Active(file):     198664 kB
Inactive(file):   619364 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:             18648 kB
Writeback:             0 kB
AnonPages:       1546252 kB
Mapped:            17188 kB
Shmem:                 0 kB
Slab:             619456 kB
SReclaimable:      60352 kB
SUnreclaim:       559104 kB
KernelStack:        1600 kB
PageTables:         7380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1828608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1501184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70956 MiB
End job on node102 at 2012-06-03 19:50:44