Trace number 3741326

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) 1688.62 1682.32

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-pb-simp-nonunif.opb
MD5SUM9aa42c73a35201f84335d5956a9f26be
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark8.18475
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23848
Total number of constraints1451912
Number of constraints which are clauses1447776
Number of constraints which are cardinality constraints (but not clauses)4136
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
Number of terms in the objective function 176
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 176
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 174
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 350
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@28df8ff1
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-3741326-1338772711.opb
0.08/0.12	c reading problem ... 
6.46/5.71	c ... done. Wall clock time 5.592s.
6.46/5.71	c #vars     23848
6.46/5.71	c #constraints  142652
6.46/5.71	c constraints type 
6.46/5.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90034
6.46/5.71	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 41024
6.97/5.94	c SATISFIABLE
6.97/5.94	c OPTIMIZING...
6.97/5.94	c Got one! Elapsed wall clock time (in seconds):5.817
6.97/5.94	o 124
7.16/6.01	c Got one! Elapsed wall clock time (in seconds):5.888
7.16/6.01	o 121
7.32/6.18	c Got one! Elapsed wall clock time (in seconds):6.063
7.32/6.18	o 120
7.42/6.25	c Got one! Elapsed wall clock time (in seconds):6.126
7.42/6.25	o 113
7.52/6.37	c Got one! Elapsed wall clock time (in seconds):6.244
7.52/6.37	o 101
7.63/6.46	c Got one! Elapsed wall clock time (in seconds):6.337
7.63/6.46	o 100
7.85/6.60	c Got one! Elapsed wall clock time (in seconds):6.482
7.85/6.60	o 99
7.94/6.70	c Got one! Elapsed wall clock time (in seconds):6.58
7.94/6.70	o 98
8.15/6.90	c Got one! Elapsed wall clock time (in seconds):6.776
8.15/6.90	o 97
8.25/7.02	c Got one! Elapsed wall clock time (in seconds):6.896
8.25/7.02	o 96
8.35/7.19	c Got one! Elapsed wall clock time (in seconds):7.069
8.35/7.19	o 95
8.76/7.53	c Got one! Elapsed wall clock time (in seconds):7.41
8.76/7.53	o 94
8.97/7.76	c Got one! Elapsed wall clock time (in seconds):7.636
8.97/7.76	o 93
9.26/8.08	c Got one! Elapsed wall clock time (in seconds):7.957
9.26/8.08	o 92
9.64/8.31	c Got one! Elapsed wall clock time (in seconds):8.192
9.64/8.31	o 91
9.74/8.43	c Got one! Elapsed wall clock time (in seconds):8.31
9.74/8.43	o 90
9.94/8.65	c Got one! Elapsed wall clock time (in seconds):8.525
9.94/8.65	o 89
10.10/8.79	c Got one! Elapsed wall clock time (in seconds):8.664
10.10/8.79	o 88
10.29/8.96	c Got one! Elapsed wall clock time (in seconds):8.839
10.29/8.96	o 87
10.50/9.17	c Got one! Elapsed wall clock time (in seconds):9.044
10.50/9.17	o 86
10.60/9.27	c Got one! Elapsed wall clock time (in seconds):9.153
10.60/9.27	o 79
11.00/9.70	c Got one! Elapsed wall clock time (in seconds):9.575
11.00/9.70	o 78
11.20/9.86	c Got one! Elapsed wall clock time (in seconds):9.741
11.20/9.86	o 77
11.60/10.29	c Got one! Elapsed wall clock time (in seconds):10.17
11.60/10.29	o 76
12.11/10.72	c Got one! Elapsed wall clock time (in seconds):10.596
12.11/10.72	o 75
12.31/10.96	c Got one! Elapsed wall clock time (in seconds):10.834
12.31/10.96	o 74
13.21/11.87	c Got one! Elapsed wall clock time (in seconds):11.748
13.21/11.87	o 73
13.31/11.94	c Got one! Elapsed wall clock time (in seconds):11.819
13.31/11.94	o 72
13.86/12.46	c Got one! Elapsed wall clock time (in seconds):12.34
13.86/12.46	o 71
14.36/12.95	c Got one! Elapsed wall clock time (in seconds):12.83
14.36/12.95	o 70
15.16/13.72	c Got one! Elapsed wall clock time (in seconds):13.6
15.16/13.72	o 69
15.37/13.99	c Got one! Elapsed wall clock time (in seconds):13.865
15.37/13.99	o 68
15.87/14.45	c Got one! Elapsed wall clock time (in seconds):14.329
15.87/14.45	o 67
16.37/14.96	c Got one! Elapsed wall clock time (in seconds):14.834
16.37/14.96	o 66
17.07/15.68	c Got one! Elapsed wall clock time (in seconds):15.559
17.07/15.68	o 65
17.57/16.13	c Got one! Elapsed wall clock time (in seconds):16.011
17.57/16.13	o 64
18.27/16.88	c Got one! Elapsed wall clock time (in seconds):16.755
18.27/16.88	o 63
18.87/17.47	c Got one! Elapsed wall clock time (in seconds):17.35
18.87/17.47	o 62
19.27/17.83	c Got one! Elapsed wall clock time (in seconds):17.712
19.27/17.83	o 61
20.47/19.02	c Got one! Elapsed wall clock time (in seconds):18.902
20.47/19.02	o 60
20.97/19.55	c Got one! Elapsed wall clock time (in seconds):19.426
20.97/19.55	o 59
22.67/21.22	c Got one! Elapsed wall clock time (in seconds):21.1
22.67/21.22	o 58
24.07/22.60	c Got one! Elapsed wall clock time (in seconds):22.483
24.07/22.60	o 57
27.28/25.83	c Got one! Elapsed wall clock time (in seconds):25.709
27.28/25.83	o 56
28.58/27.11	c Got one! Elapsed wall clock time (in seconds):26.984
28.58/27.11	o 55
31.78/30.39	c Got one! Elapsed wall clock time (in seconds):30.27
31.78/30.39	o 54
33.48/32.04	c Got one! Elapsed wall clock time (in seconds):31.92
33.48/32.04	o 53
34.78/33.30	c Got one! Elapsed wall clock time (in seconds):33.176
34.78/33.30	o 52
37.70/36.26	c Got one! Elapsed wall clock time (in seconds):36.141
37.70/36.26	o 51
40.19/38.73	c Got one! Elapsed wall clock time (in seconds):38.608
40.19/38.73	o 50
40.49/39.09	c Got one! Elapsed wall clock time (in seconds):38.966
40.49/39.09	o 49
42.29/40.87	c Got one! Elapsed wall clock time (in seconds):40.748
42.29/40.87	o 48
42.89/41.40	c Got one! Elapsed wall clock time (in seconds):41.28
42.89/41.40	o 47
44.40/42.96	c Got one! Elapsed wall clock time (in seconds):42.841
44.40/42.96	o 46
47.79/46.35	c Got one! Elapsed wall clock time (in seconds):46.228
47.79/46.35	o 45
54.90/53.46	c Got one! Elapsed wall clock time (in seconds):53.339
54.90/53.46	o 44
56.31/54.85	c Got one! Elapsed wall clock time (in seconds):54.731
56.31/54.85	o 43
58.72/57.23	c Got one! Elapsed wall clock time (in seconds):57.111
58.72/57.23	o 42

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-3741326-1338772711/watcher-3741326-1338772711 -o /tmp/evaluation-result-3741326-1338772711/solver-3741326-1338772711 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741326-1338772711.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.00 2.00 2.00 3/193 18239
/proc/meminfo: memFree=27507712/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/18239/stat : 18239 (runsolver) D 18237 18239 14627 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 343399604 12095488 50 33554432000 4194304 5436572 140735173722512 140735173718808 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/18239/statm: 2953 50 31 304 0 2645 0

