Trace number 3738405

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? 62.3555 54.5483

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__128.opb
MD5SUM0410437de856f7fa960cd93e57bf101c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark365451
Best CPU time to get the best result obtained on this benchmark1802.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1922998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint128
Maximum length of a constraint5761
Number of terms in the objective function 1920000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 65021011072
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 65021011072
Number of bits of the biggest sum of numbers36
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3738405-1338765724.opb
0.10/0.11	c reading problem ... 
62.22/54.53	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
62.22/54.53		at org.sat4j.minisat.constraints.card.MinWatchCard.<init>(Unknown Source)
62.22/54.53		at org.sat4j.minisat.constraints.card.MinWatchCard.minWatchCardNew(Unknown Source)
62.22/54.53		at org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure.constructCard(Unknown Source)
62.22/54.53		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
62.22/54.53		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
62.22/54.53		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
62.22/54.53		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
62.22/54.53		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
62.22/54.53		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
62.22/54.53		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
62.22/54.53		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
62.22/54.53		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
62.22/54.53		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
62.22/54.53		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
62.22/54.53		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
62.22/54.53		at org.sat4j.AbstractLauncher.run(Unknown Source)
62.22/54.53		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
62.22/54.53	c starts		: 0
62.22/54.53	c conflicts		: 0
62.22/54.53	c decisions		: 0
62.22/54.53	c propagations		: 0
62.22/54.53	c inspects		: 0
62.22/54.53	c learnt literals	: 0
62.22/54.53	c learnt binary clauses	: 0
62.22/54.53	c learnt ternary clauses	: 0
62.22/54.53	c learnt clauses	: 0
62.22/54.53	c ignored clauses	: 0
62.22/54.53	c root simplifications	: 0
62.22/54.53	c removed literals (reason simplification)	: 0
62.22/54.53	c reason swapping (by a shorter reason)	: 0
62.22/54.53	c Calls to reduceDB	: 0
62.22/54.53	c speed (assignments/second)	: 0.0
62.22/54.53	c non guided choices	0
62.22/54.54	c learnt constraints type 
62.22/54.54	c constraints type 
62.22/54.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
62.22/54.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
62.22/54.54	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 2
62.22/54.54	s UNKNOWN
62.22/54.54	c Total wall clock time (in seconds): 54.43

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

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

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


[startup+0 s]
/proc/loadavg: 1.99 2.00 2.00 4/194 13418
/proc/meminfo: memFree=30294788/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13418/stat : 13418 (java) R 13416 13418 9782 0 -1 4202496 1120 0 0 0 0 0 0 0 20 0 1 0 342699676 23793664 847 33554432000 1073741824 1073778376 140736740942576 140736740931640 140629507690480 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 5809 860 649 9 0 128 0

[startup+0.095222 s]
/proc/loadavg: 1.99 2.00 2.00 4/194 13418
/proc/meminfo: memFree=30294788/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 4709 0 1 0 9 1 0 0 20 0 18 0 342699676 2712133632 6427 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 6427 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.100219 s]
/proc/loadavg: 1.99 2.00 2.00 4/194 13418
/proc/meminfo: memFree=30294788/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 4709 0 1 0 9 1 0 0 20 0 18 0 342699676 2712133632 6427 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 6427 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300301 s]
/proc/loadavg: 1.99 2.00 2.00 4/194 13418
/proc/meminfo: memFree=30294788/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=0.46 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 5836 0 1 0 43 3 0 0 20 0 18 0 342699676 2712133632 23863 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 23863 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2648568

[startup+0.70034 s]
/proc/loadavg: 1.99 2.00 2.00 4/194 13418
/proc/meminfo: memFree=30294788/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=0.86 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 5901 0 1 0 81 5 0 0 20 0 18 0 342699676 2712133632 57143 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 57143 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 2648568

