Trace number 3735248

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? (exit code) 1018.21 1013.26

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.12.opb
MD5SUMb1eab2cf935e923f8f1ff9f24be23d02
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41
Best CPU time to get the best result obtained on this benchmark7.43787
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 41
Optimality of the best value was proved YES
Number of variables25484
Total number of constraints1553328
Number of constraints which are clauses1549096
Number of constraints which are cardinality constraints (but not clauses)4232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint184
Number of terms in the objective function 184
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 184
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 182
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 366
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.1.1.v20090612
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version	1.6.0_24
0.03/0.09	c os.name	Linux
0.03/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch	amd64
0.03/0.09	c Free memory 1299577560
0.03/0.09	c Max memory 1306394624
0.03/0.09	c Total memory 1306394624
0.03/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3735248-1338755056.opb
0.08/0.12	c reading problem ... 
6.95/6.21	c ... done. Wall clock time 6.091s.
6.95/6.21	c #vars     25484
6.95/6.21	c #constraints  165944
6.95/6.21	c constraints type 
6.95/6.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 103390
6.95/6.21	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 50492
7.51/6.43	c SATISFIABLE
7.51/6.43	c OPTIMIZING...
7.51/6.43	c Got one! Elapsed wall clock time (in seconds):6.315
7.51/6.43	o 129
7.66/6.50	c Got one! Elapsed wall clock time (in seconds):6.386
7.66/6.50	o 118
7.66/6.56	c Got one! Elapsed wall clock time (in seconds):6.442
7.66/6.56	o 117
7.82/6.62	c Got one! Elapsed wall clock time (in seconds):6.498
7.82/6.62	o 113
7.93/6.74	c Got one! Elapsed wall clock time (in seconds):6.619
7.93/6.74	o 100
8.25/7.06	c Got one! Elapsed wall clock time (in seconds):6.943
8.25/7.06	o 99
8.75/7.50	c Got one! Elapsed wall clock time (in seconds):7.383
8.75/7.50	o 98
8.96/7.77	c Got one! Elapsed wall clock time (in seconds):7.65
8.96/7.77	o 97
9.07/7.85	c Got one! Elapsed wall clock time (in seconds):7.731
9.07/7.85	o 96
9.21/7.94	c Got one! Elapsed wall clock time (in seconds):7.824
9.21/7.94	o 95
9.42/8.19	c Got one! Elapsed wall clock time (in seconds):8.077
9.42/8.19	o 93
9.61/8.37	c Got one! Elapsed wall clock time (in seconds):8.251
9.61/8.37	o 92
9.81/8.59	c Got one! Elapsed wall clock time (in seconds):8.473
9.81/8.59	o 91
10.09/8.75	c Got one! Elapsed wall clock time (in seconds):8.628
10.09/8.75	o 90
10.18/8.87	c Got one! Elapsed wall clock time (in seconds):8.75
10.18/8.87	o 89
11.63/10.29	c Got one! Elapsed wall clock time (in seconds):10.175
11.63/10.29	o 88
11.93/10.52	c Got one! Elapsed wall clock time (in seconds):10.405
11.93/10.52	o 87
12.23/10.87	c Got one! Elapsed wall clock time (in seconds):10.75
12.23/10.87	o 86
12.33/10.97	c Got one! Elapsed wall clock time (in seconds):10.853
12.33/10.97	o 85
12.53/11.12	c Got one! Elapsed wall clock time (in seconds):11.001
12.53/11.12	o 79
12.94/11.54	c Got one! Elapsed wall clock time (in seconds):11.423
12.94/11.54	o 78
13.24/11.83	c Got one! Elapsed wall clock time (in seconds):11.712
13.24/11.83	o 77
14.23/12.87	c Got one! Elapsed wall clock time (in seconds):12.754
14.23/12.87	o 76
14.73/13.30	c Got one! Elapsed wall clock time (in seconds):13.186
14.73/13.30	o 75
15.13/13.75	c Got one! Elapsed wall clock time (in seconds):13.634
15.13/13.75	o 74
15.33/13.96	c Got one! Elapsed wall clock time (in seconds):13.844
15.33/13.96	o 73
15.85/14.45	c Got one! Elapsed wall clock time (in seconds):14.333
15.85/14.45	o 72
16.08/14.67	c Got one! Elapsed wall clock time (in seconds):14.557
16.08/14.67	o 71
16.18/14.78	c Got one! Elapsed wall clock time (in seconds):14.662
16.18/14.78	o 69
16.48/15.04	c Got one! Elapsed wall clock time (in seconds):14.926
16.48/15.04	o 68
17.19/15.78	c Got one! Elapsed wall clock time (in seconds):15.659
17.19/15.78	o 67
17.38/15.93	c Got one! Elapsed wall clock time (in seconds):15.817
17.38/15.93	o 66
17.48/16.07	c Got one! Elapsed wall clock time (in seconds):15.954
17.48/16.07	o 65
17.78/16.36	c Got one! Elapsed wall clock time (in seconds):16.24
17.78/16.36	o 64
18.78/17.39	c Got one! Elapsed wall clock time (in seconds):17.274
18.78/17.39	o 63
19.08/17.62	c Got one! Elapsed wall clock time (in seconds):17.506
19.08/17.62	o 62
19.28/17.80	c Got one! Elapsed wall clock time (in seconds):17.68
19.28/17.80	o 61
19.88/18.40	c Got one! Elapsed wall clock time (in seconds):18.28
19.88/18.40	o 60
20.49/19.07	c Got one! Elapsed wall clock time (in seconds):18.953
20.49/19.07	o 59
20.78/19.38	c Got one! Elapsed wall clock time (in seconds):19.264
20.78/19.38	o 58
21.18/19.75	c Got one! Elapsed wall clock time (in seconds):19.635
21.18/19.75	o 57
21.69/20.21	c Got one! Elapsed wall clock time (in seconds):20.095
21.69/20.21	o 56
22.08/20.67	c Got one! Elapsed wall clock time (in seconds):20.548
22.08/20.67	o 55
22.38/20.98	c Got one! Elapsed wall clock time (in seconds):20.862
22.38/20.98	o 54
22.79/21.39	c Got one! Elapsed wall clock time (in seconds):21.272
22.79/21.39	o 53
23.08/21.65	c Got one! Elapsed wall clock time (in seconds):21.531
23.08/21.65	o 52
23.98/22.56	c Got one! Elapsed wall clock time (in seconds):22.446
23.98/22.56	o 51
24.48/23.07	c Got one! Elapsed wall clock time (in seconds):22.951
24.48/23.07	o 50
24.89/23.46	c Got one! Elapsed wall clock time (in seconds):23.341
24.89/23.46	o 49
29.19/27.77	c Got one! Elapsed wall clock time (in seconds):27.656
29.19/27.77	o 48
29.89/28.41	c Got one! Elapsed wall clock time (in seconds):28.288
29.89/28.41	o 47
30.40/28.96	c Got one! Elapsed wall clock time (in seconds):28.847
30.40/28.96	o 46
30.69/29.24	c Got one! Elapsed wall clock time (in seconds):29.119
30.69/29.24	o 45
31.39/29.94	c Got one! Elapsed wall clock time (in seconds):29.826
31.39/29.94	o 44
31.60/30.17	c Got one! Elapsed wall clock time (in seconds):30.052
31.60/30.17	o 43
32.09/30.64	c Got one! Elapsed wall clock time (in seconds):30.518
32.09/30.64	o 42
632.71/629.15	c Got one! Elapsed wall clock time (in seconds):629.033
632.71/629.15	o 41

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 26460
/proc/meminfo: memFree=28656516/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26460/stat : 26460 (java6) D 26458 26460 25981 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341634205 9515008 183 33554432000 1073741824 1073778376 140735521713488 140735521704520 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26460/statm: 2323 183 140 9 0 71 0

