Trace number 3743853

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? 210.102 197.535

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUM682ced1993335202bf2b9cca6b4feb1c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9895127
Best CPU time to get the best result obtained on this benchmark1800.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.08/0.11	c Pseudo Boolean Optimization
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c MiniSAT restarts strategy
0.08/0.11	c Memory based learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3743853-1338806121.opb
0.08/0.11	c reading problem ... 
197.96/185.51	c ... done. Wall clock time 185.397s.
197.96/185.51	c #vars     2000400
197.96/185.51	c #constraints  4940908
197.96/185.51	c constraints type 
197.96/185.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
197.96/185.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
197.96/185.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
197.96/185.51	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 985151
209.97/197.52	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
209.97/197.52		at org.sat4j.core.VecInt.ensure(Unknown Source)
209.97/197.52		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
209.97/197.52		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
209.97/197.52		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
209.97/197.52		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
209.97/197.52		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
209.97/197.52		at org.sat4j.AbstractLauncher.run(Unknown Source)
209.97/197.52		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
209.97/197.52	c starts		: 0
209.97/197.52	c conflicts		: 0
209.97/197.52	c decisions		: 0
209.97/197.52	c propagations		: 0
209.97/197.52	c inspects		: 0
209.97/197.52	c learnt literals	: 0
209.97/197.52	c learnt binary clauses	: 0
209.97/197.52	c learnt ternary clauses	: 0
209.97/197.52	c learnt clauses	: 0
209.97/197.52	c ignored clauses	: 0
209.97/197.52	c root simplifications	: 0
209.97/197.52	c removed literals (reason simplification)	: 0
209.97/197.52	c reason swapping (by a shorter reason)	: 0
209.97/197.52	c Calls to reduceDB	: 0
209.97/197.52	c speed (assignments/second)	: 0.0
209.97/197.52	c non guided choices	0
209.97/197.52	c learnt constraints type 
209.97/197.52	c constraints type 
209.97/197.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
209.97/197.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
209.97/197.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 985250
209.97/197.52	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 985151
209.97/197.52	s UNKNOWN
209.97/197.52	c Total wall clock time (in seconds): 197.414

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-3743853-1338806121/watcher-3743853-1338806121 -o /tmp/evaluation-result-3743853-1338806121/solver-3743853-1338806121 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3743853-1338806121.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: 2.09 2.06 1.91 9/194 13107
/proc/meminfo: memFree=26426216/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13107/stat : 13107 (java6) D 13105 13107 9205 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 346738557 2560000 46 33554432000 1073741824 1073778376 140736948197984 140736948195112 226075176231 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/13107/statm: 625 46 37 9 0 29 0

[startup+0.094673 s]
/proc/loadavg: 2.09 2.06 1.91 9/194 13107
/proc/meminfo: memFree=26426216/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 4493 0 1 0 6 1 0 0 20 0 18 0 346738557 2712133632 6212 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 6216 2067 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.100188 s]
/proc/loadavg: 2.09 2.06 1.91 9/194 13107
/proc/meminfo: memFree=26426216/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 4694 0 1 0 7 1 0 0 20 0 18 0 346738557 2712133632 6413 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 6413 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.30018 s]
/proc/loadavg: 2.09 2.06 1.91 9/194 13107
/proc/meminfo: memFree=26426216/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=0.44 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 5709 0 1 0 41 3 0 0 20 0 18 0 346738557 2712133632 23822 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 23822 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.700178 s]
/proc/loadavg: 2.09 2.06 1.91 9/194 13107
/proc/meminfo: memFree=26426216/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=0.84 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 5773 0 1 0 79 5 0 0 20 0 18 0 346738557 2712133632 56590 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 56590 2215 9 0 652835 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 2648568