[startup+1.50081 s]
/proc/loadavg: 1.99 2.00 2.00 3/212 13436
/proc/meminfo: memFree=29974468/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=1.91 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 6125 0 1 0 176 15 0 0 20 0 18 0 342699676 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 111483 2231 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=1.4 cores=1,3,5,7
/proc/13418/task/13419/stat : 13419 (java) R 13416 13418 9782 0 -1 4202560 2939 0 1 0 132 8 0 0 20 0 18 0 342699677 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629505224800 140629445363764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13421] ppid=13416 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13418/task/13421/stat : 13421 (java) S 13416 13418 9782 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629371357992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13422] ppid=13416 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/13418/task/13422/stat : 13422 (java) S 13416 13418 9782 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629370305192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13423] ppid=13416 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13418/task/13423/stat : 13423 (java) S 13416 13418 9782 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629369252904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13424] ppid=13416 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/13418/task/13424/stat : 13424 (java) S 13416 13418 9782 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629368200104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13425] ppid=13416 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13418/task/13425/stat : 13425 (java) S 13416 13418 9782 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629367146792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13426] ppid=13416 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/13418/task/13426/stat : 13426 (java) S 13416 13418 9782 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629366093992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13427] ppid=13416 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/13418/task/13427/stat : 13427 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629365041704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13428] ppid=13416 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13418/task/13428/stat : 13428 (java) S 13416 13418 9782 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 342699678 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629363988904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13429] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13429/stat : 13429 (java) S 13416 13418 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342699679 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629351791336 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13430] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13430/stat : 13430 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629350737400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13431] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13431/stat : 13431 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629349685000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13432] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13432/stat : 13432 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629348633488 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13433] ppid=13416 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13418/task/13433/stat : 13433 (java) S 13416 13418 9782 0 -1 4202560 687 0 0 0 7 0 0 0 20 0 18 0 342699682 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629347580088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13434] ppid=13416 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13418/task/13434/stat : 13434 (java) S 13416 13418 9782 0 -1 4202560 1158 0 0 0 7 0 0 0 20 0 18 0 342699682 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629346527288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13435] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13435/stat : 13435 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629345475192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13436] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13436/stat : 13436 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 111483 33554432000 1073741824 1073778376 140736740942576 140629344422600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 2648568

[startup+3.10081 s]
/proc/loadavg: 1.99 2.00 2.00 3/212 13436
/proc/meminfo: memFree=29856864/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=3.82 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 6329 0 1 0 357 25 0 0 20 0 18 0 342699676 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 137679 2235 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=2.88 cores=1,3,5,7
/proc/13418/task/13419/stat : 13419 (java) R 13416 13418 9782 0 -1 4202560 2940 0 1 0 280 8 0 0 20 0 18 0 342699677 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629505224896 140629445363187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13421] ppid=13416 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/13418/task/13421/stat : 13421 (java) S 13416 13418 9782 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629371357992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13422] ppid=13416 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/13418/task/13422/stat : 13422 (java) S 13416 13418 9782 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629370305192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13423] ppid=13416 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/13418/task/13423/stat : 13423 (java) S 13416 13418 9782 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629369252904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13424] ppid=13416 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/13418/task/13424/stat : 13424 (java) S 13416 13418 9782 0 -1 4202560 48 0 0 0 5 3 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629368200104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13425] ppid=13416 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13418/task/13425/stat : 13425 (java) S 13416 13418 9782 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629367146792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13426] ppid=13416 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/13418/task/13426/stat : 13426 (java) S 13416 13418 9782 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629366093992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13427] ppid=13416 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/13418/task/13427/stat : 13427 (java) S 13416 13418 9782 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629365041704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13428] ppid=13416 vsize=2648568 CPUtime=0.06 cores=1,3,5,7
/proc/13418/task/13428/stat : 13428 (java) S 13416 13418 9782 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 18 0 342699678 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629363988904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13429] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13429/stat : 13429 (java) S 13416 13418 9782 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342699679 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629351791336 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13430] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13430/stat : 13430 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629350737400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13431] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13431/stat : 13431 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629349685000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13432] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13432/stat : 13432 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629348633488 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13433] ppid=13416 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13418/task/13433/stat : 13433 (java) S 13416 13418 9782 0 -1 4202560 687 0 0 0 7 0 0 0 20 0 18 0 342699682 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629347580088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13434] ppid=13416 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13418/task/13434/stat : 13434 (java) S 13416 13418 9782 0 -1 4202560 1162 0 0 0 7 0 0 0 20 0 18 0 342699682 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629346527288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13435] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13435/stat : 13435 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629345475192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13436] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13436/stat : 13436 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 137679 33554432000 1073741824 1073778376 140736740942576 140629344422600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 2648568