[startup+0.056411 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 26460
/proc/meminfo: memFree=28656516/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2315716 CPUtime=0.03 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 3691 0 1 0 2 1 0 0 20 0 13 0 341634205 2371293184 4898 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 578929 4898 1703 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100302 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 26460
/proc/meminfo: memFree=28656516/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 4340 0 1 0 7 1 0 0 20 0 18 0 341634205 2712133632 6057 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 662142 6057 2063 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300304 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 26460
/proc/meminfo: memFree=28656516/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2648568 CPUtime=0.45 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 5969 0 1 0 43 2 0 0 20 0 18 0 341634205 2712133632 9741 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 662142 9741 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2648568

[startup+0.700311 s]
/proc/loadavg: 2.01 2.02 2.00 3/173 26460
/proc/meminfo: memFree=28656516/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2648568 CPUtime=1.11 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 9399 0 1 0 106 5 0 0 20 0 18 0 341634205 2712133632 47422 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 662142 47422 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 2648568

[startup+1.50074 s]
/proc/loadavg: 2.01 2.02 2.00 3/203 26497
/proc/meminfo: memFree=28302656/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2648568 CPUtime=1.94 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 9516 0 1 0 185 9 0 0 20 0 18 0 341634205 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 662142 93523 2246 9 0 652835 0
[pid=26460/tid=26462] ppid=26458 vsize=2648568 CPUtime=1.45 cores=1,3,5,7
/proc/26460/task/26462/stat : 26462 (java) R 26458 26460 25981 0 -1 4202560 2917 0 1 0 138 7 0 0 20 0 18 0 341634206 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949725379976 270121624845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26460/tid=26463] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26463/stat : 26463 (java) S 26458 26460 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949709830696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26464] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26464/stat : 26464 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949708777896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26465] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26465/stat : 26465 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949707725096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26466] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26466/stat : 26466 (java) S 26458 26460 25981 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949706672296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26467] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26467/stat : 26467 (java) S 26458 26460 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949705620520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26468] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26468/stat : 26468 (java) S 26458 26460 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949704567720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26469] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26469/stat : 26469 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634208 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949703514920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26470] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26470/stat : 26470 (java) S 26458 26460 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341634208 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949702462120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26471] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26471/stat : 26471 (java) S 26458 26460 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341634209 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949572585960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26472] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26472/stat : 26472 (java) S 26458 26460 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341634209 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949571532024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26473] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26473/stat : 26473 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341634209 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949570479112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26474] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26474/stat : 26474 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634212 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949569427600 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26475] ppid=26458 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/26460/task/26475/stat : 26475 (java) S 26458 26460 25981 0 -1 4202560 2433 0 0 0 22 0 0 0 20 0 18 0 341634212 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949568375736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26476] ppid=26458 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/26460/task/26476/stat : 26476 (java) S 26458 26460 25981 0 -1 4202560 2956 0 0 0 21 0 0 0 20 0 18 0 341634212 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949567322936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26477] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26477/stat : 26477 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634212 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949566270328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26478] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26478/stat : 26478 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634212 2712133632 93523 33554432000 1073741824 1073778376 140736440326816 139949565217736 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 2648568

