Trace number 3492370

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 19.503 18.987

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
MD5SUMfa579923f1914e3dd4bd69a6764b2913
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.77973
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 Expensive 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 --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492370-1307909683.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.29/0.23	c SATISFIABLE
0.29/0.23	c OPTIMIZING...
0.29/0.23	c Got one! Elapsed wall clock time (in seconds):0.126
0.29/0.23	o 672
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.29/0.27	o 588
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.183
0.29/0.29	o 536
0.57/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.57/0.30	o 488
0.57/0.32	c Got one! Elapsed wall clock time (in seconds):0.214
0.57/0.32	o 436
0.57/0.34	c Got one! Elapsed wall clock time (in seconds):0.236
0.57/0.34	o 421
0.57/0.35	c Got one! Elapsed wall clock time (in seconds):0.244
0.57/0.35	o 420
0.57/0.36	c Got one! Elapsed wall clock time (in seconds):0.259
0.57/0.36	o 409
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.69/0.40	o 362
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.69/0.42	o 302
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.39
0.69/0.49	o 254
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.437
0.81/0.54	o 228
0.91/0.69	c cleaning 4625 clauses out of 9257 with flag 2001/9257
1.02/0.73	c Got one! Elapsed wall clock time (in seconds):0.63
1.02/0.73	o 216
1.14/0.80	c Got one! Elapsed wall clock time (in seconds):0.693
1.14/0.80	o 190
1.24/0.91	c Got one! Elapsed wall clock time (in seconds):0.808
1.24/0.91	o 180
1.24/0.95	c Got one! Elapsed wall clock time (in seconds):0.844
1.24/0.95	o 157
1.24/1.00	c cleaning 6183 clauses out of 12369 with flag 1001/16994
1.36/1.08	c Got one! Elapsed wall clock time (in seconds):0.973
1.36/1.08	o 154
1.47/1.19	c Got one! Elapsed wall clock time (in seconds):1.086
1.47/1.19	o 127
1.56/1.24	c cleaning 6169 clauses out of 12344 with flag 1000/23152
1.69/1.31	c Got one! Elapsed wall clock time (in seconds):1.204
1.69/1.31	o 124
1.69/1.39	c Got one! Elapsed wall clock time (in seconds):1.287
1.69/1.39	o 86
1.79/1.44	c Got one! Elapsed wall clock time (in seconds):1.338
1.79/1.44	o 34
1.79/1.49	c cleaning 6428 clauses out of 12864 with flag 1001/29841
2.02/1.66	c Got one! Elapsed wall clock time (in seconds):1.56
2.02/1.66	o 2
2.22/1.89	c cleaning 8301 clauses out of 16615 with flag 5000/40020
2.52/2.13	c cleaning 7156 clauses out of 14315 with flag 11001/46021
2.82/2.41	c cleaning 7074 clauses out of 14159 with flag 18001/53021
3.12/2.74	c cleaning 7538 clauses out of 15084 with flag 26000/61020
3.52/3.11	c cleaning 8270 clauses out of 16548 with flag 35002/70022
3.82/3.49	c cleaning 9135 clauses out of 18277 with flag 45001/80021
4.32/3.90	c cleaning 9569 clauses out of 19143 with flag 55002/90022
4.73/4.33	c cleaning 9784 clauses out of 19574 with flag 65002/100022
5.12/4.70	c cleaning 9893 clauses out of 19791 with flag 75003/110023
5.52/5.12	c cleaning 9945 clauses out of 19897 with flag 85002/120022
5.94/5.59	c cleaning 9970 clauses out of 19950 with flag 95000/130020
6.43/6.02	c cleaning 9987 clauses out of 19982 with flag 105002/140022
6.83/6.46	c cleaning 9996 clauses out of 19997 with flag 115004/150024
7.23/6.89	c cleaning 9993 clauses out of 19998 with flag 125001/160021
7.73/7.33	c cleaning 10000 clauses out of 20004 with flag 135000/170020
8.14/7.77	c cleaning 10000 clauses out of 20004 with flag 145000/180020
8.63/8.22	c cleaning 9991 clauses out of 20004 with flag 155000/190020
9.04/8.62	c cleaning 9999 clauses out of 20014 with flag 165001/200021
9.34/9.00	c cleaning 10004 clauses out of 20014 with flag 175000/210020
9.74/9.36	c cleaning 10000 clauses out of 20010 with flag 185000/220020
10.14/9.74	c cleaning 10001 clauses out of 20010 with flag 195000/230020
10.54/10.15	c cleaning 10000 clauses out of 20013 with flag 205004/240024
10.94/10.52	c cleaning 10000 clauses out of 20009 with flag 215000/250020
11.24/10.89	c cleaning 10003 clauses out of 20013 with flag 225004/260024
11.64/11.29	c cleaning 9998 clauses out of 20007 with flag 235001/270021
12.14/11.71	c cleaning 10001 clauses out of 20009 with flag 245001/280021
12.55/12.11	c cleaning 9999 clauses out of 20007 with flag 255000/290020
12.95/12.53	c cleaning 9999 clauses out of 20008 with flag 265000/300020
13.34/12.93	c cleaning 10000 clauses out of 20010 with flag 275001/310021
13.75/13.31	c cleaning 10001 clauses out of 20010 with flag 285001/320021
14.15/13.70	c cleaning 10000 clauses out of 20008 with flag 295000/330020
14.45/14.09	c cleaning 9996 clauses out of 20009 with flag 305001/340021
14.95/14.50	c cleaning 10003 clauses out of 20016 with flag 315004/350024
15.35/14.91	c cleaning 10000 clauses out of 20009 with flag 325000/360020
15.65/15.30	c cleaning 9999 clauses out of 20009 with flag 335000/370020
16.06/15.69	c cleaning 10000 clauses out of 20010 with flag 345000/380020
16.56/16.10	c cleaning 10001 clauses out of 20010 with flag 355000/390020
16.96/16.51	c cleaning 10001 clauses out of 20009 with flag 365000/400020
17.36/16.92	c cleaning 10000 clauses out of 20008 with flag 375000/410020
17.76/17.33	c cleaning 9998 clauses out of 20008 with flag 385000/420020
18.16/17.74	c cleaning 10000 clauses out of 20010 with flag 395000/430020
18.56/18.15	c cleaning 10001 clauses out of 20012 with flag 405002/440022
18.97/18.55	c cleaning 10002 clauses out of 20010 with flag 415001/450021
19.39/18.98	c starts		: 173
19.39/18.98	c conflicts		: 459533
19.39/18.98	c decisions		: 638797
19.39/18.98	c propagations		: 9683491
19.39/18.98	c inspects		: 147633483
19.39/18.98	c shortcuts		: 0
19.39/18.98	c learnt literals	: 7
19.39/18.98	c learnt binary clauses	: 21
19.39/18.98	c learnt ternary clauses	: 101
19.39/18.98	c learnt constraints	: 459525
19.39/18.98	c ignored constraints	: 0
19.39/18.98	c root simplifications	: 0
19.39/18.98	c removed literals (reason simplification)	: 5413677
19.39/18.98	c reason swapping (by a shorter reason)	: 0
19.39/18.98	c Calls to reduceDB	: 47
19.39/18.98	c number of reductions to clauses (during analyze)	: 0
19.39/18.98	c number of learned constraints concerned by reduction	: 0
19.39/18.98	c number of learning phase by resolution	: 0
19.39/18.98	c number of learning phase by cutting planes	: 0
19.39/18.98	c speed (assignments/second)	: 559286.7621577914
19.39/18.98	c non guided choices	898
19.39/18.98	c learnt constraints type 
19.39/18.98	c constraints type 
19.39/18.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
19.39/18.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
19.39/18.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
19.39/18.98	s OPTIMUM FOUND
19.39/18.98	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 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 
19.39/18.98	c objective function=2
19.39/18.98	c Total wall clock time (in seconds): 18.875