[startup+1.50062 s]
/proc/loadavg: 2.09 2.06 1.91 3/212 13125
/proc/meminfo: memFree=26111504/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=1.84 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 6004 0 1 0 172 12 0 0 20 0 18 0 346738557 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 111954 2231 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=1.38 cores=1,3,5,7
/proc/13107/task/13109/stat : 13109 (java) R 13105 13107 9205 0 -1 4202560 2913 0 1 0 131 7 0 0 20 0 18 0 346738559 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855362031728 139855225382128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13110] ppid=13105 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/13107/task/13110/stat : 13110 (java) S 13105 13107 9205 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855346490024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13111] ppid=13105 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13107/task/13111/stat : 13111 (java) S 13105 13107 9205 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855345437480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13112] ppid=13105 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/13107/task/13112/stat : 13112 (java) S 13105 13107 9205 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855344384936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13113] ppid=13105 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/13107/task/13113/stat : 13113 (java) S 13105 13107 9205 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855224892456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13114] ppid=13105 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/13107/task/13114/stat : 13114 (java) S 13105 13107 9205 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855223838888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13115] ppid=13105 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13107/task/13115/stat : 13115 (java) S 13105 13107 9205 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855222786344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13116] ppid=13105 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/13107/task/13116/stat : 13116 (java) S 13105 13107 9205 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855221733800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13117] ppid=13105 vsize=2648568 CPUtime=0.02 cores=1,3,5,7
/proc/13107/task/13117/stat : 13117 (java) S 13105 13107 9205 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 346738560 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139855220681256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13118] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13118/stat : 13118 (java) S 13105 13107 9205 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346738561 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854738352744 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13119] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13119/stat : 13119 (java) S 13105 13107 9205 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854737299064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13120] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13120/stat : 13120 (java) S 13105 13107 9205 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854736246408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13121] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13121/stat : 13121 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854735195152 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13122] ppid=13105 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13107/task/13122/stat : 13122 (java) S 13105 13107 9205 0 -1 4202560 620 0 0 0 7 0 0 0 20 0 18 0 346738564 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854734141496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13123] ppid=13105 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13107/task/13123/stat : 13123 (java) S 13105 13107 9205 0 -1 4202560 1124 0 0 0 7 0 0 0 20 0 18 0 346738564 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854733088952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13124] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13124/stat : 13124 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854732036600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13125] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13125/stat : 13125 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 111954 33554432000 1073741824 1073778376 140734057576192 139854730984264 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 2648568

[startup+3.10069 s]
/proc/loadavg: 2.09 2.06 1.91 3/212 13125
/proc/meminfo: memFree=25880204/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=4.78 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 8317 0 1 0 449 29 0 0 20 0 18 0 346738557 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 160727 2236 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=2.56 cores=1,3,5,7
/proc/13107/task/13109/stat : 13109 (java) R 13105 13107 9205 0 -1 4202560 2916 0 1 0 248 8 0 0 20 0 18 0 346738559 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855362038504 139855225415554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13110] ppid=13105 vsize=2648568 CPUtime=0.28 cores=1,3,5,7
/proc/13107/task/13110/stat : 13110 (java) S 13105 13107 9205 0 -1 4202560 69 0 0 0 25 3 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855346490024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13111] ppid=13105 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/13107/task/13111/stat : 13111 (java) S 13105 13107 9205 0 -1 4202560 70 0 0 0 18 2 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855345437480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13112] ppid=13105 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/13107/task/13112/stat : 13112 (java) S 13105 13107 9205 0 -1 4202560 494 0 0 0 17 3 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855344384936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13113] ppid=13105 vsize=2648568 CPUtime=0.27 cores=1,3,5,7
/proc/13107/task/13113/stat : 13113 (java) S 13105 13107 9205 0 -1 4202560 94 0 0 0 23 4 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855224892456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13114] ppid=13105 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/13107/task/13114/stat : 13114 (java) S 13105 13107 9205 0 -1 4202560 61 0 0 0 19 2 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855223838888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13115] ppid=13105 vsize=2648568 CPUtime=0.28 cores=1,3,5,7
/proc/13107/task/13115/stat : 13115 (java) S 13105 13107 9205 0 -1 4202560 681 0 0 0 26 2 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855222786344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13116] ppid=13105 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/13107/task/13116/stat : 13116 (java) S 13105 13107 9205 0 -1 4202560 335 0 0 0 16 2 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855221733800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13117] ppid=13105 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/13107/task/13117/stat : 13117 (java) S 13105 13107 9205 0 -1 4202560 517 0 0 0 17 3 0 0 20 0 18 0 346738560 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139855220681256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13118] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13118/stat : 13118 (java) S 13105 13107 9205 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 346738561 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854738352744 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13119] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13119/stat : 13119 (java) S 13105 13107 9205 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854737299064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13120] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13120/stat : 13120 (java) S 13105 13107 9205 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854736246408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13121] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13121/stat : 13121 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854735195152 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13122] ppid=13105 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/13107/task/13122/stat : 13122 (java) S 13105 13107 9205 0 -1 4202560 763 0 0 0 12 0 0 0 20 0 18 0 346738564 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854734141496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13123] ppid=13105 vsize=2648568 CPUtime=0.12 cores=1,3,5,7
/proc/13107/task/13123/stat : 13123 (java) S 13105 13107 9205 0 -1 4202560 1136 0 0 0 12 0 0 0 20 0 18 0 346738564 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854733088952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13124] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13124/stat : 13124 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854732036600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13125] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13125/stat : 13125 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 160727 33554432000 1073741824 1073778376 140734057576192 139854730984264 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 2648568

