Trace number 3741595

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (exit code) 103.31 100.909

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-zib01.opb
MD5SUM8f491d5bc2eb927e9b611fe56423c3ea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12471400
Total number of constraints5887041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3671487
Number of constraints which are nor clauses,nor cardinality constraints2215554
Minimum length of a constraint3
Maximum length of a constraint162
Number of terms in the objective function 12471400
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 12471400
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 56
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12471400
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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3741595-1338765123.opb
0.07/0.12	c reading problem ... 
93.90/91.58	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
93.90/91.59		at java.lang.StringBuffer.toString(StringBuffer.java:585)
93.90/91.59		at org.sat4j.pb.reader.OPBReader2007.readTerm(Unknown Source)
93.90/91.59		at org.sat4j.pb.reader.OPBReader2005.readObjective(Unknown Source)
93.90/91.59		at org.sat4j.pb.reader.OPBReader2010.readObjective(Unknown Source)
93.90/91.59		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
93.90/91.59		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
93.90/91.59		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
93.90/91.59		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
93.90/91.59		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
93.90/91.59		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
93.90/91.59		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
93.90/91.59		at org.sat4j.AbstractLauncher.run(Unknown Source)
93.90/91.59		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
97.19/94.82	c starts		: 0
103.21/100.90	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
103.31/100.90		at java.lang.StringBuffer.toString(StringBuffer.java:585)
103.31/100.90		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
103.31/100.90		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
103.31/100.90		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
103.31/100.90		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
103.31/100.90		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
103.31/100.90		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
103.31/100.90		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
103.31/100.90		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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-3741595-1338765123/watcher-3741595-1338765123 -o /tmp/evaluation-result-3741595-1338765123/solver-3741595-1338765123 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741595-1338765123.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: 3.50 3.65 3.43 4/199 26479
/proc/meminfo: memFree=27088872/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/26479/stat : 26479 (java6) R 26477 26479 19811 0 -1 4202496 186 0 0 0 0 0 0 0 20 0 1 0 342639649 9379840 122 33554432000 1073741824 1073778376 140735992388160 140735992385288 215127986656 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 2323 126 98 9 0 71 0

[startup+0.0114901 s]
/proc/loadavg: 3.50 3.65 3.43 4/199 26479
/proc/meminfo: memFree=27088872/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26479/stat : 26479 (java) R 26477 26479 19811 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 342639649 23793664 709 33554432000 1073741824 1073778376 140734176776512 140734176765576 215115412840 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 5809 710 524 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100209 s]
/proc/loadavg: 3.50 3.65 3.43 4/199 26479
/proc/meminfo: memFree=27088872/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 4123 0 1 0 6 1 0 0 20 0 18 0 342639649 2764726272 5842 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 674982 5842 1932 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300312 s]
/proc/loadavg: 3.50 3.65 3.43 4/199 26479
/proc/meminfo: memFree=27088872/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2699928 CPUtime=0.54 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 5128 0 1 0 37 17 0 0 20 0 18 0 342639649 2764726272 129424 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 674982 129424 2164 9 0 665676 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 2699928

[startup+0.700261 s]
/proc/loadavg: 3.50 3.65 3.43 4/199 26479
/proc/meminfo: memFree=27088872/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2699928 CPUtime=1.62 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 6452 0 1 0 141 21 0 0 20 0 18 0 342639649 2764726272 158973 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 674982 158973 2228 9 0 665676 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 2699928

