Trace number 3735226

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) 1492.45 1488.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.11.opb
MD5SUM5f844d3fbd9d157e56bab6c09ee5f179
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark20.8078
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 38
Optimality of the best value was proved YES
Number of variables21675
Total number of constraints1210400
Number of constraints which are clauses1206830
Number of constraints which are cardinality constraints (but not clauses)3570
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint170
Number of terms in the objective function 170
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 170
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 168
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 338
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.1.1.v20090612
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1299577560
0.00/0.09	c Max memory 1306394624
0.00/0.09	c Total memory 1306394624
0.00/0.09	c Number of processors 8
0.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-3735226-1338755023.opb
0.08/0.12	c reading problem ... 
5.82/5.24	c ... done. Wall clock time 5.121s.
5.82/5.24	c #vars     21675
5.82/5.24	c #constraints  130922
5.82/5.24	c constraints type 
5.82/5.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81435
5.82/5.24	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 39744
6.34/5.44	c SATISFIABLE
6.34/5.44	c OPTIMIZING...
6.34/5.44	c Got one! Elapsed wall clock time (in seconds):5.316
6.34/5.44	o 124
6.34/5.48	c Got one! Elapsed wall clock time (in seconds):5.364
6.34/5.48	o 123
6.54/5.53	c Got one! Elapsed wall clock time (in seconds):5.412
6.54/5.53	o 109
6.54/5.58	c Got one! Elapsed wall clock time (in seconds):5.458
6.54/5.58	o 108
6.88/5.80	c Got one! Elapsed wall clock time (in seconds):5.683
6.88/5.80	o 96
6.88/5.85	c Got one! Elapsed wall clock time (in seconds):5.729
6.88/5.85	o 95
7.00/5.97	c Got one! Elapsed wall clock time (in seconds):5.846
7.00/5.97	o 94
7.30/6.25	c Got one! Elapsed wall clock time (in seconds):6.133
7.30/6.25	o 93
7.60/6.51	c Got one! Elapsed wall clock time (in seconds):6.39
7.60/6.51	o 92
7.60/6.60	c Got one! Elapsed wall clock time (in seconds):6.48
7.60/6.60	o 91
8.11/7.08	c Got one! Elapsed wall clock time (in seconds):6.961
8.11/7.08	o 90
8.21/7.17	c Got one! Elapsed wall clock time (in seconds):7.055
8.21/7.17	o 87
8.32/7.23	c Got one! Elapsed wall clock time (in seconds):7.108
8.32/7.23	o 77
8.72/7.62	c Got one! Elapsed wall clock time (in seconds):7.504
8.72/7.62	o 76
9.04/7.86	c Got one! Elapsed wall clock time (in seconds):7.743
9.04/7.86	o 75
9.43/8.20	c Got one! Elapsed wall clock time (in seconds):8.083
9.43/8.20	o 74
9.43/8.26	c Got one! Elapsed wall clock time (in seconds):8.139
9.43/8.26	o 73
9.84/8.60	c Got one! Elapsed wall clock time (in seconds):8.479
9.84/8.60	o 72
9.94/8.74	c Got one! Elapsed wall clock time (in seconds):8.624
9.94/8.74	o 71
10.04/8.85	c Got one! Elapsed wall clock time (in seconds):8.733
10.04/8.85	o 70
10.24/9.01	c Got one! Elapsed wall clock time (in seconds):8.887
10.24/9.01	o 69
10.44/9.24	c Got one! Elapsed wall clock time (in seconds):9.121
10.44/9.24	o 68
10.84/9.68	c Got one! Elapsed wall clock time (in seconds):9.558
10.84/9.68	o 67
11.04/9.89	c Got one! Elapsed wall clock time (in seconds):9.769
11.04/9.89	o 66
11.34/10.11	c Got one! Elapsed wall clock time (in seconds):9.991
11.34/10.11	o 65
11.84/10.61	c Got one! Elapsed wall clock time (in seconds):10.495
11.84/10.61	o 64
13.04/11.80	c Got one! Elapsed wall clock time (in seconds):11.68
13.04/11.80	o 63
13.44/12.25	c Got one! Elapsed wall clock time (in seconds):12.131
13.44/12.25	o 62
13.64/12.40	c Got one! Elapsed wall clock time (in seconds):12.281
13.64/12.40	o 61
14.29/13.06	c Got one! Elapsed wall clock time (in seconds):12.943
14.29/13.06	o 60
14.99/13.74	c Got one! Elapsed wall clock time (in seconds):13.619
14.99/13.74	o 59
15.19/13.96	c Got one! Elapsed wall clock time (in seconds):13.843
15.19/13.96	o 58
15.60/14.38	c Got one! Elapsed wall clock time (in seconds):14.259
15.60/14.38	o 57
22.90/21.67	c Got one! Elapsed wall clock time (in seconds):21.552
22.90/21.67	o 56
23.20/21.94	c Got one! Elapsed wall clock time (in seconds):21.822
23.20/21.94	o 55
24.41/23.14	c Got one! Elapsed wall clock time (in seconds):23.02
24.41/23.14	o 54
26.71/25.47	c Got one! Elapsed wall clock time (in seconds):25.347
26.71/25.47	o 53
26.90/25.65	c Got one! Elapsed wall clock time (in seconds):25.53
26.90/25.65	o 52
27.10/25.86	c Got one! Elapsed wall clock time (in seconds):25.745
27.10/25.86	o 51
27.40/26.13	c Got one! Elapsed wall clock time (in seconds):26.008
27.40/26.13	o 50
32.40/31.18	c Got one! Elapsed wall clock time (in seconds):31.06
32.40/31.18	o 49
32.70/31.41	c Got one! Elapsed wall clock time (in seconds):31.291
32.70/31.41	o 48
39.40/38.19	c Got one! Elapsed wall clock time (in seconds):38.075
39.40/38.19	o 47
39.80/38.56	c Got one! Elapsed wall clock time (in seconds):38.441
39.80/38.56	o 46
41.30/40.00	c Got one! Elapsed wall clock time (in seconds):39.884
41.30/40.00	o 45
41.61/40.32	c Got one! Elapsed wall clock time (in seconds):40.2
41.61/40.32	o 44
47.00/45.76	c Got one! Elapsed wall clock time (in seconds):45.637
47.00/45.76	o 43
64.00/62.75	c Got one! Elapsed wall clock time (in seconds):62.627
64.00/62.75	o 42
66.10/64.82	c Got one! Elapsed wall clock time (in seconds):64.697
66.10/64.82	o 41
70.61/69.32	c Got one! Elapsed wall clock time (in seconds):69.202
70.61/69.32	o 40
76.58/75.02	c Got one! Elapsed wall clock time (in seconds):74.905
76.58/75.02	o 39
77.08/75.54	c Got one! Elapsed wall clock time (in seconds):75.425
77.08/75.54	o 38

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

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.95 3/171 4109
/proc/meminfo: memFree=22347868/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4109/stat : 4109 (java6) D 4107 4109 3438 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 341630956 9515008 175 33554432000 1073741824 1073778376 140735672920624 140735672903352 235374723984 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/4109/statm: 2323 175 133 9 0 71 0