Verifier Data

OK	2

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-3492370-1307909683/watcher-3492370-1307909683 -o /tmp/evaluation-result-3492370-1307909683/solver-3492370-1307909683 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492370-1307909683.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.04 1.96 3/193 23072
/proc/meminfo: memFree=12025548/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 1199 0 0 0 0 0 0 0 25 0 2 0 902567934 31313920 924 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 7645 934 710 9 0 383 0
[pid=23072/tid=23073] ppid=23070 vsize=30580 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 103 0 0 0 0 0 0 0 25 0 2 0 902567934 31313920 942 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274722734240 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.089548 s]
/proc/loadavg: 2.09 2.04 1.96 3/193 23072
/proc/meminfo: memFree=12025548/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10540084 CPUtime=0.09 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 12948 0 1 0 8 1 0 0 25 0 18 0 902567934 10793046016 12628 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635021 12628 2093 9 0 2625755 0
[pid=23072/tid=23073] ppid=23070 vsize=10540084 CPUtime=0.07 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 11030 0 1 0 6 1 0 0 18 0 18 0 902567934 10793046016 12628 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676635083 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540084

[startup+0.100527 s]
/proc/loadavg: 2.09 2.04 1.96 3/193 23072
/proc/meminfo: memFree=12025548/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10540216 CPUtime=0.1 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 13078 0 1 0 9 1 0 0 25 0 18 0 902567934 10793181184 12758 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635054 12759 2093 9 0 2625788 0
[pid=23072/tid=23073] ppid=23070 vsize=10540216 CPUtime=0.08 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 11161 0 1 0 7 1 0 0 18 0 18 0 902567934 10793181184 12759 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 47355228116504 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540216

