Trace number 3492358

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 33.016 31.9267

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-33-100-0.wbo
MD5SUM1921961b34f7430fccb0e54df4a4f9ba
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 benchmark2.19967
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 1171
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.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.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492358-1307909639.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     238
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 => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.27/0.22	c SATISFIABLE
0.27/0.22	c OPTIMIZING...
0.27/0.22	c Got one! Elapsed wall clock time (in seconds):0.113
0.27/0.22	o 216
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.294
0.67/0.40	o 183
0.67/0.49	c cleaning 2899 clauses out of 5802 with flag 2000/5802
0.80/0.51	c Got one! Elapsed wall clock time (in seconds):0.404
0.80/0.51	o 169
0.90/0.68	c cleaning 4063 clauses out of 8132 with flag 5000/11031
1.12/0.88	c Got one! Elapsed wall clock time (in seconds):0.767
1.12/0.88	o 160
1.32/1.06	c cleaning 7199 clauses out of 14411 with flag 5001/21373
1.53/1.29	c cleaning 6603 clauses out of 13212 with flag 11001/27373
1.75/1.48	c Got one! Elapsed wall clock time (in seconds):1.367
1.75/1.48	o 157
1.85/1.51	c cleaning 6271 clauses out of 12547 with flag 1000/33311
2.05/1.75	c cleaning 6137 clauses out of 12278 with flag 7002/39313
2.05/1.77	c Got one! Elapsed wall clock time (in seconds):1.666
2.05/1.77	o 145
2.15/1.84	c Got one! Elapsed wall clock time (in seconds):1.733
2.15/1.84	o 138
2.25/1.97	c cleaning 5937 clauses out of 11889 with flag 3000/45061
2.45/2.19	c cleaning 5973 clauses out of 11952 with flag 9000/51061
2.55/2.22	c Got one! Elapsed wall clock time (in seconds):2.111
2.55/2.22	o 128
2.75/2.41	c cleaning 5737 clauses out of 11480 with flag 5001/56562
2.85/2.52	c Got one! Elapsed wall clock time (in seconds):2.416
2.85/2.52	o 87
2.95/2.60	c cleaning 5547 clauses out of 11107 with flag 2000/61926
2.95/2.63	c Got one! Elapsed wall clock time (in seconds):2.517
2.95/2.63	o 86
3.05/2.77	c Got one! Elapsed wall clock time (in seconds):2.661
3.05/2.77	o 79
3.15/2.82	c cleaning 5520 clauses out of 11048 with flag 1001/67414
3.15/2.88	c Got one! Elapsed wall clock time (in seconds):2.776
3.15/2.88	o 58
3.35/3.04	c cleaning 5564 clauses out of 11137 with flag 4002/73023
3.57/3.28	c cleaning 5782 clauses out of 11572 with flag 10001/79022
3.67/3.32	c Got one! Elapsed wall clock time (in seconds):3.212
3.67/3.32	o 57
3.86/3.53	c cleaning 5891 clauses out of 11789 with flag 5001/85021
4.06/3.73	c cleaning 5947 clauses out of 11897 with flag 11000/91020
4.26/3.95	c cleaning 6472 clauses out of 12952 with flag 18002/98022
4.57/4.23	c cleaning 7231 clauses out of 14478 with flag 26000/106020
4.87/4.54	c cleaning 8122 clauses out of 16249 with flag 35002/115022
5.27/4.93	c cleaning 9055 clauses out of 18125 with flag 45000/125020
5.57/5.29	c cleaning 9534 clauses out of 19072 with flag 55002/135022
5.97/5.63	c cleaning 9763 clauses out of 19536 with flag 65000/145020
6.07/5.71	c Got one! Elapsed wall clock time (in seconds):5.601
6.07/5.71	o 49
6.17/5.86	c cleaning 7851 clauses out of 15708 with flag 4000/150955
6.37/6.07	c cleaning 6923 clauses out of 13857 with flag 10000/156955
6.67/6.30	c cleaning 6962 clauses out of 13937 with flag 17003/163958
6.67/6.37	c Got one! Elapsed wall clock time (in seconds):6.262
6.67/6.37	o 46
6.89/6.51	c cleaning 6441 clauses out of 12897 with flag 4000/169880
7.08/6.73	c cleaning 6222 clauses out of 12457 with flag 10001/175881
7.28/6.99	c cleaning 6612 clauses out of 13235 with flag 17001/182881
7.68/7.32	c cleaning 7308 clauses out of 14622 with flag 25000/190880
7.99/7.68	c cleaning 8155 clauses out of 16314 with flag 34000/199880
8.39/8.01	c cleaning 9078 clauses out of 18161 with flag 44002/209882
8.69/8.35	c cleaning 9532 clauses out of 19081 with flag 54000/219880
8.99/8.69	c cleaning 9772 clauses out of 19553 with flag 64004/229884
9.20/8.81	c Got one! Elapsed wall clock time (in seconds):8.701
9.20/8.81	o 34
9.20/8.88	c cleaning 7692 clauses out of 15391 with flag 2001/235494
9.39/9.10	c cleaning 6844 clauses out of 13698 with flag 8000/241493
9.70/9.37	c cleaning 6922 clauses out of 13854 with flag 15000/248493
10.10/9.71	c cleaning 7459 clauses out of 14933 with flag 23001/256494
10.40/10.05	c cleaning 8231 clauses out of 16475 with flag 32002/265495
10.80/10.43	c cleaning 9120 clauses out of 18243 with flag 42001/275494
10.80/10.45	c Got one! Elapsed wall clock time (in seconds):10.346
10.80/10.45	o 30
11.01/10.64	c cleaning 7195 clauses out of 14397 with flag 5001/280768
11.21/10.85	c cleaning 6597 clauses out of 13203 with flag 11002/286769
11.51/11.11	c cleaning 6798 clauses out of 13605 with flag 18001/293768
11.71/11.39	c cleaning 7400 clauses out of 14808 with flag 26002/301769
12.01/11.67	c cleaning 8196 clauses out of 16408 with flag 35002/310769
12.32/11.98	c cleaning 9099 clauses out of 18211 with flag 45001/320768
12.72/12.31	c cleaning 9554 clauses out of 19113 with flag 55002/330769
12.92/12.59	c Got one! Elapsed wall clock time (in seconds):12.484
12.92/12.59	o 14
13.22/12.83	c cleaning 11613 clauses out of 23234 with flag 5001/344444
13.42/13.07	c cleaning 8805 clauses out of 17620 with flag 11000/350443
13.72/13.33	c cleaning 7899 clauses out of 15816 with flag 18001/357444
14.02/13.61	c cleaning 7951 clauses out of 15916 with flag 26000/365443
14.32/13.91	c cleaning 8480 clauses out of 16967 with flag 35002/374445
14.63/14.23	c cleaning 9238 clauses out of 18485 with flag 45000/384443
14.75/14.31	c Got one! Elapsed wall clock time (in seconds):14.203
14.75/14.31	o 8
14.85/14.42	c cleaning 7474 clauses out of 14955 with flag 3000/390151
15.05/14.63	c cleaning 6737 clauses out of 13483 with flag 9002/396153
15.25/14.87	c cleaning 6865 clauses out of 13745 with flag 16001/403152
15.55/15.14	c cleaning 7434 clauses out of 14879 with flag 24000/411151
15.86/15.48	c cleaning 8222 clauses out of 16447 with flag 33002/420153
16.25/15.86	c cleaning 9106 clauses out of 18224 with flag 43001/430152
16.65/16.22	c cleaning 9553 clauses out of 19118 with flag 53001/440152
17.05/16.60	c cleaning 9776 clauses out of 19566 with flag 63002/450153
17.36/16.99	c cleaning 9892 clauses out of 19789 with flag 73001/460152
17.76/17.34	c cleaning 9944 clauses out of 19896 with flag 83000/470151
18.08/17.67	c cleaning 9973 clauses out of 19953 with flag 93001/480152
18.47/18.04	c cleaning 9985 clauses out of 19980 with flag 103001/490152
18.77/18.38	c cleaning 9994 clauses out of 19995 with flag 113001/500152
19.17/18.74	c cleaning 9997 clauses out of 20001 with flag 123001/510152
19.57/19.10	c cleaning 9997 clauses out of 20004 with flag 133001/520152
19.87/19.46	c cleaning 9998 clauses out of 20007 with flag 143001/530152
20.28/19.81	c cleaning 10000 clauses out of 20008 with flag 153000/540151
20.57/20.16	c cleaning 9999 clauses out of 20008 with flag 163000/550151
20.97/20.50	c cleaning 10003 clauses out of 20010 with flag 173001/560152
21.28/20.82	c Got one! Elapsed wall clock time (in seconds):20.71
21.28/20.82	o 6
21.48/21.08	c cleaning 12421 clauses out of 24854 with flag 5000/574999
21.78/21.33	c cleaning 9214 clauses out of 18434 with flag 11001/581000
21.98/21.57	c cleaning 8106 clauses out of 16219 with flag 18000/587999
22.28/21.83	c cleaning 8053 clauses out of 16113 with flag 26000/595999
22.58/22.15	c cleaning 8525 clauses out of 17060 with flag 35000/604999
22.89/22.49	c cleaning 9263 clauses out of 18535 with flag 45000/614999
23.29/22.83	c cleaning 9633 clauses out of 19273 with flag 55001/625000
23.60/23.17	c cleaning 9816 clauses out of 19640 with flag 65001/635000
23.89/23.49	c cleaning 9904 clauses out of 19823 with flag 75000/644999
24.29/23.83	c cleaning 9953 clauses out of 19920 with flag 85001/655000
24.69/24.20	c cleaning 9978 clauses out of 19966 with flag 95000/664999
24.99/24.58	c cleaning 9989 clauses out of 19988 with flag 105000/674999
25.39/24.96	c cleaning 9995 clauses out of 19999 with flag 115000/684999
25.49/25.07	c Got one! Elapsed wall clock time (in seconds):24.96
25.49/25.07	o 2
25.61/25.15	c cleaning 7639 clauses out of 15286 with flag 2001/690281
25.81/25.36	c cleaning 6819 clauses out of 13646 with flag 8000/696280
26.01/25.59	c cleaning 6911 clauses out of 13828 with flag 15001/703281
26.31/25.88	c cleaning 7454 clauses out of 14916 with flag 23000/711280
27.07/26.22	c cleaning 8227 clauses out of 16464 with flag 32002/720282
27.52/26.58	c cleaning 9112 clauses out of 18235 with flag 42000/730280
27.92/26.96	c cleaning 9553 clauses out of 19123 with flag 52000/740280
28.32/27.31	c cleaning 9779 clauses out of 19570 with flag 62000/750280
28.72/27.71	c cleaning 9889 clauses out of 19792 with flag 72001/760281
29.02/28.08	c cleaning 9945 clauses out of 19902 with flag 82000/770280
29.42/28.43	c cleaning 9975 clauses out of 19957 with flag 92000/780280
29.72/28.79	c cleaning 9988 clauses out of 19983 with flag 102001/790281
30.12/29.15	c cleaning 9991 clauses out of 19994 with flag 112000/800280
30.52/29.51	c cleaning 9996 clauses out of 20003 with flag 122000/810280
30.83/29.89	c cleaning 10000 clauses out of 20007 with flag 132000/820280
31.23/30.25	c cleaning 10000 clauses out of 20007 with flag 142000/830280
31.63/30.62	c cleaning 10001 clauses out of 20009 with flag 152002/840282
31.93/30.98	c cleaning 10000 clauses out of 20007 with flag 162001/850281
32.33/31.38	c cleaning 9998 clauses out of 20006 with flag 172000/860280
32.77/31.79	c cleaning 9999 clauses out of 20007 with flag 182000/870280
32.98/31.92	c starts		: 191
32.98/31.92	c conflicts		: 873849
32.98/31.92	c decisions		: 1293499
32.98/31.92	c propagations		: 19114351
32.98/31.92	c inspects		: 204471987
32.98/31.92	c shortcuts		: 0
32.98/31.92	c learnt literals	: 6
32.98/31.92	c learnt binary clauses	: 29
32.98/31.92	c learnt ternary clauses	: 431
32.98/31.92	c learnt constraints	: 873842
32.98/31.92	c ignored constraints	: 0
32.98/31.92	c root simplifications	: 0
32.98/31.92	c removed literals (reason simplification)	: 8051848
32.98/31.92	c reason swapping (by a shorter reason)	: 0
32.98/31.92	c Calls to reduceDB	: 103
32.98/31.92	c number of reductions to clauses (during analyze)	: 0
32.98/31.92	c number of learned constraints concerned by reduction	: 0
32.98/31.92	c number of learning phase by resolution	: 0
32.98/31.92	c number of learning phase by cutting planes	: 0
32.98/31.92	c speed (assignments/second)	: 2791231.162383178
32.98/31.92	c non guided choices	1135
32.98/31.92	c learnt constraints type 
32.98/31.92	c constraints type 
32.98/31.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
32.98/31.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
32.98/31.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
32.98/31.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
32.98/31.92	s OPTIMUM FOUND
32.98/31.92	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 
32.98/31.92	c objective function=2
32.98/31.92	c Total wall clock time (in seconds): 31.81

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

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 1.94 3/195 5155
/proc/meminfo: memFree=1314396/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 428 0 0 0 0 0 0 0 25 0 1 0 981194692 9318400 172 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 215983668871 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/5155/statm: 2275 172 132 9 0 67 0