[startup+0.103395 s]
/proc/loadavg: 1.84 1.97 1.95 3/171 4109
/proc/meminfo: memFree=22347868/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 4603 0 1 0 7 1 0 0 20 0 18 0 341630956 2712133632 6321 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 662142 6322 2092 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.200248 s]
/proc/loadavg: 1.84 1.97 1.95 3/171 4109
/proc/meminfo: memFree=22347868/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 5230 0 1 0 23 1 0 0 20 0 18 0 341630956 2712133632 7866 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 662142 7866 2189 9 0 652835 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 2648568

[startup+0.300259 s]
/proc/loadavg: 1.84 1.97 1.95 3/171 4109
/proc/meminfo: memFree=22347868/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 5873 0 1 0 43 1 0 0 20 0 18 0 341630956 2712133632 9205 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 662142 9205 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2648568

[startup+0.700228 s]
/proc/loadavg: 1.84 1.97 1.95 3/171 4109
/proc/meminfo: memFree=22347868/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2648568 CPUtime=1.08 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 10103 0 1 0 103 5 0 0 20 0 18 0 341630956 2712133632 45674 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 662142 45674 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 2648568

[startup+1.50065 s]
/proc/loadavg: 1.84 1.97 1.95 3/209 4154
/proc/meminfo: memFree=21963516/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2648568 CPUtime=1.9 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 10223 0 1 0 181 9 0 0 20 0 18 0 341630956 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 662142 93824 2246 9 0 652835 0
[pid=4109/tid=4111] ppid=4107 vsize=2648568 CPUtime=1.46 cores=0,2,4,6
/proc/4109/task/4111/stat : 4111 (java) R 4107 4109 3438 0 -1 4202560 2910 0 1 0 138 8 0 0 20 0 18 0 341630957 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609967886368 140609797407200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4112] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4112/stat : 4112 (java) S 4107 4109 3438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609952344488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4113] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4113/stat : 4113 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609951291944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4114] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4114/stat : 4114 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609950238888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4115] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4115/stat : 4115 (java) S 4107 4109 3438 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609949186344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4116] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4116/stat : 4116 (java) S 4107 4109 3438 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609948134312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4117] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4117/stat : 4117 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609947081768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4118] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4118/stat : 4118 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609946028712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4119] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4119/stat : 4119 (java) S 4107 4109 3438 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609944976168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4120] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4120/stat : 4120 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341630960 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609932564840 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4121] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4121/stat : 4121 (java) S 4107 4109 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341630960 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609931511160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4122] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4122/stat : 4122 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341630960 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609930457992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4123] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4123/stat : 4123 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630963 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609929406736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4124] ppid=4107 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/4109/task/4124/stat : 4124 (java) S 4107 4109 3438 0 -1 4202560 2969 0 0 0 22 0 0 0 20 0 18 0 341630963 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609928354616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4125] ppid=4107 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/4109/task/4125/stat : 4125 (java) S 4107 4109 3438 0 -1 4202560 3136 0 0 0 18 0 0 0 20 0 18 0 341630963 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609927302072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4126] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4126/stat : 4126 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630963 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609926249208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4127] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4127/stat : 4127 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630963 2712133632 93824 33554432000 1073741824 1073778376 140735711894128 140609925196872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 2648568