[startup+6.30081 s]
/proc/loadavg: 2.15 2.03 2.01 8/212 13436
/proc/meminfo: memFree=29481728/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=9.46 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 9008 0 1 0 874 72 0 0 20 0 18 0 342699676 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 229891 2245 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=5.29 cores=1,3,5,7
/proc/13418/task/13419/stat : 13419 (java) R 13416 13418 9782 0 -1 4202560 2954 0 1 0 519 10 0 0 20 0 18 0 342699677 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629505224960 233415173389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13421] ppid=13416 vsize=2648568 CPUtime=0.35 cores=1,3,5,7
/proc/13418/task/13421/stat : 13421 (java) S 13416 13418 9782 0 -1 4202560 562 0 0 0 28 7 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629371357992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13422] ppid=13416 vsize=2648568 CPUtime=0.49 cores=1,3,5,7
/proc/13418/task/13422/stat : 13422 (java) S 13416 13418 9782 0 -1 4202560 202 0 0 0 40 9 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629370305192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13423] ppid=13416 vsize=2648568 CPUtime=0.46 cores=1,3,5,7
/proc/13418/task/13423/stat : 13423 (java) S 13416 13418 9782 0 -1 4202560 177 0 0 0 39 7 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629369252904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13424] ppid=13416 vsize=2648568 CPUtime=0.54 cores=1,3,5,7
/proc/13418/task/13424/stat : 13424 (java) S 13416 13418 9782 0 -1 4202560 218 0 0 0 44 10 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629368200104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13425] ppid=13416 vsize=2648568 CPUtime=0.53 cores=1,3,5,7
/proc/13418/task/13425/stat : 13425 (java) S 13416 13418 9782 0 -1 4202560 200 0 0 0 44 9 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629367146792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13426] ppid=13416 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/13418/task/13426/stat : 13426 (java) S 13416 13418 9782 0 -1 4202560 194 0 0 0 40 10 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629366093992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13427] ppid=13416 vsize=2648568 CPUtime=0.45 cores=1,3,5,7
/proc/13418/task/13427/stat : 13427 (java) S 13416 13418 9782 0 -1 4202560 376 0 0 0 38 7 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629365041704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13428] ppid=13416 vsize=2648568 CPUtime=0.41 cores=1,3,5,7
/proc/13418/task/13428/stat : 13428 (java) S 13416 13418 9782 0 -1 4202560 451 0 0 0 35 6 0 0 20 0 18 0 342699678 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629363988904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13429] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13429/stat : 13429 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699679 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629351791336 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13430] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13430/stat : 13430 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629350737400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13431] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13431/stat : 13431 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629349685000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13432] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13432/stat : 13432 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629348633488 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13433] ppid=13416 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/13418/task/13433/stat : 13433 (java) S 13416 13418 9782 0 -1 4202560 954 0 0 0 15 0 0 0 20 0 18 0 342699682 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629347580088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13434] ppid=13416 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/13418/task/13434/stat : 13434 (java) S 13416 13418 9782 0 -1 4202560 1537 0 0 0 15 0 0 0 20 0 18 0 342699682 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629346527288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13435] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13435/stat : 13435 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629345475192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13436] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13436/stat : 13436 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 229891 33554432000 1073741824 1073778376 140736740942576 140629344422600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 2648568

[startup+12.7009 s]
/proc/loadavg: 2.46 2.10 2.03 3/212 13436
/proc/meminfo: memFree=28985952/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=20.43 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 12360 0 1 0 1922 121 0 0 20 0 18 0 342699676 2712133632 326984 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 326984 2253 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=7.6 cores=1,3,5,7

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