[startup+6.30069 s]
/proc/loadavg: 2.72 2.19 1.95 10/212 13125
/proc/meminfo: memFree=25607808/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=11.91 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 19048 0 1 0 1146 45 0 0 20 0 18 0 346738557 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 219275 2258 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=4.61 cores=1,3,5,7
/proc/13107/task/13109/stat : 13109 (java) R 13105 13107 9205 0 -1 4202560 2933 0 1 0 452 9 0 0 20 0 18 0 346738559 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855362031744 226087724301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13110] ppid=13105 vsize=2648568 CPUtime=0.73 cores=1,3,5,7
/proc/13107/task/13110/stat : 13110 (java) S 13105 13107 9205 0 -1 4202560 631 0 0 0 68 5 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855346490024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13111] ppid=13105 vsize=2648568 CPUtime=0.81 cores=1,3,5,7
/proc/13107/task/13111/stat : 13111 (java) S 13105 13107 9205 0 -1 4202560 119 0 0 0 77 4 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855345437480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13112] ppid=13105 vsize=2648568 CPUtime=0.79 cores=1,3,5,7
/proc/13107/task/13112/stat : 13112 (java) S 13105 13107 9205 0 -1 4202560 564 0 0 0 73 6 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855344384936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13113] ppid=13105 vsize=2648568 CPUtime=0.75 cores=1,3,5,7
/proc/13107/task/13113/stat : 13113 (java) S 13105 13107 9205 0 -1 4202560 624 0 0 0 69 6 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855224892456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13114] ppid=13105 vsize=2648568 CPUtime=0.79 cores=1,3,5,7
/proc/13107/task/13114/stat : 13114 (java) S 13105 13107 9205 0 -1 4202560 982 0 0 0 75 4 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855223838888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13115] ppid=13105 vsize=2648568 CPUtime=0.82 cores=1,3,5,7
/proc/13107/task/13115/stat : 13115 (java) S 13105 13107 9205 0 -1 4202560 1193 0 0 0 78 4 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855222786344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13116] ppid=13105 vsize=2648568 CPUtime=0.77 cores=1,3,5,7
/proc/13107/task/13116/stat : 13116 (java) S 13105 13107 9205 0 -1 4202560 724 0 0 0 73 4 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855221733800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13117] ppid=13105 vsize=2648568 CPUtime=0.88 cores=1,3,5,7
/proc/13107/task/13117/stat : 13117 (java) S 13105 13107 9205 0 -1 4202560 633 0 0 0 83 5 0 0 20 0 18 0 346738560 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139855220681256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13118] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13118/stat : 13118 (java) S 13105 13107 9205 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346738561 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854738352744 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13119] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13119/stat : 13119 (java) S 13105 13107 9205 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854737299064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13120] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13120/stat : 13120 (java) S 13105 13107 9205 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854736246408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13121] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13121/stat : 13121 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854735195152 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13122] ppid=13105 vsize=2648568 CPUtime=0.45 cores=1,3,5,7
/proc/13107/task/13122/stat : 13122 (java) S 13105 13107 9205 0 -1 4202560 6076 0 0 0 43 2 0 0 20 0 18 0 346738564 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854734141496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13123] ppid=13105 vsize=2648568 CPUtime=0.38 cores=1,3,5,7
/proc/13107/task/13123/stat : 13123 (java) S 13105 13107 9205 0 -1 4202560 3387 0 0 0 38 0 0 0 20 0 18 0 346738564 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854733088952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13124] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13124/stat : 13124 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854732036600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13125] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13125/stat : 13125 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 219275 33554432000 1073741824 1073778376 140734057576192 139854730984264 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 2648568

