Trace number 3741414

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? (TO) 1802.58 1794.22

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-ns1853823.opb
MD5SUM2ebd045d7573caa1ce8026d29a77beeb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213440
Total number of constraints223870
Number of constraints which are clauses212784
Number of constraints which are cardinality constraints (but not clauses)462
Number of constraints which are nor clauses,nor cardinality constraints10624
Minimum length of a constraint1
Maximum length of a constraint464
Number of terms in the objective function 920
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 3220
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3200
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3912
Number of bits of the biggest sum of numbers12
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.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c MiniSAT restarts strategy
0.09/0.12	c Memory based learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3741414-1338773214.opb
0.09/0.12	c reading problem ... 
11.80/9.57	c ... done. Wall clock time 9.457s.
11.80/9.57	c #vars     213440
11.80/9.57	c #constraints  234034
11.80/9.57	c constraints type 
11.80/9.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 20790
11.80/9.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121968
11.80/9.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 460
11.80/9.57	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 90552

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 2/193 6050
/proc/meminfo: memFree=21024200/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6050/stat : 6050 (java6) D 6048 6050 3438 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 343450036 9515008 182 33554432000 1073741824 1073778376 140736395200784 140736395191816 235374722741 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/6050/statm: 2323 182 140 9 0 71 0

[startup+0.104581 s]
/proc/loadavg: 2.01 2.02 2.00 2/193 6050
/proc/meminfo: memFree=21024200/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 4667 0 1 0 8 1 0 0 20 0 18 0 343450036 2712133632 6386 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 662142 6386 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.20015 s]
/proc/loadavg: 2.01 2.02 2.00 2/193 6050
/proc/meminfo: memFree=21024200/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 5085 0 1 0 22 2 0 0 20 0 18 0 343450036 2712133632 23607 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 662142 23607 2188 9 0 652835 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 2648568

[startup+0.300214 s]
/proc/loadavg: 2.01 2.02 2.00 2/193 6050
/proc/meminfo: memFree=21024200/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2648568 CPUtime=0.41 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 5450 0 1 0 34 7 0 0 20 0 18 0 343450036 2712133632 83092 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 662142 83092 2214 9 0 652835 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 2648568

[startup+0.700333 s]
/proc/loadavg: 2.01 2.02 2.00 2/193 6050
/proc/meminfo: memFree=21024200/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2648568 CPUtime=1.1 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 6616 0 1 0 100 10 0 0 20 0 18 0 343450036 2712133632 95739 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 662142 95739 2243 9 0 652835 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2648568

