Trace number 3735204

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) 1351.4 1347.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.10.opb
MD5SUMf304ba5324add428c73c7022630c48ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark11.6442
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49
Optimality of the best value was proved YES
Number of variables27027
Total number of constraints1883063
Number of constraints which are clauses1877876
Number of constraints which are cardinality constraints (but not clauses)5187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 362
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.1.1.v20090612
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version	1.6.0_24
0.02/0.08	c os.name	Linux
0.02/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch	amd64
0.02/0.08	c Free memory 1299577560
0.02/0.08	c Max memory 1306394624
0.02/0.08	c Total memory 1306394624
0.02/0.08	c Number of processors 8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c MiniSAT restarts strategy
0.09/0.11	c Memory based learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3735204-1338754863.opb
0.09/0.11	c reading problem ... 
7.78/7.15	c ... done. Wall clock time 7.043s.
7.78/7.15	c #vars     27027
7.78/7.15	c #constraints  165702
7.78/7.15	c constraints type 
7.78/7.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 105113
7.78/7.15	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 46670
8.29/7.35	c SATISFIABLE
8.29/7.35	c OPTIMIZING...
8.29/7.35	c Got one! Elapsed wall clock time (in seconds):7.242
8.29/7.35	o 119
8.51/7.40	c Got one! Elapsed wall clock time (in seconds):7.292
8.51/7.40	o 114
8.66/7.53	c Got one! Elapsed wall clock time (in seconds):7.427
8.66/7.53	o 113
8.66/7.57	c Got one! Elapsed wall clock time (in seconds):7.468
8.66/7.57	o 112
8.97/7.84	c Got one! Elapsed wall clock time (in seconds):7.731
8.97/7.84	o 111
9.08/7.96	c Got one! Elapsed wall clock time (in seconds):7.854
9.08/7.96	o 110
9.28/8.18	c Got one! Elapsed wall clock time (in seconds):8.076
9.28/8.18	o 106
9.49/8.35	c Got one! Elapsed wall clock time (in seconds):8.244
9.49/8.35	o 105
9.80/8.69	c Got one! Elapsed wall clock time (in seconds):8.586
9.80/8.69	o 100
10.01/8.82	c Got one! Elapsed wall clock time (in seconds):8.719
10.01/8.82	o 96
10.01/8.90	c Got one! Elapsed wall clock time (in seconds):8.794
10.01/8.90	o 95
10.20/9.01	c Got one! Elapsed wall clock time (in seconds):8.901
10.20/9.01	o 94
10.30/9.16	c Got one! Elapsed wall clock time (in seconds):9.058
10.30/9.16	o 93
10.57/9.30	c Got one! Elapsed wall clock time (in seconds):9.197
10.57/9.30	o 92
10.77/9.55	c Got one! Elapsed wall clock time (in seconds):9.449
10.77/9.55	o 91
11.10/9.80	c Got one! Elapsed wall clock time (in seconds):9.692
11.10/9.80	o 82
11.72/10.42	c Got one! Elapsed wall clock time (in seconds):10.312
11.72/10.42	o 81
11.82/10.55	c Got one! Elapsed wall clock time (in seconds):10.446
11.82/10.55	o 80
12.12/10.81	c Got one! Elapsed wall clock time (in seconds):10.707
12.12/10.81	o 79
12.22/10.94	c Got one! Elapsed wall clock time (in seconds):10.836
12.22/10.94	o 78
13.02/11.73	c Got one! Elapsed wall clock time (in seconds):11.624
13.02/11.73	o 77
13.23/11.96	c Got one! Elapsed wall clock time (in seconds):11.859
13.23/11.96	o 76
13.73/12.48	c Got one! Elapsed wall clock time (in seconds):12.37
13.73/12.48	o 75
14.13/12.86	c Got one! Elapsed wall clock time (in seconds):12.753
14.13/12.86	o 74
14.43/13.13	c Got one! Elapsed wall clock time (in seconds):13.027
14.43/13.13	o 73
14.53/13.29	c Got one! Elapsed wall clock time (in seconds):13.187
14.53/13.29	o 72
15.33/14.04	c Got one! Elapsed wall clock time (in seconds):13.939
15.33/14.04	o 71
17.48/16.13	c Got one! Elapsed wall clock time (in seconds):16.025
17.48/16.13	o 70
17.89/16.55	c Got one! Elapsed wall clock time (in seconds):16.439
17.89/16.55	o 69
28.59/27.20	c Got one! Elapsed wall clock time (in seconds):27.092
28.59/27.20	o 68
28.90/27.60	c Got one! Elapsed wall clock time (in seconds):27.492
28.90/27.60	o 67
29.49/28.20	c Got one! Elapsed wall clock time (in seconds):28.09
29.49/28.20	o 66
30.59/29.26	c Got one! Elapsed wall clock time (in seconds):29.15
30.59/29.26	o 65
30.99/29.64	c Got one! Elapsed wall clock time (in seconds):29.531
30.99/29.64	o 64
32.59/31.28	c Got one! Elapsed wall clock time (in seconds):31.176
32.59/31.28	o 63
33.20/31.87	c Got one! Elapsed wall clock time (in seconds):31.766
33.20/31.87	o 62
35.10/33.73	c Got one! Elapsed wall clock time (in seconds):33.626
35.10/33.73	o 61
37.40/36.04	c Got one! Elapsed wall clock time (in seconds):35.936
37.40/36.04	o 60
37.90/36.57	c Got one! Elapsed wall clock time (in seconds):36.469
37.90/36.57	o 59
38.30/36.95	c Got one! Elapsed wall clock time (in seconds):36.84
38.30/36.95	o 58
39.10/37.72	c Got one! Elapsed wall clock time (in seconds):37.617
39.10/37.72	o 57
39.60/38.22	c Got one! Elapsed wall clock time (in seconds):38.113
39.60/38.22	o 56
39.80/38.47	c Got one! Elapsed wall clock time (in seconds):38.362
39.80/38.47	o 55
40.40/39.01	c Got one! Elapsed wall clock time (in seconds):38.9
40.40/39.01	o 54
41.30/39.93	c Got one! Elapsed wall clock time (in seconds):39.827
41.30/39.93	o 53
41.80/40.44	c Got one! Elapsed wall clock time (in seconds):40.338
41.80/40.44	o 52
48.50/47.13	c Got one! Elapsed wall clock time (in seconds):47.028
48.50/47.13	o 51
51.90/50.51	c Got one! Elapsed wall clock time (in seconds):50.402
51.90/50.51	o 50
1336.10/1332.27	c starts		: 300
1336.10/1332.27	c conflicts		: 3761793
1336.10/1332.27	c decisions		: 5640825
1336.10/1332.27	c propagations		: 497461937
1336.10/1332.27	c inspects		: 11206608084
1336.10/1332.27	c learnt literals	: 19
1336.10/1332.27	c learnt binary clauses	: 384
1336.10/1332.27	c learnt ternary clauses	: 946
1336.10/1332.27	c learnt clauses	: 3761773
1336.10/1332.27	c ignored clauses	: 0
1336.10/1332.27	c root simplifications	: 0
1336.10/1332.27	c removed literals (reason simplification)	: 8107145
1336.10/1332.27	c reason swapping (by a shorter reason)	: 0
1336.10/1332.27	c Calls to reduceDB	: 0
1336.10/1332.27	c speed (assignments/second)	: 388107.8835228381
1336.10/1332.27	c non guided choices	37519
1341.29/1337.47	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
1341.29/1337.47		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:315)
1341.29/1337.47		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:310)
1344.39/1340.52		at java.util.jar.Manifest.read(Manifest.java:178)
1344.39/1340.52		at java.util.jar.Manifest.<init>(Manifest.java:52)
1344.39/1340.52		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:167)
1344.39/1340.52		at java.util.jar.JarFile.getManifest(JarFile.java:148)
1344.39/1340.52		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:696)
1346.99/1343.16		at java.net.URLClassLoader.defineClass(URLClassLoader.java:228)
1346.99/1343.16		at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
1346.99/1343.16		at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
1346.99/1343.16		at java.security.AccessController.doPrivileged(Native Method)
1346.99/1343.16		at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
1346.99/1343.16		at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
1348.98/1345.20		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
1348.98/1345.20		at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
1348.98/1345.20		at org.sat4j.core.Vec.iterator(Unknown Source)
1348.98/1345.20		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
1348.98/1345.20		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1348.98/1345.20		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1351.08/1347.23		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1351.08/1347.23		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1351.08/1347.23		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-3735204-1338754863/watcher-3735204-1338754863 -o /tmp/evaluation-result-3735204-1338754863/solver-3735204-1338754863 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735204-1338754863.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.00 2.00 2.00 3/194 14058
/proc/meminfo: memFree=28942964/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/14058/stat : 14058 (java6) R 14056 14058 13299 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 341611974 8192 1 33554432000 0 0 0 140733742929944 214537235895 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 33 2 0 0 0 22 0

