Trace number 3735259

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) 1405.24 1400.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.14.opb
MD5SUMe81449c340a6e16e28a331cb4252cc2b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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.60169
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 42
Optimality of the best value was proved YES
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.1.1.v20090612
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1299577560
0.01/0.08	c Max memory 1306394624
0.01/0.08	c Total memory 1306394624
0.01/0.08	c Number of processors 8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c MiniSAT restarts strategy
0.10/0.11	c Memory based learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3735259-1338755057.opb
0.10/0.11	c reading problem ... 
6.67/6.02	c ... done. Wall clock time 5.91s.
6.67/6.02	c #vars     23848
6.67/6.02	c #constraints  142652
6.67/6.02	c constraints type 
6.67/6.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90034
6.67/6.02	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 41024
7.22/6.21	c SATISFIABLE
7.22/6.21	c OPTIMIZING...
7.22/6.21	c Got one! Elapsed wall clock time (in seconds):6.098
7.22/6.21	o 113
7.81/6.76	c Got one! Elapsed wall clock time (in seconds):6.657
7.81/6.76	o 112
8.22/7.12	c Got one! Elapsed wall clock time (in seconds):7.013
8.22/7.12	o 111
8.22/7.16	c Got one! Elapsed wall clock time (in seconds):7.053
8.22/7.16	o 110
8.42/7.34	c Got one! Elapsed wall clock time (in seconds):7.237
8.42/7.34	o 99
8.83/7.73	c Got one! Elapsed wall clock time (in seconds):7.618
8.83/7.73	o 93
8.93/7.87	c Got one! Elapsed wall clock time (in seconds):7.767
8.93/7.87	o 92
9.13/8.06	c Got one! Elapsed wall clock time (in seconds):7.952
9.13/8.06	o 89
9.65/8.55	c Got one! Elapsed wall clock time (in seconds):8.439
9.65/8.55	o 88
9.86/8.77	c Got one! Elapsed wall clock time (in seconds):8.666
9.86/8.77	o 87
10.18/9.07	c Got one! Elapsed wall clock time (in seconds):8.958
10.18/9.07	o 86
10.90/9.76	c Got one! Elapsed wall clock time (in seconds):9.653
10.90/9.76	o 85
11.30/10.13	c Got one! Elapsed wall clock time (in seconds):10.026
11.30/10.13	o 84
11.60/10.44	c Got one! Elapsed wall clock time (in seconds):10.328
11.60/10.44	o 83
11.87/10.63	c Got one! Elapsed wall clock time (in seconds):10.517
11.87/10.63	o 82
12.18/10.98	c Got one! Elapsed wall clock time (in seconds):10.872
12.18/10.98	o 81
12.47/11.21	c Got one! Elapsed wall clock time (in seconds):11.104
12.47/11.21	o 80
12.67/11.43	c Got one! Elapsed wall clock time (in seconds):11.326
12.67/11.43	o 79
13.07/11.84	c Got one! Elapsed wall clock time (in seconds):11.732
13.07/11.84	o 78
13.57/12.34	c Got one! Elapsed wall clock time (in seconds):12.236
13.57/12.34	o 77
13.97/12.74	c Got one! Elapsed wall clock time (in seconds):12.631
13.97/12.74	o 76
15.07/13.85	c Got one! Elapsed wall clock time (in seconds):13.745
15.07/13.85	o 75
15.37/14.16	c Got one! Elapsed wall clock time (in seconds):14.049
15.37/14.16	o 74
15.67/14.47	c Got one! Elapsed wall clock time (in seconds):14.364
15.67/14.47	o 73
15.97/14.73	c Got one! Elapsed wall clock time (in seconds):14.625
15.97/14.73	o 72
16.87/15.66	c Got one! Elapsed wall clock time (in seconds):15.554
16.87/15.66	o 71
17.17/15.92	c Got one! Elapsed wall clock time (in seconds):15.814
17.17/15.92	o 70
17.37/16.19	c Got one! Elapsed wall clock time (in seconds):16.081
17.37/16.19	o 69
17.62/16.34	c Got one! Elapsed wall clock time (in seconds):16.232
17.62/16.34	o 68
18.22/16.98	c Got one! Elapsed wall clock time (in seconds):16.873
18.22/16.98	o 67
18.83/17.53	c Got one! Elapsed wall clock time (in seconds):17.422
18.83/17.53	o 66
19.03/17.73	c Got one! Elapsed wall clock time (in seconds):17.621
19.03/17.73	o 65
19.33/18.00	c Got one! Elapsed wall clock time (in seconds):17.896
19.33/18.00	o 64
19.83/18.55	c Got one! Elapsed wall clock time (in seconds):18.445
19.83/18.55	o 63
20.03/18.76	c Got one! Elapsed wall clock time (in seconds):18.655
20.03/18.76	o 62
20.73/19.45	c Got one! Elapsed wall clock time (in seconds):19.346
20.73/19.45	o 61
21.03/19.77	c Got one! Elapsed wall clock time (in seconds):19.661
21.03/19.77	o 60
36.53/35.28	c Got one! Elapsed wall clock time (in seconds):35.167
36.53/35.28	o 59
38.03/36.71	c Got one! Elapsed wall clock time (in seconds):36.604
38.03/36.71	o 58
57.72/56.47	c Got one! Elapsed wall clock time (in seconds):56.358
57.72/56.47	o 57
60.42/59.10	c Got one! Elapsed wall clock time (in seconds):58.995
60.42/59.10	o 56
71.51/69.91	c Got one! Elapsed wall clock time (in seconds):69.8
71.51/69.91	o 55
74.00/72.43	c Got one! Elapsed wall clock time (in seconds):72.318
74.00/72.43	o 54
75.21/73.62	c Got one! Elapsed wall clock time (in seconds):73.513
75.21/73.62	o 53
76.10/74.53	c Got one! Elapsed wall clock time (in seconds):74.421
76.10/74.53	o 52
76.90/75.31	c Got one! Elapsed wall clock time (in seconds):75.201
76.90/75.31	o 51
79.80/78.26	c Got one! Elapsed wall clock time (in seconds):78.155
79.80/78.26	o 50
81.40/79.82	c Got one! Elapsed wall clock time (in seconds):79.71
81.40/79.82	o 49
83.90/82.39	c Got one! Elapsed wall clock time (in seconds):82.278
83.90/82.39	o 48
97.11/95.51	c Got one! Elapsed wall clock time (in seconds):95.4
97.11/95.51	o 47
102.61/101.06	c Got one! Elapsed wall clock time (in seconds):100.949
102.61/101.06	o 46
106.41/104.89	c Got one! Elapsed wall clock time (in seconds):104.786
106.41/104.89	o 45
110.91/109.34	c Got one! Elapsed wall clock time (in seconds):109.232
110.91/109.34	o 44
557.44/555.27	c Got one! Elapsed wall clock time (in seconds):555.164
557.44/555.27	o 43
567.83/565.67	c Got one! Elapsed wall clock time (in seconds):565.557
567.83/565.67	o 42
1388.22/1383.80	c starts		: 418
1388.22/1383.80	c conflicts		: 4222826
1388.22/1383.80	c decisions		: 6256767
1388.22/1383.80	c propagations		: 651647526
1388.22/1383.80	c inspects		: 11143021521
1388.22/1383.80	c learnt literals	: 25
1388.22/1383.80	c learnt binary clauses	: 844
1388.22/1383.80	c learnt ternary clauses	: 1566
1388.22/1383.80	c learnt clauses	: 4222800
1388.22/1383.80	c ignored clauses	: 0
1388.22/1383.80	c root simplifications	: 0
1388.22/1383.80	c removed literals (reason simplification)	: 11876814
1388.22/1383.80	c reason swapping (by a shorter reason)	: 0
1388.22/1383.80	c Calls to reduceDB	: 0
1388.22/1383.80	c speed (assignments/second)	: 796504.638604434
1388.22/1383.80	c non guided choices	40408
1393.42/1388.94	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
1393.42/1388.94		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:315)
1395.93/1391.49		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:310)
1395.93/1391.49		at java.util.jar.Manifest.read(Manifest.java:178)
1395.93/1391.49		at java.util.jar.Manifest.<init>(Manifest.java:52)
1395.93/1391.49		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:167)
1395.93/1391.49		at java.util.jar.JarFile.getManifest(JarFile.java:148)
1395.93/1391.49		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:696)
1399.42/1394.95		at java.net.URLClassLoader.defineClass(URLClassLoader.java:228)
1399.42/1394.95		at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
1399.42/1394.95		at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
1399.42/1394.95		at java.security.AccessController.doPrivileged(Native Method)
1399.42/1394.95		at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
1402.22/1397.77		at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
1402.22/1397.77		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
1402.22/1397.77		at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
1402.22/1397.77		at org.sat4j.core.Vec.iterator(Unknown Source)
1402.22/1397.77		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
1402.22/1397.77		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1402.22/1397.77		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1404.92/1400.50		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1404.92/1400.50		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1404.92/1400.50		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 26487
/proc/meminfo: memFree=28323900/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26487/stat : 26487 (java) R 26485 26487 25981 0 -1 4202496 1131 0 0 0 0 0 0 0 20 0 1 0 341634302 23793664 859 33554432000 1073741824 1073778376 140735083924480 140735083913544 140476875691527 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 5793 857 646 9 0 128 0