[startup+1.5008 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 6068
/proc/meminfo: memFree=20554068/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2648568 CPUtime=2.09 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 7166 0 1 0 196 13 0 0 20 0 18 0 343450036 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 662142 121808 2243 9 0 652835 0
[pid=6050/tid=6052] ppid=6048 vsize=2648568 CPUtime=1.33 cores=0,2,4,6
/proc/6050/task/6052/stat : 6052 (java) R 6048 6050 3438 0 -1 4202560 2951 0 1 0 124 9 0 0 20 0 18 0 343450037 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462553473168 140462561246298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6053] ppid=6048 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/6050/task/6053/stat : 6053 (java) S 6048 6050 3438 0 -1 4202560 63 0 0 0 5 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462420327208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6054] ppid=6048 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/6050/task/6054/stat : 6054 (java) S 6048 6050 3438 0 -1 4202560 108 0 0 0 5 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462419274408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6055] ppid=6048 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/6050/task/6055/stat : 6055 (java) S 6048 6050 3438 0 -1 4202560 73 0 0 0 6 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462418222120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6056] ppid=6048 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/6050/task/6056/stat : 6056 (java) S 6048 6050 3438 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462417169320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6057] ppid=6048 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/6050/task/6057/stat : 6057 (java) S 6048 6050 3438 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462416116008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6058] ppid=6048 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/6050/task/6058/stat : 6058 (java) S 6048 6050 3438 0 -1 4202560 85 0 0 0 4 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462415063208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6059] ppid=6048 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/6050/task/6059/stat : 6059 (java) S 6048 6050 3438 0 -1 4202560 63 0 0 0 5 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462414010920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6060] ppid=6048 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/6050/task/6060/stat : 6060 (java) S 6048 6050 3438 0 -1 4202560 113 0 0 0 3 0 0 0 20 0 18 0 343450038 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140462412958120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6061] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6061/stat : 6061 (java) S 6048 6050 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461929880296 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6062] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6062/stat : 6062 (java) S 6048 6050 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461928826360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6063] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6063/stat : 6063 (java) S 6048 6050 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461927773960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6064] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6064/stat : 6064 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461926722448 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6065] ppid=6048 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/6050/task/6065/stat : 6065 (java) S 6048 6050 3438 0 -1 4202560 1627 0 0 0 16 0 0 0 20 0 18 0 343450043 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461925669048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6066] ppid=6048 vsize=2648568 CPUtime=0.12 cores=0,2,4,6
/proc/6050/task/6066/stat : 6066 (java) S 6048 6050 3438 0 -1 4202560 831 0 0 0 12 0 0 0 20 0 18 0 343450043 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461924616248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6067] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6067/stat : 6067 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461923564152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6068] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6068/stat : 6068 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 121808 33554432000 1073741824 1073778376 140736377633728 140461922511560 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 2648568

[startup+3.10067 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 6068
/proc/meminfo: memFree=20538368/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2648568 CPUtime=3.96 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 7280 0 1 0 381 15 0 0 20 0 18 0 343450036 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 662142 125980 2243 9 0 652835 0
[pid=6050/tid=6052] ppid=6048 vsize=2648568 CPUtime=2.78 cores=0,2,4,6
/proc/6050/task/6052/stat : 6052 (java) S 6048 6050 3438 0 -1 4202560 2968 0 1 0 269 9 0 0 20 0 18 0 343450037 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462553479688 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6053] ppid=6048 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/6050/task/6053/stat : 6053 (java) S 6048 6050 3438 0 -1 4202560 80 0 0 0 10 0 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462420327208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6054] ppid=6048 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/6050/task/6054/stat : 6054 (java) S 6048 6050 3438 0 -1 4202560 118 0 0 0 9 1 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462419274408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6055] ppid=6048 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/6050/task/6055/stat : 6055 (java) S 6048 6050 3438 0 -1 4202560 75 0 0 0 10 0 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462418222120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6056] ppid=6048 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/6050/task/6056/stat : 6056 (java) R 6048 6050 3438 0 -1 4202560 63 0 0 0 9 0 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462417169320 140462556759970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6057] ppid=6048 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/6050/task/6057/stat : 6057 (java) S 6048 6050 3438 0 -1 4202560 51 0 0 0 6 0 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462416116008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6058] ppid=6048 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/6050/task/6058/stat : 6058 (java) R 6048 6050 3438 0 -1 4202560 91 0 0 0 13 0 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462415063208 235378095164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6059] ppid=6048 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/6050/task/6059/stat : 6059 (java) S 6048 6050 3438 0 -1 4202560 79 0 0 0 9 0 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462414010920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6060] ppid=6048 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/6050/task/6060/stat : 6060 (java) S 6048 6050 3438 0 -1 4202560 116 0 0 0 9 0 0 0 20 0 18 0 343450038 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140462412958120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6061] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6061/stat : 6061 (java) S 6048 6050 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461929879176 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6062] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6062/stat : 6062 (java) S 6048 6050 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461928826360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6063] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6063/stat : 6063 (java) S 6048 6050 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461927773960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6064] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6064/stat : 6064 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461926722448 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6065] ppid=6048 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/6050/task/6065/stat : 6065 (java) S 6048 6050 3438 0 -1 4202560 1627 0 0 0 16 0 0 0 20 0 18 0 343450043 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461925669048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6066] ppid=6048 vsize=2648568 CPUtime=0.12 cores=0,2,4,6
/proc/6050/task/6066/stat : 6066 (java) S 6048 6050 3438 0 -1 4202560 831 0 0 0 12 0 0 0 20 0 18 0 343450043 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461924616248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6067] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6067/stat : 6067 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461923564152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6068] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6068/stat : 6068 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 125980 33554432000 1073741824 1073778376 140736377633728 140461922511560 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 2648568