/proc/loadavg: 2.24 2.08 2.03 3/212 13436
/proc/meminfo: memFree=28888060/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=60.63 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 12415 0 1 0 5941 122 0 0 20 0 18 0 342699676 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 342806 2253 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=9.33 cores=1,3,5,7
/proc/13418/task/13419/stat : 13419 (java) S 13416 13418 9782 0 -1 4202560 2981 0 1 0 921 12 0 0 20 0 18 0 342699677 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629505232376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13421] ppid=13416 vsize=2648568 CPUtime=1.05 cores=1,3,5,7
/proc/13418/task/13421/stat : 13421 (java) S 13416 13418 9782 0 -1 4202560 1094 0 0 0 93 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629371357992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13422] ppid=13416 vsize=2648568 CPUtime=1.23 cores=1,3,5,7
/proc/13418/task/13422/stat : 13422 (java) S 13416 13418 9782 0 -1 4202560 919 0 0 0 106 17 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629370305192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13423] ppid=13416 vsize=2648568 CPUtime=1.32 cores=1,3,5,7
/proc/13418/task/13423/stat : 13423 (java) S 13416 13418 9782 0 -1 4202560 538 0 0 0 119 13 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629369252904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13424] ppid=13416 vsize=2648568 CPUtime=1.18 cores=1,3,5,7
/proc/13418/task/13424/stat : 13424 (java) S 13416 13418 9782 0 -1 4202560 544 0 0 0 103 15 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629368200104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13425] ppid=13416 vsize=2648568 CPUtime=1.28 cores=1,3,5,7
/proc/13418/task/13425/stat : 13425 (java) S 13416 13418 9782 0 -1 4202560 1101 0 0 0 114 14 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629367146792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13426] ppid=13416 vsize=2648568 CPUtime=1.42 cores=1,3,5,7
/proc/13418/task/13426/stat : 13426 (java) S 13416 13418 9782 0 -1 4202560 497 0 0 0 126 16 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629366093992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13427] ppid=13416 vsize=2648568 CPUtime=1.16 cores=1,3,5,7
/proc/13418/task/13427/stat : 13427 (java) S 13416 13418 9782 0 -1 4202560 462 0 0 0 104 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629365041704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13428] ppid=13416 vsize=2648568 CPUtime=1.21 cores=1,3,5,7
/proc/13418/task/13428/stat : 13428 (java) S 13416 13418 9782 0 -1 4202560 532 0 0 0 111 10 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629363988904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13429] ppid=13416 vsize=2648568 CPUtime=40.98 cores=1,3,5,7
/proc/13418/task/13429/stat : 13429 (java) R 13416 13418 9782 0 -1 4202560 79 0 0 0 4096 2 0 0 20 0 18 0 342699679 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629351791496 140629512087593 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13430] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13430/stat : 13430 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629350737400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13431] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13431/stat : 13431 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629349685000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13432] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13432/stat : 13432 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629348633488 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13433] ppid=13416 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/13418/task/13433/stat : 13433 (java) S 13416 13418 9782 0 -1 4202560 954 0 0 0 15 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629347580088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13434] ppid=13416 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/13418/task/13434/stat : 13434 (java) S 13416 13418 9782 0 -1 4202560 1537 0 0 0 16 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629346527288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13435] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13435/stat : 13435 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629345475192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13436] ppid=13416 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13418/task/13436/stat : 13436 (java) S 13416 13418 9782 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629344422600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 60.63
Current children cumulated vsize (KiB) 2648568