[startup+12.7008 s]
/proc/loadavg: 2.66 2.18 1.95 3/212 13125
/proc/meminfo: memFree=25325156/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=22.36 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 20778 0 1 0 2168 68 0 0 20 0 18 0 346738557 2712133632 280180 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 280180 2259 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=9.62 cores=1,3,5,7

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

/proc/loadavg: 2.22 2.25 2.02 3/212 13125
/proc/meminfo: memFree=25035336/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=207.57 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 21186 0 1 0 20661 96 0 0 20 0 18 0 346738557 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 346762 2267 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=21.01 cores=1,3,5,7
/proc/13107/task/13109/stat : 13109 (java) S 13105 13107 9205 0 -1 4202560 3015 0 1 0 2086 15 0 0 20 0 18 0 346738559 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855362039512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13110] ppid=13105 vsize=2648568 CPUtime=1.94 cores=1,3,5,7
/proc/13107/task/13110/stat : 13110 (java) S 13105 13107 9205 0 -1 4202560 856 0 0 0 184 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855346490024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13111] ppid=13105 vsize=2648568 CPUtime=1.96 cores=1,3,5,7
/proc/13107/task/13111/stat : 13111 (java) S 13105 13107 9205 0 -1 4202560 536 0 0 0 187 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855345437480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13112] ppid=13105 vsize=2648568 CPUtime=1.91 cores=1,3,5,7
/proc/13107/task/13112/stat : 13112 (java) S 13105 13107 9205 0 -1 4202560 833 0 0 0 181 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855344384936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13113] ppid=13105 vsize=2648568 CPUtime=1.83 cores=1,3,5,7
/proc/13107/task/13113/stat : 13113 (java) S 13105 13107 9205 0 -1 4202560 694 0 0 0 174 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855224892456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13114] ppid=13105 vsize=2648568 CPUtime=1.85 cores=1,3,5,7
/proc/13107/task/13114/stat : 13114 (java) S 13105 13107 9205 0 -1 4202560 1065 0 0 0 177 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855223838888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13115] ppid=13105 vsize=2648568 CPUtime=2.01 cores=1,3,5,7
/proc/13107/task/13115/stat : 13115 (java) S 13105 13107 9205 0 -1 4202560 1587 0 0 0 192 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855222786344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13116] ppid=13105 vsize=2648568 CPUtime=1.77 cores=1,3,5,7
/proc/13107/task/13116/stat : 13116 (java) S 13105 13107 9205 0 -1 4202560 1029 0 0 0 169 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855221733800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13117] ppid=13105 vsize=2648568 CPUtime=2.11 cores=1,3,5,7
/proc/13107/task/13117/stat : 13117 (java) S 13105 13107 9205 0 -1 4202560 864 0 0 0 200 11 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855220681256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13118] ppid=13105 vsize=2648568 CPUtime=170.03 cores=1,3,5,7
/proc/13107/task/13118/stat : 13118 (java) R 13105 13107 9205 0 -1 4202560 57 0 0 0 16999 4 0 0 20 0 18 0 346738561 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854738352904 139855368512427 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13119] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13119/stat : 13119 (java) S 13105 13107 9205 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854737299064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13120] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13120/stat : 13120 (java) S 13105 13107 9205 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854736246408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13121] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13121/stat : 13121 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854735195152 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13122] ppid=13105 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/13107/task/13122/stat : 13122 (java) S 13105 13107 9205 0 -1 4202560 6077 0 0 0 48 2 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854734141496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13123] ppid=13105 vsize=2648568 CPUtime=0.43 cores=1,3,5,7
/proc/13107/task/13123/stat : 13123 (java) S 13105 13107 9205 0 -1 4202560 3387 0 0 0 43 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854733088952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13124] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13124/stat : 13124 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854732036600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13125] ppid=13105 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13107/task/13125/stat : 13125 (java) S 13105 13107 9205 0 -1 4202560 11 0 0 0 3 4 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854730984264 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 207.57
Current children cumulated vsize (KiB) 2648568