[startup+6.30083 s]
/proc/loadavg: 2.01 2.02 2.00 3/211 6068
/proc/meminfo: memFree=20505996/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2648568 CPUtime=7.97 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 10345 0 1 0 779 18 0 0 20 0 18 0 343450036 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 662142 132239 2249 9 0 652835 0
[pid=6050/tid=6052] ppid=6048 vsize=2648568 CPUtime=5.68 cores=0,2,4,6
/proc/6050/task/6052/stat : 6052 (java) R 6048 6050 3438 0 -1 4202560 3000 0 1 0 558 10 0 0 20 0 18 0 343450037 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462553473072 140462561246298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6053] ppid=6048 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/6050/task/6053/stat : 6053 (java) S 6048 6050 3438 0 -1 4202560 85 0 0 0 20 0 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462420327208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6054] ppid=6048 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/6050/task/6054/stat : 6054 (java) S 6048 6050 3438 0 -1 4202560 121 0 0 0 20 2 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462419274408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6055] ppid=6048 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/6050/task/6055/stat : 6055 (java) S 6048 6050 3438 0 -1 4202560 75 0 0 0 20 0 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462418222120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6056] ppid=6048 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/6050/task/6056/stat : 6056 (java) S 6048 6050 3438 0 -1 4202560 81 0 0 0 19 0 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462417169320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6057] ppid=6048 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/6050/task/6057/stat : 6057 (java) S 6048 6050 3438 0 -1 4202560 52 0 0 0 19 0 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462416116008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6058] ppid=6048 vsize=2648568 CPUtime=0.28 cores=0,2,4,6
/proc/6050/task/6058/stat : 6058 (java) S 6048 6050 3438 0 -1 4202560 94 0 0 0 26 2 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462415063208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6059] ppid=6048 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/6050/task/6059/stat : 6059 (java) S 6048 6050 3438 0 -1 4202560 94 0 0 0 21 0 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462414010920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6060] ppid=6048 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/6050/task/6060/stat : 6060 (java) S 6048 6050 3438 0 -1 4202560 119 0 0 0 21 0 0 0 20 0 18 0 343450038 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140462412958120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6061] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6061/stat : 6061 (java) S 6048 6050 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461929880296 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6062] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6062/stat : 6062 (java) S 6048 6050 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461928826360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6063] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6063/stat : 6063 (java) S 6048 6050 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343450040 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461927773960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6064] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6064/stat : 6064 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461926722448 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6065] ppid=6048 vsize=2648568 CPUtime=0.26 cores=0,2,4,6
/proc/6050/task/6065/stat : 6065 (java) S 6048 6050 3438 0 -1 4202560 3061 0 0 0 26 0 0 0 20 0 18 0 343450043 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461925669048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6066] ppid=6048 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/6050/task/6066/stat : 6066 (java) S 6048 6050 3438 0 -1 4202560 2382 0 0 0 21 0 0 0 20 0 18 0 343450043 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461924616248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6067] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6067/stat : 6067 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461923564152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6068] ppid=6048 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6068/stat : 6068 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343450043 2712133632 132239 33554432000 1073741824 1073778376 140736377633728 140461922511560 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 2648568

[startup+12.7008 s]
/proc/loadavg: 2.09 2.03 2.01 3/212 6271
/proc/meminfo: memFree=20481628/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2715132 CPUtime=15.55 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 11974 0 1 0 1535 20 0 0 20 0 19 0 343450036 2780295168 137028 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 678783 137028 2270 9 0 669476 0
[pid=6050/tid=6052] ppid=6048 vsize=2715132 CPUtime=11.88 cores=0,2,4,6

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

