Trace number 3741510

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (exit code) 170.758 166.277

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-datt256.opb
MD5SUMeff0b252efd7ad849119636cdcc0cdec
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables262144
Total number of constraints11077
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)516
Number of constraints which are nor clauses,nor cardinality constraints10561
Minimum length of a constraint1
Maximum length of a constraint57840
Number of terms in the objective function 262144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 262144
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 262144
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1599470296
0.03/0.08	c Max memory 1607860224
0.03/0.08	c Total memory 1607860224
0.03/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3741510-1338744474.opb
0.08/0.10	c reading problem ... 
5.46/3.83	c ... done. Wall clock time 3.734s.
5.46/3.83	c CPU time (experimental) 3.53s.
5.46/3.83	c #vars     262144
5.46/3.83	c #constraints  22145
156.37/152.01	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
158.47/154.16		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(Unknown Source)
160.77/156.41		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(Unknown Source)
162.96/158.64		at org.sat4j.minisat.constraints.AbstractPBDataStructureFactory.createUnregisteredClause(Unknown Source)
164.87/160.59		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
168.97/164.60	c starts		: 13
168.97/164.60	c conflicts		: 36905
170.07/165.71	Exception in thread "Thread-0" 

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 11240
/proc/meminfo: memFree=26921052/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/11240/stat : 11240 (java) R 11238 11240 4424 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 340573379 8192 1 33554432000 0 0 0 140736372123640 242167213495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11240/statm: 2 1 0 0 0 2 0

