Trace number 3735270

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) 1147.5 1142.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.02.opb
MD5SUM88c0da0b31a99941a4f2c09165ead688
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark6.548
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 44
Optimality of the best value was proved YES
Number of variables21566
Total number of constraints1314050
Number of constraints which are clauses1310032
Number of constraints which are cardinality constraints (but not clauses)4018
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
Number of terms in the objective function 164
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 164
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 162
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 326
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.1.1.v20090612
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version	1.6.0_24
0.05/0.08	c os.name	Linux
0.05/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch	amd64
0.05/0.08	c Free memory 1299577560
0.05/0.08	c Max memory 1306394624
0.05/0.08	c Total memory 1306394624
0.05/0.08	c Number of processors 8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c MiniSAT restarts strategy
0.09/0.10	c Memory based learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3735270-1338755083.opb
0.09/0.10	c reading problem ... 
5.87/5.28	c ... done. Wall clock time 5.179s.
5.87/5.28	c #vars     21566
5.87/5.28	c #constraints  135020
5.87/5.28	c constraints type 
5.87/5.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87708
5.87/5.28	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 37496
6.32/5.47	c SATISFIABLE
6.32/5.47	c OPTIMIZING...
6.32/5.47	c Got one! Elapsed wall clock time (in seconds):5.372
6.32/5.47	o 108
6.58/5.55	c Got one! Elapsed wall clock time (in seconds):5.45
6.58/5.55	o 99
6.74/5.67	c Got one! Elapsed wall clock time (in seconds):5.564
6.74/5.67	o 98
7.05/5.99	c Got one! Elapsed wall clock time (in seconds):5.892
7.15/6.00	o 97
7.45/6.31	c Got one! Elapsed wall clock time (in seconds):6.213
7.45/6.31	o 96
7.65/6.55	c Got one! Elapsed wall clock time (in seconds):6.447
7.65/6.55	o 86
7.76/6.68	c Got one! Elapsed wall clock time (in seconds):6.578
7.76/6.68	o 85
7.97/6.86	c Got one! Elapsed wall clock time (in seconds):6.755
7.97/6.86	o 81
8.47/7.35	c Got one! Elapsed wall clock time (in seconds):7.247
8.47/7.35	o 80
8.68/7.57	c Got one! Elapsed wall clock time (in seconds):7.469
8.68/7.57	o 79
8.91/7.76	c Got one! Elapsed wall clock time (in seconds):7.662
8.91/7.76	o 78
9.21/8.04	c Got one! Elapsed wall clock time (in seconds):7.942
9.21/8.04	o 77
9.42/8.25	c Got one! Elapsed wall clock time (in seconds):8.152
9.42/8.25	o 76
9.72/8.51	c Got one! Elapsed wall clock time (in seconds):8.408
9.72/8.51	o 75
9.83/8.60	c Got one! Elapsed wall clock time (in seconds):8.502
9.83/8.60	o 74
10.31/9.07	c Got one! Elapsed wall clock time (in seconds):8.967
10.31/9.07	o 73
10.60/9.36	c Got one! Elapsed wall clock time (in seconds):9.256
10.60/9.36	o 72
10.76/9.45	c Got one! Elapsed wall clock time (in seconds):9.352
10.76/9.45	o 71
11.16/9.85	c Got one! Elapsed wall clock time (in seconds):9.749
11.16/9.85	o 70
11.47/10.11	c Got one! Elapsed wall clock time (in seconds):10.004
11.47/10.11	o 69
11.97/10.66	c Got one! Elapsed wall clock time (in seconds):10.56
11.97/10.66	o 68
12.07/10.76	c Got one! Elapsed wall clock time (in seconds):10.661
12.07/10.76	o 67
12.47/11.18	c Got one! Elapsed wall clock time (in seconds):11.074
12.47/11.18	o 66
13.07/11.76	c Got one! Elapsed wall clock time (in seconds):11.654
13.07/11.76	o 65
13.47/12.10	c Got one! Elapsed wall clock time (in seconds):11.999
13.47/12.10	o 64
13.57/12.22	c Got one! Elapsed wall clock time (in seconds):12.115
13.57/12.22	o 63
13.87/12.53	c Got one! Elapsed wall clock time (in seconds):12.433
13.87/12.53	o 62
14.07/12.73	c Got one! Elapsed wall clock time (in seconds):12.628
14.07/12.73	o 61
14.27/12.90	c Got one! Elapsed wall clock time (in seconds):12.802
14.27/12.90	o 60
14.87/13.55	c Got one! Elapsed wall clock time (in seconds):13.447
14.87/13.55	o 59
15.12/13.78	c Got one! Elapsed wall clock time (in seconds):13.675
15.12/13.78	o 58
15.83/14.47	c Got one! Elapsed wall clock time (in seconds):14.372
15.83/14.47	o 57
16.82/15.47	c Got one! Elapsed wall clock time (in seconds):15.368
16.82/15.47	o 56
17.93/16.52	c Got one! Elapsed wall clock time (in seconds):16.422
17.93/16.52	o 55
18.33/16.93	c Got one! Elapsed wall clock time (in seconds):16.828
18.33/16.93	o 54
18.53/17.14	c Got one! Elapsed wall clock time (in seconds):17.035
18.53/17.14	o 53
18.93/17.50	c Got one! Elapsed wall clock time (in seconds):17.401
18.93/17.50	o 52
19.33/17.98	c Got one! Elapsed wall clock time (in seconds):17.876
19.33/17.98	o 51
20.03/18.66	c Got one! Elapsed wall clock time (in seconds):18.56
20.03/18.66	o 50
21.03/19.62	c Got one! Elapsed wall clock time (in seconds):19.517
21.03/19.62	o 49
22.44/21.03	c Got one! Elapsed wall clock time (in seconds):20.928
22.44/21.03	o 48
22.83/21.48	c Got one! Elapsed wall clock time (in seconds):21.374
22.83/21.48	o 47
23.03/21.62	c Got one! Elapsed wall clock time (in seconds):21.52
23.03/21.62	o 46
23.33/21.90	c Got one! Elapsed wall clock time (in seconds):21.802
23.33/21.90	o 45
23.54/22.19	c Got one! Elapsed wall clock time (in seconds):22.085
23.54/22.19	o 44
1134.62/1129.84	c starts		: 285
1134.62/1129.84	c conflicts		: 4294012
1134.62/1129.84	c decisions		: 5569059
1134.62/1129.84	c propagations		: 694244428
1134.62/1129.84	c inspects		: 10225931152
1134.62/1129.84	c learnt literals	: 19
1134.62/1129.84	c learnt binary clauses	: 256
1134.62/1129.84	c learnt ternary clauses	: 526
1134.62/1129.84	c learnt clauses	: 4293992
1134.62/1129.84	c ignored clauses	: 0
1134.62/1129.84	c root simplifications	: 0
1134.62/1129.84	c removed literals (reason simplification)	: 12948563
1134.62/1129.84	c reason swapping (by a shorter reason)	: 0
1134.62/1129.84	c Calls to reduceDB	: 0
1134.62/1129.84	c speed (assignments/second)	: 626770.1177443498
1134.62/1129.84	c non guided choices	23078
1137.91/1133.17	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
1137.91/1133.17		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:315)
1137.91/1133.17		at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:310)
1140.11/1135.39		at java.util.jar.Manifest.read(Manifest.java:178)
1140.11/1135.39		at java.util.jar.Manifest.<init>(Manifest.java:52)
1140.11/1135.39		at java.util.jar.JarFile.getManifestFromReference(JarFile.java:167)
1140.11/1135.39		at java.util.jar.JarFile.getManifest(JarFile.java:148)
1140.11/1135.39		at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:696)
1143.01/1138.27		at java.net.URLClassLoader.defineClass(URLClassLoader.java:228)
1143.01/1138.27		at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
1143.01/1138.27		at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
1143.01/1138.27		at java.security.AccessController.doPrivileged(Native Method)
1143.01/1138.27		at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
1143.01/1138.27		at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
1145.21/1140.49		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
1145.21/1140.49		at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
1145.21/1140.49		at org.sat4j.core.Vec.iterator(Unknown Source)
1145.21/1140.49		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Unknown Source)
1145.21/1140.49		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1145.21/1140.49		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1147.50/1142.71		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1147.50/1142.71		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1147.50/1142.71		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-3735270-1338755083/watcher-3735270-1338755083 -o /tmp/evaluation-result-3735270-1338755083/solver-3735270-1338755083 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735270-1338755083.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.02 3/192 31983
/proc/meminfo: memFree=26127488/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31983/stat : 31983 (java6) D 31981 31983 31294 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341633839 9515008 183 33554432000 1073741824 1073778376 140734040813808 140734040804840 227512499893 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/31983/statm: 2323 183 140 9 0 71 0