[startup+0.0311621 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 26487
/proc/meminfo: memFree=28323900/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2182588 CPUtime=0.01 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 3582 0 1 0 1 0 0 0 20 0 11 0 341634302 2234970112 4793 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 545647 4793 1645 9 0 536348 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2182588

[startup+0.100255 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 26487
/proc/meminfo: memFree=28323900/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 4669 0 1 0 9 1 0 0 20 0 18 0 341634302 2712133632 6379 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 662142 6379 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300219 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 26487
/proc/meminfo: memFree=28323900/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2648568 CPUtime=0.47 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 5939 0 1 0 46 1 0 0 20 0 18 0 341634302 2712133632 9193 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 662142 9705 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2648568

[startup+0.700218 s]
/proc/loadavg: 2.01 2.02 2.00 3/193 26487
/proc/meminfo: memFree=28323900/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2648568 CPUtime=1.12 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 9590 0 1 0 108 4 0 0 20 0 18 0 341634302 2712133632 45858 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 662142 45858 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2648568

[startup+1.50069 s]
/proc/loadavg: 2.25 2.06 2.02 3/211 26505
/proc/meminfo: memFree=27949164/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2648568 CPUtime=1.95 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 9714 0 1 0 187 8 0 0 20 0 18 0 341634302 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 662142 93496 2246 9 0 652835 0
[pid=26487/tid=26488] ppid=26485 vsize=2648568 CPUtime=1.46 cores=0,2,4,6
/proc/26487/task/26488/stat : 26488 (java) R 26485 26487 25981 0 -1 4202560 2924 0 1 0 139 7 0 0 20 0 18 0 341634303 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476873580672 140476720649471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26490] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26490/stat : 26490 (java) S 26485 26487 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476858038440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26491] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26491/stat : 26491 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476856985896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26492] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26492/stat : 26492 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476855933352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26493] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26493/stat : 26493 (java) S 26485 26487 25981 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476854880808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26494] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26494/stat : 26494 (java) S 26485 26487 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476853828264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26495] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26495/stat : 26495 (java) S 26485 26487 25981 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476852775720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26496] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26496/stat : 26496 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476851723176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26497] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26497/stat : 26497 (java) S 26485 26487 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476850670632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26498] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26498/stat : 26498 (java) S 26485 26487 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341634305 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476720081000 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26499] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26499/stat : 26499 (java) S 26485 26487 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341634306 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476719027320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26500] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26500/stat : 26500 (java) S 26485 26487 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341634306 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476717974664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26501] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26501/stat : 26501 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634308 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476716923408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26502] ppid=26485 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/26487/task/26502/stat : 26502 (java) S 26485 26487 25981 0 -1 4202560 2809 0 0 0 21 0 0 0 20 0 18 0 341634308 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476715870776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26503] ppid=26485 vsize=2648568 CPUtime=0.21 cores=0,2,4,6
/proc/26487/task/26503/stat : 26503 (java) S 26485 26487 25981 0 -1 4202560 2769 0 0 0 21 0 0 0 20 0 18 0 341634308 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476714818232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26504] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26504/stat : 26504 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634308 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476713765880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26505] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26505/stat : 26505 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634308 2712133632 93496 33554432000 1073741824 1073778376 140735083924480 140476712713544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 2648568