[startup+0.0649899 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 11240
/proc/meminfo: memFree=26921052/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=2956804 CPUtime=0.03 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 4109 0 1 0 3 0 0 0 20 0 18 0 340573379 3027767296 5318 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 739201 5318 1767 9 0 729885 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2956804

[startup+0.10026 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 11240
/proc/meminfo: memFree=26921052/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 4994 0 1 0 8 0 0 0 20 0 18 0 340573379 3028844544 6169 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 739464 6169 2127 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300228 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 11240
/proc/meminfo: memFree=26921052/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=2957856 CPUtime=0.43 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 6242 0 1 0 42 1 0 0 20 0 18 0 340573379 3028844544 17161 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 739464 17161 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700234 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 11240
/proc/meminfo: memFree=26921052/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=2957856 CPUtime=1.02 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 6929 0 1 0 99 3 0 0 20 0 18 0 340573379 3028844544 47758 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 739464 47758 2249 9 0 729885 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 2957856

[startup+1.50071 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 11258
/proc/meminfo: memFree=26578664/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=2957856 CPUtime=2.03 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 7221 0 1 0 190 13 0 0 20 0 18 0 340573379 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 739464 125631 2265 9 0 729885 0
[pid=11240/tid=11242] ppid=11238 vsize=2957856 CPUtime=1.4 cores=0,2,4,6
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 4424 0 -1 4202560 3280 0 1 0 133 7 0 0 20 0 18 0 340573380 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534687391416 140534559489449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 4424 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534553418792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 4424 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534552365992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534484036392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 4424 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534482983592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 4424 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534481930792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 4424 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534480877992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 4424 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534479825192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 4424 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 340573381 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534478772392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 4424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340573383 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534466362344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340573383 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534465308408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340573383 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534464255496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340573385 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534463203984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=2957856 CPUtime=0.17 cores=0,2,4,6
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 4424 0 -1 4202560 1208 0 0 0 17 0 0 0 20 0 18 0 340573385 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534462151096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=2957856 CPUtime=0.16 cores=0,2,4,6
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 4424 0 -1 4202560 1387 0 0 0 16 0 0 0 20 0 18 0 340573386 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534461098296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340573386 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534460045688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340573386 3028844544 125631 33554432000 1073741824 1073778376 140734646876672 140534458993096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 2957856

[startup+3.10064 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 11258
/proc/meminfo: memFree=26331856/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=2957856 CPUtime=4.62 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 14593 0 1 0 434 28 0 0 20 0 18 0 340573379 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 739464 154253 2286 9 0 729885 0
[pid=11240/tid=11242] ppid=11238 vsize=2957856 CPUtime=2.85 cores=0,2,4,6
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 4424 0 -1 4202560 3292 0 1 0 278 7 0 0 20 0 18 0 340573380 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534687383712 140534559608360 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 4424 0 -1 4202560 64 0 0 0 6 3 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534553418792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=2957856 CPUtime=0.15 cores=0,2,4,6
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 4424 0 -1 4202560 94 0 0 0 10 5 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534552365992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=2957856 CPUtime=0.05 cores=0,2,4,6
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 4424 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534484036392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 4424 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534482983592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 4424 0 -1 4202560 53 0 0 0 8 3 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534481930792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 4424 0 -1 4202560 51 0 0 0 10 2 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534480877992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 4424 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534479825192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=2957856 CPUtime=0.06 cores=0,2,4,6
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 4424 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 18 0 340573381 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534478772392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340573383 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534466362344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340573383 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534465308408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340573383 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534464255496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340573385 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534463203984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=2957856 CPUtime=0.36 cores=0,2,4,6
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 4424 0 -1 4202560 3196 0 0 0 36 0 0 0 20 0 18 0 340573385 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534462151096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=2957856 CPUtime=0.52 cores=0,2,4,6
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 4424 0 -1 4202560 6505 0 0 0 51 1 0 0 20 0 18 0 340573386 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534461098296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340573386 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534460045688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340573386 3028844544 154253 33554432000 1073741824 1073778376 140734646876672 140534458993096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 2957856

[startup+6.30067 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 11259
/proc/meminfo: memFree=26309524/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=3024420 CPUtime=8.43 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 16775 0 1 0 814 29 0 0 20 0 19 0 340573379 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 756105 154466 2297 9 0 746526 0
[pid=11240/tid=11242] ppid=11238 vsize=3024420 CPUtime=5.99 cores=0,2,4,6
/proc/11240/task/11242/stat : 11242 (java) R 11238 11240 4424 0 -1 4202560 3302 0 1 0 592 7 0 0 20 0 19 0 340573380 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534687390248 140534560020831 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 4424 0 -1 4202560 65 0 0 0 8 3 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534553418792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=3024420 CPUtime=0.17 cores=0,2,4,6
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 4424 0 -1 4202560 96 0 0 0 12 5 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534552365992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=3024420 CPUtime=0.07 cores=0,2,4,6
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 4424 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534484036392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 4424 0 -1 4202560 52 0 0 0 12 2 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534482983592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 4424 0 -1 4202560 58 0 0 0 10 3 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534481930792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 4424 0 -1 4202560 52 0 0 0 11 2 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534480877992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 4424 0 -1 4202560 47 0 0 0 9 2 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534479825192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=3024420 CPUtime=0.09 cores=0,2,4,6
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 4424 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 19 0 340573381 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534478772392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11251/stat : 11251 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340573383 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534466362344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340573383 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534465308408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340573383 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534464255496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340573385 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534463203984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=3024420 CPUtime=0.56 cores=0,2,4,6
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 4424 0 -1 4202560 5280 0 0 0 56 0 0 0 20 0 19 0 340573385 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534462151096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=3024420 CPUtime=0.78 cores=0,2,4,6
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 4424 0 -1 4202560 6544 0 0 0 77 1 0 0 20 0 19 0 340573386 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534461098296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340573386 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534460045688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340573386 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534458993096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 340573791 3097006080 154466 33554432000 1073741824 1073778376 140734646876672 140534456862376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 11260
/proc/meminfo: memFree=26309440/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=3024420 CPUtime=14.84 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 16777 0 1 0 1455 29 0 0 20 0 19 0 340573379 3097006080 154451 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 4424 0 -1 4202560 242 0 0 0 29 13 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534481930792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 4424 0 -1 4202560 278 0 0 0 37 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534480877992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 4424 0 -1 4202560 288 0 0 0 33 15 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534479825192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 4424 0 -1 4202560 271 0 0 0 28 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534478772392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=3090984 CPUtime=17.39 cores=0,2,4,6
/proc/11240/task/11251/stat : 11251 (java) R 11238 11240 4424 0 -1 4202560 137 0 0 0 1736 3 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534466362344 140534691529053 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534465308408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 4424 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534464255496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534463203984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 4424 0 -1 4202560 5280 0 0 0 58 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534462151096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 4424 0 -1 4202560 6546 0 0 0 80 2 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534461098296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534460045688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=3090984 CPUtime=0.05 cores=0,2,4,6
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 4424 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534458993096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340573791 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534456862376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11264] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11264/stat : 11264 (java) S 11238 11240 4424 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340589761 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534455808600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 169.87
Current children cumulated vsize (KiB) 3090984

[startup+165.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 11264
/proc/meminfo: memFree=24683752/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=3090984 CPUtime=170.27 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 18806 0 1 0 16889 138 0 0 20 0 20 0 340573379 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 772746 419315 2304 9 0 763167 0
[pid=11240/tid=11242] ppid=11238 vsize=3090984 CPUtime=146.99 cores=0,2,4,6
/proc/11240/task/11242/stat : 11242 (java) S 11238 11240 4424 0 -1 4202560 3354 0 1 0 14690 9 0 0 20 0 20 0 340573380 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534687392952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=3090984 CPUtime=0.69 cores=0,2,4,6
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 4424 0 -1 4202560 421 0 0 0 46 23 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534553418792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=3090984 CPUtime=0.44 cores=0,2,4,6
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 4424 0 -1 4202560 274 0 0 0 29 15 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534552365992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 4424 0 -1 4202560 180 0 0 0 23 11 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534484036392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 4424 0 -1 4202560 326 0 0 0 40 19 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534482983592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 4424 0 -1 4202560 242 0 0 0 29 13 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534481930792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 4424 0 -1 4202560 278 0 0 0 37 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534480877992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 4424 0 -1 4202560 288 0 0 0 33 15 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534479825192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 4424 0 -1 4202560 271 0 0 0 28 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534478772392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=3090984 CPUtime=17.79 cores=0,2,4,6
/proc/11240/task/11251/stat : 11251 (java) R 11238 11240 4424 0 -1 4202560 137 0 0 0 1776 3 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534466362344 140534691553596 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534465308408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 4424 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534464255496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534463203984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 4424 0 -1 4202560 5280 0 0 0 58 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534462151096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 4424 0 -1 4202560 6546 0 0 0 80 2 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534461098296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534460045688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=3090984 CPUtime=0.05 cores=0,2,4,6
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 4424 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534458993096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340573791 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534456862376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11264] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11264/stat : 11264 (java) S 11238 11240 4424 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 340589761 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534455807576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 170.27
Current children cumulated vsize (KiB) 3090984

[startup+166.107 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 11264
/proc/meminfo: memFree=24683744/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=3090984 CPUtime=170.48 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 18807 0 1 0 16910 138 0 0 20 0 20 0 340573379 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 772746 419315 2304 9 0 763167 0
[pid=11240/tid=11242] ppid=11238 vsize=3090984 CPUtime=146.99 cores=0,2,4,6
/proc/11240/task/11242/stat : 11242 (java) S 11238 11240 4424 0 -1 4202560 3354 0 1 0 14690 9 0 0 20 0 20 0 340573380 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534687392952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=3090984 CPUtime=0.69 cores=0,2,4,6
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 4424 0 -1 4202560 421 0 0 0 46 23 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534553418792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=3090984 CPUtime=0.44 cores=0,2,4,6
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 4424 0 -1 4202560 274 0 0 0 29 15 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534552365992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 4424 0 -1 4202560 180 0 0 0 23 11 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534484036392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 4424 0 -1 4202560 326 0 0 0 40 19 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534482983592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 4424 0 -1 4202560 242 0 0 0 29 13 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534481930792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 4424 0 -1 4202560 278 0 0 0 37 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534480877992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 4424 0 -1 4202560 288 0 0 0 33 15 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534479825192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 4424 0 -1 4202560 271 0 0 0 28 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534478772392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=3090984 CPUtime=18 cores=0,2,4,6
/proc/11240/task/11251/stat : 11251 (java) R 11238 11240 4424 0 -1 4202560 137 0 0 0 1797 3 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534466362344 140534691529188 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534465308408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 4424 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534464255496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534463203984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 4424 0 -1 4202560 5280 0 0 0 58 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534462151096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 4424 0 -1 4202560 6546 0 0 0 80 2 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534461098296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534460045688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=3090984 CPUtime=0.05 cores=0,2,4,6
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 4424 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534458993096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340573791 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534456862376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11264] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11264/stat : 11264 (java) S 11238 11240 4424 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340589761 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534455807896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 170.48
Current children cumulated vsize (KiB) 3090984

[startup+166.201 s]
/proc/loadavg: 1.99 1.98 1.99 3/215 11264
/proc/meminfo: memFree=24683744/32873648 swapFree=7112/7112
[pid=11240] ppid=11238 vsize=3090984 CPUtime=170.57 cores=0,2,4,6
/proc/11240/stat : 11240 (java) S 11238 11240 4424 0 -1 4202496 18807 0 1 0 16919 138 0 0 20 0 20 0 340573379 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140734646867808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11240/statm: 772746 419315 2304 9 0 763167 0
[pid=11240/tid=11242] ppid=11238 vsize=3090984 CPUtime=146.99 cores=0,2,4,6
/proc/11240/task/11242/stat : 11242 (java) S 11238 11240 4424 0 -1 4202560 3354 0 1 0 14690 9 0 0 20 0 20 0 340573380 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534687392952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11243] ppid=11238 vsize=3090984 CPUtime=0.69 cores=0,2,4,6
/proc/11240/task/11243/stat : 11243 (java) S 11238 11240 4424 0 -1 4202560 421 0 0 0 46 23 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534553418792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11244] ppid=11238 vsize=3090984 CPUtime=0.44 cores=0,2,4,6
/proc/11240/task/11244/stat : 11244 (java) S 11238 11240 4424 0 -1 4202560 274 0 0 0 29 15 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534552365992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11245] ppid=11238 vsize=3090984 CPUtime=0.34 cores=0,2,4,6
/proc/11240/task/11245/stat : 11245 (java) S 11238 11240 4424 0 -1 4202560 180 0 0 0 23 11 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534484036392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11246] ppid=11238 vsize=3090984 CPUtime=0.59 cores=0,2,4,6
/proc/11240/task/11246/stat : 11246 (java) S 11238 11240 4424 0 -1 4202560 326 0 0 0 40 19 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534482983592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11247] ppid=11238 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11240/task/11247/stat : 11247 (java) S 11238 11240 4424 0 -1 4202560 242 0 0 0 29 13 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534481930792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11248] ppid=11238 vsize=3090984 CPUtime=0.51 cores=0,2,4,6
/proc/11240/task/11248/stat : 11248 (java) S 11238 11240 4424 0 -1 4202560 278 0 0 0 37 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534480877992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11249] ppid=11238 vsize=3090984 CPUtime=0.48 cores=0,2,4,6
/proc/11240/task/11249/stat : 11249 (java) S 11238 11240 4424 0 -1 4202560 288 0 0 0 33 15 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534479825192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11240/tid=11250] ppid=11238 vsize=3090984 CPUtime=0.42 cores=0,2,4,6
/proc/11240/task/11250/stat : 11250 (java) S 11238 11240 4424 0 -1 4202560 271 0 0 0 28 14 0 0 20 0 20 0 340573381 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534478772392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11251] ppid=11238 vsize=3090984 CPUtime=18.09 cores=0,2,4,6
/proc/11240/task/11251/stat : 11251 (java) R 11238 11240 4424 0 -1 4202560 137 0 0 0 1806 3 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534466362344 140534693900371 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11252] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11252/stat : 11252 (java) S 11238 11240 4424 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534465308408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11253] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11253/stat : 11253 (java) S 11238 11240 4424 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340573383 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534464255496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11254] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11254/stat : 11254 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534463203984 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11255] ppid=11238 vsize=3090984 CPUtime=0.58 cores=0,2,4,6
/proc/11240/task/11255/stat : 11255 (java) S 11238 11240 4424 0 -1 4202560 5280 0 0 0 58 0 0 0 20 0 20 0 340573385 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534462151096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11256] ppid=11238 vsize=3090984 CPUtime=0.82 cores=0,2,4,6
/proc/11240/task/11256/stat : 11256 (java) S 11238 11240 4424 0 -1 4202560 6546 0 0 0 80 2 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534461098296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11240/tid=11257] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11257/stat : 11257 (java) S 11238 11240 4424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534460045688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11258] ppid=11238 vsize=3090984 CPUtime=0.05 cores=0,2,4,6
/proc/11240/task/11258/stat : 11258 (java) S 11238 11240 4424 0 -1 4202560 9 0 0 0 2 3 0 0 20 0 20 0 340573386 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534458993096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11240/tid=11259] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11259/stat : 11259 (java) S 11238 11240 4424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340573791 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534456862376 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11240/tid=11264] ppid=11238 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/11240/task/11264/stat : 11264 (java) S 11238 11240 4424 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 340589761 3165167616 419315 33554432000 1073741824 1073778376 140734646876672 140534455807896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 170.57
Current children cumulated vsize (KiB) 3090984