[startup+3.10078 s]
/proc/loadavg: 2.25 2.06 2.02 3/211 26505
/proc/meminfo: memFree=27881136/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2648568 CPUtime=3.62 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 9544 0 1 0 351 11 0 0 20 0 18 0 341634205 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 662142 96092 2248 9 0 652835 0
[pid=26460/tid=26462] ppid=26458 vsize=2648568 CPUtime=3.02 cores=1,3,5,7
/proc/26460/task/26462/stat : 26462 (java) R 26458 26460 25981 0 -1 4202560 2919 0 1 0 295 7 0 0 20 0 18 0 341634206 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949725372656 270121624845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26460/tid=26463] ppid=26458 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/26460/task/26463/stat : 26463 (java) S 26458 26460 25981 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 341634207 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949709830696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26464] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26464/stat : 26464 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949708777896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26465] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26465/stat : 26465 (java) S 26458 26460 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949707725096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26466] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26466/stat : 26466 (java) S 26458 26460 25981 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949706672296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26467] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26467/stat : 26467 (java) S 26458 26460 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949705620520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26468] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26468/stat : 26468 (java) S 26458 26460 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341634207 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949704567720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26469] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26469/stat : 26469 (java) S 26458 26460 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341634208 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949703514920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26470] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26470/stat : 26470 (java) S 26458 26460 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341634208 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949702462120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26471] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26471/stat : 26471 (java) S 26458 26460 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341634209 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949572585960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26472] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26472/stat : 26472 (java) S 26458 26460 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341634209 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949571532024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26473] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26473/stat : 26473 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341634209 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949570479112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26474] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26474/stat : 26474 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634212 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949569427600 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26475] ppid=26458 vsize=2648568 CPUtime=0.23 cores=1,3,5,7
/proc/26460/task/26475/stat : 26475 (java) S 26458 26460 25981 0 -1 4202560 2435 0 0 0 23 0 0 0 20 0 18 0 341634212 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949568375736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26476] ppid=26458 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/26460/task/26476/stat : 26476 (java) S 26458 26460 25981 0 -1 4202560 2956 0 0 0 22 0 0 0 20 0 18 0 341634212 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949567322936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26477] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26477/stat : 26477 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634212 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949566270328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26478] ppid=26458 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26478/stat : 26478 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634212 2712133632 96092 33554432000 1073741824 1073778376 140736440326816 139949565217736 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 2648568

