Trace number 3492372

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 25.4871 24.1462

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-33-100-0.wbo
MD5SUM847d0323fa8c356cb3aab8830daa9fc0
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.9657
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492372-1307909694.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.055s.
0.09/0.17	c #vars     238
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.136
0.28/0.25	o 358
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.193
0.54/0.30	o 313
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.231
0.54/0.34	o 303
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.54/0.36	o 278
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.282
0.54/0.39	o 263
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.302
0.67/0.41	o 241
0.88/0.62	c cleaning 4457 clauses out of 8919 with flag 5002/8919
1.13/0.84	c cleaning 5224 clauses out of 10462 with flag 11002/14919
1.23/0.92	c Got one! Elapsed wall clock time (in seconds):0.807
1.23/0.92	o 230
1.34/1.03	c cleaning 5215 clauses out of 10443 with flag 3005/20124
1.34/1.07	c Got one! Elapsed wall clock time (in seconds):0.957
1.34/1.07	o 216
1.60/1.23	c cleaning 5403 clauses out of 10818 with flag 5000/25714
1.72/1.35	c Got one! Elapsed wall clock time (in seconds):1.242
1.72/1.35	o 214
1.82/1.42	c cleaning 5238 clauses out of 10486 with flag 2002/30785
1.82/1.46	c Got one! Elapsed wall clock time (in seconds):1.354
1.82/1.46	o 167
2.02/1.62	c Got one! Elapsed wall clock time (in seconds):1.509
2.02/1.62	o 140
2.02/1.66	c cleaning 5991 clauses out of 11986 with flag 1000/37523
2.22/1.88	c cleaning 5992 clauses out of 11996 with flag 7001/43524
2.53/2.16	c cleaning 6499 clauses out of 13003 with flag 14000/50523
2.83/2.43	c cleaning 7248 clauses out of 14506 with flag 22002/58525
2.93/2.55	c Got one! Elapsed wall clock time (in seconds):2.443
2.93/2.55	o 122
3.03/2.63	c cleaning 6229 clauses out of 12467 with flag 2000/63734
3.23/2.83	c Got one! Elapsed wall clock time (in seconds):2.718
3.23/2.83	o 101
3.43/3.05	c cleaning 8270 clauses out of 16554 with flag 5001/74050
4.05/3.33	c cleaning 7137 clauses out of 14283 with flag 11000/80049
4.43/3.64	c cleaning 7069 clauses out of 14146 with flag 18000/87049
4.60/3.75	c Got one! Elapsed wall clock time (in seconds):3.641
4.60/3.75	o 99
4.79/3.87	c cleaning 6273 clauses out of 12550 with flag 3003/92522
5.32/4.12	c cleaning 6131 clauses out of 12275 with flag 9001/98520
5.32/4.15	c Got one! Elapsed wall clock time (in seconds):4.042
5.32/4.15	o 43
5.53/4.32	c cleaning 5864 clauses out of 11734 with flag 5001/104110
5.73/4.53	c cleaning 5932 clauses out of 11871 with flag 11002/110111
5.73/4.56	c Got one! Elapsed wall clock time (in seconds):4.446
5.73/4.56	o 38
5.94/4.72	c cleaning 5707 clauses out of 11421 with flag 5001/115593
6.14/4.93	c cleaning 5853 clauses out of 11716 with flag 11003/121595
6.34/5.16	c cleaning 6427 clauses out of 12861 with flag 18001/128593
6.34/5.19	c Got one! Elapsed wall clock time (in seconds):5.075
6.34/5.19	o 21
6.55/5.35	c cleaning 6000 clauses out of 12008 with flag 5001/134167
6.75/5.54	c cleaning 6000 clauses out of 12007 with flag 11000/140166
6.95/5.77	c cleaning 6502 clauses out of 13007 with flag 18000/147166
7.25/6.05	c cleaning 7246 clauses out of 14506 with flag 26001/155167
7.35/6.17	c Got one! Elapsed wall clock time (in seconds):6.062
7.35/6.17	o 13
7.45/6.24	c cleaning 6624 clauses out of 13253 with flag 2000/161160
7.65/6.45	c cleaning 6311 clauses out of 12630 with flag 8001/167161
7.86/6.69	c cleaning 6656 clauses out of 13318 with flag 15000/174160
8.16/6.96	c cleaning 7329 clauses out of 14665 with flag 23003/182163
8.46/7.27	c cleaning 8161 clauses out of 16333 with flag 32000/191160
8.56/7.37	c Got one! Elapsed wall clock time (in seconds):7.263
8.56/7.37	o 6
8.66/7.45	c cleaning 6711 clauses out of 13431 with flag 2000/196419
8.87/7.64	c cleaning 6354 clauses out of 12720 with flag 8000/202419
9.06/7.86	c cleaning 6681 clauses out of 13367 with flag 15001/209420
9.37/8.12	c cleaning 7339 clauses out of 14686 with flag 23001/217420
9.67/8.43	c cleaning 8170 clauses out of 16347 with flag 32001/226420
9.97/8.77	c cleaning 9085 clauses out of 18178 with flag 42002/236421
10.37/9.12	c cleaning 9538 clauses out of 19091 with flag 52000/246419
10.67/9.48	c cleaning 9768 clauses out of 19553 with flag 62000/256419
11.07/9.84	c cleaning 9888 clauses out of 19786 with flag 72001/266420
11.37/10.18	c cleaning 9946 clauses out of 19900 with flag 82003/276422
11.77/10.52	c cleaning 9972 clauses out of 19952 with flag 92001/286420
12.07/10.88	c cleaning 9982 clauses out of 19980 with flag 102001/296420
12.47/11.25	c cleaning 9990 clauses out of 19997 with flag 112000/306419
12.87/11.64	c cleaning 10002 clauses out of 20011 with flag 122004/316423
13.17/12.00	c cleaning 10002 clauses out of 20005 with flag 132000/326419
13.57/12.36	c cleaning 9996 clauses out of 20004 with flag 142001/336420
13.97/12.70	c cleaning 9999 clauses out of 20007 with flag 152000/346419
14.27/13.05	c cleaning 10000 clauses out of 20011 with flag 162003/356422
14.67/13.41	c cleaning 10001 clauses out of 20008 with flag 172000/366419
14.97/13.74	c cleaning 9999 clauses out of 20007 with flag 182000/376419
15.38/14.11	c cleaning 9999 clauses out of 20009 with flag 192001/386420
15.70/14.48	c cleaning 10001 clauses out of 20009 with flag 202000/396419
16.10/14.82	c cleaning 10000 clauses out of 20009 with flag 212001/406420
16.40/15.17	c cleaning 9995 clauses out of 20008 with flag 222000/416419
16.80/15.53	c cleaning 10000 clauses out of 20013 with flag 232000/426419
17.21/15.90	c cleaning 10003 clauses out of 20013 with flag 242000/436419
17.51/16.27	c cleaning 10001 clauses out of 20012 with flag 252002/446421
17.91/16.65	c cleaning 10001 clauses out of 20011 with flag 262002/456421
18.31/17.04	c cleaning 10001 clauses out of 20009 with flag 272001/466420
18.71/17.41	c cleaning 10000 clauses out of 20009 with flag 282002/476421
19.01/17.75	c cleaning 9999 clauses out of 20007 with flag 292000/486419
19.41/18.11	c cleaning 9999 clauses out of 20009 with flag 302001/496420
19.71/18.46	c cleaning 9997 clauses out of 20009 with flag 312000/506419
20.11/18.80	c cleaning 10003 clauses out of 20014 with flag 322002/516421
20.41/19.15	c cleaning 10003 clauses out of 20011 with flag 332002/526421
20.71/19.49	c cleaning 9999 clauses out of 20008 with flag 342002/536421
21.12/19.84	c cleaning 10002 clauses out of 20009 with flag 352002/546421
21.41/20.18	c cleaning 10000 clauses out of 20005 with flag 362000/556419
21.81/20.54	c cleaning 9998 clauses out of 20005 with flag 372000/566419
22.12/20.89	c cleaning 9998 clauses out of 20007 with flag 382000/576419
22.51/21.23	c cleaning 10000 clauses out of 20009 with flag 392000/586419
22.82/21.57	c cleaning 9998 clauses out of 20009 with flag 402000/596419
23.22/21.92	c cleaning 10001 clauses out of 20011 with flag 412000/606419
23.52/22.29	c cleaning 10000 clauses out of 20010 with flag 422000/616419
23.92/22.65	c cleaning 10002 clauses out of 20010 with flag 432000/626419
24.33/23.04	c cleaning 9998 clauses out of 20008 with flag 442000/636419
24.62/23.38	c cleaning 10002 clauses out of 20010 with flag 452000/646419
25.02/23.73	c cleaning 9998 clauses out of 20008 with flag 462000/656419
25.12/23.89	c Got one! Elapsed wall clock time (in seconds):23.781
25.12/23.89	o 2
25.43/24.14	c starts		: 186
25.43/24.14	c conflicts		: 666292
25.43/24.14	c decisions		: 1026529
25.43/24.14	c propagations		: 14878970
25.43/24.14	c inspects		: 145795406
25.43/24.14	c shortcuts		: 0
25.43/24.14	c learnt literals	: 5
25.43/24.14	c learnt binary clauses	: 25
25.43/24.14	c learnt ternary clauses	: 228
25.43/24.14	c learnt constraints	: 666286
25.43/24.14	c ignored constraints	: 0
25.43/24.14	c root simplifications	: 0
25.43/24.14	c removed literals (reason simplification)	: 6044013
25.43/24.14	c reason swapping (by a shorter reason)	: 0
25.43/24.14	c Calls to reduceDB	: 77
25.43/24.14	c number of reductions to clauses (during analyze)	: 0
25.43/24.14	c number of learned constraints concerned by reduction	: 0
25.43/24.14	c number of learning phase by resolution	: 0
25.43/24.14	c number of learning phase by cutting planes	: 0
25.43/24.14	c speed (assignments/second)	: 6.0979385245901644E7
25.43/24.14	c non guided choices	1006
25.43/24.14	c learnt constraints type 
25.43/24.14	c constraints type 
25.43/24.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
25.43/24.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
25.43/24.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
25.43/24.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
25.43/24.14	s OPTIMUM FOUND
25.43/24.14	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 
25.43/24.14	c objective function=2
25.43/24.14	c Total wall clock time (in seconds): 24.026

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 /var/tmp/evaluation-result-3492372-1307909694/watcher-3492372-1307909694 -o /var/tmp/evaluation-result-3492372-1307909694/solver-3492372-1307909694 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492372-1307909694.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.55 2.11 1.97 2/195 26457
/proc/meminfo: memFree=10922540/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (java) R 26455 26457 24181 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 1 0 981199987 23580672 699 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260015433617 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/26457/statm: 5757 699 516 9 0 124 0