[startup+0.0556721 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 18239
/proc/meminfo: memFree=27507712/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2315716 CPUtime=0.03 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 3726 0 1 0 2 1 0 0 20 0 13 0 343399604 2371293184 4423 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 578929 4423 1696 9 0 569630 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.103142 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 18239
/proc/meminfo: memFree=27507712/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 4253 0 1 0 7 1 0 0 20 0 18 0 343399604 2712133632 5461 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 662142 5461 2011 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300248 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 18239
/proc/meminfo: memFree=27507712/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2648568 CPUtime=0.44 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 5911 0 1 0 43 1 0 0 20 0 18 0 343399604 2712133632 8803 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 662142 8803 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.700274 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 18239
/proc/meminfo: memFree=27507712/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2648568 CPUtime=1.14 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 9095 0 1 0 110 4 0 0 20 0 18 0 343399604 2712133632 45509 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 662142 45509 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 2648568

[startup+1.50074 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 18257
/proc/meminfo: memFree=27205072/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2648568 CPUtime=1.96 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 9218 0 1 0 188 8 0 0 20 0 18 0 343399604 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 662142 92634 2246 9 0 652835 0
[pid=18239/tid=18241] ppid=18237 vsize=2648568 CPUtime=1.45 cores=1,3,5,7
/proc/18239/task/18241/stat : 18241 (java) R 18237 18239 14627 0 -1 4202560 2959 0 1 0 138 7 0 0 20 0 18 0 343399605 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039147613656 140039087709840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18242] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18242/stat : 18242 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039014512808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18243] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18243/stat : 18243 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039013460264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18244] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18244/stat : 18244 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039012407720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18245] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18245/stat : 18245 (java) S 18237 18239 14627 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039011355176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18246] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18246/stat : 18246 (java) S 18237 18239 14627 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039010302632 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18247] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18247/stat : 18247 (java) S 18237 18239 14627 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039009250088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18248] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18248/stat : 18248 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039008197544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18249] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18249/stat : 18249 (java) S 18237 18239 14627 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140039007145000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18250] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18250/stat : 18250 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343399608 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038994733160 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18251] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18251/stat : 18251 (java) S 18237 18239 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343399608 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038993679480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18252] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18252/stat : 18252 (java) S 18237 18239 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343399608 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038992626824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18253] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18253/stat : 18253 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399611 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038991575568 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18254] ppid=18237 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/18239/task/18254/stat : 18254 (java) S 18237 18239 14627 0 -1 4202560 2097 0 0 0 21 0 0 0 20 0 18 0 343399611 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038990522936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18255] ppid=18237 vsize=2648568 CPUtime=0.24 cores=1,3,5,7
/proc/18239/task/18255/stat : 18255 (java) S 18237 18239 14627 0 -1 4202560 2949 0 0 0 24 0 0 0 20 0 18 0 343399611 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038989470392 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18256] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18256/stat : 18256 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399611 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038988418040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18257] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18257/stat : 18257 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399611 2712133632 92634 33554432000 1073741824 1073778376 140733465674752 140038987365704 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2648568

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 18257
/proc/meminfo: memFree=27136744/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2648568 CPUtime=3.66 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 9249 0 1 0 356 10 0 0 20 0 18 0 343399604 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 662142 95207 2248 9 0 652835 0
[pid=18239/tid=18241] ppid=18237 vsize=2648568 CPUtime=3.02 cores=1,3,5,7
/proc/18239/task/18241/stat : 18241 (java) R 18237 18239 14627 0 -1 4202560 2961 0 1 0 295 7 0 0 20 0 18 0 343399605 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039147606048 140039087714858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18242] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18242/stat : 18242 (java) S 18237 18239 14627 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039014512808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18243] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18243/stat : 18243 (java) S 18237 18239 14627 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039013460264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18244] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18244/stat : 18244 (java) S 18237 18239 14627 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039012407720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18245] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18245/stat : 18245 (java) S 18237 18239 14627 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039011355176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18246] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18246/stat : 18246 (java) S 18237 18239 14627 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039010302632 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18247] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18247/stat : 18247 (java) S 18237 18239 14627 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039009250088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18248] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18248/stat : 18248 (java) S 18237 18239 14627 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039008197544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18249] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18249/stat : 18249 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343399607 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140039007145000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18250] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18250/stat : 18250 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343399608 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038994733160 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18251] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18251/stat : 18251 (java) S 18237 18239 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343399608 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038993679480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18252] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18252/stat : 18252 (java) S 18237 18239 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343399608 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038992626824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18253] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18253/stat : 18253 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399611 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038991575568 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18254] ppid=18237 vsize=2648568 CPUtime=0.23 cores=1,3,5,7
/proc/18239/task/18254/stat : 18254 (java) S 18237 18239 14627 0 -1 4202560 2102 0 0 0 23 0 0 0 20 0 18 0 343399611 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038990522936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18255] ppid=18237 vsize=2648568 CPUtime=0.26 cores=1,3,5,7
/proc/18239/task/18255/stat : 18255 (java) S 18237 18239 14627 0 -1 4202560 2952 0 0 0 26 0 0 0 20 0 18 0 343399611 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038989470392 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18256] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18256/stat : 18256 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399611 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038988418040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18257] ppid=18237 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18257/stat : 18257 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343399611 2712133632 95207 33554432000 1073741824 1073778376 140733465674752 140038987365704 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 2648568

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 18257
/proc/meminfo: memFree=27034344/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2715132 CPUtime=7.52 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 10977 0 1 0 735 17 0 0 20 0 19 0 343399604 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 678783 120199 2267 9 0 669476 0
[pid=18239/tid=18241] ppid=18237 vsize=2715132 CPUtime=6.14 cores=1,3,5,7
/proc/18239/task/18241/stat : 18241 (java) R 18237 18239 14627 0 -1 4202560 3016 0 1 0 604 10 0 0 20 0 19 0 343399605 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039147614520 140039088089312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18242] ppid=18237 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/18239/task/18242/stat : 18242 (java) S 18237 18239 14627 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039014512808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18243] ppid=18237 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/18239/task/18243/stat : 18243 (java) S 18237 18239 14627 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039013460264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18244] ppid=18237 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/18239/task/18244/stat : 18244 (java) S 18237 18239 14627 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039012407720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18245] ppid=18237 vsize=2715132 CPUtime=0.04 cores=1,3,5,7
/proc/18239/task/18245/stat : 18245 (java) S 18237 18239 14627 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039011355176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18246] ppid=18237 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/18239/task/18246/stat : 18246 (java) S 18237 18239 14627 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039010302632 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18247] ppid=18237 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/18239/task/18247/stat : 18247 (java) S 18237 18239 14627 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039009250088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18248] ppid=18237 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/18239/task/18248/stat : 18248 (java) S 18237 18239 14627 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039008197544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18249] ppid=18237 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/18239/task/18249/stat : 18249 (java) S 18237 18239 14627 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 343399607 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140039007145000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18250] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18250/stat : 18250 (java) S 18237 18239 14627 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038994733160 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18251] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18251/stat : 18251 (java) S 18237 18239 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038993679480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18252] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18252/stat : 18252 (java) S 18237 18239 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038992626824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18253] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18253/stat : 18253 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038991575568 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18254] ppid=18237 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/18239/task/18254/stat : 18254 (java) S 18237 18239 14627 0 -1 4202560 3524 0 0 0 47 0 0 0 20 0 19 0 343399611 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038990522936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18255] ppid=18237 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/18239/task/18255/stat : 18255 (java) S 18237 18239 14627 0 -1 4202560 3118 0 0 0 50 0 0 0 20 0 19 0 343399611 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038989470392 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18256] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18256/stat : 18256 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038988418040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18257] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18257/stat : 18257 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 120199 33554432000 1073741824 1073778376 140733465674752 140038987365704 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 18258
/proc/meminfo: memFree=27031180/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2715132 CPUtime=14.16 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 11345 0 1 0 1398 18 0 0 20 0 19 0 343399604 2780295168 120177 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 678783 120177 2270 9 0 669476 0
[pid=18239/tid=18241] ppid=18237 vsize=2715132 CPUtime=12.53 cores=1,3,5,7

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