[startup+0.079947 s]
/proc/loadavg: 2.04 2.05 2.02 3/192 31983
/proc/meminfo: memFree=26127488/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 3864 0 1 0 4 1 0 0 20 0 18 0 341633839 2712133632 5583 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 662142 5583 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648568

[startup+0.100241 s]
/proc/loadavg: 2.04 2.05 2.02 3/192 31983
/proc/meminfo: memFree=26127488/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 4684 0 1 0 8 1 0 0 20 0 18 0 341633839 2712133632 6402 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 662142 6402 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.30024 s]
/proc/loadavg: 2.04 2.05 2.02 3/192 31983
/proc/meminfo: memFree=26127488/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2648568 CPUtime=0.48 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 6097 0 1 0 47 1 0 0 20 0 18 0 341633839 2712133632 9742 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 662142 9742 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700252 s]
/proc/loadavg: 2.04 2.05 2.02 3/192 31983
/proc/meminfo: memFree=26127488/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2648568 CPUtime=1.12 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 9445 0 1 0 107 5 0 0 20 0 18 0 341633839 2712133632 50003 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 662142 50003 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2648568

[startup+1.50061 s]
/proc/loadavg: 2.04 2.05 2.02 3/210 32001
/proc/meminfo: memFree=25760400/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2648568 CPUtime=1.93 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 9563 0 1 0 185 8 0 0 20 0 18 0 341633839 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 662142 93545 2246 9 0 652835 0
[pid=31983/tid=31985] ppid=31981 vsize=2648568 CPUtime=1.46 cores=1,3,5,7
/proc/31983/task/31985/stat : 31985 (java) R 31981 31983 31294 0 -1 4202560 2907 0 1 0 139 7 0 0 20 0 18 0 341633840 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182861713536 227515884813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31986] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31986/stat : 31986 (java) S 31981 31983 31294 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182846171304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31987] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31987/stat : 31987 (java) S 31981 31983 31294 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182845118760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31988] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31988/stat : 31988 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182844066216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31989] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31989/stat : 31989 (java) S 31981 31983 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182843013672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31990] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31990/stat : 31990 (java) S 31981 31983 31294 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182841961128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31991] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31991/stat : 31991 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182840908584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31992] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31992/stat : 31992 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182839856040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31993] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31993/stat : 31993 (java) S 31981 31983 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182838803496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31994] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31994/stat : 31994 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341633843 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182708779112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31995] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31995/stat : 31995 (java) S 31981 31983 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341633843 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182707725432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31996] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31996/stat : 31996 (java) S 31981 31983 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341633843 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182706672776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31997] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31997/stat : 31997 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633845 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182705621520 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31998] ppid=31981 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/31983/task/31998/stat : 31998 (java) S 31981 31983 31294 0 -1 4202560 2979 0 0 0 22 0 0 0 20 0 18 0 341633845 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182704568888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31999] ppid=31981 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/31983/task/31999/stat : 31999 (java) S 31981 31983 31294 0 -1 4202560 2461 0 0 0 20 0 0 0 20 0 18 0 341633845 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182703516344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32000] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32000/stat : 32000 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633845 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182702463992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32001] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32001/stat : 32001 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633845 2712133632 93545 33554432000 1073741824 1073778376 140735280780704 140182701411656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 2648568