[startup+0.00855893 s]
/proc/loadavg: 2.55 2.11 1.97 2/195 26457
/proc/meminfo: memFree=10922540/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 1245 0 0 0 0 0 0 0 25 0 2 0 981199987 31268864 963 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 7634 963 736 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30536

[startup+0.100429 s]
/proc/loadavg: 2.55 2.11 1.97 2/195 26457
/proc/meminfo: memFree=10922540/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10539832 CPUtime=0.09 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 12993 0 1 0 7 2 0 0 25 0 18 0 981199987 10792787968 12673 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2634958 12673 2093 9 0 2625692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539832

[startup+0.30543 s]
/proc/loadavg: 2.55 2.11 1.97 2/195 26457
/proc/meminfo: memFree=10922540/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10543944 CPUtime=0.54 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 16159 0 1 0 51 3 0 0 25 0 19 0 981199987 10796998656 14789 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2635986 14789 2215 9 0 2626720 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543944

[startup+0.700317 s]
/proc/loadavg: 2.55 2.11 1.97 2/195 26457
/proc/meminfo: memFree=10922540/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10544088 CPUtime=1.03 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 17241 0 1 0 100 3 0 0 25 0 19 0 981199987 10797146112 15869 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2636022 15869 2247 9 0 2626756 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544088