[startup+53.7008 s]
/proc/loadavg: 2.24 2.08 2.03 3/212 13436
/proc/meminfo: memFree=28888060/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=61.42 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 12415 0 1 0 6020 122 0 0 20 0 18 0 342699676 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 342806 2253 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=9.33 cores=1,3,5,7
/proc/13418/task/13419/stat : 13419 (java) S 13416 13418 9782 0 -1 4202560 2981 0 1 0 921 12 0 0 20 0 18 0 342699677 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629505232376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13421] ppid=13416 vsize=2648568 CPUtime=1.05 cores=1,3,5,7
/proc/13418/task/13421/stat : 13421 (java) S 13416 13418 9782 0 -1 4202560 1094 0 0 0 93 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629371357992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13422] ppid=13416 vsize=2648568 CPUtime=1.23 cores=1,3,5,7
/proc/13418/task/13422/stat : 13422 (java) S 13416 13418 9782 0 -1 4202560 919 0 0 0 106 17 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629370305192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13423] ppid=13416 vsize=2648568 CPUtime=1.32 cores=1,3,5,7
/proc/13418/task/13423/stat : 13423 (java) S 13416 13418 9782 0 -1 4202560 538 0 0 0 119 13 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629369252904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13424] ppid=13416 vsize=2648568 CPUtime=1.18 cores=1,3,5,7
/proc/13418/task/13424/stat : 13424 (java) S 13416 13418 9782 0 -1 4202560 544 0 0 0 103 15 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629368200104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13425] ppid=13416 vsize=2648568 CPUtime=1.28 cores=1,3,5,7
/proc/13418/task/13425/stat : 13425 (java) S 13416 13418 9782 0 -1 4202560 1101 0 0 0 114 14 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629367146792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13426] ppid=13416 vsize=2648568 CPUtime=1.42 cores=1,3,5,7
/proc/13418/task/13426/stat : 13426 (java) S 13416 13418 9782 0 -1 4202560 497 0 0 0 126 16 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629366093992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13427] ppid=13416 vsize=2648568 CPUtime=1.16 cores=1,3,5,7
/proc/13418/task/13427/stat : 13427 (java) S 13416 13418 9782 0 -1 4202560 462 0 0 0 104 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629365041704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13428] ppid=13416 vsize=2648568 CPUtime=1.21 cores=1,3,5,7
/proc/13418/task/13428/stat : 13428 (java) S 13416 13418 9782 0 -1 4202560 532 0 0 0 111 10 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629363988904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13429] ppid=13416 vsize=2648568 CPUtime=41.77 cores=1,3,5,7
/proc/13418/task/13429/stat : 13429 (java) R 13416 13418 9782 0 -1 4202560 79 0 0 0 4175 2 0 0 20 0 18 0 342699679 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629351791496 140629509394801 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13430] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13430/stat : 13430 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629350737400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13431] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13431/stat : 13431 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629349685000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13432] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13432/stat : 13432 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629348633488 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13433] ppid=13416 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/13418/task/13433/stat : 13433 (java) S 13416 13418 9782 0 -1 4202560 954 0 0 0 15 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629347580088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13434] ppid=13416 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/13418/task/13434/stat : 13434 (java) S 13416 13418 9782 0 -1 4202560 1537 0 0 0 16 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629346527288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13435] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13435/stat : 13435 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629345475192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13436] ppid=13416 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13418/task/13436/stat : 13436 (java) S 13416 13418 9782 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629344422600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 61.42
Current children cumulated vsize (KiB) 2648568