[startup+3.10066 s]
/proc/loadavg: 1.84 1.97 1.95 3/208 4154
/proc/meminfo: memFree=21573728/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2648568 CPUtime=3.58 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 10254 0 1 0 347 11 0 0 20 0 18 0 341630956 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 662142 96395 2248 9 0 652835 0
[pid=4109/tid=4111] ppid=4107 vsize=2648568 CPUtime=3.04 cores=0,2,4,6
/proc/4109/task/4111/stat : 4111 (java) R 4107 4109 3438 0 -1 4202560 2912 0 1 0 295 9 0 0 20 0 18 0 341630957 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609967893952 140609797493298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4112] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4112/stat : 4112 (java) S 4107 4109 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609952344488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4113] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4113/stat : 4113 (java) S 4107 4109 3438 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609951291944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4114] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4114/stat : 4114 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609950238888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4115] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4115/stat : 4115 (java) S 4107 4109 3438 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609949186344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4116] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4116/stat : 4116 (java) S 4107 4109 3438 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609948134312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4117] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4117/stat : 4117 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609947081768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4118] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4118/stat : 4118 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609946028712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4119] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4119/stat : 4119 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341630958 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609944976168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4120] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4120/stat : 4120 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341630960 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609932564840 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4121] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4121/stat : 4121 (java) S 4107 4109 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341630960 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609931511160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4122] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4122/stat : 4122 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341630960 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609930457992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4123] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4123/stat : 4123 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630963 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609929406736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4124] ppid=4107 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/4109/task/4124/stat : 4124 (java) S 4107 4109 3438 0 -1 4202560 2970 0 0 0 23 0 0 0 20 0 18 0 341630963 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609928354616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4125] ppid=4107 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/4109/task/4125/stat : 4125 (java) S 4107 4109 3438 0 -1 4202560 3140 0 0 0 19 0 0 0 20 0 18 0 341630963 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609927302072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4126] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4126/stat : 4126 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630963 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609926249208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4127] ppid=4107 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4127/stat : 4127 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341630963 2712133632 96395 33554432000 1073741824 1073778376 140735711894128 140609925196872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 2648568