[startup+1.50117 s]
/proc/loadavg: 2.55 2.11 1.97 3/214 26476
/proc/meminfo: memFree=10866612/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10544156 CPUtime=1.92 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 18237 0 1 0 189 3 0 0 25 0 19 0 981199987 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2636039 16269 2249 9 0 2626773 0
[pid=26457/tid=26459] ppid=26455 vsize=10544156 CPUtime=1.41 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26455 26457 24181 0 -1 4202560 12245 0 1 0 139 2 0 0 18 0 19 0 981199988 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 46912505598748 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26457/tid=26460] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26455 26457 24181 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26461] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26455 26457 24181 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26462] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26455 26457 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26463] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26455 26457 24181 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26464] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26465] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26455 26457 24181 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26466] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26455 26457 24181 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26467] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26455 26457 24181 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26468] ppid=26455 vsize=10544156 CPUtime=0.05 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26455 26457 24181 0 -1 4202560 426 0 0 0 5 0 0 0 16 0 19 0 981199991 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 0 0 16800975 18446604449797970624 0 0 -1 4 0 0 0
[pid=26457/tid=26469] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26455 26457 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981199991 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26470] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26455 26457 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981199991 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26471] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981199993 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032219569 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26472] ppid=26455 vsize=10544156 CPUtime=0.15 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26455 26457 24181 0 -1 4202560 1240 0 0 0 15 0 0 0 15 0 19 0 981199993 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26473] ppid=26455 vsize=10544156 CPUtime=0.27 cores=0,2,4,6
/proc/26457/task/26473/stat : 26473 (java) S 26455 26457 24181 0 -1 4202560 2671 0 0 0 27 0 0 0 15 0 19 0 981199993 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26474] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26474/stat : 26474 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981199993 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26475] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26475/stat : 26475 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199993 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26476] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26476/stat : 26476 (java) S 26455 26457 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981200005 10797215744 16269 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10544156