[startup+3.1007 s]
/proc/loadavg: 2.25 2.06 2.02 3/211 26505
/proc/meminfo: memFree=27873500/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2648568 CPUtime=3.61 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 9741 0 1 0 351 10 0 0 20 0 18 0 341634302 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 662142 96065 2248 9 0 652835 0
[pid=26487/tid=26488] ppid=26485 vsize=2648568 CPUtime=3.05 cores=0,2,4,6
/proc/26487/task/26488/stat : 26488 (java) R 26485 26487 25981 0 -1 4202560 2926 0 1 0 298 7 0 0 20 0 18 0 341634303 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476873588280 140476720531772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26490] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26490/stat : 26490 (java) S 26485 26487 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476858038440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26491] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26491/stat : 26491 (java) S 26485 26487 25981 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476856985896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26492] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26492/stat : 26492 (java) S 26485 26487 25981 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476855933352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26493] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26493/stat : 26493 (java) S 26485 26487 25981 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476854880808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26494] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26494/stat : 26494 (java) S 26485 26487 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476853828264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26495] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26495/stat : 26495 (java) S 26485 26487 25981 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476852775720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26496] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26496/stat : 26496 (java) S 26485 26487 25981 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476851723176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26497] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26497/stat : 26497 (java) S 26485 26487 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341634304 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476850670632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26498] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26498/stat : 26498 (java) S 26485 26487 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341634305 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476720081000 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26499] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26499/stat : 26499 (java) S 26485 26487 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341634306 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476719027320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26500] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26500/stat : 26500 (java) S 26485 26487 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341634306 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476717974664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26501] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26501/stat : 26501 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634308 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476716923408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26502] ppid=26485 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/26487/task/26502/stat : 26502 (java) S 26485 26487 25981 0 -1 4202560 2811 0 0 0 22 0 0 0 20 0 18 0 341634308 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476715870776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26503] ppid=26485 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/26487/task/26503/stat : 26503 (java) S 26485 26487 25981 0 -1 4202560 2771 0 0 0 22 0 0 0 20 0 18 0 341634308 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476714818232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26504] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26504/stat : 26504 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634308 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476713765880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26505] ppid=26485 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26505/stat : 26505 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341634308 2712133632 96065 33554432000 1073741824 1073778376 140735083924480 140476712713544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 2648568