/proc/6050/task/6053/stat : 6053 (java) S 6048 6050 3438 0 -1 4202560 280 0 0 0 97 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462420327208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6054] ppid=6048 vsize=2715132 CPUtime=0.86 cores=0,2,4,6
/proc/6050/task/6054/stat : 6054 (java) S 6048 6050 3438 0 -1 4202560 293 0 0 0 76 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462419274408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6055] ppid=6048 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/6050/task/6055/stat : 6055 (java) S 6048 6050 3438 0 -1 4202560 332 0 0 0 106 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462418222120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6056] ppid=6048 vsize=2715132 CPUtime=1.29 cores=0,2,4,6
/proc/6050/task/6056/stat : 6056 (java) S 6048 6050 3438 0 -1 4202560 396 0 0 0 115 14 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462417169320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6057] ppid=6048 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/6050/task/6057/stat : 6057 (java) S 6048 6050 3438 0 -1 4202560 346 0 0 0 97 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462416116008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6058] ppid=6048 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/6050/task/6058/stat : 6058 (java) S 6048 6050 3438 0 -1 4202560 333 0 0 0 94 11 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462415063208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6059] ppid=6048 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/6050/task/6059/stat : 6059 (java) S 6048 6050 3438 0 -1 4202560 336 0 0 0 88 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462414010920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6060] ppid=6048 vsize=2715132 CPUtime=1.2 cores=0,2,4,6
/proc/6050/task/6060/stat : 6060 (java) S 6048 6050 3438 0 -1 4202560 385 0 0 0 108 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462412958120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6061] ppid=6048 vsize=2715132 CPUtime=1058.31 cores=0,2,4,6
/proc/6050/task/6061/stat : 6061 (java) R 6048 6050 3438 0 -1 4202560 155 0 0 0 105811 20 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461929880296 140462555677232 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6062] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6062/stat : 6062 (java) S 6048 6050 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461928826360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6063] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6063/stat : 6063 (java) S 6048 6050 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461927773960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6064] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6064/stat : 6064 (java) S 6048 6050 3438 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461926721992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6065] ppid=6048 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/6050/task/6065/stat : 6065 (java) S 6048 6050 3438 0 -1 4202560 3736 0 0 0 61 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461925669048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6066] ppid=6048 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/6050/task/6066/stat : 6066 (java) S 6048 6050 3438 0 -1 4202560 3580 0 0 0 66 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461924616248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6067] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6067/stat : 6067 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461923564152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6068] ppid=6048 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/6050/task/6068/stat : 6068 (java) S 6048 6050 3438 0 -1 4202560 103 0 0 0 35 23 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461922511560 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6271] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6271/stat : 6271 (java) S 6048 6050 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343451000 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461921457576 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.34
Current children cumulated vsize (KiB) 2715132