[startup+1.50077 s]
/proc/loadavg: 3.50 3.65 3.43 11/217 26497
/proc/meminfo: memFree=26155896/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2699928 CPUtime=3.14 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 7012 0 1 0 278 36 0 0 20 0 18 0 342639649 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 674982 246783 2232 9 0 665676 0
[pid=26479/tid=26481] ppid=26477 vsize=2699928 CPUtime=0.97 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) R 26477 26479 19811 0 -1 4202560 2962 0 1 0 88 9 0 0 20 0 18 0 342639650 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645736124256 139645577255454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=2699928 CPUtime=0.2 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 19811 0 -1 4202560 85 0 0 0 18 2 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645720414376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=2699928 CPUtime=0.22 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 19811 0 -1 4202560 99 0 0 0 19 3 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645719361832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 19811 0 -1 4202560 91 0 0 0 17 2 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645718309288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=2699928 CPUtime=0.21 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 19811 0 -1 4202560 103 0 0 0 19 2 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645717256744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 19811 0 -1 4202560 145 0 0 0 24 4 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645716204200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 19811 0 -1 4202560 166 0 0 0 29 5 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645715151656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=2699928 CPUtime=0.23 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 19811 0 -1 4202560 98 0 0 0 19 4 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645714099112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=2699928 CPUtime=0.19 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 19811 0 -1 4202560 112 0 0 0 14 5 0 0 20 0 18 0 342639652 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645713046568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342639653 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645700634728 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342639653 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645699581048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342639653 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645698528392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645697477136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 19811 0 -1 4202560 871 0 0 0 8 0 0 0 20 0 18 0 342639656 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645696424504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 19811 0 -1 4202560 1098 0 0 0 8 0 0 0 20 0 18 0 342639656 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645695371960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645576801272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 246783 33554432000 1073741824 1073778376 140734176776512 139645575748936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 2699928

[startup+3.10094 s]
/proc/loadavg: 3.50 3.65 3.43 4/217 26497
/proc/meminfo: memFree=26041520/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2699928 CPUtime=5.44 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 7436 0 1 0 488 56 0 0 20 0 18 0 342639649 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 674982 277716 2239 9 0 665676 0
[pid=26479/tid=26481] ppid=26477 vsize=2699928 CPUtime=2.25 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 19811 0 -1 4202560 2964 0 1 0 216 9 0 0 20 0 18 0 342639650 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645736131624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 19811 0 -1 4202560 122 0 0 0 24 4 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645720414376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 19811 0 -1 4202560 194 0 0 0 38 7 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645719361832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 19811 0 -1 4202560 125 0 0 0 23 4 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645718309288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 19811 0 -1 4202560 174 0 0 0 31 6 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645717256744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 19811 0 -1 4202560 182 0 0 0 29 6 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645716204200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 19811 0 -1 4202560 231 0 0 0 42 7 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645715151656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 19811 0 -1 4202560 135 0 0 0 24 6 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645714099112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 19811 0 -1 4202560 140 0 0 0 22 6 0 0 20 0 18 0 342639652 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645713046568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) R 26477 26479 19811 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 18 0 342639653 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645700633608 139645738328665 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342639653 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645699581048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342639653 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645698528392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645697477136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 19811 0 -1 4202560 871 0 0 0 8 0 0 0 20 0 18 0 342639656 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645696424504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 19811 0 -1 4202560 1098 0 0 0 8 0 0 0 20 0 18 0 342639656 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645695371960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645576801272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 277716 33554432000 1073741824 1073778376 140734176776512 139645575748936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 2699928

[startup+6.30082 s]
/proc/loadavg: 3.46 3.64 3.43 4/217 26497
/proc/meminfo: memFree=25869116/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2699928 CPUtime=8.64 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 7506 0 1 0 806 58 0 0 20 0 18 0 342639649 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 674982 307290 2249 9 0 665676 0
[pid=26479/tid=26481] ppid=26477 vsize=2699928 CPUtime=3.81 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 19811 0 -1 4202560 2966 0 1 0 371 10 0 0 20 0 18 0 342639650 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645736132072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 19811 0 -1 4202560 122 0 0 0 24 4 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645720414376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=2699928 CPUtime=0.45 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 19811 0 -1 4202560 194 0 0 0 38 7 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645719361832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 19811 0 -1 4202560 125 0 0 0 23 4 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645718309288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 19811 0 -1 4202560 174 0 0 0 31 6 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645717256744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 19811 0 -1 4202560 182 0 0 0 29 6 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645716204200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=2699928 CPUtime=0.49 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 19811 0 -1 4202560 231 0 0 0 42 7 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645715151656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 19811 0 -1 4202560 135 0 0 0 24 6 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645714099112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 19811 0 -1 4202560 140 0 0 0 22 6 0 0 20 0 18 0 342639652 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645713046568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=2699928 CPUtime=1.69 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) R 26477 26479 19811 0 -1 4202560 89 0 0 0 168 1 0 0 20 0 18 0 342639653 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645700634888 139645742987827 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342639653 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645699581048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342639653 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645698528392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645697477136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 19811 0 -1 4202560 871 0 0 0 8 0 0 0 20 0 18 0 342639656 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645696424504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 19811 0 -1 4202560 1102 0 0 0 8 0 0 0 20 0 18 0 342639656 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645695371960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645576801272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342639656 2764726272 307290 33554432000 1073741824 1073778376 140734176776512 139645575748936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.42 3.62 3.43 5/217 26497
/proc/meminfo: memFree=25721668/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2699928 CPUtime=15.06 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 7599 0 1 0 1443 63 0 0 20 0 18 0 342639649 2764726272 352690 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 674982 352690 2249 9 0 665676 0
[pid=26479/tid=26481] ppid=26477 vsize=2699928 CPUtime=6.37 cores=1,3,5,7

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