[startup+0.0432609 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14058
/proc/meminfo: memFree=28942964/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2315716 CPUtime=0.02 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 3663 0 1 0 2 0 0 0 20 0 13 0 341611974 2371293184 4871 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 578929 4874 1683 9 0 569630 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2315716

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14058
/proc/meminfo: memFree=28942964/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 4691 0 1 0 8 1 0 0 20 0 18 0 341611974 2712133632 6409 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 662142 6409 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.300234 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14058
/proc/meminfo: memFree=28942964/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2648568 CPUtime=0.47 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 6102 0 1 0 46 1 0 0 20 0 18 0 341611974 2712133632 9808 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 662142 9808 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2648568

[startup+0.700239 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 14058
/proc/meminfo: memFree=28942964/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2648568 CPUtime=1.1 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 10010 0 1 0 106 4 0 0 20 0 18 0 341611974 2712133632 47212 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 662142 47212 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 2648568

[startup+1.50069 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 14076
/proc/meminfo: memFree=28635424/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2648568 CPUtime=1.92 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 10127 0 1 0 185 7 0 0 20 0 18 0 341611974 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 662142 93825 2246 9 0 652835 0
[pid=14058/tid=14060] ppid=14056 vsize=2648568 CPUtime=1.46 cores=0,2,4,6
/proc/14058/task/14060/stat : 14060 (java) R 14056 14058 13299 0 -1 4202560 2911 0 1 0 140 6 0 0 20 0 18 0 341611975 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921989873840 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14061] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14061/stat : 14061 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921856453416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14062] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14062/stat : 14062 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921855400616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14063] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14063/stat : 14063 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921854348328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14064] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14064/stat : 14064 (java) S 14056 14058 13299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921853295528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14065] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14065/stat : 14065 (java) S 14056 14058 13299 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921852242216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14066] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14066/stat : 14066 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921851189416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14067] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14067/stat : 14067 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921850137128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14068] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14068/stat : 14068 (java) S 14056 14058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921849084328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14069] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14069/stat : 14069 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341611977 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921366309608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14070] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14070/stat : 14070 (java) S 14056 14058 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341611978 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921365255672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14071] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14071/stat : 14071 (java) S 14056 14058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341611978 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921364203272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14072] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14072/stat : 14072 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921363151760 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14073] ppid=14056 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/14058/task/14073/stat : 14073 (java) S 14056 14058 13299 0 -1 4202560 2585 0 0 0 19 0 0 0 20 0 18 0 341611980 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921362098360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14074] ppid=14056 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/14058/task/14074/stat : 14074 (java) S 14056 14058 13299 0 -1 4202560 3424 0 0 0 22 0 0 0 20 0 18 0 341611980 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921361045560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14075] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14075/stat : 14075 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921359993464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14076] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14076/stat : 14076 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 93825 33554432000 1073741824 1073778376 140737313763168 139921358940872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 2648568