[startup+0.300444 s]
/proc/loadavg: 2.09 2.04 1.96 3/193 23072
/proc/meminfo: memFree=12025548/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10543308 CPUtime=0.57 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 15925 0 1 0 55 2 0 0 25 0 19 0 902567934 10796347392 14866 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635827 14866 2215 9 0 2626561 0
[pid=23072/tid=23073] ppid=23070 vsize=10543308 CPUtime=0.28 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 11764 0 1 0 27 1 0 0 19 0 19 0 902567934 10796347392 14866 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 46912505548256 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10543308

[startup+0.700439 s]
/proc/loadavg: 2.09 2.04 1.96 3/193 23072
/proc/meminfo: memFree=12025548/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10543096 CPUtime=1.02 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 17041 0 1 0 100 2 0 0 25 0 19 0 902567934 10796130304 15838 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635774 15838 2240 9 0 2626508 0
[pid=23072/tid=23073] ppid=23070 vsize=10543096 CPUtime=0.66 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 19566 0 -1 4202560 12402 0 1 0 64 2 0 0 19 0 19 0 902567934 10796130304 15838 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10543096

[startup+1.50132 s]
/proc/loadavg: 2.08 2.04 1.96 5/212 23091
/proc/meminfo: memFree=11969620/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10542860 CPUtime=1.92 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 18121 0 1 0 189 3 0 0 25 0 19 0 902567934 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635715 16798 2249 9 0 2626449 0
[pid=23072/tid=23073] ppid=23070 vsize=10542860 CPUtime=1.42 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 19566 0 -1 4202560 12409 0 1 0 140 2 0 0 18 0 19 0 902567934 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 19566 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 19566 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 19566 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 19566 0 -1 4202560 118 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 19566 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 19566 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=10542860 CPUtime=0.04 cores=0,2,4,6
/proc/23072/task/23083/stat : 23083 (java) R 23070 23072 19566 0 -1 4202560 538 0 0 0 4 0 0 0 15 0 19 0 902567937 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 47355224718446 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=23072/tid=23084] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23085] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23085/stat : 23085 (java) S 23070 23072 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23086] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23086/stat : 23086 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676631985 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23087] ppid=23070 vsize=10542860 CPUtime=0.19 cores=0,2,4,6
/proc/23072/task/23087/stat : 23087 (java) S 23070 23072 19566 0 -1 4202560 1969 0 0 0 19 0 0 0 15 0 19 0 902567939 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23088] ppid=23070 vsize=10542860 CPUtime=0.23 cores=0,2,4,6
/proc/23072/task/23088/stat : 23088 (java) S 23070 23072 19566 0 -1 4202560 1245 0 0 0 23 0 0 0 15 0 19 0 902567939 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23089] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23089/stat : 23089 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23090] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23090/stat : 23090 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902567939 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23091] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23091/stat : 23091 (java) S 23070 23072 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902567950 10795888640 16798 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10542860