[startup+0.0216799 s]
/proc/loadavg: 2.07 2.02 1.94 3/195 5155
/proc/meminfo: memFree=1314396/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 7840 0 1 0 0 0 0 0 25 0 2 0 981194692 10694979584 7540 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2611079 7561 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100666 s]
/proc/loadavg: 2.07 2.02 1.94 3/195 5155
/proc/meminfo: memFree=1314396/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10540020 CPUtime=0.1 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 13040 0 1 0 8 2 0 0 25 0 18 0 981194692 10792980480 12709 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2635005 12710 2092 9 0 2625739 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540020

[startup+0.300632 s]
/proc/loadavg: 2.07 2.02 1.94 3/195 5155
/proc/meminfo: memFree=1314396/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10544288 CPUtime=0.53 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 15758 0 1 0 51 2 0 0 25 0 19 0 981194692 10797350912 14672 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2636072 14672 2215 9 0 2626806 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544288

[startup+0.700563 s]
/proc/loadavg: 2.07 2.02 1.94 3/195 5155
/proc/meminfo: memFree=1314396/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10544568 CPUtime=1.02 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 17035 0 1 0 100 2 0 0 25 0 19 0 981194692 10797637632 15778 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2636142 15778 2247 9 0 2626876 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10544568

[startup+1.50142 s]
/proc/loadavg: 2.07 2.02 1.94 3/214 5174
/proc/meminfo: memFree=1259744/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10544568 CPUtime=1.85 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 17452 0 1 0 183 2 0 0 25 0 19 0 981194692 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2636142 16193 2248 9 0 2626876 0
[pid=5155/tid=5157] ppid=5153 vsize=10544568 CPUtime=1.42 cores=1,3,5,7
/proc/5155/task/5157/stat : 5157 (java) R 5153 5155 3459 0 -1 4202560 12042 0 1 0 141 1 0 0 25 0 19 0 981194693 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 46912505556711 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5155/tid=5158] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5158/stat : 5158 (java) S 5153 5155 3459 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5159] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5159/stat : 5159 (java) S 5153 5155 3459 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5160] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5160/stat : 5160 (java) S 5153 5155 3459 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5161] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5161/stat : 5161 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5162] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5162/stat : 5162 (java) S 5153 5155 3459 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5163] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5163/stat : 5163 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5164] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5164/stat : 5164 (java) S 5153 5155 3459 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5165] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5165/stat : 5165 (java) S 5153 5155 3459 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5166] ppid=5153 vsize=10544568 CPUtime=0.04 cores=1,3,5,7
/proc/5155/task/5166/stat : 5166 (java) S 5153 5155 3459 0 -1 4202560 496 0 0 0 4 0 0 0 16 0 19 0 981194696 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 0 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5167] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5167/stat : 5167 (java) S 5153 5155 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981194696 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5168] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5168/stat : 5168 (java) S 5153 5155 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981194696 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5169] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5169/stat : 5169 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000416177 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5170] ppid=5153 vsize=10544568 CPUtime=0.2 cores=1,3,5,7
/proc/5155/task/5170/stat : 5170 (java) S 5153 5155 3459 0 -1 4202560 1759 0 0 0 20 0 0 0 17 0 19 0 981194699 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5171] ppid=5153 vsize=10544568 CPUtime=0.14 cores=1,3,5,7
/proc/5155/task/5171/stat : 5171 (java) S 5153 5155 3459 0 -1 4202560 1305 0 0 0 14 0 0 0 15 0 19 0 981194699 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5172] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5172/stat : 5172 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5173] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5173/stat : 5173 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981194699 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5174] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5174/stat : 5174 (java) S 5153 5155 3459 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 981194710 10797637632 16193 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 10544568