[startup+3.10068 s]
/proc/loadavg: 2.04 2.05 2.02 3/210 32001
/proc/meminfo: memFree=25753588/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2648568 CPUtime=3.62 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 9589 0 1 0 352 10 0 0 20 0 18 0 341633839 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 662142 96113 2248 9 0 652835 0
[pid=31983/tid=31985] ppid=31981 vsize=2648568 CPUtime=3.03 cores=1,3,5,7
/proc/31983/task/31985/stat : 31985 (java) R 31981 31983 31294 0 -1 4202560 2909 0 1 0 296 7 0 0 20 0 18 0 341633840 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182861713440 227515884813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31986] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31986/stat : 31986 (java) S 31981 31983 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182846171304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31987] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31987/stat : 31987 (java) S 31981 31983 31294 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182845118760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31988] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31988/stat : 31988 (java) S 31981 31983 31294 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182844066216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31989] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31989/stat : 31989 (java) S 31981 31983 31294 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182843013672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31990] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31990/stat : 31990 (java) S 31981 31983 31294 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182841961128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31991] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31991/stat : 31991 (java) S 31981 31983 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182840908584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31992] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31992/stat : 31992 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182839856040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31993] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31993/stat : 31993 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341633842 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182838803496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31994] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31994/stat : 31994 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341633843 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182708779112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31995] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31995/stat : 31995 (java) S 31981 31983 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 341633843 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182707725432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31996] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31996/stat : 31996 (java) S 31981 31983 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 341633843 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182706672776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31997] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31997/stat : 31997 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633845 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182705621520 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31998] ppid=31981 vsize=2648568 CPUtime=0.23 cores=1,3,5,7
/proc/31983/task/31998/stat : 31998 (java) S 31981 31983 31294 0 -1 4202560 2981 0 0 0 23 0 0 0 20 0 18 0 341633845 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182704568888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31999] ppid=31981 vsize=2648568 CPUtime=0.21 cores=1,3,5,7
/proc/31983/task/31999/stat : 31999 (java) S 31981 31983 31294 0 -1 4202560 2461 0 0 0 21 0 0 0 20 0 18 0 341633845 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182703516344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32000] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32000/stat : 32000 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633845 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182702463992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32001] ppid=31981 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32001/stat : 32001 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341633845 2712133632 96113 33554432000 1073741824 1073778376 140735280780704 140182701411656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 2648568