[startup+1793.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 6347
/proc/meminfo: memFree=20742216/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2715132 CPUtime=1801.75 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 15033 0 1 0 180049 126 0 0 20 0 19 0 343450036 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 678783 344483 2277 9 0 669476 0
[pid=6050/tid=6052] ppid=6048 vsize=2715132 CPUtime=732.72 cores=0,2,4,6
/proc/6050/task/6052/stat : 6052 (java) S 6048 6050 3438 0 -1 4202560 3577 0 1 0 73249 23 0 0 20 0 19 0 343450037 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462553480648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6053] ppid=6048 vsize=2715132 CPUtime=1.07 cores=0,2,4,6
/proc/6050/task/6053/stat : 6053 (java) S 6048 6050 3438 0 -1 4202560 280 0 0 0 97 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462420327208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6054] ppid=6048 vsize=2715132 CPUtime=0.86 cores=0,2,4,6
/proc/6050/task/6054/stat : 6054 (java) S 6048 6050 3438 0 -1 4202560 293 0 0 0 76 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462419274408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6055] ppid=6048 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/6050/task/6055/stat : 6055 (java) S 6048 6050 3438 0 -1 4202560 332 0 0 0 106 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462418222120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6056] ppid=6048 vsize=2715132 CPUtime=1.29 cores=0,2,4,6
/proc/6050/task/6056/stat : 6056 (java) S 6048 6050 3438 0 -1 4202560 396 0 0 0 115 14 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462417169320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6057] ppid=6048 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/6050/task/6057/stat : 6057 (java) S 6048 6050 3438 0 -1 4202560 346 0 0 0 97 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462416116008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6058] ppid=6048 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/6050/task/6058/stat : 6058 (java) S 6048 6050 3438 0 -1 4202560 333 0 0 0 94 11 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462415063208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6059] ppid=6048 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/6050/task/6059/stat : 6059 (java) S 6048 6050 3438 0 -1 4202560 336 0 0 0 88 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462414010920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6060] ppid=6048 vsize=2715132 CPUtime=1.2 cores=0,2,4,6
/proc/6050/task/6060/stat : 6060 (java) S 6048 6050 3438 0 -1 4202560 385 0 0 0 108 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462412958120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6061] ppid=6048 vsize=2715132 CPUtime=1058.71 cores=0,2,4,6
/proc/6050/task/6061/stat : 6061 (java) R 6048 6050 3438 0 -1 4202560 155 0 0 0 105851 20 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461929880296 140462559607951 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6062] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6062/stat : 6062 (java) S 6048 6050 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461928826360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6063] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6063/stat : 6063 (java) S 6048 6050 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461927773960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6064] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6064/stat : 6064 (java) S 6048 6050 3438 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461926721992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6065] ppid=6048 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/6050/task/6065/stat : 6065 (java) S 6048 6050 3438 0 -1 4202560 3736 0 0 0 61 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461925669048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6066] ppid=6048 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/6050/task/6066/stat : 6066 (java) S 6048 6050 3438 0 -1 4202560 3580 0 0 0 66 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461924616248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6067] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6067/stat : 6067 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461923564152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6068] ppid=6048 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/6050/task/6068/stat : 6068 (java) S 6048 6050 3438 0 -1 4202560 103 0 0 0 36 23 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461922511560 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6271] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6271/stat : 6271 (java) S 6048 6050 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343451000 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461921457576 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 2715132