[startup+3.10072 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 14076
/proc/meminfo: memFree=28567160/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2648568 CPUtime=3.59 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 10155 0 1 0 351 8 0 0 20 0 18 0 341611974 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 662142 95884 2248 9 0 652835 0
[pid=14058/tid=14060] ppid=14056 vsize=2648568 CPUtime=3.04 cores=0,2,4,6
/proc/14058/task/14060/stat : 14060 (java) R 14056 14058 13299 0 -1 4202560 2913 0 1 0 298 6 0 0 20 0 18 0 341611975 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921989873744 139921862322906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14061] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14061/stat : 14061 (java) S 14056 14058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921856453416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14062] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14062/stat : 14062 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921855400616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14063] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14063/stat : 14063 (java) S 14056 14058 13299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921854348328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14064] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14064/stat : 14064 (java) S 14056 14058 13299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921853295528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14065] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14065/stat : 14065 (java) S 14056 14058 13299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921852242216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14066] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14066/stat : 14066 (java) S 14056 14058 13299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921851189416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14067] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14067/stat : 14067 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921850137128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14068] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14068/stat : 14068 (java) S 14056 14058 13299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341611976 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921849084328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14069] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14069/stat : 14069 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341611977 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921366309608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14070] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14070/stat : 14070 (java) S 14056 14058 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341611978 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921365255672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14071] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14071/stat : 14071 (java) S 14056 14058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341611978 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921364203272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14072] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14072/stat : 14072 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921363151760 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14073] ppid=14056 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/14058/task/14073/stat : 14073 (java) S 14056 14058 13299 0 -1 4202560 2586 0 0 0 20 0 0 0 20 0 18 0 341611980 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921362098360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14074] ppid=14056 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/14058/task/14074/stat : 14074 (java) S 14056 14058 13299 0 -1 4202560 3429 0 0 0 23 0 0 0 20 0 18 0 341611980 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921361045560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14075] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14075/stat : 14075 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921359993464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14076] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14076/stat : 14076 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 95884 33554432000 1073741824 1073778376 140737313763168 139921358940872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 2648568

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 2.00 8/212 14076
/proc/meminfo: memFree=28464944/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2648568 CPUtime=6.95 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 10335 0 1 0 682 13 0 0 20 0 18 0 341611974 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 662142 121963 2248 9 0 652835 0
[pid=14058/tid=14060] ppid=14056 vsize=2648568 CPUtime=6.18 cores=0,2,4,6
/proc/14058/task/14060/stat : 14060 (java) R 14056 14058 13299 0 -1 4202560 2954 0 1 0 610 8 0 0 20 0 18 0 341611975 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921989881432 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14061] ppid=14056 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/14058/task/14061/stat : 14061 (java) S 14056 14058 13299 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921856453416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14062] ppid=14056 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/14058/task/14062/stat : 14062 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921855400616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14063] ppid=14056 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/14058/task/14063/stat : 14063 (java) S 14056 14058 13299 0 -1 4202560 50 0 0 0 3 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921854348328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14064] ppid=14056 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/14058/task/14064/stat : 14064 (java) S 14056 14058 13299 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921853295528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14065] ppid=14056 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/14058/task/14065/stat : 14065 (java) S 14056 14058 13299 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921852242216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14066] ppid=14056 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/14058/task/14066/stat : 14066 (java) S 14056 14058 13299 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921851189416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14067] ppid=14056 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/14058/task/14067/stat : 14067 (java) S 14056 14058 13299 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921850137128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14068] ppid=14056 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/14058/task/14068/stat : 14068 (java) S 14056 14058 13299 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 18 0 341611976 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921849084328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14069] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14069/stat : 14069 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341611977 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921366309608 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14070] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14070/stat : 14070 (java) S 14056 14058 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341611978 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921365255672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14071] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14071/stat : 14071 (java) S 14056 14058 13299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341611978 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921364203272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14072] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14072/stat : 14072 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921363151760 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14073] ppid=14056 vsize=2648568 CPUtime=0.22 cores=0,2,4,6
/proc/14058/task/14073/stat : 14073 (java) S 14056 14058 13299 0 -1 4202560 2586 0 0 0 22 0 0 0 20 0 18 0 341611980 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921362098360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14074] ppid=14056 vsize=2648568 CPUtime=0.23 cores=0,2,4,6
/proc/14058/task/14074/stat : 14074 (java) S 14056 14058 13299 0 -1 4202560 3429 0 0 0 23 0 0 0 20 0 18 0 341611980 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921361045560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14075] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14075/stat : 14075 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921359993464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14076] ppid=14056 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14076/stat : 14076 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341611980 2712133632 121963 33554432000 1073741824 1073778376 140737313763168 139921358940872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 2648568

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 14077
/proc/meminfo: memFree=28457372/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2715132 CPUtime=14.03 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 10778 0 1 0 1389 14 0 0 20 0 19 0 341611974 2780295168 122772 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 678783 122772 2270 9 0 669476 0
[pid=14058/tid=14060] ppid=14056 vsize=2715132 CPUtime=12.57 cores=0,2,4,6

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