/proc/18239/task/18249/stat : 18249 (java) S 18237 18239 14627 0 -1 4202560 416 0 0 0 55 15 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039007145000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18250] ppid=18237 vsize=2715132 CPUtime=86.23 cores=1,3,5,7
/proc/18239/task/18250/stat : 18250 (java) R 18237 18239 14627 0 -1 4202560 86 0 0 0 8620 3 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038994733320 140039154122868 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18251] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18251/stat : 18251 (java) S 18237 18239 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038993679384 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18252] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18252/stat : 18252 (java) S 18237 18239 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038992626824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18253] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18253/stat : 18253 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038991575568 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18254] ppid=18237 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/18239/task/18254/stat : 18254 (java) S 18237 18239 14627 0 -1 4202560 3560 0 0 0 58 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038990522936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18255] ppid=18237 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/18239/task/18255/stat : 18255 (java) S 18237 18239 14627 0 -1 4202560 3452 0 0 0 65 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038989470392 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18256] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18256/stat : 18256 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038988418040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18257] ppid=18237 vsize=2715132 CPUtime=0.87 cores=1,3,5,7
/proc/18239/task/18257/stat : 18257 (java) S 18237 18239 14627 0 -1 4202560 97 0 0 0 59 28 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038987365704 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18258] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18258/stat : 18258 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343400179 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038986310440 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1686.22
Current children cumulated vsize (KiB) 2715132