[startup+3.10114 s]
/proc/loadavg: 2.07 2.02 1.94 3/214 5174
/proc/meminfo: memFree=1258132/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10544568 CPUtime=3.46 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 17481 0 1 0 343 3 0 0 25 0 19 0 981194692 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2636142 16214 2248 9 0 2626876 0
[pid=5155/tid=5157] ppid=5153 vsize=10544568 CPUtime=2.92 cores=1,3,5,7
/proc/5155/task/5157/stat : 5157 (java) R 5153 5155 3459 0 -1 4202560 12052 0 1 0 291 1 0 0 25 0 19 0 981194693 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 46912505522517 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5155/tid=5158] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5158/stat : 5158 (java) S 5153 5155 3459 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5159] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5159/stat : 5159 (java) S 5153 5155 3459 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5160] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5160/stat : 5160 (java) S 5153 5155 3459 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5161] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5161/stat : 5161 (java) S 5153 5155 3459 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5162] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5162/stat : 5162 (java) S 5153 5155 3459 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5163] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5163/stat : 5163 (java) S 5153 5155 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5164] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5164/stat : 5164 (java) S 5153 5155 3459 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5165] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5165/stat : 5165 (java) S 5153 5155 3459 0 -1 4202560 178 0 0 0 0 0 0 0 16 0 19 0 981194695 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5166] ppid=5153 vsize=10544568 CPUtime=0.13 cores=1,3,5,7
/proc/5155/task/5166/stat : 5166 (java) S 5153 5155 3459 0 -1 4202560 504 0 0 0 13 0 0 0 16 0 19 0 981194696 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 0 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5167] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5167/stat : 5167 (java) S 5153 5155 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981194696 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5168] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5168/stat : 5168 (java) S 5153 5155 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981194696 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5169] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5169/stat : 5169 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000416177 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5170] ppid=5153 vsize=10544568 CPUtime=0.21 cores=1,3,5,7
/proc/5155/task/5170/stat : 5170 (java) S 5153 5155 3459 0 -1 4202560 1759 0 0 0 21 0 0 0 16 0 19 0 981194699 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5171] ppid=5153 vsize=10544568 CPUtime=0.14 cores=1,3,5,7
/proc/5155/task/5171/stat : 5171 (java) S 5153 5155 3459 0 -1 4202560 1305 0 0 0 14 0 0 0 15 0 19 0 981194699 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5172] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5172/stat : 5172 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5173] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5173/stat : 5173 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981194699 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5174] ppid=5153 vsize=10544568 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5174/stat : 5174 (java) S 5153 5155 3459 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 981194710 10797637632 16214 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10544568