[startup+6.30069 s]
/proc/loadavg: 1.85 1.97 1.95 5/209 4155
/proc/meminfo: memFree=21535992/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2715132 CPUtime=7.4 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 10765 0 1 0 726 14 0 0 20 0 19 0 341630956 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 678783 101594 2268 9 0 669476 0
[pid=4109/tid=4111] ppid=4107 vsize=2715132 CPUtime=6.18 cores=0,2,4,6
/proc/4109/task/4111/stat : 4111 (java) R 4107 4109 3438 0 -1 4202560 2930 0 1 0 609 9 0 0 20 0 19 0 341630957 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609967893208 140609797743407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4112] ppid=4107 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/4109/task/4112/stat : 4112 (java) S 4107 4109 3438 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609952344488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4113] ppid=4107 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/4109/task/4113/stat : 4113 (java) S 4107 4109 3438 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609951291944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4114] ppid=4107 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/4109/task/4114/stat : 4114 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609950238888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4115] ppid=4107 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/4109/task/4115/stat : 4115 (java) S 4107 4109 3438 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609949186344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4116] ppid=4107 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/4109/task/4116/stat : 4116 (java) S 4107 4109 3438 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609948134312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4117] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4117/stat : 4117 (java) S 4107 4109 3438 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609947081768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4118] ppid=4107 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/4109/task/4118/stat : 4118 (java) S 4107 4109 3438 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609946028712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4119] ppid=4107 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/4109/task/4119/stat : 4119 (java) S 4107 4109 3438 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 341630958 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609944976168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4120] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4120/stat : 4120 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609932564840 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4121] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4121/stat : 4121 (java) S 4107 4109 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609931511160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4122] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4122/stat : 4122 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609930457992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4123] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4123/stat : 4123 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609929406736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4124] ppid=4107 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/4109/task/4124/stat : 4124 (java) S 4107 4109 3438 0 -1 4202560 2992 0 0 0 45 0 0 0 20 0 19 0 341630963 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609928354616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4125] ppid=4107 vsize=2715132 CPUtime=0.47 cores=0,2,4,6
/proc/4109/task/4125/stat : 4125 (java) S 4107 4109 3438 0 -1 4202560 3551 0 0 0 47 0 0 0 20 0 19 0 341630963 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609927302072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4126] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4126/stat : 4126 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609926249208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4127] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4127/stat : 4127 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609925196872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4155] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4155/stat : 4155 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341631484 2780295168 101594 33554432000 1073741824 1073778376 140735711894128 140609924142120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 1.86 1.97 1.95 4/211 4157
/proc/meminfo: memFree=21510812/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2715132 CPUtime=13.99 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 10790 0 1 0 1385 14 0 0 20 0 19 0 341630956 2780295168 101580 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0

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

/proc/4109/task/4112/stat : 4112 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 31 12 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609952344488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4113] ppid=4107 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/4109/task/4113/stat : 4113 (java) S 4107 4109 3438 0 -1 4202560 230 0 0 0 26 14 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609951291944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4114] ppid=4107 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/4109/task/4114/stat : 4114 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 28 10 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609950238888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4115] ppid=4107 vsize=2715132 CPUtime=0.3 cores=0,2,4,6
/proc/4109/task/4115/stat : 4115 (java) S 4107 4109 3438 0 -1 4202560 151 0 0 0 22 8 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609949186344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4116] ppid=4107 vsize=2715132 CPUtime=0.36 cores=0,2,4,6
/proc/4109/task/4116/stat : 4116 (java) S 4107 4109 3438 0 -1 4202560 204 0 0 0 25 11 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609948134312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4117] ppid=4107 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/4109/task/4117/stat : 4117 (java) S 4107 4109 3438 0 -1 4202560 164 0 0 0 23 9 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609947081768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4118] ppid=4107 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/4109/task/4118/stat : 4118 (java) S 4107 4109 3438 0 -1 4202560 335 0 0 0 21 7 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609946028712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4119] ppid=4107 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/4109/task/4119/stat : 4119 (java) S 4107 4109 3438 0 -1 4202560 242 0 0 0 31 14 0 0 20 0 19 0 341630958 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609944976168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4120] ppid=4107 vsize=2715132 CPUtime=49.59 cores=0,2,4,6
/proc/4109/task/4120/stat : 4120 (java) R 4107 4109 3438 0 -1 4202560 151 0 0 0 4953 6 0 0 20 0 19 0 341630960 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609932565000 140609974749379 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4121] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4121/stat : 4121 (java) S 4107 4109 3438 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609931510776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4122] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4122/stat : 4122 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609930457992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4123] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4123/stat : 4123 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609929406736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4124] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4124/stat : 4124 (java) S 4107 4109 3438 0 -1 4202560 3000 0 0 0 55 0 0 0 20 0 19 0 341630963 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609928354616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4125] ppid=4107 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/4109/task/4125/stat : 4125 (java) S 4107 4109 3438 0 -1 4202560 3566 0 0 0 58 0 0 0 20 0 19 0 341630963 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609927302072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4126] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4126/stat : 4126 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609926249208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4127] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4127/stat : 4127 (java) S 4107 4109 3438 0 -1 4202560 87 0 0 0 32 23 0 0 20 0 19 0 341630963 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609925196872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4155] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4155/stat : 4155 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341631484 2780295168 344042 33554432000 1073741824 1073778376 140735711894128 140609924142120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1490.67
Current children cumulated vsize (KiB) 2715132