[startup+3.10088 s]
/proc/loadavg: 2.55 2.11 1.97 3/214 26477
/proc/meminfo: memFree=10865000/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10544156 CPUtime=3.62 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 22777 0 1 0 358 4 0 0 25 0 19 0 981199987 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2636039 19580 2249 9 0 2626773 0
[pid=26457/tid=26459] ppid=26455 vsize=10544156 CPUtime=2.93 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26455 26457 24181 0 -1 4202560 12252 0 1 0 291 2 0 0 20 0 19 0 981199988 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 46912505557116 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26457/tid=26460] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26455 26457 24181 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26461] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26455 26457 24181 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26462] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26455 26457 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26463] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26455 26457 24181 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26464] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26455 26457 24181 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26465] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26455 26457 24181 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26466] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26455 26457 24181 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26467] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26455 26457 24181 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 19 0 981199990 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26468] ppid=26455 vsize=10544156 CPUtime=0.12 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26455 26457 24181 0 -1 4202560 561 0 0 0 12 0 0 0 16 0 19 0 981199991 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 0 0 16800975 18446604449797970624 0 0 -1 4 0 0 0
[pid=26457/tid=26469] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26455 26457 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981199991 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26470] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26455 26457 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981199991 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26471] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981199993 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032219569 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26472] ppid=26455 vsize=10544156 CPUtime=0.21 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) R 26455 26457 24181 0 -1 4202560 5411 0 0 0 21 0 0 0 15 0 19 0 981199993 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 47457573794819 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26457/tid=26473] ppid=26455 vsize=10544156 CPUtime=0.29 cores=0,2,4,6
/proc/26457/task/26473/stat : 26473 (java) S 26455 26457 24181 0 -1 4202560 2671 0 0 0 29 0 0 0 15 0 19 0 981199993 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26474] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26474/stat : 26474 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981199993 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26475] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26475/stat : 26475 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199993 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26476] ppid=26455 vsize=10544156 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26476/stat : 26476 (java) S 26455 26457 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981200005 10797215744 19580 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10544156