[startup+54.1075 s]
/proc/loadavg: 2.22 2.08 2.03 3/212 13436
/proc/meminfo: memFree=28888060/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=61.83 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 12415 0 1 0 6061 122 0 0 20 0 18 0 342699676 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 342806 2253 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=9.33 cores=1,3,5,7
/proc/13418/task/13419/stat : 13419 (java) S 13416 13418 9782 0 -1 4202560 2981 0 1 0 921 12 0 0 20 0 18 0 342699677 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629505232376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13421] ppid=13416 vsize=2648568 CPUtime=1.05 cores=1,3,5,7
/proc/13418/task/13421/stat : 13421 (java) S 13416 13418 9782 0 -1 4202560 1094 0 0 0 93 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629371357992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13422] ppid=13416 vsize=2648568 CPUtime=1.23 cores=1,3,5,7
/proc/13418/task/13422/stat : 13422 (java) S 13416 13418 9782 0 -1 4202560 919 0 0 0 106 17 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629370305192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13423] ppid=13416 vsize=2648568 CPUtime=1.32 cores=1,3,5,7
/proc/13418/task/13423/stat : 13423 (java) S 13416 13418 9782 0 -1 4202560 538 0 0 0 119 13 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629369252904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13424] ppid=13416 vsize=2648568 CPUtime=1.18 cores=1,3,5,7
/proc/13418/task/13424/stat : 13424 (java) S 13416 13418 9782 0 -1 4202560 544 0 0 0 103 15 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629368200104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13425] ppid=13416 vsize=2648568 CPUtime=1.28 cores=1,3,5,7
/proc/13418/task/13425/stat : 13425 (java) S 13416 13418 9782 0 -1 4202560 1101 0 0 0 114 14 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629367146792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13426] ppid=13416 vsize=2648568 CPUtime=1.42 cores=1,3,5,7
/proc/13418/task/13426/stat : 13426 (java) S 13416 13418 9782 0 -1 4202560 497 0 0 0 126 16 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629366093992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13427] ppid=13416 vsize=2648568 CPUtime=1.16 cores=1,3,5,7
/proc/13418/task/13427/stat : 13427 (java) S 13416 13418 9782 0 -1 4202560 462 0 0 0 104 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629365041704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13428] ppid=13416 vsize=2648568 CPUtime=1.21 cores=1,3,5,7
/proc/13418/task/13428/stat : 13428 (java) S 13416 13418 9782 0 -1 4202560 532 0 0 0 111 10 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629363988904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13429] ppid=13416 vsize=2648568 CPUtime=42.17 cores=1,3,5,7
/proc/13418/task/13429/stat : 13429 (java) R 13416 13418 9782 0 -1 4202560 79 0 0 0 4215 2 0 0 20 0 18 0 342699679 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629351791496 140629512089265 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13430] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13430/stat : 13430 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629350737400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13431] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13431/stat : 13431 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629349685000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13432] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13432/stat : 13432 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629348633488 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13433] ppid=13416 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/13418/task/13433/stat : 13433 (java) S 13416 13418 9782 0 -1 4202560 954 0 0 0 15 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629347580088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13434] ppid=13416 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/13418/task/13434/stat : 13434 (java) S 13416 13418 9782 0 -1 4202560 1537 0 0 0 16 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629346527288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13435] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13435/stat : 13435 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629345475192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13436] ppid=13416 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13418/task/13436/stat : 13436 (java) S 13416 13418 9782 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629344422600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 61.83
Current children cumulated vsize (KiB) 2648568