[startup+6.30069 s]
/proc/loadavg: 2.23 2.06 2.02 5/212 26506
/proc/meminfo: memFree=27756020/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2715132 CPUtime=7.37 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 10471 0 1 0 722 15 0 0 20 0 19 0 341634302 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 678783 121418 2265 9 0 669476 0
[pid=26487/tid=26488] ppid=26485 vsize=2715132 CPUtime=6.16 cores=0,2,4,6
/proc/26487/task/26488/stat : 26488 (java) R 26485 26487 25981 0 -1 4202560 2979 0 1 0 606 10 0 0 20 0 19 0 341634303 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476873589080 140476720828139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26490] ppid=26485 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/26487/task/26490/stat : 26490 (java) S 26485 26487 25981 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476858038440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26491] ppid=26485 vsize=2715132 CPUtime=0.01 cores=0,2,4,6
/proc/26487/task/26491/stat : 26491 (java) S 26485 26487 25981 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476856985896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26492] ppid=26485 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/26487/task/26492/stat : 26492 (java) S 26485 26487 25981 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476855933352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26493] ppid=26485 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/26487/task/26493/stat : 26493 (java) S 26485 26487 25981 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476854880808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26494] ppid=26485 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/26487/task/26494/stat : 26494 (java) S 26485 26487 25981 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476853828264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26495] ppid=26485 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/26487/task/26495/stat : 26495 (java) S 26485 26487 25981 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476852775720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26496] ppid=26485 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/26487/task/26496/stat : 26496 (java) S 26485 26487 25981 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476851723176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26497] ppid=26485 vsize=2715132 CPUtime=0.02 cores=0,2,4,6
/proc/26487/task/26497/stat : 26497 (java) S 26485 26487 25981 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 341634304 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476850670632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26498] ppid=26485 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26498/stat : 26498 (java) S 26485 26487 25981 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341634305 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476720081000 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26499] ppid=26485 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26499/stat : 26499 (java) S 26485 26487 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341634306 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476719027320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26500] ppid=26485 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26500/stat : 26500 (java) S 26485 26487 25981 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341634306 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476717974664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26501] ppid=26485 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26501/stat : 26501 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634308 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476716923408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26502] ppid=26485 vsize=2715132 CPUtime=0.45 cores=0,2,4,6
/proc/26487/task/26502/stat : 26502 (java) S 26485 26487 25981 0 -1 4202560 2849 0 0 0 45 0 0 0 20 0 19 0 341634308 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476715870776 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26503] ppid=26485 vsize=2715132 CPUtime=0.42 cores=0,2,4,6
/proc/26487/task/26503/stat : 26503 (java) S 26485 26487 25981 0 -1 4202560 3320 0 0 0 42 0 0 0 20 0 19 0 341634308 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476714818232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26504] ppid=26485 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26504/stat : 26504 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634308 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476713765880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26505] ppid=26485 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26505/stat : 26505 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341634308 2780295168 121418 33554432000 1073741824 1073778376 140735083924480 140476712713544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.21 2.06 2.02 3/213 26507
/proc/meminfo: memFree=27666464/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2715132 CPUtime=13.97 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 10501 0 1 0 1382 15 0 0 20 0 19 0 341634302 2780295168 121267 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 678783 121267 2270 9 0 669476 0
[pid=26487/tid=26488] ppid=26485 vsize=2715132 CPUtime=12.54 cores=0,2,4,6

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

