Trace number 3687823

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT12 40.7668 38.6023

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g7x7.opb
MD5SUMcb84e2b94add4387530e3674f52279cd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.000999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables49
Total number of constraints49
Number of constraints which are clauses49
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 49
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 49
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 49
Number of bits of the biggest sum of numbers6
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-2012 Artois University and CNRS
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.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3687823-1337875553.opb
0.10/0.10	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.016s.
0.10/0.12	c declared #vars     49
0.10/0.12	c #constraints  49
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
0.10/0.12	c 49 constraints processed.
0.10/0.12	c objective function length is 49 literals
0.10/0.12	c SATISFIABLE
0.10/0.12	c OPTIMIZING...
0.10/0.12	c Got one! Elapsed wall clock time (in seconds):0.02
0.10/0.12	o 17
0.10/0.13	c Got one! Elapsed wall clock time (in seconds):0.028
0.10/0.13	o 16
0.10/0.13	c Got one! Elapsed wall clock time (in seconds):0.032
0.10/0.13	o 15
0.50/0.34	c cleaning 2531 clauses out of 5064 with flag 5002/5064
0.74/0.45	c cleaning 4262 clauses out of 8531 with flag 11000/11062
0.96/0.56	c cleaning 5632 clauses out of 11270 with flag 18001/18063
1.07/0.69	c cleaning 6816 clauses out of 13637 with flag 26000/26062
1.29/0.86	c cleaning 7909 clauses out of 15821 with flag 35000/35062
1.50/1.05	c cleaning 8953 clauses out of 17913 with flag 45001/45063
1.50/1.08	c Got one! Elapsed wall clock time (in seconds):0.978
1.50/1.08	o 14
1.61/1.17	c cleaning 7338 clauses out of 14675 with flag 5000/50778
1.70/1.29	c cleaning 6667 clauses out of 13337 with flag 11000/56778
1.91/1.42	c cleaning 6832 clauses out of 13670 with flag 18000/63778
2.01/1.58	c cleaning 7417 clauses out of 14839 with flag 26001/71779
2.23/1.75	c cleaning 8211 clauses out of 16421 with flag 35000/80778
2.44/1.96	c cleaning 9105 clauses out of 18212 with flag 45002/90780
2.66/2.17	c cleaning 10050 clauses out of 20105 with flag 56000/101778
2.97/2.42	c cleaning 11029 clauses out of 22058 with flag 68003/113781
3.27/2.70	c cleaning 12012 clauses out of 24026 with flag 81000/126778
3.58/3.03	c cleaning 13008 clauses out of 26015 with flag 95001/140779
3.99/3.40	c cleaning 13997 clauses out of 28006 with flag 110000/155778
4.39/3.82	c cleaning 15001 clauses out of 30009 with flag 126000/171778
4.81/4.29	c cleaning 16002 clauses out of 32008 with flag 143000/188778
5.42/4.83	c cleaning 17003 clauses out of 34007 with flag 161001/206779
6.03/5.43	c cleaning 17999 clauses out of 36003 with flag 180000/225778
6.65/6.05	c cleaning 18997 clauses out of 38004 with flag 200000/245778
7.46/6.80	c cleaning 20004 clauses out of 40007 with flag 221000/266778
8.18/7.53	c cleaning 21001 clauses out of 42003 with flag 243000/288778
9.00/8.30	c cleaning 22002 clauses out of 44003 with flag 266001/311779
9.80/9.10	c cleaning 22997 clauses out of 46001 with flag 290001/335779
10.72/10.06	c cleaning 23996 clauses out of 48004 with flag 315001/360779
11.34/10.64	c Got one! Elapsed wall clock time (in seconds):10.54
11.34/10.64	o 13
11.65/10.98	c cleaning 24892 clauses out of 49783 with flag 5000/386554
11.96/11.22	c cleaning 15444 clauses out of 30891 with flag 11000/392554
12.06/11.39	c cleaning 11221 clauses out of 22448 with flag 18001/399555
12.28/11.56	c cleaning 9612 clauses out of 19226 with flag 26000/407554
12.50/11.73	c cleaning 9303 clauses out of 18615 with flag 35001/416555
12.72/11.93	c cleaning 9655 clauses out of 19312 with flag 45001/426555
12.93/12.13	c cleaning 10325 clauses out of 20656 with flag 56000/437554
13.14/12.37	c cleaning 11166 clauses out of 22333 with flag 68002/449556
13.45/12.64	c cleaning 12081 clauses out of 24165 with flag 81000/462554
13.76/12.95	c cleaning 13042 clauses out of 26084 with flag 95000/476554
14.06/13.28	c cleaning 14020 clauses out of 28042 with flag 110000/491554
14.50/13.68	c cleaning 15011 clauses out of 30022 with flag 126000/507554
15.02/14.12	c cleaning 16004 clauses out of 32011 with flag 143000/524554
15.52/14.61	c cleaning 17003 clauses out of 34008 with flag 161001/542555
16.02/15.17	c cleaning 17999 clauses out of 36004 with flag 180000/561554
16.64/15.74	c cleaning 19000 clauses out of 38006 with flag 200001/581555
17.24/16.38	c cleaning 20001 clauses out of 40005 with flag 221000/602554
17.94/17.00	c cleaning 20999 clauses out of 42005 with flag 243001/624555
18.66/17.79	c cleaning 22000 clauses out of 44005 with flag 266000/647554
19.57/18.64	c cleaning 23001 clauses out of 46005 with flag 290000/671554
20.46/19.57	c cleaning 23998 clauses out of 48005 with flag 315001/696555
21.56/20.62	c cleaning 25003 clauses out of 50008 with flag 341002/722556
22.57/21.68	c cleaning 25998 clauses out of 52004 with flag 368001/749555
23.77/22.84	c cleaning 27002 clauses out of 54006 with flag 396001/777555
25.27/24.02	c cleaning 28000 clauses out of 56004 with flag 425001/806555
26.54/25.20	c cleaning 29001 clauses out of 58003 with flag 455000/836554
27.85/26.36	c cleaning 30000 clauses out of 60003 with flag 486001/867555
29.27/27.71	c cleaning 31002 clauses out of 62004 with flag 518002/899556
30.68/29.11	c cleaning 31993 clauses out of 64000 with flag 551000/932554
32.08/30.50	c cleaning 33001 clauses out of 66007 with flag 585000/966554
33.49/31.95	c cleaning 34000 clauses out of 68006 with flag 620000/1001554
34.19/32.62	c Got one! Elapsed wall clock time (in seconds):32.524
34.19/32.62	o 12
34.59/33.05	c cleaning 31042 clauses out of 62084 with flag 5001/1029632
34.79/33.29	c cleaning 18520 clauses out of 37042 with flag 11001/1035632
34.99/33.46	c cleaning 12758 clauses out of 25521 with flag 18000/1042631
35.19/33.62	c cleaning 10379 clauses out of 20763 with flag 26000/1050631
35.31/33.79	c cleaning 9692 clauses out of 19385 with flag 35001/1059632
35.51/33.99	c cleaning 9842 clauses out of 19692 with flag 45000/1069631
35.84/34.22	c cleaning 10422 clauses out of 20851 with flag 56001/1080632
36.04/34.48	c cleaning 11215 clauses out of 22429 with flag 68001/1092632
36.51/34.81	c cleaning 12102 clauses out of 24213 with flag 81000/1105631
37.11/35.16	c cleaning 13053 clauses out of 26113 with flag 95002/1119633
37.56/35.48	c cleaning 14023 clauses out of 28058 with flag 110001/1134632
37.97/35.87	c cleaning 15011 clauses out of 30034 with flag 126000/1150631
38.38/36.30	c cleaning 16004 clauses out of 32022 with flag 143000/1167631
38.88/36.72	c cleaning 17004 clauses out of 34018 with flag 161000/1185631
39.29/37.16	c cleaning 18004 clauses out of 36014 with flag 180000/1204631
39.79/37.66	c cleaning 19003 clauses out of 38010 with flag 200001/1224632
40.40/38.20	c cleaning 20003 clauses out of 40006 with flag 221001/1245632
40.71/38.59	c starts		: 195
40.71/38.59	c conflicts		: 1258958
40.71/38.59	c decisions		: 1826820
40.71/38.59	c propagations		: 8494728
40.71/38.59	c inspects		: 543917470
40.71/38.59	c shortcuts		: 0
40.71/38.59	c learnt literals	: 18
40.71/38.59	c learnt binary clauses	: 17
40.71/38.59	c learnt ternary clauses	: 35
40.71/38.59	c learnt constraints	: 1258939
40.71/38.59	c ignored constraints	: 0
40.71/38.59	c root simplifications	: 0
40.71/38.59	c removed literals (reason simplification)	: 0
40.71/38.59	c reason swapping (by a shorter reason)	: 0
40.71/38.59	c Calls to reduceDB	: 75
40.71/38.59	c number of reductions to clauses (during analyze)	: 0
40.71/38.59	c number of learned constraints concerned by reduction	: 0
40.71/38.59	c number of learning phase by resolution	: 0
40.71/38.59	c number of learning phase by cutting planes	: 0
40.71/38.59	c speed (assignments/second)	: 220802.8696194635
40.71/38.59	c non guided choices	0
40.71/38.59	c learnt constraints type 
40.71/38.59	c constraints type 
40.71/38.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
40.71/38.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
40.71/38.59	c 49 constraints processed.
40.71/38.59	s OPTIMUM FOUND
40.71/38.59	v -x1 -x2 x3 -x4 x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 x42 -x43 -x44 x45 -x46 x47 -x48 -x49 
40.71/38.59	c objective function=12
40.71/38.59	c Total wall clock time (in seconds): 38.493