[startup+1488 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 4225
/proc/meminfo: memFree=20824968/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2715132 CPUtime=1491.47 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 12880 0 1 0 149030 117 0 0 20 0 19 0 341630956 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 678783 344043 2278 9 0 669476 0
[pid=4109/tid=4111] ppid=4107 vsize=2715132 CPUtime=1436.71 cores=0,2,4,6
/proc/4109/task/4111/stat : 4111 (java) S 4107 4109 3438 0 -1 4202560 3020 0 1 0 143639 32 0 0 20 0 19 0 341630957 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609967894600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4112] ppid=4107 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/4109/task/4112/stat : 4112 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 31 12 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609952344488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4113] ppid=4107 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/4109/task/4113/stat : 4113 (java) S 4107 4109 3438 0 -1 4202560 230 0 0 0 26 14 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609951291944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4114] ppid=4107 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/4109/task/4114/stat : 4114 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 28 10 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609950238888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4115] ppid=4107 vsize=2715132 CPUtime=0.3 cores=0,2,4,6
/proc/4109/task/4115/stat : 4115 (java) S 4107 4109 3438 0 -1 4202560 151 0 0 0 22 8 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609949186344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4116] ppid=4107 vsize=2715132 CPUtime=0.36 cores=0,2,4,6
/proc/4109/task/4116/stat : 4116 (java) S 4107 4109 3438 0 -1 4202560 204 0 0 0 25 11 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609948134312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4117] ppid=4107 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/4109/task/4117/stat : 4117 (java) S 4107 4109 3438 0 -1 4202560 164 0 0 0 23 9 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609947081768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4118] ppid=4107 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/4109/task/4118/stat : 4118 (java) S 4107 4109 3438 0 -1 4202560 335 0 0 0 21 7 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609946028712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4119] ppid=4107 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/4109/task/4119/stat : 4119 (java) S 4107 4109 3438 0 -1 4202560 242 0 0 0 31 14 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609944976168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4120] ppid=4107 vsize=2715132 CPUtime=50.39 cores=0,2,4,6
/proc/4109/task/4120/stat : 4120 (java) R 4107 4109 3438 0 -1 4202560 154 0 0 0 5033 6 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609932565000 140609974021360 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4121] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4121/stat : 4121 (java) S 4107 4109 3438 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609931510776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4122] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4122/stat : 4122 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609930457992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4123] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4123/stat : 4123 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609929406736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4124] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4124/stat : 4124 (java) S 4107 4109 3438 0 -1 4202560 3000 0 0 0 55 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609928354616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4125] ppid=4107 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/4109/task/4125/stat : 4125 (java) S 4107 4109 3438 0 -1 4202560 3566 0 0 0 58 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609927302072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4126] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4126/stat : 4126 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609926249208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4127] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4127/stat : 4127 (java) S 4107 4109 3438 0 -1 4202560 87 0 0 0 32 23 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609925196872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4155] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4155/stat : 4155 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341631484 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609924142120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1491.47
Current children cumulated vsize (KiB) 2715132