[startup+196.701 s]
/proc/loadavg: 2.22 2.25 2.02 3/212 13125
/proc/meminfo: memFree=25035336/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=209.17 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 21186 0 1 0 20821 96 0 0 20 0 18 0 346738557 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 346762 2267 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=21.01 cores=1,3,5,7
/proc/13107/task/13109/stat : 13109 (java) S 13105 13107 9205 0 -1 4202560 3015 0 1 0 2086 15 0 0 20 0 18 0 346738559 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855362039512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13110] ppid=13105 vsize=2648568 CPUtime=1.94 cores=1,3,5,7
/proc/13107/task/13110/stat : 13110 (java) S 13105 13107 9205 0 -1 4202560 856 0 0 0 184 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855346490024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13111] ppid=13105 vsize=2648568 CPUtime=1.96 cores=1,3,5,7
/proc/13107/task/13111/stat : 13111 (java) S 13105 13107 9205 0 -1 4202560 536 0 0 0 187 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855345437480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13112] ppid=13105 vsize=2648568 CPUtime=1.91 cores=1,3,5,7
/proc/13107/task/13112/stat : 13112 (java) S 13105 13107 9205 0 -1 4202560 833 0 0 0 181 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855344384936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13113] ppid=13105 vsize=2648568 CPUtime=1.83 cores=1,3,5,7
/proc/13107/task/13113/stat : 13113 (java) S 13105 13107 9205 0 -1 4202560 694 0 0 0 174 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855224892456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13114] ppid=13105 vsize=2648568 CPUtime=1.85 cores=1,3,5,7
/proc/13107/task/13114/stat : 13114 (java) S 13105 13107 9205 0 -1 4202560 1065 0 0 0 177 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855223838888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13115] ppid=13105 vsize=2648568 CPUtime=2.01 cores=1,3,5,7
/proc/13107/task/13115/stat : 13115 (java) S 13105 13107 9205 0 -1 4202560 1587 0 0 0 192 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855222786344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13116] ppid=13105 vsize=2648568 CPUtime=1.77 cores=1,3,5,7
/proc/13107/task/13116/stat : 13116 (java) S 13105 13107 9205 0 -1 4202560 1029 0 0 0 169 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855221733800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13117] ppid=13105 vsize=2648568 CPUtime=2.11 cores=1,3,5,7
/proc/13107/task/13117/stat : 13117 (java) S 13105 13107 9205 0 -1 4202560 864 0 0 0 200 11 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855220681256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13118] ppid=13105 vsize=2648568 CPUtime=171.63 cores=1,3,5,7
/proc/13107/task/13118/stat : 13118 (java) R 13105 13107 9205 0 -1 4202560 57 0 0 0 17159 4 0 0 20 0 18 0 346738561 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854738352904 139855366201638 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13119] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13119/stat : 13119 (java) S 13105 13107 9205 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854737299064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13120] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13120/stat : 13120 (java) S 13105 13107 9205 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854736246408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13121] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13121/stat : 13121 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854735195152 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13122] ppid=13105 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/13107/task/13122/stat : 13122 (java) S 13105 13107 9205 0 -1 4202560 6077 0 0 0 48 2 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854734141496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13123] ppid=13105 vsize=2648568 CPUtime=0.43 cores=1,3,5,7
/proc/13107/task/13123/stat : 13123 (java) S 13105 13107 9205 0 -1 4202560 3387 0 0 0 43 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854733088952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13124] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13124/stat : 13124 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854732036600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13125] ppid=13105 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13107/task/13125/stat : 13125 (java) S 13105 13107 9205 0 -1 4202560 11 0 0 0 3 4 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854730984264 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 209.17
Current children cumulated vsize (KiB) 2648568