/proc/26487/task/26493/stat : 26493 (java) S 26485 26487 25981 0 -1 4202560 400 0 0 0 52 11 0 0 20 0 20 0 341634304 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476854880808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26494] ppid=26485 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/26487/task/26494/stat : 26494 (java) S 26485 26487 25981 0 -1 4202560 261 0 0 0 35 9 0 0 20 0 20 0 341634304 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476853828264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26495] ppid=26485 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/26487/task/26495/stat : 26495 (java) S 26485 26487 25981 0 -1 4202560 230 0 0 0 35 10 0 0 20 0 20 0 341634304 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476852775720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26496] ppid=26485 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/26487/task/26496/stat : 26496 (java) S 26485 26487 25981 0 -1 4202560 312 0 0 0 46 9 0 0 20 0 20 0 341634304 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476851723176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26497] ppid=26485 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/26487/task/26497/stat : 26497 (java) S 26485 26487 25981 0 -1 4202560 517 0 0 0 57 13 0 0 20 0 20 0 341634304 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476850670632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26498] ppid=26485 vsize=2781696 CPUtime=51.02 cores=0,2,4,6
/proc/26487/task/26498/stat : 26498 (java) R 26485 26487 25981 0 -1 4202560 127 0 0 0 5100 2 0 0 20 0 20 0 341634305 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476720081160 140476877725741 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26499] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26499/stat : 26499 (java) S 26485 26487 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341634306 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476719027320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26500] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26500/stat : 26500 (java) S 26485 26487 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 341634306 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476717974664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26501] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26501/stat : 26501 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341634308 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476716923408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26502] ppid=26485 vsize=2781696 CPUtime=0.6 cores=0,2,4,6
/proc/26487/task/26502/stat : 26502 (java) S 26485 26487 25981 0 -1 4202560 2866 0 0 0 60 0 0 0 20 0 20 0 341634308 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476715861192 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26503] ppid=26485 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/26487/task/26503/stat : 26503 (java) S 26485 26487 25981 0 -1 4202560 3339 0 0 0 54 0 0 0 20 0 20 0 341634308 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476714818232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26504] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26504/stat : 26504 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341634308 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476713765880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26505] ppid=26485 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/26487/task/26505/stat : 26505 (java) S 26485 26487 25981 0 -1 4202560 81 0 0 0 33 24 0 0 20 0 20 0 341634308 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476712713544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26507] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26507/stat : 26507 (java) S 26485 26487 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341634908 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476711658280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26577] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26577/stat : 26577 (java) S 26485 26487 25981 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 341772356 2848456704 343175 33554432000 1073741824 1073778376 140735083924480 140476710604088 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1402.82
Current children cumulated vsize (KiB) 2781696