[startup+6.30058 s]
/proc/loadavg: 2.07 2.02 1.94 3/214 5174
/proc/meminfo: memFree=1257612/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10543276 CPUtime=6.67 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 17646 0 1 0 664 3 0 0 25 0 19 0 981194692 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2635819 16094 2248 9 0 2626553 0
[pid=5155/tid=5157] ppid=5153 vsize=10543276 CPUtime=5.97 cores=1,3,5,7
/proc/5155/task/5157/stat : 5157 (java) R 5153 5155 3459 0 -1 4202560 12064 0 1 0 596 1 0 0 25 0 19 0 981194693 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 46912505704443 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5155/tid=5158] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5158/stat : 5158 (java) S 5153 5155 3459 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5159] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5159/stat : 5159 (java) S 5153 5155 3459 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5160] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5160/stat : 5160 (java) S 5153 5155 3459 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5161] ppid=5153 vsize=10543276 CPUtime=0.01 cores=1,3,5,7
/proc/5155/task/5161/stat : 5161 (java) S 5153 5155 3459 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5162] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5162/stat : 5162 (java) S 5153 5155 3459 0 -1 4202560 97 0 0 0 0 0 0 0 16 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5163] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5163/stat : 5163 (java) S 5153 5155 3459 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5164] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5164/stat : 5164 (java) S 5153 5155 3459 0 -1 4202560 203 0 0 0 0 0 0 0 16 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5165] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5165/stat : 5165 (java) S 5153 5155 3459 0 -1 4202560 180 0 0 0 0 0 0 0 15 0 19 0 981194695 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5166] ppid=5153 vsize=10543276 CPUtime=0.27 cores=1,3,5,7
/proc/5155/task/5166/stat : 5166 (java) S 5153 5155 3459 0 -1 4202560 649 0 0 0 27 0 0 0 15 0 19 0 981194696 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 0 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5167] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5167/stat : 5167 (java) S 5153 5155 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981194696 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5168] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5168/stat : 5168 (java) S 5153 5155 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981194696 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5169] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5169/stat : 5169 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000416177 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5170] ppid=5153 vsize=10543276 CPUtime=0.21 cores=1,3,5,7
/proc/5155/task/5170/stat : 5170 (java) S 5153 5155 3459 0 -1 4202560 1759 0 0 0 21 0 0 0 15 0 19 0 981194699 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5171] ppid=5153 vsize=10543276 CPUtime=0.14 cores=1,3,5,7
/proc/5155/task/5171/stat : 5171 (java) S 5153 5155 3459 0 -1 4202560 1305 0 0 0 14 0 0 0 15 0 19 0 981194699 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5172] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5172/stat : 5172 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5173] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5173/stat : 5173 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981194699 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5174] ppid=5153 vsize=10543276 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5174/stat : 5174 (java) S 5153 5155 3459 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 981194710 10796314624 16094 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 10543276