[startup+6.30132 s]
/proc/loadavg: 2.50 2.11 1.97 3/214 26477
/proc/meminfo: memFree=10843396/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10545100 CPUtime=7.55 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 29882 0 1 0 749 6 0 0 25 0 19 0 981199987 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2636275 21671 2249 9 0 2627009 0
[pid=26457/tid=26459] ppid=26455 vsize=10545100 CPUtime=5.94 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26455 26457 24181 0 -1 4202560 12268 0 1 0 592 2 0 0 20 0 19 0 981199988 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 46912505557116 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26457/tid=26460] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26455 26457 24181 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26461] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26455 26457 24181 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26462] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26455 26457 24181 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26463] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26455 26457 24181 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26464] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26455 26457 24181 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26465] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26455 26457 24181 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26466] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26455 26457 24181 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26467] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26455 26457 24181 0 -1 4202560 183 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26468] ppid=26455 vsize=10545100 CPUtime=0.29 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26455 26457 24181 0 -1 4202560 562 0 0 0 29 0 0 0 16 0 19 0 981199991 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 0 0 16800975 18446604449797970624 0 0 -1 4 0 0 0
[pid=26457/tid=26469] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26455 26457 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26470] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26455 26457 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26471] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981199993 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032219569 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26472] ppid=26455 vsize=10545100 CPUtime=0.89 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26455 26457 24181 0 -1 4202560 12269 0 0 0 88 1 0 0 15 0 19 0 981199993 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26473] ppid=26455 vsize=10545100 CPUtime=0.32 cores=0,2,4,6
/proc/26457/task/26473/stat : 26473 (java) S 26455 26457 24181 0 -1 4202560 2898 0 0 0 32 0 0 0 15 0 19 0 981199993 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26474] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26474/stat : 26474 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981199993 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26475] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26475/stat : 26475 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199993 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26476] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26476/stat : 26476 (java) S 26455 26457 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981200005 10798182400 21671 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 10545100

[startup+12.7011 s]

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

/proc/26457/task/26460/stat : 26460 (java) S 26455 26457 24181 0 -1 4202560 176 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26461] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26455 26457 24181 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26462] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26455 26457 24181 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26463] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26455 26457 24181 0 -1 4202560 103 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26464] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26455 26457 24181 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26465] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26455 26457 24181 0 -1 4202560 21 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26466] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26455 26457 24181 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26467] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26455 26457 24181 0 -1 4202560 183 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26468] ppid=26455 vsize=10545100 CPUtime=0.91 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) R 26455 26457 24181 0 -1 4202560 804 0 0 0 90 1 0 0 15 0 19 0 981199991 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 47457573116960 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=26457/tid=26469] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26455 26457 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26470] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26455 26457 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26471] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981199993 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032219569 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26472] ppid=26455 vsize=10545100 CPUtime=0.92 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26455 26457 24181 0 -1 4202560 12271 0 0 0 91 1 0 0 15 0 19 0 981199993 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26473] ppid=26455 vsize=10545100 CPUtime=0.32 cores=0,2,4,6
/proc/26457/task/26473/stat : 26473 (java) S 26455 26457 24181 0 -1 4202560 2898 0 0 0 32 0 0 0 15 0 19 0 981199993 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26474] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26474/stat : 26474 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981199993 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26475] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26475/stat : 26475 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199993 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26476] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26476/stat : 26476 (java) S 26455 26457 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981200005 10798182400 21923 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.62
Current children cumulated vsize (KiB) 10545100