/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 19811 0 -1 4202560 140 0 0 0 22 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645713046568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=2766492 CPUtime=87.4 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) R 26477 26479 19811 0 -1 4202560 188 0 0 0 8735 5 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645700634888 139645742259440 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645699581048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645698528392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645697477136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=2766492 CPUtime=0.09 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 19811 0 -1 4202560 873 0 0 0 9 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645696424504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=2766492 CPUtime=0.1 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 19811 0 -1 4202560 1102 0 0 0 10 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645695371960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645576801272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=2766492 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 19811 0 -1 4202560 5 0 0 0 2 3 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645575748936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) S 26477 26479 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342648808 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645574691880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 2766492

[startup+99.9008 s]
/proc/loadavg: 2.97 3.43 3.37 4/218 26499
/proc/meminfo: memFree=25661524/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2766492 CPUtime=102.31 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 7677 0 1 0 10163 68 0 0 20 0 19 0 342639649 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 691623 352695 2252 9 0 682317 0
[pid=26479/tid=26481] ppid=26477 vsize=2766492 CPUtime=10.63 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 19811 0 -1 4202560 3018 0 1 0 1050 13 0 0 20 0 19 0 342639650 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645736133816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 19811 0 -1 4202560 122 0 0 0 24 4 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645720414376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=2766492 CPUtime=0.45 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 19811 0 -1 4202560 194 0 0 0 38 7 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645719361832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=2766492 CPUtime=0.27 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 19811 0 -1 4202560 125 0 0 0 23 4 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645718309288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=2766492 CPUtime=0.37 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 19811 0 -1 4202560 174 0 0 0 31 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645717256744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=2766492 CPUtime=0.35 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 19811 0 -1 4202560 182 0 0 0 29 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645716204200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=2766492 CPUtime=0.49 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 19811 0 -1 4202560 231 0 0 0 42 7 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645715151656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=2766492 CPUtime=0.3 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 19811 0 -1 4202560 135 0 0 0 24 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645714099112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 19811 0 -1 4202560 140 0 0 0 22 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645713046568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=2766492 CPUtime=88.2 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) R 26477 26479 19811 0 -1 4202560 188 0 0 0 8815 5 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645700634888 139645742257260 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645699581048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645698528392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645697477136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=2766492 CPUtime=0.09 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 19811 0 -1 4202560 873 0 0 0 9 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645696424504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=2766492 CPUtime=0.1 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 19811 0 -1 4202560 1102 0 0 0 10 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645695371960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645576801272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=2766492 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 19811 0 -1 4202560 7 0 0 0 2 3 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645575748936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) S 26477 26479 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342648808 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645574691880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2766492