/proc/14058/task/14065/stat : 14065 (java) S 14056 14058 13299 0 -1 4202560 299 0 0 0 40 11 0 0 20 0 20 0 341611976 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921852242216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14066] ppid=14056 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/14058/task/14066/stat : 14066 (java) S 14056 14058 13299 0 -1 4202560 247 0 0 0 26 7 0 0 20 0 20 0 341611976 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921851189416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14067] ppid=14056 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/14058/task/14067/stat : 14067 (java) S 14056 14058 13299 0 -1 4202560 459 0 0 0 31 7 0 0 20 0 20 0 341611976 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921850137128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14068] ppid=14056 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/14058/task/14068/stat : 14068 (java) S 14056 14058 13299 0 -1 4202560 397 0 0 0 33 10 0 0 20 0 20 0 341611976 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921849084328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14069] ppid=14056 vsize=2781696 CPUtime=47.03 cores=0,2,4,6
/proc/14058/task/14069/stat : 14069 (java) R 14056 14058 13299 0 -1 4202560 157 0 0 0 4698 5 0 0 20 0 20 0 341611977 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921366309424 139921994019165 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14070] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14070/stat : 14070 (java) S 14056 14058 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921365255672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14071] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14071/stat : 14071 (java) S 14056 14058 13299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921364203272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14072] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14072/stat : 14072 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921363151760 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14073] ppid=14056 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/14058/task/14073/stat : 14073 (java) S 14056 14058 13299 0 -1 4202560 2776 0 0 0 57 0 0 0 20 0 20 0 341611980 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921362098360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14074] ppid=14056 vsize=2781696 CPUtime=0.61 cores=0,2,4,6
/proc/14058/task/14074/stat : 14074 (java) S 14056 14058 13299 0 -1 4202560 3613 0 0 0 61 0 0 0 20 0 20 0 341611980 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921361037432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14075] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14075/stat : 14075 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921359993464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14076] ppid=14056 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/14058/task/14076/stat : 14076 (java) S 14056 14058 13299 0 -1 4202560 77 0 0 0 25 24 0 0 20 0 20 0 341611980 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921358940872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14077] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14077/stat : 14077 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341612693 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921357886888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14260] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14260/stat : 14260 (java) S 14056 14058 13299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 341744792 2848456704 343534 33554432000 1073741824 1073778376 140737313763168 139921356832104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1349.48
Current children cumulated vsize (KiB) 2781696