[startup+6.3008 s]
/proc/loadavg: 2.25 2.06 2.02 3/211 26505
/proc/meminfo: memFree=27768308/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2715132 CPUtime=7.23 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 9734 0 1 0 707 16 0 0 20 0 19 0 341634205 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 678783 120677 2264 9 0 669476 0
[pid=26460/tid=26462] ppid=26458 vsize=2715132 CPUtime=6.13 cores=1,3,5,7
/proc/26460/task/26462/stat : 26462 (java) R 26458 26460 25981 0 -1 4202560 2969 0 1 0 605 8 0 0 20 0 19 0 341634206 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949725372952 139949580074132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26460/tid=26463] ppid=26458 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/26460/task/26463/stat : 26463 (java) S 26458 26460 25981 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 341634207 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949709830696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26464] ppid=26458 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/26460/task/26464/stat : 26464 (java) S 26458 26460 25981 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 341634207 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949708777896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26465] ppid=26458 vsize=2715132 CPUtime=0.05 cores=1,3,5,7
/proc/26460/task/26465/stat : 26465 (java) S 26458 26460 25981 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 341634207 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949707725096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26466] ppid=26458 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/26460/task/26466/stat : 26466 (java) S 26458 26460 25981 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 341634207 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949706672296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26467] ppid=26458 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/26460/task/26467/stat : 26467 (java) S 26458 26460 25981 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 341634207 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949705620520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26468] ppid=26458 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/26460/task/26468/stat : 26468 (java) S 26458 26460 25981 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 341634207 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949704567720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26469] ppid=26458 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/26460/task/26469/stat : 26469 (java) S 26458 26460 25981 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 341634208 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949703514920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26470] ppid=26458 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/26460/task/26470/stat : 26470 (java) S 26458 26460 25981 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 341634208 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949702462120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26471] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26471/stat : 26471 (java) S 26458 26460 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949572585960 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26472] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26472/stat : 26472 (java) S 26458 26460 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949571532024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26473] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26473/stat : 26473 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949570479112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26474] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26474/stat : 26474 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949569427600 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26475] ppid=26458 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/26460/task/26475/stat : 26475 (java) R 26458 26460 25981 0 -1 4202560 2469 0 0 0 36 0 0 0 20 0 19 0 341634212 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949568375912 139949731344355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26476] ppid=26458 vsize=2715132 CPUtime=0.31 cores=1,3,5,7
/proc/26460/task/26476/stat : 26476 (java) R 26458 26460 25981 0 -1 4202560 2957 0 0 0 31 0 0 0 20 0 19 0 341634212 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949567313192 139949732355436 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26477] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26477/stat : 26477 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949566270328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26478] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26478/stat : 26478 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 120677 33554432000 1073741824 1073778376 140736440326816 139949565217736 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.21 2.06 2.02 3/213 26507
/proc/meminfo: memFree=27666572/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2715132 CPUtime=14.14 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 9850 0 1 0 1398 16 0 0 20 0 19 0 341634205 2780295168 121800 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 678783 121800 2270 9 0 669476 0
[pid=26460/tid=26462] ppid=26458 vsize=2715132 CPUtime=12.48 cores=1,3,5,7

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