[startup+1681.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 18533
/proc/meminfo: memFree=26261468/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2715132 CPUtime=1687.82 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 14005 0 1 0 168619 163 0 0 20 0 19 0 343399604 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 678783 343172 2277 9 0 669476 0
[pid=18239/tid=18241] ppid=18237 vsize=2715132 CPUtime=1587.96 cores=1,3,5,7
/proc/18239/task/18241/stat : 18241 (java) S 18237 18239 14627 0 -1 4202560 3076 0 1 0 158761 35 0 0 20 0 19 0 343399605 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039147615400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18242] ppid=18237 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/18239/task/18242/stat : 18242 (java) S 18237 18239 14627 0 -1 4202560 255 0 0 0 48 13 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039014512808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18243] ppid=18237 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/18239/task/18243/stat : 18243 (java) S 18237 18239 14627 0 -1 4202560 244 0 0 0 54 12 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039013460264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18244] ppid=18237 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/18239/task/18244/stat : 18244 (java) S 18237 18239 14627 0 -1 4202560 360 0 0 0 47 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039012407720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18245] ppid=18237 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/18239/task/18245/stat : 18245 (java) S 18237 18239 14627 0 -1 4202560 255 0 0 0 52 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039011355176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18246] ppid=18237 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/18239/task/18246/stat : 18246 (java) S 18237 18239 14627 0 -1 4202560 349 0 0 0 53 16 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039010302632 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18247] ppid=18237 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/18239/task/18247/stat : 18247 (java) S 18237 18239 14627 0 -1 4202560 319 0 0 0 38 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039009250088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18248] ppid=18237 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/18239/task/18248/stat : 18248 (java) S 18237 18239 14627 0 -1 4202560 355 0 0 0 68 21 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039008197544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18249] ppid=18237 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/18239/task/18249/stat : 18249 (java) S 18237 18239 14627 0 -1 4202560 416 0 0 0 55 15 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039007145000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18250] ppid=18237 vsize=2715132 CPUtime=87.83 cores=1,3,5,7
/proc/18239/task/18250/stat : 18250 (java) R 18237 18239 14627 0 -1 4202560 86 0 0 0 8780 3 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038994733320 140039153740916 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18251] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18251/stat : 18251 (java) S 18237 18239 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038993679384 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18252] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18252/stat : 18252 (java) S 18237 18239 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038992626824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18253] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18253/stat : 18253 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038991575568 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18254] ppid=18237 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/18239/task/18254/stat : 18254 (java) S 18237 18239 14627 0 -1 4202560 3560 0 0 0 58 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038990522936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18255] ppid=18237 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/18239/task/18255/stat : 18255 (java) S 18237 18239 14627 0 -1 4202560 3452 0 0 0 65 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038989470392 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18256] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18256/stat : 18256 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038988418040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18257] ppid=18237 vsize=2715132 CPUtime=0.87 cores=1,3,5,7
/proc/18239/task/18257/stat : 18257 (java) S 18237 18239 14627 0 -1 4202560 97 0 0 0 59 28 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038987365704 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18258] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18258/stat : 18258 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343400179 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038986310440 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1687.82
Current children cumulated vsize (KiB) 2715132