[startup+1346.4 s]
/proc/loadavg: 2.09 2.04 2.01 3/214 14260
/proc/meminfo: memFree=27528032/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2781696 CPUtime=1350.29 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 13294 0 1 0 134921 108 0 0 20 0 20 0 341611974 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 695424 343539 2278 9 0 686117 0
[pid=14058/tid=14060] ppid=14056 vsize=2781696 CPUtime=1297.61 cores=0,2,4,6
/proc/14058/task/14060/stat : 14060 (java) S 14056 14058 13299 0 -1 4202560 2996 0 1 0 129731 30 0 0 20 0 20 0 341611975 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921989883064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14061] ppid=14056 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/14058/task/14061/stat : 14061 (java) S 14056 14058 13299 0 -1 4202560 346 0 0 0 36 8 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921856453416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14062] ppid=14056 vsize=2781696 CPUtime=0.4 cores=0,2,4,6
/proc/14058/task/14062/stat : 14062 (java) S 14056 14058 13299 0 -1 4202560 232 0 0 0 30 10 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921855400616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14063] ppid=14056 vsize=2781696 CPUtime=0.35 cores=0,2,4,6
/proc/14058/task/14063/stat : 14063 (java) S 14056 14058 13299 0 -1 4202560 224 0 0 0 28 7 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921854348328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14064] ppid=14056 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/14058/task/14064/stat : 14064 (java) S 14056 14058 13299 0 -1 4202560 265 0 0 0 29 8 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921853295528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14065] ppid=14056 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/14058/task/14065/stat : 14065 (java) S 14056 14058 13299 0 -1 4202560 299 0 0 0 40 11 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921852242216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14066] ppid=14056 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/14058/task/14066/stat : 14066 (java) S 14056 14058 13299 0 -1 4202560 247 0 0 0 26 7 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921851189416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14067] ppid=14056 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/14058/task/14067/stat : 14067 (java) S 14056 14058 13299 0 -1 4202560 459 0 0 0 31 7 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921850137128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14068] ppid=14056 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/14058/task/14068/stat : 14068 (java) S 14056 14058 13299 0 -1 4202560 397 0 0 0 33 10 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921849084328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14069] ppid=14056 vsize=2781696 CPUtime=47.84 cores=0,2,4,6
/proc/14058/task/14069/stat : 14069 (java) R 14056 14058 13299 0 -1 4202560 162 0 0 0 4779 5 0 0 20 0 20 0 341611977 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921366309424 139921994019300 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14070] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14070/stat : 14070 (java) S 14056 14058 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921365255672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14071] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14071/stat : 14071 (java) S 14056 14058 13299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921364203272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14072] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14072/stat : 14072 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921363151760 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14073] ppid=14056 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/14058/task/14073/stat : 14073 (java) S 14056 14058 13299 0 -1 4202560 2776 0 0 0 57 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921362098360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14074] ppid=14056 vsize=2781696 CPUtime=0.61 cores=0,2,4,6
/proc/14058/task/14074/stat : 14074 (java) S 14056 14058 13299 0 -1 4202560 3613 0 0 0 61 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921361037432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14075] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14075/stat : 14075 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921359993464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14076] ppid=14056 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/14058/task/14076/stat : 14076 (java) S 14056 14058 13299 0 -1 4202560 77 0 0 0 25 24 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921358940872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14077] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14077/stat : 14077 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341612693 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921357886888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14260] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14260/stat : 14260 (java) S 14056 14058 13299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 341744792 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921356832104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1350.29
Current children cumulated vsize (KiB) 2781696