[startup+1488.41 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 4225
/proc/meminfo: memFree=20824968/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2715132 CPUtime=1491.87 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 12880 0 1 0 149070 117 0 0 20 0 19 0 341630956 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 678783 344043 2278 9 0 669476 0
[pid=4109/tid=4111] ppid=4107 vsize=2715132 CPUtime=1436.71 cores=0,2,4,6
/proc/4109/task/4111/stat : 4111 (java) S 4107 4109 3438 0 -1 4202560 3020 0 1 0 143639 32 0 0 20 0 19 0 341630957 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609967894600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4112] ppid=4107 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/4109/task/4112/stat : 4112 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 31 12 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609952344488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4113] ppid=4107 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/4109/task/4113/stat : 4113 (java) S 4107 4109 3438 0 -1 4202560 230 0 0 0 26 14 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609951291944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4114] ppid=4107 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/4109/task/4114/stat : 4114 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 28 10 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609950238888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4115] ppid=4107 vsize=2715132 CPUtime=0.3 cores=0,2,4,6
/proc/4109/task/4115/stat : 4115 (java) S 4107 4109 3438 0 -1 4202560 151 0 0 0 22 8 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609949186344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4116] ppid=4107 vsize=2715132 CPUtime=0.36 cores=0,2,4,6
/proc/4109/task/4116/stat : 4116 (java) S 4107 4109 3438 0 -1 4202560 204 0 0 0 25 11 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609948134312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4117] ppid=4107 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/4109/task/4117/stat : 4117 (java) S 4107 4109 3438 0 -1 4202560 164 0 0 0 23 9 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609947081768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4118] ppid=4107 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/4109/task/4118/stat : 4118 (java) S 4107 4109 3438 0 -1 4202560 335 0 0 0 21 7 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609946028712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4119] ppid=4107 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/4109/task/4119/stat : 4119 (java) S 4107 4109 3438 0 -1 4202560 242 0 0 0 31 14 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609944976168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4120] ppid=4107 vsize=2715132 CPUtime=50.79 cores=0,2,4,6
/proc/4109/task/4120/stat : 4120 (java) R 4107 4109 3438 0 -1 4202560 154 0 0 0 5073 6 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609932565000 140609974403144 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4121] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4121/stat : 4121 (java) S 4107 4109 3438 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609931510776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4122] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4122/stat : 4122 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609930457992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4123] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4123/stat : 4123 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609929406736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4124] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4124/stat : 4124 (java) S 4107 4109 3438 0 -1 4202560 3000 0 0 0 55 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609928354616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4125] ppid=4107 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/4109/task/4125/stat : 4125 (java) S 4107 4109 3438 0 -1 4202560 3566 0 0 0 58 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609927302072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4126] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4126/stat : 4126 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609926249208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4127] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4127/stat : 4127 (java) S 4107 4109 3438 0 -1 4202560 87 0 0 0 32 23 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609925196872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4155] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4155/stat : 4155 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341631484 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609924142120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1491.87
Current children cumulated vsize (KiB) 2715132