[startup+100.701 s]
/proc/loadavg: 2.97 3.43 3.37 4/218 26499
/proc/meminfo: memFree=25661524/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2766492 CPUtime=103.11 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 7677 0 1 0 10243 68 0 0 20 0 19 0 342639649 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 691623 352695 2252 9 0 682317 0
[pid=26479/tid=26481] ppid=26477 vsize=2766492 CPUtime=10.63 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 19811 0 -1 4202560 3018 0 1 0 1050 13 0 0 20 0 19 0 342639650 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645736133816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 19811 0 -1 4202560 122 0 0 0 24 4 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645720414376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=2766492 CPUtime=0.45 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 19811 0 -1 4202560 194 0 0 0 38 7 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645719361832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=2766492 CPUtime=0.27 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 19811 0 -1 4202560 125 0 0 0 23 4 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645718309288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=2766492 CPUtime=0.37 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 19811 0 -1 4202560 174 0 0 0 31 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645717256744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=2766492 CPUtime=0.35 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 19811 0 -1 4202560 182 0 0 0 29 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645716204200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=2766492 CPUtime=0.49 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 19811 0 -1 4202560 231 0 0 0 42 7 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645715151656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=2766492 CPUtime=0.3 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 19811 0 -1 4202560 135 0 0 0 24 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645714099112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 19811 0 -1 4202560 140 0 0 0 22 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645713046568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=2766492 CPUtime=88.99 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) R 26477 26479 19811 0 -1 4202560 188 0 0 0 8894 5 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645700634888 215124296020 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645699581048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645698528392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645697477136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=2766492 CPUtime=0.09 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 19811 0 -1 4202560 873 0 0 0 9 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645696424504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=2766492 CPUtime=0.1 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 19811 0 -1 4202560 1102 0 0 0 10 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645695371960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645576801272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=2766492 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 19811 0 -1 4202560 7 0 0 0 2 3 0 0 20 0 19 0 342639656 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645575748936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) S 26477 26479 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342648808 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645574691880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 103.11
Current children cumulated vsize (KiB) 2766492

[startup+100.901 s]
/proc/loadavg: 2.97 3.43 3.37 4/218 26499
/proc/meminfo: memFree=25661524/32873844 swapFree=7620/7620
[pid=26479] ppid=26477 vsize=2766492 CPUtime=103.31 cores=1,3,5,7
/proc/26479/stat : 26479 (java) S 26477 26479 19811 0 -1 4202496 7677 0 1 0 10263 68 0 0 20 0 19 0 342639649 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 140734176767648 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26479/statm: 691623 352695 2252 9 0 682317 0
[pid=26479/tid=26481] ppid=26477 vsize=2766492 CPUtime=10.63 cores=1,3,5,7
/proc/26479/task/26481/stat : 26481 (java) S 26477 26479 19811 0 -1 4202560 3018 0 1 0 1050 13 0 0 20 0 19 0 342639650 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645736133816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26482] ppid=26477 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26482/stat : 26482 (java) S 26477 26479 19811 0 -1 4202560 122 0 0 0 24 4 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645720414376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26483] ppid=26477 vsize=2766492 CPUtime=0.45 cores=1,3,5,7
/proc/26479/task/26483/stat : 26483 (java) S 26477 26479 19811 0 -1 4202560 194 0 0 0 38 7 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645719361832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26484] ppid=26477 vsize=2766492 CPUtime=0.27 cores=1,3,5,7
/proc/26479/task/26484/stat : 26484 (java) S 26477 26479 19811 0 -1 4202560 125 0 0 0 23 4 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645718309288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26485] ppid=26477 vsize=2766492 CPUtime=0.37 cores=1,3,5,7
/proc/26479/task/26485/stat : 26485 (java) S 26477 26479 19811 0 -1 4202560 174 0 0 0 31 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645717256744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26486] ppid=26477 vsize=2766492 CPUtime=0.35 cores=1,3,5,7
/proc/26479/task/26486/stat : 26486 (java) S 26477 26479 19811 0 -1 4202560 182 0 0 0 29 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645716204200 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26487] ppid=26477 vsize=2766492 CPUtime=0.49 cores=1,3,5,7
/proc/26479/task/26487/stat : 26487 (java) S 26477 26479 19811 0 -1 4202560 231 0 0 0 42 7 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645715151656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26488] ppid=26477 vsize=2766492 CPUtime=0.3 cores=1,3,5,7
/proc/26479/task/26488/stat : 26488 (java) S 26477 26479 19811 0 -1 4202560 135 0 0 0 24 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645714099112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26479/tid=26489] ppid=26477 vsize=2766492 CPUtime=0.28 cores=1,3,5,7
/proc/26479/task/26489/stat : 26489 (java) S 26477 26479 19811 0 -1 4202560 140 0 0 0 22 6 0 0 20 0 19 0 342639652 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645713046568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26490] ppid=26477 vsize=2766492 CPUtime=89.19 cores=1,3,5,7
/proc/26479/task/26490/stat : 26490 (java) S 26477 26479 19811 0 -1 4202560 190 0 0 0 8914 5 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645700634728 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26491] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26491/stat : 26491 (java) S 26477 26479 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645699581048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26492] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26492/stat : 26492 (java) S 26477 26479 19811 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342639653 2832887808 352695 33554432000 1073741824 1073778376 140734176776512 139645698528392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26493] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26493/stat : 26493 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352696 33554432000 1073741824 1073778376 140734176776512 139645697477136 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26494] ppid=26477 vsize=2766492 CPUtime=0.09 cores=1,3,5,7
/proc/26479/task/26494/stat : 26494 (java) S 26477 26479 19811 0 -1 4202560 873 0 0 0 9 0 0 0 20 0 19 0 342639656 2832887808 352696 33554432000 1073741824 1073778376 140734176776512 139645696424504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26479/tid=26495] ppid=26477 vsize=2766492 CPUtime=0.1 cores=1,3,5,7
/proc/26479/task/26495/stat : 26495 (java) S 26477 26479 19811 0 -1 4202560 1102 0 0 0 10 0 0 0 20 0 19 0 342639656 2832887808 352696 33554432000 1073741824 1073778376 140734176776512 139645695371960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26496] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26496/stat : 26496 (java) S 26477 26479 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342639656 2832887808 352696 33554432000 1073741824 1073778376 140734176776512 139645576801272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26479/tid=26497] ppid=26477 vsize=2766492 CPUtime=0.05 cores=1,3,5,7
/proc/26479/task/26497/stat : 26497 (java) S 26477 26479 19811 0 -1 4202560 7 0 0 0 2 3 0 0 20 0 19 0 342639656 2832887808 352696 33554432000 1073741824 1073778376 140734176776512 139645575748936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26479/tid=26499] ppid=26477 vsize=2766492 CPUtime=0 cores=1,3,5,7
/proc/26479/task/26499/stat : 26499 (java) R 26477 26479 19811 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342648808 2832887808 352696 33554432000 1073741824 1073778376 140734176776512 139645574690200 215128007853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 103.31
Current children cumulated vsize (KiB) 2766492

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26479 and gives
#  childrusage.ru_utime.tv_sec=102
#  childrusage.ru_utime.tv_usec=307446
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=811876
# CPU time returned by wait4() is 103.119
# while last known CPU time is 103.31
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 100.909
CPU time (s): 103.31
CPU user time (s): 102.63
CPU system time (s): 0.68
CPU usage (%): 102.379
Max. virtual memory (cumulated for all children) (KiB): 2766492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.307
system time used= 0.811876
maximum resident set size= 1410804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7692
page faults= 1
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2507
involuntary context switches= 1925