[startup+1399.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 26577
/proc/meminfo: memFree=26446180/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2781696 CPUtime=1404.42 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 13307 0 1 0 140325 117 0 0 20 0 20 0 341634302 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 695424 343176 2278 9 0 686117 0
[pid=26487/tid=26488] ppid=26485 vsize=2781696 CPUtime=1342.4 cores=0,2,4,6
/proc/26487/task/26488/stat : 26488 (java) S 26485 26487 25981 0 -1 4202560 3006 0 1 0 134210 30 0 0 20 0 20 0 341634303 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476873589944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26490] ppid=26485 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/26487/task/26490/stat : 26490 (java) S 26485 26487 25981 0 -1 4202560 260 0 0 0 41 9 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476858038440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26491] ppid=26485 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/26487/task/26491/stat : 26491 (java) S 26485 26487 25981 0 -1 4202560 301 0 0 0 41 14 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476856985896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26492] ppid=26485 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/26487/task/26492/stat : 26492 (java) S 26485 26487 25981 0 -1 4202560 409 0 0 0 40 12 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476855933352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26493] ppid=26485 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/26487/task/26493/stat : 26493 (java) S 26485 26487 25981 0 -1 4202560 400 0 0 0 52 11 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476854880808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26494] ppid=26485 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/26487/task/26494/stat : 26494 (java) S 26485 26487 25981 0 -1 4202560 261 0 0 0 35 9 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476853828264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26495] ppid=26485 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/26487/task/26495/stat : 26495 (java) S 26485 26487 25981 0 -1 4202560 230 0 0 0 35 10 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476852775720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26496] ppid=26485 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/26487/task/26496/stat : 26496 (java) S 26485 26487 25981 0 -1 4202560 312 0 0 0 46 9 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476851723176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26497] ppid=26485 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/26487/task/26497/stat : 26497 (java) S 26485 26487 25981 0 -1 4202560 517 0 0 0 57 13 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476850670632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26498] ppid=26485 vsize=2781696 CPUtime=52.62 cores=0,2,4,6
/proc/26487/task/26498/stat : 26498 (java) R 26485 26487 25981 0 -1 4202560 127 0 0 0 5260 2 0 0 20 0 20 0 341634305 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476720081160 140476880443783 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26499] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26499/stat : 26499 (java) S 26485 26487 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341634306 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476719027320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26500] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26500/stat : 26500 (java) S 26485 26487 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 341634306 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476717974664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26501] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26501/stat : 26501 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476716923408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26502] ppid=26485 vsize=2781696 CPUtime=0.6 cores=0,2,4,6
/proc/26487/task/26502/stat : 26502 (java) S 26485 26487 25981 0 -1 4202560 2867 0 0 0 60 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476715861832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26503] ppid=26485 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/26487/task/26503/stat : 26503 (java) S 26485 26487 25981 0 -1 4202560 3339 0 0 0 54 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476714818232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26504] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26504/stat : 26504 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476713765880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26505] ppid=26485 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/26487/task/26505/stat : 26505 (java) S 26485 26487 25981 0 -1 4202560 81 0 0 0 33 24 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476712713544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26507] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26507/stat : 26507 (java) S 26485 26487 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341634908 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476711658280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26577] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26577/stat : 26577 (java) S 26485 26487 25981 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 341772356 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476710604744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1404.42
Current children cumulated vsize (KiB) 2781696