[startup+1488.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/211 4225
/proc/meminfo: memFree=20824968/32873844 swapFree=7112/7112
[pid=4109] ppid=4107 vsize=2715132 CPUtime=1491.97 cores=0,2,4,6
/proc/4109/stat : 4109 (java) S 4107 4109 3438 0 -1 4202496 12880 0 1 0 149080 117 0 0 20 0 19 0 341630956 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140735711885264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4109/statm: 678783 344043 2278 9 0 669476 0
[pid=4109/tid=4111] ppid=4107 vsize=2715132 CPUtime=1436.71 cores=0,2,4,6
/proc/4109/task/4111/stat : 4111 (java) S 4107 4109 3438 0 -1 4202560 3020 0 1 0 143639 32 0 0 20 0 19 0 341630957 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609967894600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4112] ppid=4107 vsize=2715132 CPUtime=0.43 cores=0,2,4,6
/proc/4109/task/4112/stat : 4112 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 31 12 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609952344488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4113] ppid=4107 vsize=2715132 CPUtime=0.4 cores=0,2,4,6
/proc/4109/task/4113/stat : 4113 (java) S 4107 4109 3438 0 -1 4202560 230 0 0 0 26 14 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609951291944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4114] ppid=4107 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/4109/task/4114/stat : 4114 (java) S 4107 4109 3438 0 -1 4202560 272 0 0 0 28 10 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609950238888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4115] ppid=4107 vsize=2715132 CPUtime=0.3 cores=0,2,4,6
/proc/4109/task/4115/stat : 4115 (java) S 4107 4109 3438 0 -1 4202560 151 0 0 0 22 8 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609949186344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4116] ppid=4107 vsize=2715132 CPUtime=0.36 cores=0,2,4,6
/proc/4109/task/4116/stat : 4116 (java) S 4107 4109 3438 0 -1 4202560 204 0 0 0 25 11 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609948134312 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4117] ppid=4107 vsize=2715132 CPUtime=0.32 cores=0,2,4,6
/proc/4109/task/4117/stat : 4117 (java) S 4107 4109 3438 0 -1 4202560 164 0 0 0 23 9 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609947081768 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4109/tid=4118] ppid=4107 vsize=2715132 CPUtime=0.28 cores=0,2,4,6
/proc/4109/task/4118/stat : 4118 (java) S 4107 4109 3438 0 -1 4202560 335 0 0 0 21 7 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609946028712 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4119] ppid=4107 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/4109/task/4119/stat : 4119 (java) S 4107 4109 3438 0 -1 4202560 242 0 0 0 31 14 0 0 20 0 19 0 341630958 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609944976168 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4109/tid=4120] ppid=4107 vsize=2715132 CPUtime=50.89 cores=0,2,4,6
/proc/4109/task/4120/stat : 4120 (java) R 4107 4109 3438 0 -1 4202560 154 0 0 0 5083 6 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609932565000 140609974019473 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4121] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4121/stat : 4121 (java) S 4107 4109 3438 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609931510776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4122] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4122/stat : 4122 (java) S 4107 4109 3438 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341630960 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609930457992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4123] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4123/stat : 4123 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609929406736 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4124] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4124/stat : 4124 (java) S 4107 4109 3438 0 -1 4202560 3000 0 0 0 55 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609928354616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4125] ppid=4107 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/4109/task/4125/stat : 4125 (java) S 4107 4109 3438 0 -1 4202560 3566 0 0 0 58 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609927302072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4126] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4126/stat : 4126 (java) S 4107 4109 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609926249208 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4109/tid=4127] ppid=4107 vsize=2715132 CPUtime=0.55 cores=0,2,4,6
/proc/4109/task/4127/stat : 4127 (java) S 4107 4109 3438 0 -1 4202560 87 0 0 0 32 23 0 0 20 0 19 0 341630963 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609925196872 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4109/tid=4155] ppid=4107 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/4109/task/4155/stat : 4155 (java) S 4107 4109 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341631484 2780295168 344043 33554432000 1073741824 1073778376 140735711894128 140609924142120 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1491.97
Current children cumulated vsize (KiB) 2715132

Child status: 1
Real time (s): 1488.51
CPU time (s): 1492.45
CPU user time (s): 1490.85
CPU system time (s): 1.59476
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1490.85
system time used= 1.59476
maximum resident set size= 1376184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12884
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31910
involuntary context switches= 10308

runsolver used 2.22866 second user time and 6.10607 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 22:23:44
IDJOB=3735226
IDBENCH=2952
IDSOLVER=2322
FILE ID=node104/3735226-1338755023
RUNJOBID= node104-1338747831-3454
PBS_JOBID= 14636783
Free space on /tmp= 66380 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.11.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735226-1338755023/watcher-3735226-1338755023 -o /tmp/evaluation-result-3735226-1338755023/solver-3735226-1338755023 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735226-1338755023.opb

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

MD5SUM BENCH= 5f844d3fbd9d157e56bab6c09ee5f179
RANDOM SEED=419946134

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22348992 kB
Buffers:         1989420 kB
Cached:          7491096 kB
SwapCached:          708 kB
Active:          6268916 kB
Inactive:        3230016 kB
Active(anon):       6060 kB
Inactive(anon):     8092 kB
Active(file):    6262856 kB
Inactive(file):  3221924 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:             54444 kB
Writeback:             0 kB
AnonPages:         20944 kB
Mapped:            13668 kB
Shmem:                 8 kB
Slab:             885412 kB
SReclaimable:     326708 kB
SUnreclaim:       558704 kB
KernelStack:        1416 kB
PageTables:         3800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      98168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 66392 MiB
End job on node104 at 2012-06-03 22:48:33