[startup+6.30069 s]
/proc/loadavg: 2.04 2.05 2.01 3/211 32002
/proc/meminfo: memFree=25688556/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2715132 CPUtime=7.45 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 9957 0 1 0 731 14 0 0 20 0 19 0 341633839 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 678783 111659 2268 9 0 669476 0
[pid=31983/tid=31985] ppid=31981 vsize=2715132 CPUtime=6.17 cores=1,3,5,7
/proc/31983/task/31985/stat : 31985 (java) R 31981 31983 31294 0 -1 4202560 2947 0 1 0 609 8 0 0 20 0 19 0 341633840 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182861713840 140182716894349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31986] ppid=31981 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/31983/task/31986/stat : 31986 (java) S 31981 31983 31294 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182846171304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31987] ppid=31981 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/31983/task/31987/stat : 31987 (java) S 31981 31983 31294 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182845118760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31988] ppid=31981 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/31983/task/31988/stat : 31988 (java) S 31981 31983 31294 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182844066216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31989] ppid=31981 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/31983/task/31989/stat : 31989 (java) S 31981 31983 31294 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182843013672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31990] ppid=31981 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/31983/task/31990/stat : 31990 (java) S 31981 31983 31294 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182841961128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31991] ppid=31981 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/31983/task/31991/stat : 31991 (java) S 31981 31983 31294 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182840908584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31992] ppid=31981 vsize=2715132 CPUtime=0.03 cores=1,3,5,7
/proc/31983/task/31992/stat : 31992 (java) S 31981 31983 31294 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182839856040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31993] ppid=31981 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/31983/task/31993/stat : 31993 (java) S 31981 31983 31294 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 341633842 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182838803496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31994] ppid=31981 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31994/stat : 31994 (java) S 31981 31983 31294 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341633843 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182708779112 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31995] ppid=31981 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31995/stat : 31995 (java) S 31981 31983 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341633843 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182707725432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31996] ppid=31981 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31996/stat : 31996 (java) S 31981 31983 31294 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341633843 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182706672776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31997] ppid=31981 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31997/stat : 31997 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341633845 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182705621520 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31998] ppid=31981 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/31983/task/31998/stat : 31998 (java) S 31981 31983 31294 0 -1 4202560 3165 0 0 0 48 0 0 0 20 0 19 0 341633845 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182704568888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31999] ppid=31981 vsize=2715132 CPUtime=0.46 cores=1,3,5,7
/proc/31983/task/31999/stat : 31999 (java) S 31981 31983 31294 0 -1 4202560 2547 0 0 0 46 0 0 0 20 0 19 0 341633845 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182703516344 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32000] ppid=31981 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32000/stat : 32000 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341633845 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182702463992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32001] ppid=31981 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32001/stat : 32001 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341633845 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140182701411656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=32002] ppid=31981 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32002/stat : 32002 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341634371 2780295168 111659 33554432000 1073741824 1073778376 140735280780704 140181692736296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]
/proc/loadavg: 2.03 2.05 2.01 3/211 32002
/proc/meminfo: memFree=25643144/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2715132 CPUtime=14.07 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 10603 0 1 0 1391 16 0 0 20 0 19 0 341633839 2780295168 122434 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0

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