[startup+1400.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 26577
/proc/meminfo: memFree=26446180/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2781696 CPUtime=1404.83 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 13307 0 1 0 140366 117 0 0 20 0 20 0 341634302 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 695424 343176 2278 9 0 686117 0
[pid=26487/tid=26488] ppid=26485 vsize=2781696 CPUtime=1342.4 cores=0,2,4,6
/proc/26487/task/26488/stat : 26488 (java) S 26485 26487 25981 0 -1 4202560 3006 0 1 0 134210 30 0 0 20 0 20 0 341634303 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476873589944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26490] ppid=26485 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/26487/task/26490/stat : 26490 (java) S 26485 26487 25981 0 -1 4202560 260 0 0 0 41 9 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476858038440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26491] ppid=26485 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/26487/task/26491/stat : 26491 (java) S 26485 26487 25981 0 -1 4202560 301 0 0 0 41 14 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476856985896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26492] ppid=26485 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/26487/task/26492/stat : 26492 (java) S 26485 26487 25981 0 -1 4202560 409 0 0 0 40 12 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476855933352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26493] ppid=26485 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/26487/task/26493/stat : 26493 (java) S 26485 26487 25981 0 -1 4202560 400 0 0 0 52 11 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476854880808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26494] ppid=26485 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/26487/task/26494/stat : 26494 (java) S 26485 26487 25981 0 -1 4202560 261 0 0 0 35 9 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476853828264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26495] ppid=26485 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/26487/task/26495/stat : 26495 (java) S 26485 26487 25981 0 -1 4202560 230 0 0 0 35 10 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476852775720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26496] ppid=26485 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/26487/task/26496/stat : 26496 (java) S 26485 26487 25981 0 -1 4202560 312 0 0 0 46 9 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476851723176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26497] ppid=26485 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/26487/task/26497/stat : 26497 (java) S 26485 26487 25981 0 -1 4202560 517 0 0 0 57 13 0 0 20 0 20 0 341634304 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476850670632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26498] ppid=26485 vsize=2781696 CPUtime=53.02 cores=0,2,4,6
/proc/26487/task/26498/stat : 26498 (java) R 26485 26487 25981 0 -1 4202560 127 0 0 0 5300 2 0 0 20 0 20 0 341634305 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476720081160 140476880444692 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26499] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26499/stat : 26499 (java) S 26485 26487 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341634306 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476719027320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26500] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26500/stat : 26500 (java) S 26485 26487 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 341634306 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476717974664 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26501] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26501/stat : 26501 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476716923408 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26502] ppid=26485 vsize=2781696 CPUtime=0.6 cores=0,2,4,6
/proc/26487/task/26502/stat : 26502 (java) S 26485 26487 25981 0 -1 4202560 2867 0 0 0 60 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476715861832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26503] ppid=26485 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/26487/task/26503/stat : 26503 (java) S 26485 26487 25981 0 -1 4202560 3339 0 0 0 54 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476714818232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26504] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26504/stat : 26504 (java) S 26485 26487 25981 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476713765880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26505] ppid=26485 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/26487/task/26505/stat : 26505 (java) S 26485 26487 25981 0 -1 4202560 81 0 0 0 33 24 0 0 20 0 20 0 341634308 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476712713544 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26487/tid=26507] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26507/stat : 26507 (java) S 26485 26487 25981 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341634908 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476711658280 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26577] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26577/stat : 26577 (java) S 26485 26487 25981 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 341772356 2848456704 343176 33554432000 1073741824 1073778376 140735083924480 140476710604744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1404.83
Current children cumulated vsize (KiB) 2781696