[startup+1681.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 18533
/proc/meminfo: memFree=26261468/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2715132 CPUtime=1688.22 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 14005 0 1 0 168659 163 0 0 20 0 19 0 343399604 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 678783 343172 2277 9 0 669476 0
[pid=18239/tid=18241] ppid=18237 vsize=2715132 CPUtime=1587.96 cores=1,3,5,7
/proc/18239/task/18241/stat : 18241 (java) S 18237 18239 14627 0 -1 4202560 3076 0 1 0 158761 35 0 0 20 0 19 0 343399605 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039147615400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18242] ppid=18237 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/18239/task/18242/stat : 18242 (java) S 18237 18239 14627 0 -1 4202560 255 0 0 0 48 13 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039014512808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18243] ppid=18237 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/18239/task/18243/stat : 18243 (java) S 18237 18239 14627 0 -1 4202560 244 0 0 0 54 12 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039013460264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18244] ppid=18237 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/18239/task/18244/stat : 18244 (java) S 18237 18239 14627 0 -1 4202560 360 0 0 0 47 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039012407720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18245] ppid=18237 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/18239/task/18245/stat : 18245 (java) S 18237 18239 14627 0 -1 4202560 255 0 0 0 52 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039011355176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18246] ppid=18237 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/18239/task/18246/stat : 18246 (java) S 18237 18239 14627 0 -1 4202560 349 0 0 0 53 16 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039010302632 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18247] ppid=18237 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/18239/task/18247/stat : 18247 (java) S 18237 18239 14627 0 -1 4202560 319 0 0 0 38 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039009250088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18248] ppid=18237 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/18239/task/18248/stat : 18248 (java) S 18237 18239 14627 0 -1 4202560 355 0 0 0 68 21 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039008197544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18249] ppid=18237 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/18239/task/18249/stat : 18249 (java) S 18237 18239 14627 0 -1 4202560 416 0 0 0 55 15 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039007145000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18250] ppid=18237 vsize=2715132 CPUtime=88.23 cores=1,3,5,7
/proc/18239/task/18250/stat : 18250 (java) R 18237 18239 14627 0 -1 4202560 86 0 0 0 8820 3 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038994733320 140039154122824 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18251] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18251/stat : 18251 (java) S 18237 18239 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038993679384 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18252] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18252/stat : 18252 (java) S 18237 18239 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038992626824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18253] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18253/stat : 18253 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038991575568 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18254] ppid=18237 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/18239/task/18254/stat : 18254 (java) S 18237 18239 14627 0 -1 4202560 3560 0 0 0 58 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038990522936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18255] ppid=18237 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/18239/task/18255/stat : 18255 (java) S 18237 18239 14627 0 -1 4202560 3452 0 0 0 65 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038989470392 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18256] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18256/stat : 18256 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038988418040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18257] ppid=18237 vsize=2715132 CPUtime=0.87 cores=1,3,5,7
/proc/18239/task/18257/stat : 18257 (java) S 18237 18239 14627 0 -1 4202560 97 0 0 0 59 28 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038987365704 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18258] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18258/stat : 18258 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343400179 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038986310440 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1688.22
Current children cumulated vsize (KiB) 2715132