[startup+1346.8 s]
/proc/loadavg: 2.09 2.04 2.01 3/214 14260
/proc/meminfo: memFree=27528032/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2781696 CPUtime=1350.68 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 13294 0 1 0 134960 108 0 0 20 0 20 0 341611974 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 695424 343539 2278 9 0 686117 0
[pid=14058/tid=14060] ppid=14056 vsize=2781696 CPUtime=1297.61 cores=0,2,4,6
/proc/14058/task/14060/stat : 14060 (java) S 14056 14058 13299 0 -1 4202560 2996 0 1 0 129731 30 0 0 20 0 20 0 341611975 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921989883064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14061] ppid=14056 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/14058/task/14061/stat : 14061 (java) S 14056 14058 13299 0 -1 4202560 346 0 0 0 36 8 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921856453416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14062] ppid=14056 vsize=2781696 CPUtime=0.4 cores=0,2,4,6
/proc/14058/task/14062/stat : 14062 (java) S 14056 14058 13299 0 -1 4202560 232 0 0 0 30 10 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921855400616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14063] ppid=14056 vsize=2781696 CPUtime=0.35 cores=0,2,4,6
/proc/14058/task/14063/stat : 14063 (java) S 14056 14058 13299 0 -1 4202560 224 0 0 0 28 7 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921854348328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14064] ppid=14056 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/14058/task/14064/stat : 14064 (java) S 14056 14058 13299 0 -1 4202560 265 0 0 0 29 8 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921853295528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14065] ppid=14056 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/14058/task/14065/stat : 14065 (java) S 14056 14058 13299 0 -1 4202560 299 0 0 0 40 11 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921852242216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14066] ppid=14056 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/14058/task/14066/stat : 14066 (java) S 14056 14058 13299 0 -1 4202560 247 0 0 0 26 7 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921851189416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14067] ppid=14056 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/14058/task/14067/stat : 14067 (java) S 14056 14058 13299 0 -1 4202560 459 0 0 0 31 7 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921850137128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14068] ppid=14056 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/14058/task/14068/stat : 14068 (java) S 14056 14058 13299 0 -1 4202560 397 0 0 0 33 10 0 0 20 0 20 0 341611976 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921849084328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14069] ppid=14056 vsize=2781696 CPUtime=48.23 cores=0,2,4,6
/proc/14058/task/14069/stat : 14069 (java) R 14056 14058 13299 0 -1 4202560 162 0 0 0 4818 5 0 0 20 0 20 0 341611977 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921366309424 139921996736515 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14070] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14070/stat : 14070 (java) S 14056 14058 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921365255672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14071] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14071/stat : 14071 (java) S 14056 14058 13299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921364203272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14072] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14072/stat : 14072 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921363151760 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14073] ppid=14056 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/14058/task/14073/stat : 14073 (java) S 14056 14058 13299 0 -1 4202560 2776 0 0 0 57 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921362098360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14074] ppid=14056 vsize=2781696 CPUtime=0.61 cores=0,2,4,6
/proc/14058/task/14074/stat : 14074 (java) S 14056 14058 13299 0 -1 4202560 3613 0 0 0 61 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921361037432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14075] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14075/stat : 14075 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921359993464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14076] ppid=14056 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/14058/task/14076/stat : 14076 (java) S 14056 14058 13299 0 -1 4202560 77 0 0 0 25 24 0 0 20 0 20 0 341611980 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921358940872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14077] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14077/stat : 14077 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341612693 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921357886888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14260] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14260/stat : 14260 (java) S 14056 14058 13299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 341744792 2848456704 343539 33554432000 1073741824 1073778376 140737313763168 139921356832104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1350.68
Current children cumulated vsize (KiB) 2781696