runsolver used 0.461929 second user time and 1.17282 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 01:12:29
IDJOB=3741595
IDBENCH=89882
IDSOLVER=2324
FILE ID=node135/3741595-1338765123
RUNJOBID= node135-1338747255-19828
PBS_JOBID= 14636778
Free space on /tmp= 70220 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-zib01.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741595-1338765123/watcher-3741595-1338765123 -o /tmp/evaluation-result-3741595-1338765123/solver-3741595-1338765123 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741595-1338765123.opb

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

MD5SUM BENCH= 8f491d5bc2eb927e9b611fe56423c3ea
RANDOM SEED=744830316

node135.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		: 2666.820
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	: 5333.64
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		: 2666.820
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	: 5332.57
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5332.54
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		: 2666.820
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	: 5332.55
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		: 2666.820
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	: 5238.35
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		: 2666.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27089400 kB
Buffers:          386292 kB
Cached:          3467272 kB
SwapCached:         1672 kB
Active:          3041892 kB
Inactive:        1883044 kB
Active(anon):    1061840 kB
Inactive(anon):    12036 kB
Active(file):    1980052 kB
Inactive(file):  1871008 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:            779868 kB
Writeback:             0 kB
AnonPages:       1077656 kB
Mapped:            18664 kB
Shmem:               132 kB
Slab:             716652 kB
SReclaimable:     155028 kB
SUnreclaim:       561624 kB
KernelStack:        1616 kB
PageTables:         6240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 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= 70220 MiB
End job on node135 at 2012-06-04 01:14:10