[startup+3.10103 s]
/proc/loadavg: 2.08 2.04 1.96 3/212 23091
/proc/meminfo: memFree=11966276/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10542860 CPUtime=3.52 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 18279 0 1 0 349 3 0 0 25 0 19 0 902567934 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635715 16952 2249 9 0 2626449 0
[pid=23072/tid=23073] ppid=23070 vsize=10542860 CPUtime=2.95 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 12413 0 1 0 293 2 0 0 20 0 19 0 902567934 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 46912505548256 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 19566 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 19566 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 19566 0 -1 4202560 35 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 19566 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 19566 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 19566 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 19566 0 -1 4202560 211 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=10542860 CPUtime=0.1 cores=0,2,4,6
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 19566 0 -1 4202560 653 0 0 0 10 0 0 0 16 0 19 0 902567937 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 0 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23084] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23085] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23085/stat : 23085 (java) S 23070 23072 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23086] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23086/stat : 23086 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676631985 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23087] ppid=23070 vsize=10542860 CPUtime=0.19 cores=0,2,4,6
/proc/23072/task/23087/stat : 23087 (java) S 23070 23072 19566 0 -1 4202560 1969 0 0 0 19 0 0 0 15 0 19 0 902567939 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23088] ppid=23070 vsize=10542860 CPUtime=0.23 cores=0,2,4,6
/proc/23072/task/23088/stat : 23088 (java) S 23070 23072 19566 0 -1 4202560 1245 0 0 0 23 0 0 0 15 0 19 0 902567939 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23089] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23089/stat : 23089 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23090] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23090/stat : 23090 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902567939 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23091] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23091/stat : 23091 (java) S 23070 23072 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902567950 10795888640 16952 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 10542860

[startup+6.30148 s]
/proc/loadavg: 2.07 2.04 1.96 3/212 23091
/proc/meminfo: memFree=11965160/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10542860 CPUtime=6.73 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 18361 0 1 0 669 4 0 0 25 0 19 0 902567934 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635715 17020 2249 9 0 2626449 0
[pid=23072/tid=23073] ppid=23070 vsize=10542860 CPUtime=6.03 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 12422 0 1 0 601 2 0 0 25 0 19 0 902567934 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 46912505524074 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 19566 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 19566 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 19566 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 19566 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 19566 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 19566 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 19566 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 19566 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=10542860 CPUtime=0.2 cores=0,2,4,6
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 19566 0 -1 4202560 714 0 0 0 20 0 0 0 15 0 19 0 902567937 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 0 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23084] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23085] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23085/stat : 23085 (java) S 23070 23072 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23086] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23086/stat : 23086 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676631985 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23087] ppid=23070 vsize=10542860 CPUtime=0.19 cores=0,2,4,6
/proc/23072/task/23087/stat : 23087 (java) S 23070 23072 19566 0 -1 4202560 1969 0 0 0 19 0 0 0 15 0 19 0 902567939 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23088] ppid=23070 vsize=10542860 CPUtime=0.23 cores=0,2,4,6
/proc/23072/task/23088/stat : 23088 (java) S 23070 23072 19566 0 -1 4202560 1245 0 0 0 23 0 0 0 15 0 19 0 902567939 10795888640 17020 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0

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

/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 19566 0 -1 4202560 174 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 19566 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 19566 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 19566 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 19566 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 19566 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 19566 0 -1 4202560 22 0 0 0 1 0 0 0 16 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 19566 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=10542860 CPUtime=0.57 cores=0,2,4,6
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 19566 0 -1 4202560 779 0 0 0 57 0 0 0 16 0 19 0 902567937 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 0 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23084] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23085] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23085/stat : 23085 (java) S 23070 23072 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23086] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23086/stat : 23086 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676631985 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23087] ppid=23070 vsize=10542860 CPUtime=0.19 cores=0,2,4,6
/proc/23072/task/23087/stat : 23087 (java) S 23070 23072 19566 0 -1 4202560 1969 0 0 0 19 0 0 0 15 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23088] ppid=23070 vsize=10542860 CPUtime=0.24 cores=0,2,4,6
/proc/23072/task/23088/stat : 23088 (java) S 23070 23072 19566 0 -1 4202560 1245 0 0 0 24 0 0 0 15 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23089] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23089/stat : 23089 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23090] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23090/stat : 23090 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23091] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23091/stat : 23091 (java) S 23070 23072 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902567950 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.97
Current children cumulated vsize (KiB) 10542860