/proc/31983/task/31997/stat : 31997 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343697 33554432000 1073741824 1073778376 140735280780704 140182705621520 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31998] ppid=31981 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/31983/task/31998/stat : 31998 (java) S 31981 31983 31294 0 -1 4202560 3166 0 0 0 57 0 0 0 20 0 20 0 341633845 2848456704 343697 33554432000 1073741824 1073778376 140735280780704 140182704568888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31999] ppid=31981 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/31983/task/31999/stat : 31999 (java) S 31981 31983 31294 0 -1 4202560 3143 0 0 0 60 0 0 0 20 0 20 0 341633845 2848456704 343697 33554432000 1073741824 1073778376 140735280780704 140182703509224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32000] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32000/stat : 32000 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343697 33554432000 1073741824 1073778376 140735280780704 140182702463992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32001] ppid=31981 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/31983/task/32001/stat : 32001 (java) S 31981 31983 31294 0 -1 4202560 67 0 0 0 20 20 0 0 20 0 20 0 341633845 2848456704 343697 33554432000 1073741824 1073778376 140735280780704 140182701411656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=32002] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32002/stat : 32002 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341634371 2848456704 343697 33554432000 1073741824 1073778376 140735280780704 140181692736296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=32301] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32301/stat : 32301 (java) S 31981 31983 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 341746824 2848456704 343697 33554432000 1073741824 1073778376 140735280780704 140181691682536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1145.71
Current children cumulated vsize (KiB) 2781696