Verifier Data

OK	12

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-3687823-1337875553/watcher-3687823-1337875553 -o /tmp/evaluation-result-3687823-1337875553/solver-3687823-1337875553 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687823-1337875553.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9914
/proc/meminfo: memFree=28436636/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9914/stat : 9914 (java) R 9912 9914 8709 0 -1 4202496 901 0 0 0 0 0 0 0 20 0 1 0 253680113 23793664 630 33554432000 1073741824 1073778376 140733791113808 140733791102872 213410429505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 5809 642 476 9 0 128 0

[startup+0.0858139 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9914
/proc/meminfo: memFree=28436636/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 4275 0 1 0 8 0 0 0 20 0 18 0 253680113 9787813888 5468 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2389603 5468 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100296 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9914
/proc/meminfo: memFree=28436636/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 4427 0 1 0 10 0 0 0 20 0 18 0 253680113 9787813888 6093 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2389603 6093 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9914
/proc/meminfo: memFree=28436636/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 6525 0 1 0 49 1 0 0 20 0 19 0 253680113 9855975424 7697 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 7697 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700308 s]
/proc/loadavg: 2.00 2.00 1.91 3/194 9914
/proc/meminfo: memFree=28436636/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 13774 0 1 0 116 2 0 0 20 0 19 0 253680113 9855975424 14480 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 14480 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9933
/proc/meminfo: memFree=28387564/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=2.01 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 13785 0 1 0 199 2 0 0 20 0 19 0 253680113 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 14997 2261 9 0 2396937 0
[pid=9914/tid=9916] ppid=9912 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/9914/task/9916/stat : 9916 (java) R 9912 9914 8709 0 -1 4202560 2451 0 1 0 137 0 0 0 20 0 19 0 253680113 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924442177944 139924280327966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9917] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9917/stat : 9917 (java) S 9912 9914 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924403669800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9918] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9918/stat : 9918 (java) S 9912 9914 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924402617000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9919] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9919/stat : 9919 (java) S 9912 9914 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924401564712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9920] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9920/stat : 9920 (java) S 9912 9914 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924400511912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9921] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9921/stat : 9921 (java) S 9912 9914 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924399458600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9922] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9922/stat : 9922 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924398405800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9923] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9923/stat : 9923 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924279913000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9924] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9924/stat : 9924 (java) S 9912 9914 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924278860200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9925] ppid=9912 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/9914/task/9925/stat : 9925 (java) S 9912 9914 8709 0 -1 4202560 42 0 0 0 7 0 0 0 20 0 19 0 253680115 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924266449640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9926] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9926/stat : 9926 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924265395704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9927] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9927/stat : 9927 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139924264343304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9928] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9928/stat : 9928 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139923524938640 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9929] ppid=9912 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/9914/task/9929/stat : 9929 (java) S 9912 9914 8709 0 -1 4202560 1885 0 0 0 19 0 0 0 20 0 19 0 253680118 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139923523885240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9930] ppid=9912 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/9914/task/9930/stat : 9930 (java) S 9912 9914 8709 0 -1 4202560 8185 0 0 0 26 2 0 0 20 0 19 0 253680118 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139923522832440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9931] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9931/stat : 9931 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139923521780344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9932] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9932/stat : 9932 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139923520727752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9933] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9933/stat : 9933 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680125 9855975424 14997 33554432000 1073741824 1073778376 140733791113808 139923519673768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9933
/proc/meminfo: memFree=28384896/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=3.69 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 13826 0 1 0 367 2 0 0 20 0 19 0 253680113 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 15031 2261 9 0 2396937 0
[pid=9914/tid=9916] ppid=9912 vsize=9624976 CPUtime=2.86 cores=1,3,5,7
/proc/9914/task/9916/stat : 9916 (java) R 9912 9914 8709 0 -1 4202560 2458 0 1 0 286 0 0 0 20 0 19 0 253680113 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924442177944 139924280407185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9917] ppid=9912 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9914/task/9917/stat : 9917 (java) S 9912 9914 8709 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924403669800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9918] ppid=9912 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9914/task/9918/stat : 9918 (java) S 9912 9914 8709 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924402617000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9919] ppid=9912 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9914/task/9919/stat : 9919 (java) S 9912 9914 8709 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924401564712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9920] ppid=9912 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9914/task/9920/stat : 9920 (java) S 9912 9914 8709 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924400511912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9921] ppid=9912 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9914/task/9921/stat : 9921 (java) S 9912 9914 8709 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924399458600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9922] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9922/stat : 9922 (java) S 9912 9914 8709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924398405800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9923] ppid=9912 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/9914/task/9923/stat : 9923 (java) S 9912 9914 8709 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924279913000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9924] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9924/stat : 9924 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680114 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924278860200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9925] ppid=9912 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/9914/task/9925/stat : 9925 (java) S 9912 9914 8709 0 -1 4202560 42 0 0 0 13 0 0 0 20 0 19 0 253680115 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924266449640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9926] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9926/stat : 9926 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924265395704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9927] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9927/stat : 9927 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139924264343304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9928] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9928/stat : 9928 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139923524938640 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9929] ppid=9912 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/9914/task/9929/stat : 9929 (java) S 9912 9914 8709 0 -1 4202560 1885 0 0 0 19 0 0 0 20 0 19 0 253680118 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139923523885240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9930] ppid=9912 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/9914/task/9930/stat : 9930 (java) S 9912 9914 8709 0 -1 4202560 8185 0 0 0 26 2 0 0 20 0 19 0 253680118 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139923522832440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9931] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9931/stat : 9931 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139923521780344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9932] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9932/stat : 9932 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139923520727752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9933] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9933/stat : 9933 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680125 9855975424 15031 33554432000 1073741824 1073778376 140733791113808 139923519673768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9933
/proc/meminfo: memFree=28384772/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=6.96 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 13856 0 1 0 693 3 0 0 20 0 19 0 253680113 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 15323 2261 9 0 2396937 0
[pid=9914/tid=9916] ppid=9912 vsize=9624976 CPUtime=5.93 cores=1,3,5,7
/proc/9914/task/9916/stat : 9916 (java) R 9912 9914 8709 0 -1 4202560 2465 0 1 0 593 0 0 0 20 0 19 0 253680113 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924442177944 139924280375117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9917] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9917/stat : 9917 (java) S 9912 9914 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924403669800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9918] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9918/stat : 9918 (java) S 9912 9914 8709 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924402617000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9919] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9919/stat : 9919 (java) S 9912 9914 8709 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924401564712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9920] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9920/stat : 9920 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924400511912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9921] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9921/stat : 9921 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924399458600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9922] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9922/stat : 9922 (java) S 9912 9914 8709 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924398405800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9923] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9923/stat : 9923 (java) S 9912 9914 8709 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924279913000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9924] ppid=9912 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/9914/task/9924/stat : 9924 (java) S 9912 9914 8709 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253680114 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924278860200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9925] ppid=9912 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/9914/task/9925/stat : 9925 (java) S 9912 9914 8709 0 -1 4202560 43 0 0 0 21 0 0 0 20 0 19 0 253680115 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924266449640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9926] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9926/stat : 9926 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924265395704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9927] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9927/stat : 9927 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139924264343304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9928] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9928/stat : 9928 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139923524938640 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9929] ppid=9912 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/9914/task/9929/stat : 9929 (java) S 9912 9914 8709 0 -1 4202560 1885 0 0 0 19 0 0 0 20 0 19 0 253680118 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139923523885240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9930] ppid=9912 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/9914/task/9930/stat : 9930 (java) S 9912 9914 8709 0 -1 4202560 8185 0 0 0 26 2 0 0 20 0 19 0 253680118 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139923522832440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9931] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9931/stat : 9931 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139923521780344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9932] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9932/stat : 9932 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139923520727752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9933] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9933/stat : 9933 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680125 9855975424 15323 33554432000 1073741824 1073778376 140733791113808 139923519673768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=9914/tid=9923] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9923/stat : 9923 (java) S 9912 9914 8709 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924279913000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9924] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9924/stat : 9924 (java) S 9912 9914 8709 0 -1 4202560 55 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924278860200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9925] ppid=9912 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/9914/task/9925/stat : 9925 (java) S 9912 9914 8709 0 -1 4202560 64 0 0 0 93 0 0 0 20 0 19 0 253680115 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924266449640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9926] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9926/stat : 9926 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924265395704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9927] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9927/stat : 9927 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924264343304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9928] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9928/stat : 9928 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923524938640 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9929] ppid=9912 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/9914/task/9929/stat : 9929 (java) S 9912 9914 8709 0 -1 4202560 1885 0 0 0 24 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923523885240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9930] ppid=9912 vsize=9624976 CPUtime=1.37 cores=1,3,5,7
/proc/9914/task/9930/stat : 9930 (java) S 9912 9914 8709 0 -1 4202560 11879 0 0 0 135 2 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923522832440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9931] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9931/stat : 9931 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923521780344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9932] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9932/stat : 9932 (java) S 9912 9914 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923520727752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9933] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9933/stat : 9933 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680125 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923519673768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.88
Current children cumulated vsize (KiB) 9624976