[startup+1794.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 6347
/proc/meminfo: memFree=20740168/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2715132 CPUtime=1801.95 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 15033 0 1 0 180069 126 0 0 20 0 19 0 343450036 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 678783 344483 2277 9 0 669476 0
[pid=6050/tid=6052] ppid=6048 vsize=2715132 CPUtime=732.72 cores=0,2,4,6
/proc/6050/task/6052/stat : 6052 (java) S 6048 6050 3438 0 -1 4202560 3577 0 1 0 73249 23 0 0 20 0 19 0 343450037 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462553480648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6053] ppid=6048 vsize=2715132 CPUtime=1.07 cores=0,2,4,6
/proc/6050/task/6053/stat : 6053 (java) S 6048 6050 3438 0 -1 4202560 280 0 0 0 97 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462420327208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6054] ppid=6048 vsize=2715132 CPUtime=0.86 cores=0,2,4,6
/proc/6050/task/6054/stat : 6054 (java) S 6048 6050 3438 0 -1 4202560 293 0 0 0 76 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462419274408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6055] ppid=6048 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/6050/task/6055/stat : 6055 (java) S 6048 6050 3438 0 -1 4202560 332 0 0 0 106 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462418222120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6056] ppid=6048 vsize=2715132 CPUtime=1.29 cores=0,2,4,6
/proc/6050/task/6056/stat : 6056 (java) S 6048 6050 3438 0 -1 4202560 396 0 0 0 115 14 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462417169320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6057] ppid=6048 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/6050/task/6057/stat : 6057 (java) S 6048 6050 3438 0 -1 4202560 346 0 0 0 97 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462416116008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6058] ppid=6048 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/6050/task/6058/stat : 6058 (java) S 6048 6050 3438 0 -1 4202560 333 0 0 0 94 11 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462415063208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6059] ppid=6048 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/6050/task/6059/stat : 6059 (java) S 6048 6050 3438 0 -1 4202560 336 0 0 0 88 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462414010920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6060] ppid=6048 vsize=2715132 CPUtime=1.2 cores=0,2,4,6
/proc/6050/task/6060/stat : 6060 (java) S 6048 6050 3438 0 -1 4202560 385 0 0 0 108 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462412958120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6061] ppid=6048 vsize=2715132 CPUtime=1058.91 cores=0,2,4,6
/proc/6050/task/6061/stat : 6061 (java) R 6048 6050 3438 0 -1 4202560 155 0 0 0 105871 20 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461929880296 140462559605139 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6062] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6062/stat : 6062 (java) S 6048 6050 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461928826360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6063] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6063/stat : 6063 (java) S 6048 6050 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461927773960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6064] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6064/stat : 6064 (java) S 6048 6050 3438 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461926721992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6065] ppid=6048 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/6050/task/6065/stat : 6065 (java) S 6048 6050 3438 0 -1 4202560 3736 0 0 0 61 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461925669048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6066] ppid=6048 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/6050/task/6066/stat : 6066 (java) S 6048 6050 3438 0 -1 4202560 3580 0 0 0 66 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461924616248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6067] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6067/stat : 6067 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461923564152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6068] ppid=6048 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/6050/task/6068/stat : 6068 (java) S 6048 6050 3438 0 -1 4202560 103 0 0 0 36 23 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461922511560 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6271] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6271/stat : 6271 (java) S 6048 6050 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343451000 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461921457576 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 2715132