Child status: 1
Real time (s): 166.277
CPU time (s): 170.758
CPU user time (s): 169.205
CPU system time (s): 1.55276
CPU usage (%): 102.695
Max. virtual memory (cumulated for all children) (KiB): 3090984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.205
system time used= 1.55276
maximum resident set size= 1677292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18818
page faults= 1
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4219
involuntary context switches= 2713

runsolver used 0.790879 second user time and 1.53577 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-03 19:27:55
IDJOB=3741510
IDBENCH=89871
IDSOLVER=2319
FILE ID=node126/3741510-1338744474
RUNJOBID= node126-1338713124-4440
PBS_JOBID= 14636723
Free space on /tmp= 70768 MiB

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

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

MD5SUM BENCH= eff0b252efd7ad849119636cdcc0cdec
RANDOM SEED=813778503

node126.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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26921052 kB
Buffers:          425712 kB
Cached:          3859200 kB
SwapCached:         9476 kB
Active:          2365352 kB
Inactive:        2723960 kB
Active(anon):     794500 kB
Inactive(anon):    12168 kB
Active(file):    1570852 kB
Inactive(file):  2711792 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             21912 kB
Writeback:             0 kB
AnonPages:        804944 kB
Mapped:            17952 kB
Shmem:                 0 kB
Slab:             724720 kB
SReclaimable:     168484 kB
SUnreclaim:       556236 kB
KernelStack:        1592 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1828036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 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= 70764 MiB
End job on node126 at 2012-06-03 19:30:41