[startup+23.1073 s]
/proc/loadavg: 2.42 2.12 1.98 3/214 26477
/proc/meminfo: memFree=10842028/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10545100 CPUtime=24.43 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 30195 0 1 0 2436 7 0 0 25 0 19 0 981199987 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2636275 21926 2250 9 0 2627009 0
[pid=26457/tid=26459] ppid=26455 vsize=10545100 CPUtime=22.01 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26455 26457 24181 0 -1 4202560 12317 0 1 0 2199 2 0 0 18 0 19 0 981199988 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 46912505588064 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26457/tid=26460] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26455 26457 24181 0 -1 4202560 176 0 0 0 2 0 0 0 16 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26461] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26455 26457 24181 0 -1 4202560 29 0 0 0 2 0 0 0 16 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26462] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26455 26457 24181 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26463] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26455 26457 24181 0 -1 4202560 103 0 0 0 2 0 0 0 16 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26464] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26455 26457 24181 0 -1 4202560 40 0 0 0 1 0 0 0 16 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26465] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26455 26457 24181 0 -1 4202560 21 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26466] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26455 26457 24181 0 -1 4202560 193 0 0 0 1 0 0 0 16 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26467] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26455 26457 24181 0 -1 4202560 183 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26468] ppid=26455 vsize=10545100 CPUtime=0.95 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26455 26457 24181 0 -1 4202560 807 0 0 0 94 1 0 0 15 0 19 0 981199991 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 0 0 16800975 18446604449797970624 0 0 -1 4 0 0 0
[pid=26457/tid=26469] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26455 26457 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26470] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26455 26457 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26471] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981199993 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032219569 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26472] ppid=26455 vsize=10545100 CPUtime=0.92 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26455 26457 24181 0 -1 4202560 12271 0 0 0 91 1 0 0 15 0 19 0 981199993 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26473] ppid=26455 vsize=10545100 CPUtime=0.32 cores=0,2,4,6
/proc/26457/task/26473/stat : 26473 (java) S 26455 26457 24181 0 -1 4202560 2898 0 0 0 32 0 0 0 15 0 19 0 981199993 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26474] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26474/stat : 26474 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981199993 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26475] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26475/stat : 26475 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199993 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26476] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26476/stat : 26476 (java) S 26455 26457 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981200005 10798182400 21926 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 10545100

[startup+23.9011 s]
/proc/loadavg: 2.42 2.12 1.98 3/214 26477
/proc/meminfo: memFree=10842028/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10545100 CPUtime=25.23 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 30199 0 1 0 2516 7 0 0 25 0 19 0 981199987 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2636275 21928 2251 9 0 2627009 0
[pid=26457/tid=26459] ppid=26455 vsize=10545100 CPUtime=22.78 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26455 26457 24181 0 -1 4202560 12319 0 1 0 2276 2 0 0 19 0 19 0 981199988 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 46912505625434 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26457/tid=26460] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26455 26457 24181 0 -1 4202560 176 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26461] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26455 26457 24181 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26462] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26455 26457 24181 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26463] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26455 26457 24181 0 -1 4202560 103 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26464] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26455 26457 24181 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26465] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26455 26457 24181 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26466] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26455 26457 24181 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26467] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26455 26457 24181 0 -1 4202560 183 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26468] ppid=26455 vsize=10545100 CPUtime=0.97 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26455 26457 24181 0 -1 4202560 807 0 0 0 96 1 0 0 15 0 19 0 981199991 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 0 0 16800975 18446604449797970624 0 0 -1 4 0 0 0
[pid=26457/tid=26469] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26455 26457 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26470] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26455 26457 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26471] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981199993 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032219569 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26472] ppid=26455 vsize=10545100 CPUtime=0.92 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) R 26455 26457 24181 0 -1 4202560 12272 0 0 0 91 1 0 0 15 0 19 0 981199993 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 47457573977474 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26457/tid=26473] ppid=26455 vsize=10545100 CPUtime=0.32 cores=0,2,4,6
/proc/26457/task/26473/stat : 26473 (java) S 26455 26457 24181 0 -1 4202560 2898 0 0 0 32 0 0 0 15 0 19 0 981199993 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26474] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26474/stat : 26474 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981199993 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26475] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26475/stat : 26475 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199993 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26476] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26476/stat : 26476 (java) S 26455 26457 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981200005 10798182400 21928 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 10545100