[startup+1682.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 18533
/proc/meminfo: memFree=26261468/32873844 swapFree=6088/6088
[pid=18239] ppid=18237 vsize=2715132 CPUtime=1688.62 cores=1,3,5,7
/proc/18239/stat : 18239 (java) S 18237 18239 14627 0 -1 4202496 14005 0 1 0 168699 163 0 0 20 0 19 0 343399604 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140733465665888 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18239/statm: 678783 343172 2277 9 0 669476 0
[pid=18239/tid=18241] ppid=18237 vsize=2715132 CPUtime=1587.96 cores=1,3,5,7
/proc/18239/task/18241/stat : 18241 (java) S 18237 18239 14627 0 -1 4202560 3076 0 1 0 158761 35 0 0 20 0 19 0 343399605 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039147615400 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18242] ppid=18237 vsize=2715132 CPUtime=0.61 cores=1,3,5,7
/proc/18239/task/18242/stat : 18242 (java) S 18237 18239 14627 0 -1 4202560 255 0 0 0 48 13 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039014512808 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18243] ppid=18237 vsize=2715132 CPUtime=0.66 cores=1,3,5,7
/proc/18239/task/18243/stat : 18243 (java) S 18237 18239 14627 0 -1 4202560 244 0 0 0 54 12 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039013460264 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18244] ppid=18237 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/18239/task/18244/stat : 18244 (java) S 18237 18239 14627 0 -1 4202560 360 0 0 0 47 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039012407720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18245] ppid=18237 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/18239/task/18245/stat : 18245 (java) S 18237 18239 14627 0 -1 4202560 255 0 0 0 52 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039011355176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18246] ppid=18237 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/18239/task/18246/stat : 18246 (java) S 18237 18239 14627 0 -1 4202560 349 0 0 0 53 16 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039010302632 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18247] ppid=18237 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/18239/task/18247/stat : 18247 (java) S 18237 18239 14627 0 -1 4202560 319 0 0 0 38 10 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039009250088 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18248] ppid=18237 vsize=2715132 CPUtime=0.89 cores=1,3,5,7
/proc/18239/task/18248/stat : 18248 (java) S 18237 18239 14627 0 -1 4202560 355 0 0 0 68 21 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039008197544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18249] ppid=18237 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/18239/task/18249/stat : 18249 (java) S 18237 18239 14627 0 -1 4202560 416 0 0 0 55 15 0 0 20 0 19 0 343399607 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140039007145000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18250] ppid=18237 vsize=2715132 CPUtime=88.62 cores=1,3,5,7
/proc/18239/task/18250/stat : 18250 (java) R 18237 18239 14627 0 -1 4202560 86 0 0 0 8859 3 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038994733320 140039154470164 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18251] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18251/stat : 18251 (java) S 18237 18239 14627 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038993679384 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18252] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18252/stat : 18252 (java) S 18237 18239 14627 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343399608 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038992626824 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18253] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18253/stat : 18253 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038991575568 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18254] ppid=18237 vsize=2715132 CPUtime=0.58 cores=1,3,5,7
/proc/18239/task/18254/stat : 18254 (java) S 18237 18239 14627 0 -1 4202560 3560 0 0 0 58 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038990522936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18239/tid=18255] ppid=18237 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/18239/task/18255/stat : 18255 (java) S 18237 18239 14627 0 -1 4202560 3452 0 0 0 65 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038989470392 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18239/tid=18256] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18256/stat : 18256 (java) S 18237 18239 14627 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038988418040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18239/tid=18257] ppid=18237 vsize=2715132 CPUtime=0.87 cores=1,3,5,7
/proc/18239/task/18257/stat : 18257 (java) S 18237 18239 14627 0 -1 4202560 97 0 0 0 59 28 0 0 20 0 19 0 343399611 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038987365704 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18239/tid=18258] ppid=18237 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/18239/task/18258/stat : 18258 (java) S 18237 18239 14627 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 343400179 2780295168 343172 33554432000 1073741824 1073778376 140733465674752 140038986310440 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1688.62
Current children cumulated vsize (KiB) 2715132

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18239 and gives
#  childrusage.ru_utime.tv_sec=1682
#  childrusage.ru_utime.tv_usec=316249
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=862716
# CPU time returned by wait4() is 1684.18
# while last known CPU time is 1688.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1682.32
CPU time (s): 1688.62
CPU user time (s): 1686.99
CPU system time (s): 1.63
CPU usage (%): 100.374
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1682.32
system time used= 1.86272
maximum resident set size= 1372700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14010
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35972
involuntary context switches= 6041

runsolver used 6.79897 second user time and 17.8543 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-04 03:18:32
IDJOB=3741326
IDBENCH=89837
IDSOLVER=2322
FILE ID=node110/3741326-1338772711
RUNJOBID= node110-1338749152-14644
PBS_JOBID= 14636795
Free space on /tmp= 71020 MiB

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

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

MD5SUM BENCH= 9aa42c73a35201f84335d5956a9f26be
RANDOM SEED=19491640

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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:        27507712 kB
Buffers:          904892 kB
Cached:          2583528 kB
SwapCached:          604 kB
Active:          2904504 kB
Inactive:        1605788 kB
Active(anon):    1010200 kB
Inactive(anon):    12316 kB
Active(file):    1894304 kB
Inactive(file):  1593472 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:             49572 kB
Writeback:             0 kB
AnonPages:       1033752 kB
Mapped:            19820 kB
Shmem:                40 kB
Slab:             709920 kB
SReclaimable:     151840 kB
SUnreclaim:       558080 kB
KernelStack:        1584 kB
PageTables:         6212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1508584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    991232 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= 71032 MiB
End job on node110 at 2012-06-04 03:46:34