[startup+54.5008 s]
/proc/loadavg: 2.22 2.08 2.03 3/212 13436
/proc/meminfo: memFree=28888060/32873844 swapFree=7116/7116
[pid=13418] ppid=13416 vsize=2648568 CPUtime=62.22 cores=1,3,5,7
/proc/13418/stat : 13418 (java) S 13416 13418 9782 0 -1 4202496 12415 0 1 0 6100 122 0 0 20 0 18 0 342699676 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140736740933712 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13418/statm: 662142 342806 2253 9 0 652835 0
[pid=13418/tid=13419] ppid=13416 vsize=2648568 CPUtime=9.33 cores=1,3,5,7
/proc/13418/task/13419/stat : 13419 (java) S 13416 13418 9782 0 -1 4202560 2981 0 1 0 921 12 0 0 20 0 18 0 342699677 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629505232376 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13421] ppid=13416 vsize=2648568 CPUtime=1.05 cores=1,3,5,7
/proc/13418/task/13421/stat : 13421 (java) S 13416 13418 9782 0 -1 4202560 1094 0 0 0 93 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629371357992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13422] ppid=13416 vsize=2648568 CPUtime=1.23 cores=1,3,5,7
/proc/13418/task/13422/stat : 13422 (java) S 13416 13418 9782 0 -1 4202560 919 0 0 0 106 17 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629370305192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13423] ppid=13416 vsize=2648568 CPUtime=1.32 cores=1,3,5,7
/proc/13418/task/13423/stat : 13423 (java) S 13416 13418 9782 0 -1 4202560 538 0 0 0 119 13 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629369252904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13424] ppid=13416 vsize=2648568 CPUtime=1.18 cores=1,3,5,7
/proc/13418/task/13424/stat : 13424 (java) S 13416 13418 9782 0 -1 4202560 544 0 0 0 103 15 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629368200104 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13425] ppid=13416 vsize=2648568 CPUtime=1.28 cores=1,3,5,7
/proc/13418/task/13425/stat : 13425 (java) S 13416 13418 9782 0 -1 4202560 1101 0 0 0 114 14 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629367146792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13426] ppid=13416 vsize=2648568 CPUtime=1.42 cores=1,3,5,7
/proc/13418/task/13426/stat : 13426 (java) S 13416 13418 9782 0 -1 4202560 497 0 0 0 126 16 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629366093992 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13418/tid=13427] ppid=13416 vsize=2648568 CPUtime=1.16 cores=1,3,5,7
/proc/13418/task/13427/stat : 13427 (java) S 13416 13418 9782 0 -1 4202560 462 0 0 0 104 12 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629365041704 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13428] ppid=13416 vsize=2648568 CPUtime=1.21 cores=1,3,5,7
/proc/13418/task/13428/stat : 13428 (java) S 13416 13418 9782 0 -1 4202560 532 0 0 0 111 10 0 0 20 0 18 0 342699678 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629363988904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13418/tid=13429] ppid=13416 vsize=2648568 CPUtime=42.57 cores=1,3,5,7
/proc/13418/task/13429/stat : 13429 (java) R 13416 13418 9782 0 -1 4202560 79 0 0 0 4255 2 0 0 20 0 18 0 342699679 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629351791496 140629511357841 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13430] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13430/stat : 13430 (java) S 13416 13418 9782 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629350737400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13431] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13431/stat : 13431 (java) S 13416 13418 9782 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342699680 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629349685000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13432] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13432/stat : 13432 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629348633488 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13433] ppid=13416 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/13418/task/13433/stat : 13433 (java) S 13416 13418 9782 0 -1 4202560 954 0 0 0 15 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629347580088 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13418/tid=13434] ppid=13416 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/13418/task/13434/stat : 13434 (java) S 13416 13418 9782 0 -1 4202560 1537 0 0 0 16 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629346527288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13435] ppid=13416 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13418/task/13435/stat : 13435 (java) S 13416 13418 9782 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629345475192 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13418/tid=13436] ppid=13416 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13418/task/13436/stat : 13436 (java) S 13416 13418 9782 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 18 0 342699682 2712133632 342806 33554432000 1073741824 1073778376 140736740942576 140629344422600 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 62.22
Current children cumulated vsize (KiB) 2648568

Child status: 1
Real time (s): 54.5483
CPU time (s): 62.3555
CPU user time (s): 60.9937
CPU system time (s): 1.36179
CPU usage (%): 114.312
Max. virtual memory (cumulated for all children) (KiB): 2648568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.9937
system time used= 1.36179
maximum resident set size= 1371424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12454
page faults= 1
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2673
involuntary context switches= 3527

runsolver used 0.220966 second user time and 0.619905 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-04 01:22:07
IDJOB=3738405
IDBENCH=71856
IDSOLVER=2322
FILE ID=node111/3738405-1338765724
RUNJOBID= node111-1338737568-9799
PBS_JOBID= 14636765
Free space on /tmp= 67304 MiB

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

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

MD5SUM BENCH= 0410437de856f7fa960cd93e57bf101c
RANDOM SEED=412630672

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.152
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		: 2666.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30295316 kB
Buffers:          219128 kB
Cached:           647356 kB
SwapCached:         1404 kB
Active:          1189396 kB
Inactive:         578664 kB
Active(anon):     902808 kB
Inactive(anon):     1276 kB
Active(file):     286588 kB
Inactive(file):   577388 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:             93588 kB
Writeback:             0 kB
AnonPages:        926256 kB
Mapped:            16972 kB
Shmem:                 0 kB
Slab:             650648 kB
SReclaimable:      92384 kB
SUnreclaim:       558264 kB
KernelStack:        1576 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1518492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 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= 67304 MiB
End job on node111 at 2012-06-04 01:23:02