[startup+197.101 s]
/proc/loadavg: 2.22 2.25 2.02 3/212 13125
/proc/meminfo: memFree=25033288/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=209.57 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 21186 0 1 0 20861 96 0 0 20 0 18 0 346738557 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 346762 2267 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=21.01 cores=1,3,5,7
/proc/13107/task/13109/stat : 13109 (java) S 13105 13107 9205 0 -1 4202560 3015 0 1 0 2086 15 0 0 20 0 18 0 346738559 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855362039512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13110] ppid=13105 vsize=2648568 CPUtime=1.94 cores=1,3,5,7
/proc/13107/task/13110/stat : 13110 (java) S 13105 13107 9205 0 -1 4202560 856 0 0 0 184 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855346490024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13111] ppid=13105 vsize=2648568 CPUtime=1.96 cores=1,3,5,7
/proc/13107/task/13111/stat : 13111 (java) S 13105 13107 9205 0 -1 4202560 536 0 0 0 187 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855345437480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13112] ppid=13105 vsize=2648568 CPUtime=1.91 cores=1,3,5,7
/proc/13107/task/13112/stat : 13112 (java) S 13105 13107 9205 0 -1 4202560 833 0 0 0 181 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855344384936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13113] ppid=13105 vsize=2648568 CPUtime=1.83 cores=1,3,5,7
/proc/13107/task/13113/stat : 13113 (java) S 13105 13107 9205 0 -1 4202560 694 0 0 0 174 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855224892456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13114] ppid=13105 vsize=2648568 CPUtime=1.85 cores=1,3,5,7
/proc/13107/task/13114/stat : 13114 (java) S 13105 13107 9205 0 -1 4202560 1065 0 0 0 177 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855223838888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13115] ppid=13105 vsize=2648568 CPUtime=2.01 cores=1,3,5,7
/proc/13107/task/13115/stat : 13115 (java) S 13105 13107 9205 0 -1 4202560 1587 0 0 0 192 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855222786344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13116] ppid=13105 vsize=2648568 CPUtime=1.77 cores=1,3,5,7
/proc/13107/task/13116/stat : 13116 (java) S 13105 13107 9205 0 -1 4202560 1029 0 0 0 169 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855221733800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13117] ppid=13105 vsize=2648568 CPUtime=2.11 cores=1,3,5,7
/proc/13107/task/13117/stat : 13117 (java) S 13105 13107 9205 0 -1 4202560 864 0 0 0 200 11 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855220681256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13118] ppid=13105 vsize=2648568 CPUtime=172.03 cores=1,3,5,7
/proc/13107/task/13118/stat : 13118 (java) R 13105 13107 9205 0 -1 4202560 57 0 0 0 17199 4 0 0 20 0 18 0 346738561 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854738352904 139855368896177 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13119] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13119/stat : 13119 (java) S 13105 13107 9205 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854737299064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13120] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13120/stat : 13120 (java) S 13105 13107 9205 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854736246408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13121] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13121/stat : 13121 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854735195152 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13122] ppid=13105 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/13107/task/13122/stat : 13122 (java) S 13105 13107 9205 0 -1 4202560 6077 0 0 0 48 2 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854734141496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13123] ppid=13105 vsize=2648568 CPUtime=0.43 cores=1,3,5,7
/proc/13107/task/13123/stat : 13123 (java) S 13105 13107 9205 0 -1 4202560 3387 0 0 0 43 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854733088952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13124] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13124/stat : 13124 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854732036600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13125] ppid=13105 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13107/task/13125/stat : 13125 (java) S 13105 13107 9205 0 -1 4202560 11 0 0 0 3 4 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854730984264 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 209.57
Current children cumulated vsize (KiB) 2648568