[startup+1794.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 6347
/proc/meminfo: memFree=20740168/32873844 swapFree=7112/7112
[pid=6050] ppid=6048 vsize=2715132 CPUtime=1802.05 cores=0,2,4,6
/proc/6050/stat : 6050 (java) S 6048 6050 3438 0 -1 4202496 15033 0 1 0 180079 126 0 0 20 0 19 0 343450036 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140736377624864 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6050/statm: 678783 344483 2277 9 0 669476 0
[pid=6050/tid=6052] ppid=6048 vsize=2715132 CPUtime=732.72 cores=0,2,4,6
/proc/6050/task/6052/stat : 6052 (java) S 6048 6050 3438 0 -1 4202560 3577 0 1 0 73249 23 0 0 20 0 19 0 343450037 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462553480648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6053] ppid=6048 vsize=2715132 CPUtime=1.07 cores=0,2,4,6
/proc/6050/task/6053/stat : 6053 (java) S 6048 6050 3438 0 -1 4202560 280 0 0 0 97 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462420327208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6054] ppid=6048 vsize=2715132 CPUtime=0.86 cores=0,2,4,6
/proc/6050/task/6054/stat : 6054 (java) S 6048 6050 3438 0 -1 4202560 293 0 0 0 76 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462419274408 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6055] ppid=6048 vsize=2715132 CPUtime=1.18 cores=0,2,4,6
/proc/6050/task/6055/stat : 6055 (java) S 6048 6050 3438 0 -1 4202560 332 0 0 0 106 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462418222120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6056] ppid=6048 vsize=2715132 CPUtime=1.29 cores=0,2,4,6
/proc/6050/task/6056/stat : 6056 (java) S 6048 6050 3438 0 -1 4202560 396 0 0 0 115 14 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462417169320 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6057] ppid=6048 vsize=2715132 CPUtime=1.09 cores=0,2,4,6
/proc/6050/task/6057/stat : 6057 (java) S 6048 6050 3438 0 -1 4202560 346 0 0 0 97 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462416116008 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6058] ppid=6048 vsize=2715132 CPUtime=1.05 cores=0,2,4,6
/proc/6050/task/6058/stat : 6058 (java) S 6048 6050 3438 0 -1 4202560 333 0 0 0 94 11 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462415063208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6059] ppid=6048 vsize=2715132 CPUtime=0.98 cores=0,2,4,6
/proc/6050/task/6059/stat : 6059 (java) S 6048 6050 3438 0 -1 4202560 336 0 0 0 88 10 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462414010920 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6060] ppid=6048 vsize=2715132 CPUtime=1.2 cores=0,2,4,6
/proc/6050/task/6060/stat : 6060 (java) S 6048 6050 3438 0 -1 4202560 385 0 0 0 108 12 0 0 20 0 19 0 343450038 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140462412958120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6061] ppid=6048 vsize=2715132 CPUtime=1059.01 cores=0,2,4,6
/proc/6050/task/6061/stat : 6061 (java) R 6048 6050 3438 0 -1 4202560 155 0 0 0 105881 20 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461929880296 140462559607951 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6050/tid=6062] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6062/stat : 6062 (java) S 6048 6050 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461928826360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6063] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6063/stat : 6063 (java) S 6048 6050 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343450040 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461927773960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6064] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6064/stat : 6064 (java) S 6048 6050 3438 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461926721992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6050/tid=6065] ppid=6048 vsize=2715132 CPUtime=0.61 cores=0,2,4,6
/proc/6050/task/6065/stat : 6065 (java) S 6048 6050 3438 0 -1 4202560 3736 0 0 0 61 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461925669048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6066] ppid=6048 vsize=2715132 CPUtime=0.66 cores=0,2,4,6
/proc/6050/task/6066/stat : 6066 (java) S 6048 6050 3438 0 -1 4202560 3580 0 0 0 66 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461924616248 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6067] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6067/stat : 6067 (java) S 6048 6050 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461923564152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6050/tid=6068] ppid=6048 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/6050/task/6068/stat : 6068 (java) S 6048 6050 3438 0 -1 4202560 103 0 0 0 36 23 0 0 20 0 19 0 343450043 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461922511560 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6050/tid=6271] ppid=6048 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6050/task/6271/stat : 6271 (java) S 6048 6050 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343451000 2780295168 344483 33554432000 1073741824 1073778376 140736377633728 140461921457576 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 2715132

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1794.22
CPU time (s): 1802.58
CPU user time (s): 1800.88
CPU system time (s): 1.70374
CPU usage (%): 100.466
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.88
system time used= 1.70374
maximum resident set size= 1377932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15033
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40870
involuntary context switches= 17066

runsolver used 8.26374 second user time and 18.4862 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-04 03:26:55
IDJOB=3741414
IDBENCH=89855
IDSOLVER=2322
FILE ID=node104/3741414-1338773214
RUNJOBID= node104-1338747831-3454
PBS_JOBID= 14636783
Free space on /tmp= 66420 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-ns1853823.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741414-1338773214/watcher-3741414-1338773214 -o /tmp/evaluation-result-3741414-1338773214/solver-3741414-1338773214 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741414-1338773214.opb

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

MD5SUM BENCH= 2ebd045d7573caa1ce8026d29a77beeb
RANDOM SEED=1382533208

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21024092 kB
Buffers:         1991924 kB
Cached:          7459684 kB
SwapCached:          708 kB
Active:          7587808 kB
Inactive:        3211416 kB
Active(anon):    1334760 kB
Inactive(anon):     8092 kB
Active(file):    6253048 kB
Inactive(file):  3203324 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:             15572 kB
Writeback:             8 kB
AnonPages:       1371440 kB
Mapped:            22428 kB
Shmem:                 8 kB
Slab:             884524 kB
SReclaimable:     326204 kB
SUnreclaim:       558320 kB
KernelStack:        1600 kB
PageTables:         6888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1510912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 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= 66416 MiB
End job on node104 at 2012-06-04 03:56:49