[startup+37.5007 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9933
/proc/meminfo: memFree=28372124/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=39.69 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 17746 0 1 0 3963 6 0 0 20 0 19 0 253680113 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 18030 2267 9 0 2396937 0
[pid=9914/tid=9916] ppid=9912 vsize=9624976 CPUtime=36.08 cores=1,3,5,7
/proc/9914/task/9916/stat : 9916 (java) R 9912 9914 8709 0 -1 4202560 2519 0 1 0 3607 1 0 0 20 0 19 0 253680113 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924442177824 139924280407634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9917] ppid=9912 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9914/task/9917/stat : 9917 (java) S 9912 9914 8709 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924403669800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9918] ppid=9912 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/9914/task/9918/stat : 9918 (java) S 9912 9914 8709 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924402617000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9919] ppid=9912 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/9914/task/9919/stat : 9919 (java) S 9912 9914 8709 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924401564712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9920] ppid=9912 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9914/task/9920/stat : 9920 (java) S 9912 9914 8709 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924400511912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9921] ppid=9912 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9914/task/9921/stat : 9921 (java) S 9912 9914 8709 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924399458600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9922] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9922/stat : 9922 (java) S 9912 9914 8709 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924398405800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9923] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9923/stat : 9923 (java) S 9912 9914 8709 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924279913000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9924] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9924/stat : 9924 (java) S 9912 9914 8709 0 -1 4202560 55 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924278860200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9925] ppid=9912 vsize=9624976 CPUtime=0.96 cores=1,3,5,7
/proc/9914/task/9925/stat : 9925 (java) S 9912 9914 8709 0 -1 4202560 64 0 0 0 96 0 0 0 20 0 19 0 253680115 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924266449640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9926] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9926/stat : 9926 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924265395704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9927] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9927/stat : 9927 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924264343304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9928] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9928/stat : 9928 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923524938640 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9929] ppid=9912 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/9914/task/9929/stat : 9929 (java) S 9912 9914 8709 0 -1 4202560 1885 0 0 0 24 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923523885240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9930] ppid=9912 vsize=9624976 CPUtime=1.38 cores=1,3,5,7
/proc/9914/task/9930/stat : 9930 (java) S 9912 9914 8709 0 -1 4202560 11879 0 0 0 136 2 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923522832440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9931] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9931/stat : 9931 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923521780344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9932] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9932/stat : 9932 (java) S 9912 9914 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923520727752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9933] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9933/stat : 9933 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680125 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923519673768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 39.69
Current children cumulated vsize (KiB) 9624976