[startup+12.7015 s]

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

/proc/5155/task/5158/stat : 5158 (java) S 5153 5155 3459 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5159] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5159/stat : 5159 (java) S 5153 5155 3459 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5160] ppid=5153 vsize=10566988 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5160/stat : 5160 (java) S 5153 5155 3459 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5161] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5161/stat : 5161 (java) S 5153 5155 3459 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5162] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5162/stat : 5162 (java) S 5153 5155 3459 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5163] ppid=5153 vsize=10566988 CPUtime=0.01 cores=1,3,5,7
/proc/5155/task/5163/stat : 5163 (java) S 5153 5155 3459 0 -1 4202560 21 0 0 0 1 0 0 0 16 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5164] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5164/stat : 5164 (java) S 5153 5155 3459 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5165] ppid=5153 vsize=10566988 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5165/stat : 5165 (java) S 5153 5155 3459 0 -1 4202560 199 0 0 0 2 0 0 0 16 0 19 0 981194695 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5166] ppid=5153 vsize=10566988 CPUtime=1.25 cores=1,3,5,7
/proc/5155/task/5166/stat : 5166 (java) S 5153 5155 3459 0 -1 4202560 966 0 0 0 124 1 0 0 16 0 19 0 981194696 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 0 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5167] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5167/stat : 5167 (java) S 5153 5155 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981194696 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5168] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5168/stat : 5168 (java) S 5153 5155 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981194696 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5169] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5169/stat : 5169 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000416177 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5170] ppid=5153 vsize=10566988 CPUtime=0.75 cores=1,3,5,7
/proc/5155/task/5170/stat : 5170 (java) S 5153 5155 3459 0 -1 4202560 8797 0 0 0 74 1 0 0 15 0 19 0 981194699 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5171] ppid=5153 vsize=10566988 CPUtime=0.18 cores=1,3,5,7
/proc/5155/task/5171/stat : 5171 (java) S 5153 5155 3459 0 -1 4202560 1312 0 0 0 18 0 0 0 15 0 19 0 981194699 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5172] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5172/stat : 5172 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5173] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5173/stat : 5173 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981194699 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5174] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5174/stat : 5174 (java) S 5153 5155 3459 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 981194710 10820595712 21739 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31.33
Current children cumulated vsize (KiB) 10566988