[startup+24.1011 s]
/proc/loadavg: 2.42 2.12 1.98 3/214 26477
/proc/meminfo: memFree=10842028/32951124 swapFree=67056304/67111528
[pid=26457] ppid=26455 vsize=10545100 CPUtime=25.43 cores=0,2,4,6
/proc/26457/stat : 26457 (java) S 26455 26457 24181 0 -1 4202496 30201 0 1 0 2536 7 0 0 25 0 19 0 981199987 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26457/statm: 2636275 21930 2251 9 0 2627009 0
[pid=26457/tid=26459] ppid=26455 vsize=10545100 CPUtime=22.98 cores=0,2,4,6
/proc/26457/task/26459/stat : 26459 (java) R 26455 26457 24181 0 -1 4202560 12321 0 1 0 2296 2 0 0 19 0 19 0 981199988 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 46912505539621 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26457/tid=26460] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26460/stat : 26460 (java) S 26455 26457 24181 0 -1 4202560 176 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26461] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26461/stat : 26461 (java) S 26455 26457 24181 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26462] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26462/stat : 26462 (java) S 26455 26457 24181 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26463] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26463/stat : 26463 (java) S 26455 26457 24181 0 -1 4202560 103 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26464] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26464/stat : 26464 (java) S 26455 26457 24181 0 -1 4202560 40 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26465] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26465/stat : 26465 (java) S 26455 26457 24181 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26466] ppid=26455 vsize=10545100 CPUtime=0.01 cores=0,2,4,6
/proc/26457/task/26466/stat : 26466 (java) S 26455 26457 24181 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26467] ppid=26455 vsize=10545100 CPUtime=0.02 cores=0,2,4,6
/proc/26457/task/26467/stat : 26467 (java) S 26455 26457 24181 0 -1 4202560 183 0 0 0 2 0 0 0 15 0 19 0 981199990 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26468] ppid=26455 vsize=10545100 CPUtime=0.97 cores=0,2,4,6
/proc/26457/task/26468/stat : 26468 (java) S 26455 26457 24181 0 -1 4202560 807 0 0 0 96 1 0 0 15 0 19 0 981199991 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 0 0 16800975 18446604449797970624 0 0 -1 4 0 0 0
[pid=26457/tid=26469] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26469/stat : 26469 (java) S 26455 26457 24181 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26470] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26470/stat : 26470 (java) S 26455 26457 24181 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 981199991 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26471] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26471/stat : 26471 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 981199993 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032219569 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26472] ppid=26455 vsize=10545100 CPUtime=0.92 cores=0,2,4,6
/proc/26457/task/26472/stat : 26472 (java) S 26455 26457 24181 0 -1 4202560 12272 0 0 0 91 1 0 0 15 0 19 0 981199993 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
[pid=26457/tid=26473] ppid=26455 vsize=10545100 CPUtime=0.32 cores=0,2,4,6
/proc/26457/task/26473/stat : 26473 (java) S 26455 26457 24181 0 -1 4202560 2898 0 0 0 32 0 0 0 15 0 19 0 981199993 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26474] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26474/stat : 26474 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981199993 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032211865 0 4 0 16800975 18446604449797970624 0 0 -1 6 0 0 0
[pid=26457/tid=26475] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26475/stat : 26475 (java) S 26455 26457 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981199993 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 2 0 0 0
[pid=26457/tid=26476] ppid=26455 vsize=10545100 CPUtime=0 cores=0,2,4,6
/proc/26457/task/26476/stat : 26476 (java) S 26455 26457 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981200005 10798182400 21930 33554432000 1073741824 1073778376 140736656852832 18446744073709551615 260032212480 0 4 0 16800975 18446604449797970624 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 10545100

Child status: 30
Real time (s): 24.1462
CPU time (s): 25.4871
CPU user time (s): 25.4031
CPU system time (s): 0.083987
CPU usage (%): 105.553
Max. virtual memory (cumulated for all children) (KiB): 10545100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.4031
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30227
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= 2776
involuntary context switches= 1314

runsolver used 0.039993 second user time and 0.102984 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:14:54
IDJOB=3492372
IDBENCH=78784
IDSOLVER=1982
FILE ID=node110/3492372-1307909694
RUNJOBID= node110-1307907269-25818
PBS_JOBID= 13559603
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 847d0323fa8c356cb3aab8830daa9fc0
RANDOM SEED=903451075

node110.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.83
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.75
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.83
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.76
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.83
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10923068 kB
Buffers:         51880 kB
Cached:       20955384 kB
SwapCached:       9144 kB
Active:        6007452 kB
Inactive:     15306876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10923068 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:      304388 kB
Mapped:          21104 kB
Slab:           649504 kB
PageTables:       5356 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10548032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node110 at 2011-06-12 22:15:18