[startup+38.3007 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9933
/proc/meminfo: memFree=28372124/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=40.5 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 17748 0 1 0 4044 6 0 0 20 0 19 0 253680113 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 18030 2267 9 0 2396937 0
[pid=9914/tid=9916] ppid=9912 vsize=9624976 CPUtime=36.85 cores=1,3,5,7
/proc/9914/task/9916/stat : 9916 (java) R 9912 9914 8709 0 -1 4202560 2521 0 1 0 3684 1 0 0 20 0 19 0 253680113 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924442177824 139924280346279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9917] ppid=9912 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9914/task/9917/stat : 9917 (java) S 9912 9914 8709 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924403669800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9918] ppid=9912 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/9914/task/9918/stat : 9918 (java) S 9912 9914 8709 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924402617000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9919] ppid=9912 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/9914/task/9919/stat : 9919 (java) S 9912 9914 8709 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924401564712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9920] ppid=9912 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9914/task/9920/stat : 9920 (java) S 9912 9914 8709 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924400511912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9921] ppid=9912 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9914/task/9921/stat : 9921 (java) S 9912 9914 8709 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924399458600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9922] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9922/stat : 9922 (java) S 9912 9914 8709 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924398405800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9923] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9923/stat : 9923 (java) S 9912 9914 8709 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924279913000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9924] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9924/stat : 9924 (java) S 9912 9914 8709 0 -1 4202560 55 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924278860200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9925] ppid=9912 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/9914/task/9925/stat : 9925 (java) S 9912 9914 8709 0 -1 4202560 64 0 0 0 99 0 0 0 20 0 19 0 253680115 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924266449640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9926] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9926/stat : 9926 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924265395704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9927] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9927/stat : 9927 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924264343304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9928] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9928/stat : 9928 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923524938640 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9929] ppid=9912 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/9914/task/9929/stat : 9929 (java) S 9912 9914 8709 0 -1 4202560 1885 0 0 0 24 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923523885240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9930] ppid=9912 vsize=9624976 CPUtime=1.39 cores=1,3,5,7
/proc/9914/task/9930/stat : 9930 (java) S 9912 9914 8709 0 -1 4202560 11879 0 0 0 137 2 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923522832440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9931] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9931/stat : 9931 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923521780344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9932] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9932/stat : 9932 (java) S 9912 9914 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923520727752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9933] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9933/stat : 9933 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680125 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923519673768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 40.5
Current children cumulated vsize (KiB) 9624976