/proc/26460/task/26470/stat : 26470 (java) S 26458 26460 25981 0 -1 4202560 341 0 0 0 40 8 0 0 20 0 19 0 341634208 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949702462120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26471] ppid=26458 vsize=2715132 CPUtime=78.77 cores=1,3,5,7
/proc/26460/task/26471/stat : 26471 (java) R 26458 26460 25981 0 -1 4202560 125 0 0 0 7874 3 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949572586120 139949729517948 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26460/tid=26472] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26472/stat : 26472 (java) S 26458 26460 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949571531928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26473] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26473/stat : 26473 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949570479112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26474] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26474/stat : 26474 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949569427600 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26475] ppid=26458 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/26460/task/26475/stat : 26475 (java) S 26458 26460 25981 0 -1 4202560 2483 0 0 0 63 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949568375736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26476] ppid=26458 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/26460/task/26476/stat : 26476 (java) S 26458 26460 25981 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949567322936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26477] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26477/stat : 26477 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949566270328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26478] ppid=26458 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/26460/task/26478/stat : 26478 (java) S 26458 26460 25981 0 -1 4202560 59 0 0 0 20 18 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949565217736 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26506] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26506/stat : 26506 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634830 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139948556543144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1017.32
Current children cumulated vsize (KiB) 2715132

[startup+1012.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/212 26517
/proc/meminfo: memFree=26089524/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2715132 CPUtime=1017.71 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 13287 0 1 0 101647 124 0 0 20 0 19 0 341634205 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 678783 345075 2278 9 0 669476 0
[pid=26460/tid=26462] ppid=26458 vsize=2715132 CPUtime=929.58 cores=1,3,5,7
/proc/26460/task/26462/stat : 26462 (java) S 26458 26460 25981 0 -1 4202560 3030 0 1 0 92935 23 0 0 20 0 19 0 341634206 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949725381800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26463] ppid=26458 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/26460/task/26463/stat : 26463 (java) S 26458 26460 25981 0 -1 4202560 548 0 0 0 57 12 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949709830696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26464] ppid=26458 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/26460/task/26464/stat : 26464 (java) S 26458 26460 25981 0 -1 4202560 487 0 0 0 56 14 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949708777896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26465] ppid=26458 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/26460/task/26465/stat : 26465 (java) S 26458 26460 25981 0 -1 4202560 235 0 0 0 47 11 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949707725096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26466] ppid=26458 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/26460/task/26466/stat : 26466 (java) S 26458 26460 25981 0 -1 4202560 228 0 0 0 39 9 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949706672296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26467] ppid=26458 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/26460/task/26467/stat : 26467 (java) S 26458 26460 25981 0 -1 4202560 274 0 0 0 35 6 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949705620520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26468] ppid=26458 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/26460/task/26468/stat : 26468 (java) S 26458 26460 25981 0 -1 4202560 945 0 0 0 46 16 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949704567720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26469] ppid=26458 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/26460/task/26469/stat : 26469 (java) S 26458 26460 25981 0 -1 4202560 365 0 0 0 49 13 0 0 20 0 19 0 341634208 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949703514920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26470] ppid=26458 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/26460/task/26470/stat : 26470 (java) S 26458 26460 25981 0 -1 4202560 341 0 0 0 40 8 0 0 20 0 19 0 341634208 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949702462120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26471] ppid=26458 vsize=2715132 CPUtime=79.16 cores=1,3,5,7
/proc/26460/task/26471/stat : 26471 (java) R 26458 26460 25981 0 -1 4202560 125 0 0 0 7913 3 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949572586120 139949732235267 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26460/tid=26472] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26472/stat : 26472 (java) S 26458 26460 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949571531928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26473] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26473/stat : 26473 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949570479112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26474] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26474/stat : 26474 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949569427600 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26475] ppid=26458 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/26460/task/26475/stat : 26475 (java) S 26458 26460 25981 0 -1 4202560 2483 0 0 0 63 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949568375736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26476] ppid=26458 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/26460/task/26476/stat : 26476 (java) S 26458 26460 25981 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949567322936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26477] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26477/stat : 26477 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949566270328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26478] ppid=26458 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/26460/task/26478/stat : 26478 (java) S 26458 26460 25981 0 -1 4202560 59 0 0 0 20 18 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949565217736 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26506] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26506/stat : 26506 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634830 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139948556543144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1017.71
Current children cumulated vsize (KiB) 2715132