[startup+31.1012 s]
/proc/loadavg: 2.04 2.02 1.94 3/214 5175
/proc/meminfo: memFree=1235028/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10566988 CPUtime=32.13 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 25251 0 1 0 3208 5 0 0 25 0 19 0 981194692 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2641747 21746 2252 9 0 2632481 0
[pid=5155/tid=5157] ppid=5153 vsize=10566988 CPUtime=29.66 cores=1,3,5,7
/proc/5155/task/5157/stat : 5157 (java) R 5153 5155 3459 0 -1 4202560 12143 0 1 0 2965 1 0 0 25 0 19 0 981194693 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 46912505537038 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5155/tid=5158] ppid=5153 vsize=10566988 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5158/stat : 5158 (java) S 5153 5155 3459 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5159] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5159/stat : 5159 (java) S 5153 5155 3459 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5160] ppid=5153 vsize=10566988 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5160/stat : 5160 (java) S 5153 5155 3459 0 -1 4202560 43 0 0 0 2 0 0 0 16 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5161] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5161/stat : 5161 (java) S 5153 5155 3459 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5162] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5162/stat : 5162 (java) S 5153 5155 3459 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5163] ppid=5153 vsize=10566988 CPUtime=0.01 cores=1,3,5,7
/proc/5155/task/5163/stat : 5163 (java) S 5153 5155 3459 0 -1 4202560 21 0 0 0 1 0 0 0 15 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5164] ppid=5153 vsize=10566988 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5164/stat : 5164 (java) S 5153 5155 3459 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5165] ppid=5153 vsize=10566988 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5165/stat : 5165 (java) S 5153 5155 3459 0 -1 4202560 199 0 0 0 2 0 0 0 15 0 19 0 981194695 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5166] ppid=5153 vsize=10566988 CPUtime=1.28 cores=1,3,5,7
/proc/5155/task/5166/stat : 5166 (java) S 5153 5155 3459 0 -1 4202560 968 0 0 0 127 1 0 0 16 0 19 0 981194696 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 0 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5167] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5167/stat : 5167 (java) S 5153 5155 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981194696 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5168] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5168/stat : 5168 (java) S 5153 5155 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981194696 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5169] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5169/stat : 5169 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000416177 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5170] ppid=5153 vsize=10566988 CPUtime=0.75 cores=1,3,5,7
/proc/5155/task/5170/stat : 5170 (java) S 5153 5155 3459 0 -1 4202560 8804 0 0 0 74 1 0 0 15 0 19 0 981194699 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5171] ppid=5153 vsize=10566988 CPUtime=0.18 cores=1,3,5,7
/proc/5155/task/5171/stat : 5171 (java) S 5153 5155 3459 0 -1 4202560 1312 0 0 0 18 0 0 0 15 0 19 0 981194699 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5172] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5172/stat : 5172 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5173] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5173/stat : 5173 (java) S 5153 5155 3459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981194699 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5174] ppid=5153 vsize=10566988 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5174/stat : 5174 (java) S 5153 5155 3459 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 981194710 10820595712 21746 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.13
Current children cumulated vsize (KiB) 10566988