[startup+197.501 s]
/proc/loadavg: 2.22 2.25 2.02 3/212 13125
/proc/meminfo: memFree=25033288/32873648 swapFree=6864/6864
[pid=13107] ppid=13105 vsize=2648568 CPUtime=209.97 cores=1,3,5,7
/proc/13107/stat : 13107 (java) S 13105 13107 9205 0 -1 4202496 21186 0 1 0 20901 96 0 0 20 0 18 0 346738557 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 140734057567328 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13107/statm: 662142 346762 2267 9 0 652835 0
[pid=13107/tid=13109] ppid=13105 vsize=2648568 CPUtime=21.01 cores=1,3,5,7
/proc/13107/task/13109/stat : 13109 (java) S 13105 13107 9205 0 -1 4202560 3015 0 1 0 2086 15 0 0 20 0 18 0 346738559 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855362039512 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13110] ppid=13105 vsize=2648568 CPUtime=1.94 cores=1,3,5,7
/proc/13107/task/13110/stat : 13110 (java) S 13105 13107 9205 0 -1 4202560 856 0 0 0 184 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855346490024 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13111] ppid=13105 vsize=2648568 CPUtime=1.96 cores=1,3,5,7
/proc/13107/task/13111/stat : 13111 (java) S 13105 13107 9205 0 -1 4202560 536 0 0 0 187 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855345437480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13112] ppid=13105 vsize=2648568 CPUtime=1.91 cores=1,3,5,7
/proc/13107/task/13112/stat : 13112 (java) S 13105 13107 9205 0 -1 4202560 833 0 0 0 181 10 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855344384936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13113] ppid=13105 vsize=2648568 CPUtime=1.83 cores=1,3,5,7
/proc/13107/task/13113/stat : 13113 (java) S 13105 13107 9205 0 -1 4202560 694 0 0 0 174 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855224892456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13114] ppid=13105 vsize=2648568 CPUtime=1.85 cores=1,3,5,7
/proc/13107/task/13114/stat : 13114 (java) S 13105 13107 9205 0 -1 4202560 1065 0 0 0 177 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855223838888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13107/tid=13115] ppid=13105 vsize=2648568 CPUtime=2.01 cores=1,3,5,7
/proc/13107/task/13115/stat : 13115 (java) S 13105 13107 9205 0 -1 4202560 1587 0 0 0 192 9 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855222786344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13116] ppid=13105 vsize=2648568 CPUtime=1.77 cores=1,3,5,7
/proc/13107/task/13116/stat : 13116 (java) S 13105 13107 9205 0 -1 4202560 1029 0 0 0 169 8 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855221733800 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13117] ppid=13105 vsize=2648568 CPUtime=2.11 cores=1,3,5,7
/proc/13107/task/13117/stat : 13117 (java) S 13105 13107 9205 0 -1 4202560 864 0 0 0 200 11 0 0 20 0 18 0 346738560 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139855220681256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13118] ppid=13105 vsize=2648568 CPUtime=172.43 cores=1,3,5,7
/proc/13107/task/13118/stat : 13118 (java) R 13105 13107 9205 0 -1 4202560 57 0 0 0 17239 4 0 0 20 0 18 0 346738561 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854738352904 139855368164753 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13119] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13119/stat : 13119 (java) S 13105 13107 9205 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854737299064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13120] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13120/stat : 13120 (java) S 13105 13107 9205 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 346738562 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854736246408 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13121] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13121/stat : 13121 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854735195152 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13122] ppid=13105 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/13107/task/13122/stat : 13122 (java) S 13105 13107 9205 0 -1 4202560 6077 0 0 0 48 2 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854734141496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13107/tid=13123] ppid=13105 vsize=2648568 CPUtime=0.43 cores=1,3,5,7
/proc/13107/task/13123/stat : 13123 (java) S 13105 13107 9205 0 -1 4202560 3387 0 0 0 43 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854733088952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13107/tid=13124] ppid=13105 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/13107/task/13124/stat : 13124 (java) S 13105 13107 9205 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854732036600 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13107/tid=13125] ppid=13105 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/13107/task/13125/stat : 13125 (java) S 13105 13107 9205 0 -1 4202560 11 0 0 0 3 4 0 0 20 0 18 0 346738564 2712133632 346762 33554432000 1073741824 1073778376 140734057576192 139854730984264 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 209.97
Current children cumulated vsize (KiB) 2648568

Child status: 1
Real time (s): 197.535
CPU time (s): 210.102
CPU user time (s): 208.979
CPU system time (s): 1.12283
CPU usage (%): 106.362
Max. virtual memory (cumulated for all children) (KiB): 2648568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.979
system time used= 1.12283
maximum resident set size= 1387180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21225
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6042
involuntary context switches= 13974

runsolver used 0.821875 second user time and 2.18067 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-04 12:35:26
IDJOB=3743853
IDBENCH=92637
IDSOLVER=2322
FILE ID=node120/3743853-1338806121
RUNJOBID= node120-1338804118-12872
PBS_JOBID= 14636816
Free space on /tmp= 70460 MiB

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

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

MD5SUM BENCH= 682ced1993335202bf2b9cca6b4feb1c
RANDOM SEED=1848103294

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26426596 kB
Buffers:          588912 kB
Cached:          3560996 kB
SwapCached:         1580 kB
Active:          3439712 kB
Inactive:        2062796 kB
Active(anon):    1344904 kB
Inactive(anon):     9224 kB
Active(file):    2094808 kB
Inactive(file):  2053572 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:            222240 kB
Writeback:             0 kB
AnonPages:       1359212 kB
Mapped:            19020 kB
Shmem:                32 kB
Slab:             805900 kB
SReclaimable:     246456 kB
SUnreclaim:       559444 kB
KernelStack:        1592 kB
PageTables:         6884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1520672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1306624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70460 MiB
End job on node120 at 2012-06-04 12:38:43