[startup+1013.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/212 26517
/proc/meminfo: memFree=26089524/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2715132 CPUtime=1018.11 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 13287 0 1 0 101687 124 0 0 20 0 19 0 341634205 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 678783 345075 2278 9 0 669476 0
[pid=26460/tid=26462] ppid=26458 vsize=2715132 CPUtime=929.58 cores=1,3,5,7
/proc/26460/task/26462/stat : 26462 (java) S 26458 26460 25981 0 -1 4202560 3030 0 1 0 92935 23 0 0 20 0 19 0 341634206 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949725381800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26463] ppid=26458 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/26460/task/26463/stat : 26463 (java) S 26458 26460 25981 0 -1 4202560 548 0 0 0 57 12 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949709830696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26464] ppid=26458 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/26460/task/26464/stat : 26464 (java) S 26458 26460 25981 0 -1 4202560 487 0 0 0 56 14 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949708777896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26465] ppid=26458 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/26460/task/26465/stat : 26465 (java) S 26458 26460 25981 0 -1 4202560 235 0 0 0 47 11 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949707725096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26466] ppid=26458 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/26460/task/26466/stat : 26466 (java) S 26458 26460 25981 0 -1 4202560 228 0 0 0 39 9 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949706672296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26467] ppid=26458 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/26460/task/26467/stat : 26467 (java) S 26458 26460 25981 0 -1 4202560 274 0 0 0 35 6 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949705620520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26468] ppid=26458 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/26460/task/26468/stat : 26468 (java) S 26458 26460 25981 0 -1 4202560 945 0 0 0 46 16 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949704567720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26469] ppid=26458 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/26460/task/26469/stat : 26469 (java) S 26458 26460 25981 0 -1 4202560 365 0 0 0 49 13 0 0 20 0 19 0 341634208 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949703514920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26470] ppid=26458 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/26460/task/26470/stat : 26470 (java) S 26458 26460 25981 0 -1 4202560 341 0 0 0 40 8 0 0 20 0 19 0 341634208 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949702462120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26471] ppid=26458 vsize=2715132 CPUtime=79.56 cores=1,3,5,7
/proc/26460/task/26471/stat : 26471 (java) R 26458 26460 25981 0 -1 4202560 125 0 0 0 7953 3 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949572586120 139949731889224 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26460/tid=26472] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26472/stat : 26472 (java) S 26458 26460 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949571531928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26473] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26473/stat : 26473 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949570479112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26474] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26474/stat : 26474 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949569427600 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26475] ppid=26458 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/26460/task/26475/stat : 26475 (java) S 26458 26460 25981 0 -1 4202560 2483 0 0 0 63 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949568375736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26476] ppid=26458 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/26460/task/26476/stat : 26476 (java) S 26458 26460 25981 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949567322936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26477] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26477/stat : 26477 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949566270328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26478] ppid=26458 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/26460/task/26478/stat : 26478 (java) S 26458 26460 25981 0 -1 4202560 59 0 0 0 20 18 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949565217736 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26506] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26506/stat : 26506 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634830 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139948556543144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1018.11
Current children cumulated vsize (KiB) 2715132