[startup+31.5012 s]
/proc/loadavg: 2.04 2.02 1.94 3/214 5175
/proc/meminfo: memFree=1235028/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10553340 CPUtime=32.53 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 25253 0 1 0 3248 5 0 0 25 0 19 0 981194692 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2638335 19188 2252 9 0 2629069 0
[pid=5155/tid=5157] ppid=5153 vsize=10553340 CPUtime=30.04 cores=1,3,5,7
/proc/5155/task/5157/stat : 5157 (java) R 5153 5155 3459 0 -1 4202560 12144 0 1 0 3003 1 0 0 25 0 19 0 981194693 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 46912505603173 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5155/tid=5158] ppid=5153 vsize=10553340 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5158/stat : 5158 (java) S 5153 5155 3459 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5159] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5159/stat : 5159 (java) S 5153 5155 3459 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5160] ppid=5153 vsize=10553340 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5160/stat : 5160 (java) S 5153 5155 3459 0 -1 4202560 43 0 0 0 2 0 0 0 16 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5161] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5161/stat : 5161 (java) S 5153 5155 3459 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5162] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5162/stat : 5162 (java) S 5153 5155 3459 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5163] ppid=5153 vsize=10553340 CPUtime=0.01 cores=1,3,5,7
/proc/5155/task/5163/stat : 5163 (java) S 5153 5155 3459 0 -1 4202560 21 0 0 0 1 0 0 0 15 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5164] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5164/stat : 5164 (java) S 5153 5155 3459 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5165] ppid=5153 vsize=10553340 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5165/stat : 5165 (java) S 5153 5155 3459 0 -1 4202560 199 0 0 0 2 0 0 0 16 0 19 0 981194695 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5166] ppid=5153 vsize=10553340 CPUtime=1.29 cores=1,3,5,7
/proc/5155/task/5166/stat : 5166 (java) S 5153 5155 3459 0 -1 4202560 968 0 0 0 128 1 0 0 16 0 19 0 981194696 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 0 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5167] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5167/stat : 5167 (java) S 5153 5155 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981194696 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5168] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5168/stat : 5168 (java) S 5153 5155 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981194696 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5169] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5169/stat : 5169 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000416177 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5170] ppid=5153 vsize=10553340 CPUtime=0.75 cores=1,3,5,7
/proc/5155/task/5170/stat : 5170 (java) S 5153 5155 3459 0 -1 4202560 8805 0 0 0 74 1 0 0 15 0 19 0 981194699 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5171] ppid=5153 vsize=10553340 CPUtime=0.18 cores=1,3,5,7
/proc/5155/task/5171/stat : 5171 (java) S 5153 5155 3459 0 -1 4202560 1312 0 0 0 18 0 0 0 15 0 19 0 981194699 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5172] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5172/stat : 5172 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5173] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5173/stat : 5173 (java) S 5153 5155 3459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981194699 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5174] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5174/stat : 5174 (java) S 5153 5155 3459 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 981194710 10806620160 19188 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.53
Current children cumulated vsize (KiB) 10553340