[startup+38.5071 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9933
/proc/meminfo: memFree=28372124/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=9624976 CPUtime=40.71 cores=1,3,5,7
/proc/9914/stat : 9914 (java) S 9912 9914 8709 0 -1 4202496 17748 0 1 0 4065 6 0 0 20 0 19 0 253680113 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 140733791104944 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 2406244 18030 2267 9 0 2396937 0
[pid=9914/tid=9916] ppid=9912 vsize=9624976 CPUtime=37.05 cores=1,3,5,7
/proc/9914/task/9916/stat : 9916 (java) R 9912 9914 8709 0 -1 4202560 2521 0 1 0 3704 1 0 0 20 0 19 0 253680113 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924442177824 139924280518320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9917] ppid=9912 vsize=9624976 CPUtime=0.08 cores=1,3,5,7
/proc/9914/task/9917/stat : 9917 (java) S 9912 9914 8709 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924403669800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9918] ppid=9912 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/9914/task/9918/stat : 9918 (java) S 9912 9914 8709 0 -1 4202560 26 0 0 0 11 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924402617000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9919] ppid=9912 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/9914/task/9919/stat : 9919 (java) S 9912 9914 8709 0 -1 4202560 25 0 0 0 11 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924401564712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9920] ppid=9912 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9914/task/9920/stat : 9920 (java) S 9912 9914 8709 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924400511912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9921] ppid=9912 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/9914/task/9921/stat : 9921 (java) S 9912 9914 8709 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924399458600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9922] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9922/stat : 9922 (java) S 9912 9914 8709 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924398405800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9923] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9923/stat : 9923 (java) S 9912 9914 8709 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924279913000 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9924] ppid=9912 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9924/stat : 9924 (java) S 9912 9914 8709 0 -1 4202560 55 0 0 0 9 0 0 0 20 0 19 0 253680114 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924278860200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9925] ppid=9912 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/9914/task/9925/stat : 9925 (java) S 9912 9914 8709 0 -1 4202560 64 0 0 0 99 0 0 0 20 0 19 0 253680115 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924266449640 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9926] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9926/stat : 9926 (java) S 9912 9914 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924265395704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9927] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9927/stat : 9927 (java) S 9912 9914 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680116 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139924264343304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9928] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9928/stat : 9928 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923524938640 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9914/tid=9929] ppid=9912 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/9914/task/9929/stat : 9929 (java) S 9912 9914 8709 0 -1 4202560 1885 0 0 0 24 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923523885240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9930] ppid=9912 vsize=9624976 CPUtime=1.39 cores=1,3,5,7
/proc/9914/task/9930/stat : 9930 (java) S 9912 9914 8709 0 -1 4202560 11879 0 0 0 137 2 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923522832440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9914/tid=9931] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9931/stat : 9931 (java) S 9912 9914 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923521780344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9914/tid=9932] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9932/stat : 9932 (java) S 9912 9914 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253680118 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923520727752 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9914/tid=9933] ppid=9912 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/9914/task/9933/stat : 9933 (java) S 9912 9914 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680125 9855975424 18030 33554432000 1073741824 1073778376 140733791113808 139923519673768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 40.71
Current children cumulated vsize (KiB) 9624976