[startup+1013.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/212 26517
/proc/meminfo: memFree=26089524/32873844 swapFree=6872/6872
[pid=26460] ppid=26458 vsize=2715132 CPUtime=1018.21 cores=1,3,5,7
/proc/26460/stat : 26460 (java) S 26458 26460 25981 0 -1 4202496 13287 0 1 0 101697 124 0 0 20 0 19 0 341634205 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 140736440317952 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26460/statm: 678783 345075 2278 9 0 669476 0
[pid=26460/tid=26462] ppid=26458 vsize=2715132 CPUtime=929.58 cores=1,3,5,7
/proc/26460/task/26462/stat : 26462 (java) S 26458 26460 25981 0 -1 4202560 3030 0 1 0 92935 23 0 0 20 0 19 0 341634206 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949725381800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26463] ppid=26458 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/26460/task/26463/stat : 26463 (java) S 26458 26460 25981 0 -1 4202560 548 0 0 0 57 12 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949709830696 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26464] ppid=26458 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/26460/task/26464/stat : 26464 (java) S 26458 26460 25981 0 -1 4202560 487 0 0 0 56 14 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949708777896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26465] ppid=26458 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/26460/task/26465/stat : 26465 (java) S 26458 26460 25981 0 -1 4202560 235 0 0 0 47 11 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949707725096 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26466] ppid=26458 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/26460/task/26466/stat : 26466 (java) S 26458 26460 25981 0 -1 4202560 228 0 0 0 39 9 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949706672296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26467] ppid=26458 vsize=2715132 CPUtime=0.41 cores=1,3,5,7
/proc/26460/task/26467/stat : 26467 (java) S 26458 26460 25981 0 -1 4202560 274 0 0 0 35 6 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949705620520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26468] ppid=26458 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/26460/task/26468/stat : 26468 (java) S 26458 26460 25981 0 -1 4202560 945 0 0 0 46 16 0 0 20 0 19 0 341634207 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949704567720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26469] ppid=26458 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/26460/task/26469/stat : 26469 (java) S 26458 26460 25981 0 -1 4202560 365 0 0 0 49 13 0 0 20 0 19 0 341634208 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949703514920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26470] ppid=26458 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/26460/task/26470/stat : 26470 (java) S 26458 26460 25981 0 -1 4202560 341 0 0 0 40 8 0 0 20 0 19 0 341634208 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949702462120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26460/tid=26471] ppid=26458 vsize=2715132 CPUtime=79.66 cores=1,3,5,7
/proc/26460/task/26471/stat : 26471 (java) R 26458 26460 25981 0 -1 4202560 125 0 0 0 7963 3 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949572586120 139949733148107 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26460/tid=26472] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26472/stat : 26472 (java) S 26458 26460 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949571531928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26473] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26473/stat : 26473 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634209 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949570479112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26474] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26474/stat : 26474 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949569427600 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26475] ppid=26458 vsize=2715132 CPUtime=0.63 cores=1,3,5,7
/proc/26460/task/26475/stat : 26475 (java) S 26458 26460 25981 0 -1 4202560 2483 0 0 0 63 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949568375736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26476] ppid=26458 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/26460/task/26476/stat : 26476 (java) S 26458 26460 25981 0 -1 4202560 2984 0 0 0 58 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949567322936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26477] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26477/stat : 26477 (java) S 26458 26460 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949566270328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26460/tid=26478] ppid=26458 vsize=2715132 CPUtime=0.38 cores=1,3,5,7
/proc/26460/task/26478/stat : 26478 (java) S 26458 26460 25981 0 -1 4202560 59 0 0 0 20 18 0 0 20 0 19 0 341634212 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139949565217736 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26460/tid=26506] ppid=26458 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/26460/task/26506/stat : 26506 (java) S 26458 26460 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634830 2780295168 345075 33554432000 1073741824 1073778376 140736440326816 139948556543144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1018.21
Current children cumulated vsize (KiB) 2715132

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26460 and gives
#  childrusage.ru_utime.tv_sec=1014
#  childrusage.ru_utime.tv_usec=256809
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=462777
# CPU time returned by wait4() is 1015.72
# while last known CPU time is 1018.21
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1013.26
CPU time (s): 1018.21
CPU user time (s): 1016.97
CPU system time (s): 1.24
CPU usage (%): 100.489
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1014.26
system time used= 1.46278
maximum resident set size= 1380312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13291
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23086
involuntary context switches= 8964

runsolver used 3.67444 second user time and 8.46571 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-03 22:24:17
IDJOB=3735248
IDBENCH=2954
IDSOLVER=2322
FILE ID=node106/3735248-1338755056
RUNJOBID= node106-1338749659-25998
PBS_JOBID= 14636805
Free space on /tmp= 70792 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.12.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735248-1338755056/watcher-3735248-1338755056 -o /tmp/evaluation-result-3735248-1338755056/solver-3735248-1338755056 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735248-1338755056.opb

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

MD5SUM BENCH= b1eab2cf935e923f8f1ff9f24be23d02
RANDOM SEED=1156511904

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28657268 kB
Buffers:          318744 kB
Cached:          3033272 kB
SwapCached:         2004 kB
Active:          1076952 kB
Inactive:        2283436 kB
Active(anon):       6204 kB
Inactive(anon):     4984 kB
Active(file):    1070748 kB
Inactive(file):  2278452 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100580 kB
Dirty:             72884 kB
Writeback:             0 kB
AnonPages:         15844 kB
Mapped:             8348 kB
Shmem:                 0 kB
Slab:             716144 kB
SReclaimable:     157492 kB
SUnreclaim:       558652 kB
KernelStack:        1440 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70756 MiB
End job on node106 at 2012-06-03 22:41:11