[startup+31.9071 s]
/proc/loadavg: 2.04 2.02 1.94 3/214 5175
/proc/meminfo: memFree=1244452/32950940 swapFree=67053420/67111528
[pid=5155] ppid=5153 vsize=10553340 CPUtime=32.98 cores=1,3,5,7
/proc/5155/stat : 5155 (java) S 5153 5155 3459 0 -1 4202496 25304 0 1 0 3293 5 0 0 25 0 19 0 981194692 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/5155/statm: 2638335 19191 2252 9 0 2629069 0
[pid=5155/tid=5157] ppid=5153 vsize=10553340 CPUtime=30.43 cores=1,3,5,7
/proc/5155/task/5157/stat : 5157 (java) R 5153 5155 3459 0 -1 4202560 12147 0 1 0 3042 1 0 0 25 0 19 0 981194693 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 46912505556734 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5155/tid=5158] ppid=5153 vsize=10553340 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5158/stat : 5158 (java) S 5153 5155 3459 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5159] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5159/stat : 5159 (java) S 5153 5155 3459 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5160] ppid=5153 vsize=10553340 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5160/stat : 5160 (java) S 5153 5155 3459 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5161] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5161/stat : 5161 (java) S 5153 5155 3459 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5162] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5162/stat : 5162 (java) S 5153 5155 3459 0 -1 4202560 116 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5163] ppid=5153 vsize=10553340 CPUtime=0.01 cores=1,3,5,7
/proc/5155/task/5163/stat : 5163 (java) S 5153 5155 3459 0 -1 4202560 21 0 0 0 1 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5164] ppid=5153 vsize=10553340 CPUtime=0.03 cores=1,3,5,7
/proc/5155/task/5164/stat : 5164 (java) S 5153 5155 3459 0 -1 4202560 265 0 0 0 3 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5165] ppid=5153 vsize=10553340 CPUtime=0.02 cores=1,3,5,7
/proc/5155/task/5165/stat : 5165 (java) S 5153 5155 3459 0 -1 4202560 200 0 0 0 2 0 0 0 15 0 19 0 981194695 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
[pid=5155/tid=5166] ppid=5153 vsize=10553340 CPUtime=1.31 cores=1,3,5,7
/proc/5155/task/5166/stat : 5166 (java) S 5153 5155 3459 0 -1 4202560 968 0 0 0 130 1 0 0 16 0 19 0 981194696 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 0 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5167] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5167/stat : 5167 (java) S 5153 5155 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981194696 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5168] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5168/stat : 5168 (java) S 5153 5155 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981194696 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5169] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5169/stat : 5169 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000416177 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5170] ppid=5153 vsize=10553340 CPUtime=0.78 cores=1,3,5,7
/proc/5155/task/5170/stat : 5170 (java) S 5153 5155 3459 0 -1 4202560 8805 0 0 0 77 1 0 0 16 0 19 0 981194699 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5171] ppid=5153 vsize=10553340 CPUtime=0.19 cores=1,3,5,7
/proc/5155/task/5171/stat : 5171 (java) S 5153 5155 3459 0 -1 4202560 1359 0 0 0 19 0 0 0 15 0 19 0 981194699 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 3 0 0 0
[pid=5155/tid=5172] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5172/stat : 5172 (java) S 5153 5155 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981194699 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000408473 0 4 0 16800975 18446604459243184384 0 0 -1 5 0 0 0
[pid=5155/tid=5173] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5173/stat : 5173 (java) S 5153 5155 3459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981194699 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 1 0 0 0
[pid=5155/tid=5174] ppid=5153 vsize=10553340 CPUtime=0 cores=1,3,5,7
/proc/5155/task/5174/stat : 5174 (java) S 5153 5155 3459 0 -1 4202560 12 0 0 0 0 0 0 0 25 0 19 0 981194710 10806620160 19191 33554432000 1073741824 1073778376 140736814271056 18446744073709551615 216000409088 0 4 0 16800975 18446604459243184384 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.98
Current children cumulated vsize (KiB) 10553340

Child status: 30
Real time (s): 31.9267
CPU time (s): 33.016
CPU user time (s): 32.953
CPU system time (s): 0.06299
CPU usage (%): 103.412
Max. virtual memory (cumulated for all children) (KiB): 10566988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.953
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25330
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= 3559
involuntary context switches= 1277

runsolver used 0.055991 second user time and 0.12798 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:13:59
IDJOB=3492358
IDBENCH=78778
IDSOLVER=1982
FILE ID=node117/3492358-1307909639
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
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.1110975965--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-3492358-1307909639/watcher-3492358-1307909639 -o /var/tmp/evaluation-result-3492358-1307909639/solver-3492358-1307909639 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492358-1307909639.wbo

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

MD5SUM BENCH= 1921961b34f7430fccb0e54df4a4f9ba
RANDOM SEED=1715455834

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1315172 kB
Buffers:         62524 kB
Cached:       30289376 kB
SwapCached:      10872 kB
Active:       15061632 kB
Inactive:     15627984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1315172 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:      334740 kB
Mapped:          21276 kB
Slab:           882560 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10548804 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 node117 at 2011-06-12 22:14:31