[startup+38.6007 s]
/proc/loadavg: 2.00 2.00 1.91 3/213 9933
/proc/meminfo: memFree=28372124/32873844 swapFree=6592/6592
[pid=9914] ppid=9912 vsize=0 CPUtime=40.76 cores=1,3,5,7
/proc/9914/stat : 9914 (java) Z 9912 9914 8709 0 -1 4203532 17766 0 1 0 4062 14 0 0 20 0 2 0 253680113 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9914/statm: 0 0 0 0 0 0 0
[pid=9914/tid=9922] ppid=9912 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/9914/task/9922/stat : 9922 (java) R 9912 9914 8709 0 -1 4203588 12 0 0 0 9 0 0 0 20 0 2 0 253680114 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 40.76
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 38.6023
CPU time (s): 40.7668
CPU user time (s): 40.6168
CPU system time (s): 0.149977
CPU usage (%): 105.607
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.6168
system time used= 0.149977
maximum resident set size= 72260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17766
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3122
involuntary context switches= 3582

runsolver used 0.165974 second user time and 0.396939 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 18:05:53
IDJOB=3687823
IDBENCH=2216
IDSOLVER=2269
FILE ID=node140/3687823-1337875553
RUNJOBID= node140-1337871881-8726
PBS_JOBID= 14620064
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g7x7.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687823-1337875553/watcher-3687823-1337875553 -o /tmp/evaluation-result-3687823-1337875553/solver-3687823-1337875553 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687823-1337875553.opb

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

MD5SUM BENCH= cb84e2b94add4387530e3674f52279cd
RANDOM SEED=1872676626

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28436900 kB
Buffers:          222516 kB
Cached:          3262892 kB
SwapCached:            0 kB
Active:           553040 kB
Inactive:        3105348 kB
Active(anon):     174528 kB
Inactive(anon):        0 kB
Active(file):     378512 kB
Inactive(file):  3105348 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:            24 kB
AnonPages:        178044 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             640172 kB
SReclaimable:      82512 kB
SUnreclaim:       557660 kB
KernelStack:        1592 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node140 at 2012-05-24 18:06:31