[startup+1400.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 26577
/proc/meminfo: memFree=26446180/32873844 swapFree=6872/6872
[pid=26487] ppid=26485 vsize=2781696 CPUtime=1405.24 cores=0,2,4,6
/proc/26487/stat : 26487 (java) S 26485 26487 25981 0 -1 4202496 13317 0 1 0 140397 127 0 0 20 0 18 0 341634302 2848456704 343181 33554432000 1073741824 1073778376 140735083924480 140735083915616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26487/statm: 695424 343179 2279 9 0 686117 0
[pid=26487/tid=26488] ppid=26485 vsize=2781696 CPUtime=1342.4 cores=0,2,4,6
/proc/26487/task/26488/stat : 26488 (java) S 26485 26487 25981 0 -1 4202560 3006 0 1 0 134210 30 0 0 20 0 17 0 341634303 2848456704 343179 33554432000 1073741824 1073778376 140735083924480 140476873591880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26490] ppid=26485 vsize=2781696 CPUtime=0.5 cores=0,2,4,6
/proc/26487/task/26490/stat : 26490 (java) S 26485 26487 25981 0 -1 4202560 260 0 0 0 41 9 0 0 20 0 17 0 341634304 2848456704 343179 33554432000 1073741824 1073778376 140735083924480 140476858038440 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26491] ppid=26485 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/26487/task/26491/stat : 26491 (java) S 26485 26487 25981 0 -1 4202560 301 0 0 0 41 14 0 0 20 0 16 0 341634304 2848456704 343179 33554432000 1073741824 1073778376 140735083924480 140476856985896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26492] ppid=26485 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/26487/task/26492/stat : 26492 (java) S 26485 26487 25981 0 -1 4202560 409 0 0 0 40 12 0 0 20 0 16 0 341634304 2848456704 343179 33554432000 1073741824 1073778376 140735083924480 140476855933352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26493] ppid=26485 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/26487/task/26493/stat : 26493 (java) S 26485 26487 25981 0 -1 4202560 400 0 0 0 52 11 0 0 20 0 16 0 341634304 2848456704 343179 33554432000 1073741824 1073778376 140735083924480 140476854880808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26494] ppid=26485 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/26487/task/26494/stat : 26494 (java) S 26485 26487 25981 0 -1 4202560 261 0 0 0 35 9 0 0 20 0 16 0 341634304 2848456704 343181 33554432000 1073741824 1073778376 140735083924480 140476853828264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26495] ppid=26485 vsize=2781696 CPUtime=0.45 cores=0,2,4,6
/proc/26487/task/26495/stat : 26495 (java) S 26485 26487 25981 0 -1 4202560 230 0 0 0 35 10 0 0 20 0 15 0 341634304 2848456704 343170 33554432000 1073741824 1073778376 140735083924480 140476852775720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26487/tid=26496] ppid=26485 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/26487/task/26496/stat : 26496 (java) S 26485 26487 25981 0 -1 4202560 312 0 0 0 46 9 0 0 20 0 15 0 341634304 2848456704 343170 33554432000 1073741824 1073778376 140735083924480 140476851723176 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26497] ppid=26485 vsize=2781696 CPUtime=0.7 cores=0,2,4,6
/proc/26487/task/26497/stat : 26497 (java) S 26485 26487 25981 0 -1 4202560 517 0 0 0 57 13 0 0 20 0 15 0 341634304 2848456704 343170 33554432000 1073741824 1073778376 140735083924480 140476850670632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26487/tid=26499] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26499/stat : 26499 (java) S 26485 26487 25981 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 341634306 2848456704 343170 33554432000 1073741824 1073778376 140735083924480 140476719027320 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26487/tid=26500] ppid=26485 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/26487/task/26500/stat : 26500 (java) R 26485 26487 25981 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 7 0 341634306 2848456704 343170 33554432000 1073741824 1073778376 140735083924480 140476717974664 270121612348 256 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1405.24
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26487 and gives
#  childrusage.ru_utime.tv_sec=1400
#  childrusage.ru_utime.tv_usec=350114
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=571761
# CPU time returned by wait4() is 1401.92
# while last known CPU time is 1405.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1400.51
CPU time (s): 1405.24
CPU user time (s): 1403.97
CPU system time (s): 1.27
CPU usage (%): 100.338
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1400.35
system time used= 1.57176
maximum resident set size= 1372724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13319
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30029
involuntary context switches= 7057

runsolver used 5.76012 second user time and 13.275 second system time

The end

Launcher Data

Begin job on node106 at 2012-06-03 22:24:18
IDJOB=3735259
IDBENCH=2955
IDSOLVER=2322
FILE ID=node106/3735259-1338755057
RUNJOBID= node106-1338749659-25997
PBS_JOBID= 14636805
Free space on /tmp= 70756 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.14.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735259-1338755057/watcher-3735259-1338755057 -o /tmp/evaluation-result-3735259-1338755057/solver-3735259-1338755057 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735259-1338755057.opb

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

MD5SUM BENCH= e81449c340a6e16e28a331cb4252cc2b
RANDOM SEED=1544703043

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28333256 kB
Buffers:          318780 kB
Cached:          3069532 kB
SwapCached:         2004 kB
Active:          1388260 kB
Inactive:        2268408 kB
Active(anon):     265448 kB
Inactive(anon):     4984 kB
Active(file):    1122812 kB
Inactive(file):  2263424 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100580 kB
Dirty:            107272 kB
Writeback:             0 kB
AnonPages:        170880 kB
Mapped:            17016 kB
Shmem:                 0 kB
Slab:             719596 kB
SReclaimable:     158436 kB
SUnreclaim:       561160 kB
KernelStack:        1584 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1514212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 70808 MiB
End job on node106 at 2012-06-03 22:47:39