[startup+18.3014 s]
/proc/loadavg: 2.13 2.06 1.96 3/212 23091
/proc/meminfo: memFree=11964324/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10542860 CPUtime=18.77 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 18465 0 1 0 1873 4 0 0 25 0 19 0 902567934 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2635715 17094 2249 9 0 2626449 0
[pid=23072/tid=23073] ppid=23070 vsize=10542860 CPUtime=17.59 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 12452 0 1 0 1757 2 0 0 25 0 19 0 902567934 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 46912505524274 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 19566 0 -1 4202560 174 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 19566 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 19566 0 -1 4202560 39 0 0 0 1 0 0 0 16 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 19566 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 19566 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 19566 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 19566 0 -1 4202560 22 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=10542860 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 19566 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 902567936 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=10542860 CPUtime=0.6 cores=0,2,4,6
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 19566 0 -1 4202560 779 0 0 0 60 0 0 0 16 0 19 0 902567937 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 0 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23084] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23085] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23085/stat : 23085 (java) S 23070 23072 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902567937 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23086] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23086/stat : 23086 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676631985 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23087] ppid=23070 vsize=10542860 CPUtime=0.19 cores=0,2,4,6
/proc/23072/task/23087/stat : 23087 (java) S 23070 23072 19566 0 -1 4202560 1969 0 0 0 19 0 0 0 15 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23088] ppid=23070 vsize=10542860 CPUtime=0.24 cores=0,2,4,6
/proc/23072/task/23088/stat : 23088 (java) S 23070 23072 19566 0 -1 4202560 1245 0 0 0 24 0 0 0 15 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23089] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23089/stat : 23089 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23090] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23090/stat : 23090 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902567939 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23091] ppid=23070 vsize=10542860 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23091/stat : 23091 (java) S 23070 23072 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902567950 10795888640 17094 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.77
Current children cumulated vsize (KiB) 10542860

[startup+18.7063 s]
/proc/loadavg: 2.13 2.06 1.96 3/212 23091
/proc/meminfo: memFree=11963580/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10544464 CPUtime=19.19 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 18775 0 1 0 1915 4 0 0 25 0 19 0 902567934 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2636116 17403 2250 9 0 2626850 0
[pid=23072/tid=23073] ppid=23070 vsize=10544464 CPUtime=17.98 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 12452 0 1 0 1796 2 0 0 25 0 19 0 902567934 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 46912505555821 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 19566 0 -1 4202560 175 0 0 0 1 0 0 0 16 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 19566 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 19566 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 19566 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 19566 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 19566 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 19566 0 -1 4202560 22 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 19566 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=10544464 CPUtime=0.61 cores=0,2,4,6
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 19566 0 -1 4202560 792 0 0 0 61 0 0 0 16 0 19 0 902567937 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 0 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23084] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902567937 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23085] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23085/stat : 23085 (java) S 23070 23072 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902567937 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23086] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23086/stat : 23086 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676631985 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23087] ppid=23070 vsize=10544464 CPUtime=0.19 cores=0,2,4,6
/proc/23072/task/23087/stat : 23087 (java) S 23070 23072 19566 0 -1 4202560 1969 0 0 0 19 0 0 0 15 0 19 0 902567939 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23088] ppid=23070 vsize=10544464 CPUtime=0.26 cores=0,2,4,6
/proc/23072/task/23088/stat : 23088 (java) S 23070 23072 19566 0 -1 4202560 1541 0 0 0 26 0 0 0 15 0 19 0 902567939 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23089] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23089/stat : 23089 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23090] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23090/stat : 23090 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902567939 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23091] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23091/stat : 23091 (java) S 23070 23072 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902567950 10797531136 17403 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 10544464