[startup+1141.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 32301
/proc/meminfo: memFree=24723168/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2781696 CPUtime=1146.5 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 14176 0 1 0 114548 102 0 0 20 0 20 0 341633839 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 695424 343709 2278 9 0 686117 0
[pid=31983/tid=31985] ppid=31981 vsize=2781696 CPUtime=1095.62 cores=1,3,5,7
/proc/31983/task/31985/stat : 31985 (java) S 31981 31983 31294 0 -1 4202560 2986 0 1 0 109537 25 0 0 20 0 20 0 341633840 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182861722808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31986] ppid=31981 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/31983/task/31986/stat : 31986 (java) S 31981 31983 31294 0 -1 4202560 343 0 0 0 50 8 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182846171304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31987] ppid=31981 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/31983/task/31987/stat : 31987 (java) S 31981 31983 31294 0 -1 4202560 529 0 0 0 45 10 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182845118760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31988] ppid=31981 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/31983/task/31988/stat : 31988 (java) S 31981 31983 31294 0 -1 4202560 625 0 0 0 54 14 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182844066216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31989] ppid=31981 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/31983/task/31989/stat : 31989 (java) S 31981 31983 31294 0 -1 4202560 277 0 0 0 36 4 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182843013672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31990] ppid=31981 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/31983/task/31990/stat : 31990 (java) S 31981 31983 31294 0 -1 4202560 350 0 0 0 48 7 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182841961128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31991] ppid=31981 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/31983/task/31991/stat : 31991 (java) S 31981 31983 31294 0 -1 4202560 488 0 0 0 45 8 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182840908584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31992] ppid=31981 vsize=2781696 CPUtime=0.45 cores=1,3,5,7
/proc/31983/task/31992/stat : 31992 (java) S 31981 31983 31294 0 -1 4202560 290 0 0 0 39 6 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182839856040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31993] ppid=31981 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/31983/task/31993/stat : 31993 (java) S 31981 31983 31294 0 -1 4202560 560 0 0 0 61 13 0 0 20 0 20 0 341633842 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182838803496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31994] ppid=31981 vsize=2781696 CPUtime=41.91 cores=1,3,5,7
/proc/31983/task/31994/stat : 31994 (java) R 31981 31983 31294 0 -1 4202560 155 0 0 0 4188 3 0 0 20 0 20 0 341633843 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182708777656 140182865858864 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31995] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31995/stat : 31995 (java) S 31981 31983 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341633843 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182707725432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31996] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31996/stat : 31996 (java) S 31981 31983 31294 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341633843 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182706672776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31997] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31997/stat : 31997 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182705621520 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31998] ppid=31981 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/31983/task/31998/stat : 31998 (java) S 31981 31983 31294 0 -1 4202560 3166 0 0 0 57 0 0 0 20 0 20 0 341633845 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182704568888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31999] ppid=31981 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/31983/task/31999/stat : 31999 (java) S 31981 31983 31294 0 -1 4202560 3143 0 0 0 60 0 0 0 20 0 20 0 341633845 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182703509224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32000] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32000/stat : 32000 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182702463992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32001] ppid=31981 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/31983/task/32001/stat : 32001 (java) S 31981 31983 31294 0 -1 4202560 67 0 0 0 20 20 0 0 20 0 20 0 341633845 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140182701411656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=32002] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32002/stat : 32002 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341634371 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140181692736296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=32301] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32301/stat : 32301 (java) S 31981 31983 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 341746824 2848456704 343709 33554432000 1073741824 1073778376 140735280780704 140181691682536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1146.5
Current children cumulated vsize (KiB) 2781696