[startup+1347.2 s]
/proc/loadavg: 2.09 2.04 2.01 3/214 14260
/proc/meminfo: memFree=27528032/32873648 swapFree=7116/7116
[pid=14058] ppid=14056 vsize=2781696 CPUtime=1351.08 cores=0,2,4,6
/proc/14058/stat : 14058 (java) S 14056 14058 13299 0 -1 4202496 13295 0 1 0 135000 108 0 0 20 0 20 0 341611974 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 140737313754304 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/14058/statm: 695424 343540 2278 9 0 686117 0
[pid=14058/tid=14060] ppid=14056 vsize=2781696 CPUtime=1297.61 cores=0,2,4,6
/proc/14058/task/14060/stat : 14060 (java) S 14056 14058 13299 0 -1 4202560 2996 0 1 0 129731 30 0 0 20 0 20 0 341611975 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921989883064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14061] ppid=14056 vsize=2781696 CPUtime=0.44 cores=0,2,4,6
/proc/14058/task/14061/stat : 14061 (java) S 14056 14058 13299 0 -1 4202560 346 0 0 0 36 8 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921856453416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14062] ppid=14056 vsize=2781696 CPUtime=0.4 cores=0,2,4,6
/proc/14058/task/14062/stat : 14062 (java) S 14056 14058 13299 0 -1 4202560 232 0 0 0 30 10 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921855400616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14063] ppid=14056 vsize=2781696 CPUtime=0.35 cores=0,2,4,6
/proc/14058/task/14063/stat : 14063 (java) S 14056 14058 13299 0 -1 4202560 224 0 0 0 28 7 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921854348328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14064] ppid=14056 vsize=2781696 CPUtime=0.37 cores=0,2,4,6
/proc/14058/task/14064/stat : 14064 (java) S 14056 14058 13299 0 -1 4202560 265 0 0 0 29 8 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921853295528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14065] ppid=14056 vsize=2781696 CPUtime=0.51 cores=0,2,4,6
/proc/14058/task/14065/stat : 14065 (java) S 14056 14058 13299 0 -1 4202560 299 0 0 0 40 11 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921852242216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14066] ppid=14056 vsize=2781696 CPUtime=0.33 cores=0,2,4,6
/proc/14058/task/14066/stat : 14066 (java) S 14056 14058 13299 0 -1 4202560 247 0 0 0 26 7 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921851189416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14067] ppid=14056 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/14058/task/14067/stat : 14067 (java) S 14056 14058 13299 0 -1 4202560 459 0 0 0 31 7 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921850137128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14068] ppid=14056 vsize=2781696 CPUtime=0.43 cores=0,2,4,6
/proc/14058/task/14068/stat : 14068 (java) S 14056 14058 13299 0 -1 4202560 397 0 0 0 33 10 0 0 20 0 20 0 341611976 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921849084328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14069] ppid=14056 vsize=2781696 CPUtime=48.63 cores=0,2,4,6
/proc/14058/task/14069/stat : 14069 (java) R 14056 14058 13299 0 -1 4202560 163 0 0 0 4858 5 0 0 20 0 20 0 341611977 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921366307080 139921996390472 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14070] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14070/stat : 14070 (java) S 14056 14058 13299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921365255672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14071] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14071/stat : 14071 (java) S 14056 14058 13299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341611978 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921364203272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14072] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14072/stat : 14072 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921363151760 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14073] ppid=14056 vsize=2781696 CPUtime=0.57 cores=0,2,4,6
/proc/14058/task/14073/stat : 14073 (java) S 14056 14058 13299 0 -1 4202560 2776 0 0 0 57 0 0 0 20 0 20 0 341611980 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921362098360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14058/tid=14074] ppid=14056 vsize=2781696 CPUtime=0.61 cores=0,2,4,6
/proc/14058/task/14074/stat : 14074 (java) S 14056 14058 13299 0 -1 4202560 3613 0 0 0 61 0 0 0 20 0 20 0 341611980 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921361037432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14058/tid=14075] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14075/stat : 14075 (java) S 14056 14058 13299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341611980 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921359993464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14076] ppid=14056 vsize=2781696 CPUtime=0.49 cores=0,2,4,6
/proc/14058/task/14076/stat : 14076 (java) S 14056 14058 13299 0 -1 4202560 77 0 0 0 25 24 0 0 20 0 20 0 341611980 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921358940872 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14058/tid=14077] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14077/stat : 14077 (java) S 14056 14058 13299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341612693 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921357886888 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14058/tid=14260] ppid=14056 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/14058/task/14260/stat : 14260 (java) S 14056 14058 13299 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 341744792 2848456704 343540 33554432000 1073741824 1073778376 140737313763168 139921356832104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1351.08
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 1347.24
CPU time (s): 1351.4
CPU user time (s): 1350
CPU system time (s): 1.40279
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1350
system time used= 1.40279
maximum resident set size= 1374200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13312
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29080
involuntary context switches= 4969

runsolver used 5.98309 second user time and 13.047 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 22:21:05
IDJOB=3735204
IDBENCH=2950
IDSOLVER=2322
FILE ID=node127/3735204-1338754863
RUNJOBID= node127-1338747395-13315
PBS_JOBID= 14636779
Free space on /tmp= 70416 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.10.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735204-1338754863/watcher-3735204-1338754863 -o /tmp/evaluation-result-3735204-1338754863/solver-3735204-1338754863 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735204-1338754863.opb

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

MD5SUM BENCH= f304ba5324add428c73c7022630c48ee
RANDOM SEED=1233379830

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        28943228 kB
Buffers:          413512 kB
Cached:          2019236 kB
SwapCached:         1428 kB
Active:          1702668 kB
Inactive:        1338696 kB
Active(anon):     602844 kB
Inactive(anon):     7952 kB
Active(file):    1099824 kB
Inactive(file):  1330744 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:             67348 kB
Writeback:             0 kB
AnonPages:        618468 kB
Mapped:            18904 kB
Shmem:                92 kB
Slab:             748848 kB
SReclaimable:     192584 kB
SUnreclaim:       556264 kB
KernelStack:        1584 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1517452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70416 MiB
End job on node127 at 2012-06-03 22:43:33