[startup+18.9013 s]
/proc/loadavg: 2.13 2.06 1.96 3/212 23091
/proc/meminfo: memFree=11963580/32951132 swapFree=67054624/67111528
[pid=23072] ppid=23070 vsize=10544464 CPUtime=19.39 cores=0,2,4,6
/proc/23072/stat : 23072 (java) S 23070 23072 19566 0 -1 4202496 18777 0 1 0 1935 4 0 0 25 0 19 0 902567934 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23072/statm: 2636116 17405 2250 9 0 2626850 0
[pid=23072/tid=23073] ppid=23070 vsize=10544464 CPUtime=18.17 cores=0,2,4,6
/proc/23072/task/23073/stat : 23073 (java) R 23070 23072 19566 0 -1 4202560 12454 0 1 0 1815 2 0 0 25 0 19 0 902567934 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 46912505548410 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 19566 0 -1 4202560 175 0 0 0 1 0 0 0 16 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 19566 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 19566 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 19566 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 19566 0 -1 4202560 121 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 19566 0 -1 4202560 143 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 6 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 19566 0 -1 4202560 22 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=10544464 CPUtime=0.01 cores=0,2,4,6
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 19566 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 902567936 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=10544464 CPUtime=0.61 cores=0,2,4,6
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 19566 0 -1 4202560 792 0 0 0 61 0 0 0 16 0 19 0 902567937 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 0 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23084] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902567937 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23085] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23085/stat : 23085 (java) S 23070 23072 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902567937 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23086] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23086/stat : 23086 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676631985 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23087] ppid=23070 vsize=10544464 CPUtime=0.19 cores=0,2,4,6
/proc/23072/task/23087/stat : 23087 (java) S 23070 23072 19566 0 -1 4202560 1969 0 0 0 19 0 0 0 15 0 19 0 902567939 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23088] ppid=23070 vsize=10544464 CPUtime=0.26 cores=0,2,4,6
/proc/23072/task/23088/stat : 23088 (java) S 23070 23072 19566 0 -1 4202560 1541 0 0 0 26 0 0 0 15 0 19 0 902567939 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
[pid=23072/tid=23089] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23089/stat : 23089 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902567939 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624281 0 4 0 16800975 18446604446172455104 0 0 -1 2 0 0 0
[pid=23072/tid=23090] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23090/stat : 23090 (java) S 23070 23072 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902567939 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 4 0 0 0
[pid=23072/tid=23091] ppid=23070 vsize=10544464 CPUtime=0 cores=0,2,4,6
/proc/23072/task/23091/stat : 23091 (java) S 23070 23072 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902567950 10797531136 17405 33554432000 1073741824 1073778376 140737327590944 18446744073709551615 274676624896 0 4 0 16800975 18446604446172455104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.39
Current children cumulated vsize (KiB) 10544464

Child status: 30
Real time (s): 18.987
CPU time (s): 19.503
CPU user time (s): 19.454
CPU system time (s): 0.048992
CPU usage (%): 102.718
Max. virtual memory (cumulated for all children) (KiB): 10544464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.454
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18869
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1906
involuntary context switches= 673

runsolver used 0.031995 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:14:43
IDJOB=3492370
IDBENCH=78783
IDSOLVER=1982
FILE ID=node131/3492370-1307909683
RUNJOBID= node131-1307907581-21984
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492370-1307909683/watcher-3492370-1307909683 -o /tmp/evaluation-result-3492370-1307909683/solver-3492370-1307909683 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492370-1307909683.wbo

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

MD5SUM BENCH= fa579923f1914e3dd4bd69a6764b2913
RANDOM SEED=995851264

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12026084 kB
Buffers:        333088 kB
Cached:       19809004 kB
SwapCached:       9816 kB
Active:       15678144 kB
Inactive:      4561780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12026084 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:       95976 kB
Mapped:          21296 kB
Slab:           622004 kB
PageTables:       4612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10570132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:15:02