[startup+1142.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 32301
/proc/meminfo: memFree=24723168/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2781696 CPUtime=1147.3 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 14177 0 1 0 114628 102 0 0 20 0 20 0 341633839 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 695424 343710 2278 9 0 686117 0
[pid=31983/tid=31985] ppid=31981 vsize=2781696 CPUtime=1095.62 cores=1,3,5,7
/proc/31983/task/31985/stat : 31985 (java) S 31981 31983 31294 0 -1 4202560 2986 0 1 0 109537 25 0 0 20 0 20 0 341633840 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182861722808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31986] ppid=31981 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/31983/task/31986/stat : 31986 (java) S 31981 31983 31294 0 -1 4202560 343 0 0 0 50 8 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182846171304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31987] ppid=31981 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/31983/task/31987/stat : 31987 (java) S 31981 31983 31294 0 -1 4202560 529 0 0 0 45 10 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182845118760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31988] ppid=31981 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/31983/task/31988/stat : 31988 (java) S 31981 31983 31294 0 -1 4202560 625 0 0 0 54 14 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182844066216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31989] ppid=31981 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/31983/task/31989/stat : 31989 (java) S 31981 31983 31294 0 -1 4202560 277 0 0 0 36 4 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182843013672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31990] ppid=31981 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/31983/task/31990/stat : 31990 (java) S 31981 31983 31294 0 -1 4202560 350 0 0 0 48 7 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182841961128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31991] ppid=31981 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/31983/task/31991/stat : 31991 (java) S 31981 31983 31294 0 -1 4202560 488 0 0 0 45 8 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182840908584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31992] ppid=31981 vsize=2781696 CPUtime=0.45 cores=1,3,5,7
/proc/31983/task/31992/stat : 31992 (java) S 31981 31983 31294 0 -1 4202560 290 0 0 0 39 6 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182839856040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31993] ppid=31981 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/31983/task/31993/stat : 31993 (java) S 31981 31983 31294 0 -1 4202560 560 0 0 0 61 13 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182838803496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31994] ppid=31981 vsize=2781696 CPUtime=42.7 cores=1,3,5,7
/proc/31983/task/31994/stat : 31994 (java) R 31981 31983 31294 0 -1 4202560 156 0 0 0 4267 3 0 0 20 0 20 0 341633843 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182708776584 140182869489088 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31995] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31995/stat : 31995 (java) S 31981 31983 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341633843 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182707725432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31996] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31996/stat : 31996 (java) S 31981 31983 31294 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341633843 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182706672776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31997] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31997/stat : 31997 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182705621520 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31998] ppid=31981 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/31983/task/31998/stat : 31998 (java) S 31981 31983 31294 0 -1 4202560 3166 0 0 0 57 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182704568888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31999] ppid=31981 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/31983/task/31999/stat : 31999 (java) S 31981 31983 31294 0 -1 4202560 3143 0 0 0 60 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182703509224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32000] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32000/stat : 32000 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182702463992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32001] ppid=31981 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/31983/task/32001/stat : 32001 (java) S 31981 31983 31294 0 -1 4202560 67 0 0 0 20 20 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182701411656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=32002] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32002/stat : 32002 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341634371 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140181692736296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=32301] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32301/stat : 32301 (java) S 31981 31983 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 341746824 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140181691682536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1147.3
Current children cumulated vsize (KiB) 2781696

[startup+1142.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 32301
/proc/meminfo: memFree=24723168/32873624 swapFree=7112/7112
[pid=31983] ppid=31981 vsize=2781696 CPUtime=1147.5 cores=1,3,5,7
/proc/31983/stat : 31983 (java) S 31981 31983 31294 0 -1 4202496 14177 0 1 0 114648 102 0 0 20 0 20 0 341633839 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140735280771840 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31983/statm: 695424 343710 2278 9 0 686117 0
[pid=31983/tid=31985] ppid=31981 vsize=2781696 CPUtime=1095.62 cores=1,3,5,7
/proc/31983/task/31985/stat : 31985 (java) S 31981 31983 31294 0 -1 4202560 2986 0 1 0 109537 25 0 0 20 0 20 0 341633840 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182861722808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31986] ppid=31981 vsize=2781696 CPUtime=0.58 cores=1,3,5,7
/proc/31983/task/31986/stat : 31986 (java) S 31981 31983 31294 0 -1 4202560 343 0 0 0 50 8 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182846171304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31987] ppid=31981 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/31983/task/31987/stat : 31987 (java) S 31981 31983 31294 0 -1 4202560 529 0 0 0 45 10 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182845118760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31988] ppid=31981 vsize=2781696 CPUtime=0.68 cores=1,3,5,7
/proc/31983/task/31988/stat : 31988 (java) S 31981 31983 31294 0 -1 4202560 625 0 0 0 54 14 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182844066216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=31989] ppid=31981 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/31983/task/31989/stat : 31989 (java) S 31981 31983 31294 0 -1 4202560 277 0 0 0 36 4 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182843013672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31990] ppid=31981 vsize=2781696 CPUtime=0.55 cores=1,3,5,7
/proc/31983/task/31990/stat : 31990 (java) S 31981 31983 31294 0 -1 4202560 350 0 0 0 48 7 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182841961128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31991] ppid=31981 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/31983/task/31991/stat : 31991 (java) S 31981 31983 31294 0 -1 4202560 488 0 0 0 45 8 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182840908584 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31992] ppid=31981 vsize=2781696 CPUtime=0.45 cores=1,3,5,7
/proc/31983/task/31992/stat : 31992 (java) S 31981 31983 31294 0 -1 4202560 290 0 0 0 39 6 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182839856040 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31983/tid=31993] ppid=31981 vsize=2781696 CPUtime=0.74 cores=1,3,5,7
/proc/31983/task/31993/stat : 31993 (java) S 31981 31983 31294 0 -1 4202560 560 0 0 0 61 13 0 0 20 0 20 0 341633842 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182838803496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31994] ppid=31981 vsize=2781696 CPUtime=42.9 cores=1,3,5,7
/proc/31983/task/31994/stat : 31994 (java) R 31981 31983 31294 0 -1 4202560 156 0 0 0 4287 3 0 0 20 0 20 0 341633843 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182708776584 140182868230216 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31995] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31995/stat : 31995 (java) S 31981 31983 31294 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341633843 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182707725432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31996] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31996/stat : 31996 (java) S 31981 31983 31294 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 341633843 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182706672776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=31997] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/31997/stat : 31997 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182705621520 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31998] ppid=31981 vsize=2781696 CPUtime=0.57 cores=1,3,5,7
/proc/31983/task/31998/stat : 31998 (java) S 31981 31983 31294 0 -1 4202560 3166 0 0 0 57 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182704568888 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=31999] ppid=31981 vsize=2781696 CPUtime=0.6 cores=1,3,5,7
/proc/31983/task/31999/stat : 31999 (java) S 31981 31983 31294 0 -1 4202560 3143 0 0 0 60 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182703509224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32000] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32000/stat : 32000 (java) S 31981 31983 31294 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182702463992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31983/tid=32001] ppid=31981 vsize=2781696 CPUtime=0.4 cores=1,3,5,7
/proc/31983/task/32001/stat : 32001 (java) S 31981 31983 31294 0 -1 4202560 67 0 0 0 20 20 0 0 20 0 20 0 341633845 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140182701411656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31983/tid=32002] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32002/stat : 32002 (java) S 31981 31983 31294 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341634371 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140181692736296 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31983/tid=32301] ppid=31981 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31983/task/32301/stat : 32301 (java) S 31981 31983 31294 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 341746824 2848456704 343710 33554432000 1073741824 1073778376 140735280780704 140181691682536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1147.5
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31983 and gives
#  childrusage.ru_utime.tv_sec=1143
#  childrusage.ru_utime.tv_usec=517158
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=314800
# CPU time returned by wait4() is 1144.83
# while last known CPU time is 1147.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1142.72
CPU time (s): 1147.5
CPU user time (s): 1146.48
CPU system time (s): 1.02
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1143.52
system time used= 1.3148
maximum resident set size= 1374908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14202
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25036
involuntary context switches= 8216

runsolver used 3.88841 second user time and 6.69798 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 22:24:44
IDJOB=3735270
IDBENCH=2956
IDSOLVER=2322
FILE ID=node121/3735270-1338755083
RUNJOBID= node121-1338748504-31311
PBS_JOBID= 14636789
Free space on /tmp= 71204 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.02.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735270-1338755083/watcher-3735270-1338755083 -o /tmp/evaluation-result-3735270-1338755083/solver-3735270-1338755083 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3735270-1338755083.opb

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

MD5SUM BENCH= 88c0da0b31a99941a4f2c09165ead688
RANDOM SEED=912078919

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26127868 kB
Buffers:          663092 kB
Cached:          4561440 kB
SwapCached:            0 kB
Active:          2548608 kB
Inactive:        3308260 kB
Active(anon):     619928 kB
Inactive(anon):    10760 kB
Active(file):    1928680 kB
Inactive(file):  3297500 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             46952 kB
Writeback:             0 kB
AnonPages:        641388 kB
Mapped:            22300 kB
Shmem:               200 kB
Slab:             745376 kB
SReclaimable:     189052 kB
SUnreclaim:       556324 kB
KernelStack:        1592 kB
PageTables:         5232 kB
NFS_Unstable:         12 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1505016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    585728 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= 71192 MiB
End job on node121 at 2012-06-03 22:43:47