Trace number 3492500

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 32.5231 31.2758

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-33-100-0.wbo
MD5SUM7e4768b7f873096cfc405759f746d055
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark2.27265
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 1231
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.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492500-1307909914.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c #vars     238
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.139
0.28/0.24	o 578
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.166
0.28/0.27	o 456
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.28/0.29	o 420
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.21
0.54/0.31	o 391
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.54/0.35	o 377
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.67/0.45	o 368
0.78/0.55	c Got one! Elapsed wall clock time (in seconds):0.443
0.78/0.55	o 306
0.88/0.62	c cleaning 4343 clauses out of 8689 with flag 1001/8689
0.88/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
0.88/0.65	o 302
1.04/0.71	c Got one! Elapsed wall clock time (in seconds):0.609
1.04/0.71	o 285
1.14/0.82	c cleaning 4919 clauses out of 9846 with flag 3000/14189
1.24/0.95	c Got one! Elapsed wall clock time (in seconds):0.846
1.24/0.95	o 283
1.34/1.03	c cleaning 5400 clauses out of 10804 with flag 2000/20066
1.34/1.08	c Got one! Elapsed wall clock time (in seconds):0.982
1.34/1.09	o 247
1.57/1.22	c cleaning 5331 clauses out of 10663 with flag 4001/25325
1.69/1.39	c Got one! Elapsed wall clock time (in seconds):1.288
1.69/1.39	o 242
1.79/1.43	c cleaning 5485 clauses out of 10979 with flag 1000/30972
1.99/1.60	c Got one! Elapsed wall clock time (in seconds):1.5
1.99/1.60	o 175
1.99/1.64	c cleaning 5623 clauses out of 11260 with flag 1000/36738
2.19/1.84	c cleaning 5817 clauses out of 11639 with flag 7002/42740
2.40/2.10	c cleaning 6405 clauses out of 12822 with flag 14002/49740
2.80/2.42	c cleaning 7204 clauses out of 14416 with flag 22001/57739
3.10/2.77	c cleaning 8099 clauses out of 16215 with flag 31004/66742
3.51/3.14	c cleaning 9050 clauses out of 18112 with flag 41000/76738
3.91/3.59	c cleaning 9523 clauses out of 19063 with flag 51001/86739
4.11/3.72	c Got one! Elapsed wall clock time (in seconds):3.62
4.11/3.72	o 161
4.21/3.83	c cleaning 7762 clauses out of 15526 with flag 3003/92725
4.41/4.06	c cleaning 6876 clauses out of 13761 with flag 9000/98722
4.51/4.11	c Got one! Elapsed wall clock time (in seconds):4.012
4.51/4.11	o 107
4.61/4.25	c cleaning 6049 clauses out of 12111 with flag 4000/103948
4.95/4.51	c cleaning 6021 clauses out of 12062 with flag 10000/109948
4.95/4.57	c Got one! Elapsed wall clock time (in seconds):4.471
4.95/4.57	o 83
5.35/4.71	c cleaning 5668 clauses out of 11341 with flag 4001/115248
5.63/4.92	c cleaning 5828 clauses out of 11672 with flag 10000/121247
6.22/5.21	c cleaning 6415 clauses out of 12848 with flag 17004/128251
6.64/5.51	c cleaning 7214 clauses out of 14432 with flag 25003/136250
6.93/5.83	c cleaning 8102 clauses out of 16216 with flag 34001/145248
7.04/5.91	c Got one! Elapsed wall clock time (in seconds):5.805
7.04/5.91	o 55
7.14/6.01	c cleaning 6666 clauses out of 13345 with flag 3000/150479
7.34/6.22	c cleaning 6338 clauses out of 12681 with flag 9002/156481
7.64/6.53	c cleaning 6664 clauses out of 13341 with flag 16000/163479
7.94/6.82	c cleaning 7334 clauses out of 14678 with flag 24001/171480
8.24/7.14	c cleaning 8167 clauses out of 16344 with flag 33001/180480
8.54/7.45	c Got one! Elapsed wall clock time (in seconds):7.344
8.54/7.45	o 51
8.74/7.65	c cleaning 10957 clauses out of 21922 with flag 5001/194225
8.94/7.86	c cleaning 8480 clauses out of 16965 with flag 11001/200225
9.24/8.11	c cleaning 7738 clauses out of 15484 with flag 18000/207224
9.44/8.38	c cleaning 7867 clauses out of 15746 with flag 26000/215224
9.74/8.68	c cleaning 8436 clauses out of 16879 with flag 35000/224224
10.14/9.02	c cleaning 9220 clauses out of 18445 with flag 45002/234226
10.34/9.29	c Got one! Elapsed wall clock time (in seconds):9.192
10.34/9.29	o 50
10.64/9.52	c cleaning 11200 clauses out of 22409 with flag 5000/247410
10.84/9.73	c cleaning 8598 clauses out of 17209 with flag 11000/253410
11.14/10.00	c cleaning 7801 clauses out of 15611 with flag 18000/260410
11.35/10.29	c cleaning 7897 clauses out of 15811 with flag 26001/268411
11.46/10.37	c Got one! Elapsed wall clock time (in seconds):10.269
11.46/10.37	o 27
11.55/10.47	c cleaning 6539 clauses out of 13086 with flag 3002/273583
11.75/10.67	c cleaning 6268 clauses out of 12546 with flag 9001/279582
11.95/10.89	c cleaning 6633 clauses out of 13277 with flag 16000/286581
12.25/11.16	c cleaning 7319 clauses out of 14645 with flag 24001/294582
12.56/11.46	c cleaning 8159 clauses out of 16326 with flag 33001/303582
12.96/11.81	c cleaning 9078 clauses out of 18166 with flag 43000/313581
13.26/12.15	c cleaning 9542 clauses out of 19090 with flag 53002/323583
13.56/12.49	c cleaning 9768 clauses out of 19546 with flag 63000/333581
13.96/12.83	c cleaning 9881 clauses out of 19778 with flag 73000/343581
14.26/13.15	c cleaning 9945 clauses out of 19898 with flag 83001/353582
14.46/13.38	c Got one! Elapsed wall clock time (in seconds):13.274
14.46/13.38	o 25
14.67/13.59	c cleaning 11012 clauses out of 22033 with flag 5000/365662
14.97/13.80	c cleaning 8507 clauses out of 17021 with flag 11000/371662
15.19/14.03	c cleaning 7754 clauses out of 15515 with flag 18001/378663
15.50/14.33	c cleaning 7878 clauses out of 15764 with flag 26004/386666
15.69/14.56	c Got one! Elapsed wall clock time (in seconds):14.453
15.69/14.56	o 16
15.89/14.78	c cleaning 9955 clauses out of 19914 with flag 5000/398694
16.09/14.99	c cleaning 7978 clauses out of 15961 with flag 11002/404696
16.39/15.22	c cleaning 7489 clauses out of 14983 with flag 18002/411696
16.60/15.48	c cleaning 7742 clauses out of 15492 with flag 26000/419694
16.99/15.80	c cleaning 8367 clauses out of 16751 with flag 35001/428695
17.29/16.13	c cleaning 9187 clauses out of 18383 with flag 45000/438694
17.60/16.47	c cleaning 9591 clauses out of 19196 with flag 55000/448694
18.00/16.80	c cleaning 9799 clauses out of 19605 with flag 65000/458694
18.30/17.16	c cleaning 9899 clauses out of 19807 with flag 75001/468695
18.70/17.53	c cleaning 9948 clauses out of 19909 with flag 85002/478696
19.00/17.88	c cleaning 9974 clauses out of 19959 with flag 95000/488694
19.40/18.23	c cleaning 9986 clauses out of 19985 with flag 105000/498694
19.70/18.57	c cleaning 9996 clauses out of 19999 with flag 115000/508694
20.10/18.90	c cleaning 9995 clauses out of 20003 with flag 125000/518694
20.40/19.24	c cleaning 9999 clauses out of 20009 with flag 135001/528695
20.71/19.55	c cleaning 10000 clauses out of 20009 with flag 145000/538694
21.01/19.88	c cleaning 9999 clauses out of 20009 with flag 155000/548694
21.41/20.22	c cleaning 9999 clauses out of 20011 with flag 165001/558695
21.71/20.55	c cleaning 10000 clauses out of 20013 with flag 175002/568696
22.01/20.90	c cleaning 10002 clauses out of 20013 with flag 185002/578696
22.41/21.24	c cleaning 9994 clauses out of 20009 with flag 195000/588694
22.71/21.57	c cleaning 10003 clauses out of 20015 with flag 205000/598694
23.12/21.91	c cleaning 10004 clauses out of 20013 with flag 215001/608695
23.41/22.25	c cleaning 9999 clauses out of 20010 with flag 225002/618696
23.71/22.58	c cleaning 9997 clauses out of 20009 with flag 235000/628694
23.91/22.79	c Got one! Elapsed wall clock time (in seconds):22.691
23.91/22.79	o 10
24.11/23.00	c cleaning 11150 clauses out of 22309 with flag 5001/640991
24.42/23.21	c cleaning 8576 clauses out of 17158 with flag 11000/646990
24.62/23.44	c cleaning 7786 clauses out of 15582 with flag 18000/653990
24.92/23.71	c cleaning 7892 clauses out of 15796 with flag 26000/661990
25.22/24.01	c cleaning 8443 clauses out of 16904 with flag 35000/670990
25.52/24.35	c cleaning 9228 clauses out of 18463 with flag 45002/680992
25.82/24.70	c cleaning 9611 clauses out of 19234 with flag 55001/690991
26.23/25.04	c cleaning 9805 clauses out of 19623 with flag 65001/700991
26.63/25.41	c cleaning 9907 clauses out of 19818 with flag 75001/710991
27.03/25.81	c cleaning 9952 clauses out of 19914 with flag 85004/720994
27.33/26.19	c cleaning 9975 clauses out of 19960 with flag 95002/730992
27.73/26.53	c cleaning 9985 clauses out of 19983 with flag 105000/740990
28.03/26.89	c cleaning 9995 clauses out of 20000 with flag 115002/750992
28.43/27.24	c cleaning 10000 clauses out of 20003 with flag 125000/760990
28.83/27.60	c cleaning 9998 clauses out of 20003 with flag 135000/770990
29.13/27.93	c cleaning 9999 clauses out of 20005 with flag 145000/780990
29.43/28.28	c cleaning 9999 clauses out of 20006 with flag 155000/790990
29.84/28.62	c cleaning 9999 clauses out of 20008 with flag 165001/800991
30.14/28.96	c cleaning 9999 clauses out of 20009 with flag 175001/810991
30.54/29.31	c cleaning 9998 clauses out of 20009 with flag 185000/820990
30.85/29.67	c cleaning 10000 clauses out of 20011 with flag 195000/830990
31.24/30.02	c cleaning 10005 clauses out of 20015 with flag 205004/840994
31.54/30.36	c cleaning 9996 clauses out of 20006 with flag 215000/850990
31.95/30.71	c cleaning 10002 clauses out of 20012 with flag 225002/860992
32.24/31.08	c cleaning 9999 clauses out of 20007 with flag 235000/870990
32.45/31.25	c starts		: 193
32.45/31.25	c conflicts		: 876129
32.45/31.25	c decisions		: 1397616
32.45/31.25	c propagations		: 20752511
32.45/31.25	c inspects		: 186392040
32.45/31.25	c shortcuts		: 0
32.45/31.25	c learnt literals	: 7
32.45/31.25	c learnt binary clauses	: 52
32.45/31.25	c learnt ternary clauses	: 574
32.45/31.25	c learnt constraints	: 876121
32.45/31.25	c ignored constraints	: 0
32.45/31.25	c root simplifications	: 0
32.45/31.25	c removed literals (reason simplification)	: 6699792
32.45/31.25	c reason swapping (by a shorter reason)	: 0
32.45/31.25	c Calls to reduceDB	: 100
32.45/31.25	c number of reductions to clauses (during analyze)	: 0
32.45/31.25	c number of learned constraints concerned by reduction	: 0
32.45/31.25	c number of learning phase by resolution	: 0
32.45/31.25	c number of learning phase by cutting planes	: 0
32.45/31.25	c speed (assignments/second)	: 2453305.47346022
32.45/31.25	c non guided choices	876
32.45/31.25	c learnt constraints type 
32.45/31.25	c constraints type 
32.45/31.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
32.45/31.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
32.45/31.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
32.45/31.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
32.45/31.25	s OPTIMUM FOUND
32.45/31.25	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.45/31.25	c objective function=10
32.45/31.25	c Total wall clock time (in seconds): 31.151

Verifier Data

OK	10

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-3492500-1307909914/watcher-3492500-1307909914 -o /var/tmp/evaluation-result-3492500-1307909914/solver-3492500-1307909914 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492500-1307909914.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: 1.99 2.00 1.91 2/195 6032
/proc/meminfo: memFree=1438420/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 1243 0 0 0 0 0 0 0 25 0 2 0 902592183 31272960 960 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 7635 960 732 9 0 386 0
[pid=6032/tid=6033] ppid=6030 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) S 6030 6032 2586 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 902592183 31268864 963 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222916853383 0 2147483391 0 16784584 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.0811291 s]
/proc/loadavg: 1.99 2.00 1.91 2/195 6032
/proc/meminfo: memFree=1438420/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10539040 CPUtime=0.07 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 12399 0 1 0 6 1 0 0 25 0 18 0 902592183 10791976960 12074 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2634760 12091 1966 9 0 2625494 0
[pid=6032/tid=6033] ppid=6030 vsize=10539800 CPUtime=0.07 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 10981 0 1 0 6 1 0 0 18 0 18 0 902592183 10792755200 12540 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505221441 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10539040

[startup+0.106814 s]
/proc/loadavg: 1.99 2.00 1.91 2/195 6032
/proc/meminfo: memFree=1438420/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10539936 CPUtime=0.11 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 13229 0 1 0 10 1 0 0 25 0 18 0 902592183 10792894464 12893 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2634984 12894 2115 9 0 2625718 0
[pid=6032/tid=6033] ppid=6030 vsize=10539936 CPUtime=0.09 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 11229 0 1 0 8 1 0 0 18 0 18 0 902592183 10792894464 12894 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933603787 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539936

[startup+0.300786 s]
/proc/loadavg: 1.99 2.00 1.91 2/195 6032
/proc/meminfo: memFree=1438420/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10543184 CPUtime=0.54 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 16047 0 1 0 52 2 0 0 25 0 19 0 902592183 10796220416 14868 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2635796 14868 2215 9 0 2626530 0
[pid=6032/tid=6033] ppid=6030 vsize=10543184 CPUtime=0.29 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 11774 0 1 0 28 1 0 0 19 0 19 0 902592183 10796220416 14868 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505566339 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543184

[startup+0.700751 s]
/proc/loadavg: 1.99 2.00 1.91 2/195 6032
/proc/meminfo: memFree=1438420/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10543184 CPUtime=1.04 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 17298 0 1 0 102 2 0 0 25 0 19 0 902592183 10796220416 15956 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2635796 15956 2247 9 0 2626530 0
[pid=6032/tid=6033] ppid=6030 vsize=10543184 CPUtime=0.67 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 12246 0 1 0 66 1 0 0 19 0 19 0 902592183 10796220416 15956 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505516065 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10543184

[startup+1.50059 s]
/proc/loadavg: 1.99 2.00 1.91 3/214 6052
/proc/meminfo: memFree=1382376/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10543276 CPUtime=1.89 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 18212 0 1 0 187 2 0 0 25 0 19 0 902592183 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2635819 16321 2249 9 0 2626553 0
[pid=6032/tid=6033] ppid=6030 vsize=10543276 CPUtime=1.42 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 12249 0 1 0 141 1 0 0 20 0 19 0 902592183 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505591395 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6032/tid=6035] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6035/stat : 6035 (java) S 6030 6032 2586 0 -1 4202560 178 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6036] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6036/stat : 6036 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6037] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6037/stat : 6037 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6038] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6038/stat : 6038 (java) S 6030 6032 2586 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6039] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6039/stat : 6039 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6040] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6040/stat : 6040 (java) S 6030 6032 2586 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6041] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6041/stat : 6041 (java) S 6030 6032 2586 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6042] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6042/stat : 6042 (java) S 6030 6032 2586 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6043] ppid=6030 vsize=10543276 CPUtime=0.05 cores=0,2,4,6
/proc/6032/task/6043/stat : 6043 (java) S 6030 6032 2586 0 -1 4202560 426 0 0 0 5 0 0 0 15 0 19 0 902592186 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 0 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6044] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6044/stat : 6044 (java) S 6030 6032 2586 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902592186 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6045] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6045/stat : 6045 (java) S 6030 6032 2586 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592186 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6046] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6046/stat : 6046 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933600689 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6047] ppid=6030 vsize=10543276 CPUtime=0.18 cores=0,2,4,6
/proc/6032/task/6047/stat : 6047 (java) S 6030 6032 2586 0 -1 4202560 1885 0 0 0 18 0 0 0 15 0 19 0 902592189 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6048] ppid=6030 vsize=10543276 CPUtime=0.2 cores=0,2,4,6
/proc/6032/task/6048/stat : 6048 (java) S 6030 6032 2586 0 -1 4202560 2001 0 0 0 20 0 0 0 15 0 19 0 902592189 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6049] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6049/stat : 6049 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6050] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6050/stat : 6050 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592189 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6051] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6051/stat : 6051 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902592200 10796314624 16321 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10543276

[startup+3.10123 s]
/proc/loadavg: 1.99 2.00 1.91 3/214 6052
/proc/meminfo: memFree=1380888/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10543276 CPUtime=3.51 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 18381 0 1 0 348 3 0 0 25 0 19 0 902592183 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2635819 16485 2249 9 0 2626553 0
[pid=6032/tid=6033] ppid=6030 vsize=10543276 CPUtime=2.95 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 12254 0 1 0 294 1 0 0 25 0 19 0 902592183 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505559000 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=6032/tid=6035] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6035/stat : 6035 (java) S 6030 6032 2586 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6036] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6036/stat : 6036 (java) S 6030 6032 2586 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6037] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6037/stat : 6037 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6038] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6038/stat : 6038 (java) S 6030 6032 2586 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6039] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6039/stat : 6039 (java) S 6030 6032 2586 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6040] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6040/stat : 6040 (java) S 6030 6032 2586 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6041] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6041/stat : 6041 (java) S 6030 6032 2586 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6042] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6042/stat : 6042 (java) S 6030 6032 2586 0 -1 4202560 164 0 0 0 0 0 0 0 16 0 19 0 902592185 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6043] ppid=6030 vsize=10543276 CPUtime=0.11 cores=0,2,4,6
/proc/6032/task/6043/stat : 6043 (java) S 6030 6032 2586 0 -1 4202560 517 0 0 0 11 0 0 0 16 0 19 0 902592186 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 0 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6044] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6044/stat : 6044 (java) S 6030 6032 2586 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902592186 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6045] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6045/stat : 6045 (java) S 6030 6032 2586 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592186 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6046] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6046/stat : 6046 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933600689 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6047] ppid=6030 vsize=10543276 CPUtime=0.18 cores=0,2,4,6
/proc/6032/task/6047/stat : 6047 (java) S 6030 6032 2586 0 -1 4202560 1885 0 0 0 18 0 0 0 15 0 19 0 902592189 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6048] ppid=6030 vsize=10543276 CPUtime=0.21 cores=0,2,4,6
/proc/6032/task/6048/stat : 6048 (java) S 6030 6032 2586 0 -1 4202560 2001 0 0 0 21 0 0 0 15 0 19 0 902592189 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6049] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6049/stat : 6049 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6050] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6050/stat : 6050 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592189 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6051] ppid=6030 vsize=10543276 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6051/stat : 6051 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902592200 10796314624 16485 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 10543276

[startup+6.30071 s]
/proc/loadavg: 1.99 2.00 1.91 3/214 6052
/proc/meminfo: memFree=1360116/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10546052 CPUtime=7.44 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 28007 0 1 0 740 4 0 0 25 0 19 0 902592183 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2636513 21628 2249 9 0 2627247 0
[pid=6032/tid=6033] ppid=6030 vsize=10546052 CPUtime=5.96 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 12267 0 1 0 595 1 0 0 18 0 19 0 902592183 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505531912 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6032/tid=6035] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6035/stat : 6035 (java) S 6030 6032 2586 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6036] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6036/stat : 6036 (java) S 6030 6032 2586 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6037] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6037/stat : 6037 (java) S 6030 6032 2586 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6038] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6038/stat : 6038 (java) S 6030 6032 2586 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6039] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6039/stat : 6039 (java) S 6030 6032 2586 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6040] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6040/stat : 6040 (java) S 6030 6032 2586 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6041] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6041/stat : 6041 (java) S 6030 6032 2586 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6042] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6042/stat : 6042 (java) S 6030 6032 2586 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 902592185 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6043] ppid=6030 vsize=10546052 CPUtime=0.28 cores=0,2,4,6
/proc/6032/task/6043/stat : 6043 (java) S 6030 6032 2586 0 -1 4202560 607 0 0 0 28 0 0 0 15 0 19 0 902592186 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 0 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6044] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6044/stat : 6044 (java) S 6030 6032 2586 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6045] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6045/stat : 6045 (java) S 6030 6032 2586 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6046] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6046/stat : 6046 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933600689 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6047] ppid=6030 vsize=10546052 CPUtime=0.87 cores=0,2,4,6
/proc/6032/task/6047/stat : 6047 (java) S 6030 6032 2586 0 -1 4202560 10815 0 0 0 86 1 0 0 16 0 19 0 902592189 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6048] ppid=6030 vsize=10546052 CPUtime=0.25 cores=0,2,4,6
/proc/6032/task/6048/stat : 6048 (java) S 6030 6032 2586 0 -1 4202560 2587 0 0 0 25 0 0 0 15 0 19 0 902592189 10799157248 21628 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0

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

/proc/6032/task/6035/stat : 6035 (java) S 6030 6032 2586 0 -1 4202560 192 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6036] ppid=6030 vsize=10546052 CPUtime=0.03 cores=0,2,4,6
/proc/6032/task/6036/stat : 6036 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6037] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6037/stat : 6037 (java) S 6030 6032 2586 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6038] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6038/stat : 6038 (java) S 6030 6032 2586 0 -1 4202560 20 0 0 0 2 0 0 0 16 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6039] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6039/stat : 6039 (java) S 6030 6032 2586 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6040] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6040/stat : 6040 (java) S 6030 6032 2586 0 -1 4202560 31 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6041] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6041/stat : 6041 (java) S 6030 6032 2586 0 -1 4202560 143 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6042] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6042/stat : 6042 (java) S 6030 6032 2586 0 -1 4202560 170 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6043] ppid=6030 vsize=10546052 CPUtime=1.25 cores=0,2,4,6
/proc/6032/task/6043/stat : 6043 (java) S 6030 6032 2586 0 -1 4202560 883 0 0 0 124 1 0 0 16 0 19 0 902592186 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 0 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6044] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6044/stat : 6044 (java) S 6030 6032 2586 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6045] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6045/stat : 6045 (java) S 6030 6032 2586 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6046] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6046/stat : 6046 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933600689 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6047] ppid=6030 vsize=10546052 CPUtime=0.9 cores=0,2,4,6
/proc/6032/task/6047/stat : 6047 (java) S 6030 6032 2586 0 -1 4202560 10819 0 0 0 89 1 0 0 15 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6048] ppid=6030 vsize=10546052 CPUtime=0.26 cores=0,2,4,6
/proc/6032/task/6048/stat : 6048 (java) S 6030 6032 2586 0 -1 4202560 2587 0 0 0 26 0 0 0 15 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6049] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6049/stat : 6049 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6050] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6050/stat : 6050 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6051] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6051/stat : 6051 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902592200 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 31.54
Current children cumulated vsize (KiB) 10546052

[startup+30.7012 s]
/proc/loadavg: 2.34 2.09 1.94 3/214 6109
/proc/meminfo: memFree=1376396/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10546052 CPUtime=31.95 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 28401 0 1 0 3190 5 0 0 25 0 19 0 902592183 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2636513 18993 2250 9 0 2627247 0
[pid=6032/tid=6033] ppid=6030 vsize=10546052 CPUtime=29.27 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 12342 0 1 0 2926 1 0 0 25 0 19 0 902592183 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505722774 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6032/tid=6035] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6035/stat : 6035 (java) S 6030 6032 2586 0 -1 4202560 192 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6036] ppid=6030 vsize=10546052 CPUtime=0.03 cores=0,2,4,6
/proc/6032/task/6036/stat : 6036 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6037] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6037/stat : 6037 (java) S 6030 6032 2586 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6038] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6038/stat : 6038 (java) S 6030 6032 2586 0 -1 4202560 20 0 0 0 2 0 0 0 16 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6039] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6039/stat : 6039 (java) S 6030 6032 2586 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6040] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6040/stat : 6040 (java) S 6030 6032 2586 0 -1 4202560 31 0 0 0 2 0 0 0 16 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6041] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6041/stat : 6041 (java) S 6030 6032 2586 0 -1 4202560 143 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6042] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6042/stat : 6042 (java) S 6030 6032 2586 0 -1 4202560 170 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6043] ppid=6030 vsize=10546052 CPUtime=1.26 cores=0,2,4,6
/proc/6032/task/6043/stat : 6043 (java) S 6030 6032 2586 0 -1 4202560 883 0 0 0 125 1 0 0 16 0 19 0 902592186 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 0 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6044] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6044/stat : 6044 (java) S 6030 6032 2586 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6045] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6045/stat : 6045 (java) S 6030 6032 2586 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6046] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6046/stat : 6046 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933600689 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6047] ppid=6030 vsize=10546052 CPUtime=0.9 cores=0,2,4,6
/proc/6032/task/6047/stat : 6047 (java) S 6030 6032 2586 0 -1 4202560 10819 0 0 0 89 1 0 0 15 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6048] ppid=6030 vsize=10546052 CPUtime=0.26 cores=0,2,4,6
/proc/6032/task/6048/stat : 6048 (java) S 6030 6032 2586 0 -1 4202560 2587 0 0 0 26 0 0 0 15 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6049] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6049/stat : 6049 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6050] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6050/stat : 6050 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592189 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6051] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6051/stat : 6051 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902592200 10799157248 18993 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 31.95
Current children cumulated vsize (KiB) 10546052

[startup+31.1012 s]
/proc/loadavg: 2.34 2.09 1.94 3/214 6109
/proc/meminfo: memFree=1376396/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10546052 CPUtime=32.35 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 28404 0 1 0 3230 5 0 0 25 0 19 0 902592183 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2636513 18994 2250 9 0 2627247 0
[pid=6032/tid=6033] ppid=6030 vsize=10546052 CPUtime=29.64 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 12345 0 1 0 2963 1 0 0 25 0 19 0 902592183 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505567660 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6032/tid=6035] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6035/stat : 6035 (java) S 6030 6032 2586 0 -1 4202560 192 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6036] ppid=6030 vsize=10546052 CPUtime=0.03 cores=0,2,4,6
/proc/6032/task/6036/stat : 6036 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6037] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6037/stat : 6037 (java) S 6030 6032 2586 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6038] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6038/stat : 6038 (java) S 6030 6032 2586 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6039] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6039/stat : 6039 (java) S 6030 6032 2586 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6040] ppid=6030 vsize=10546052 CPUtime=0.03 cores=0,2,4,6
/proc/6032/task/6040/stat : 6040 (java) S 6030 6032 2586 0 -1 4202560 31 0 0 0 3 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6041] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6041/stat : 6041 (java) S 6030 6032 2586 0 -1 4202560 143 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6042] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6042/stat : 6042 (java) S 6030 6032 2586 0 -1 4202560 170 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6043] ppid=6030 vsize=10546052 CPUtime=1.29 cores=0,2,4,6
/proc/6032/task/6043/stat : 6043 (java) S 6030 6032 2586 0 -1 4202560 883 0 0 0 128 1 0 0 16 0 19 0 902592186 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 0 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6044] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6044/stat : 6044 (java) S 6030 6032 2586 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6045] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6045/stat : 6045 (java) S 6030 6032 2586 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6046] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6046/stat : 6046 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933600689 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6047] ppid=6030 vsize=10546052 CPUtime=0.9 cores=0,2,4,6
/proc/6032/task/6047/stat : 6047 (java) S 6030 6032 2586 0 -1 4202560 10819 0 0 0 89 1 0 0 15 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6048] ppid=6030 vsize=10546052 CPUtime=0.26 cores=0,2,4,6
/proc/6032/task/6048/stat : 6048 (java) S 6030 6032 2586 0 -1 4202560 2587 0 0 0 26 0 0 0 15 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6049] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6049/stat : 6049 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6050] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6050/stat : 6050 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6051] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6051/stat : 6051 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902592200 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 32.35
Current children cumulated vsize (KiB) 10546052

[startup+31.2011 s]
/proc/loadavg: 2.34 2.09 1.94 3/214 6109
/proc/meminfo: memFree=1376396/32951124 swapFree=67056684/67111528
[pid=6032] ppid=6030 vsize=10546052 CPUtime=32.45 cores=0,2,4,6
/proc/6032/stat : 6032 (java) S 6030 6032 2586 0 -1 4202496 28404 0 1 0 3240 5 0 0 25 0 19 0 902592183 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/6032/statm: 2636513 18994 2250 9 0 2627247 0
[pid=6032/tid=6033] ppid=6030 vsize=10546052 CPUtime=29.74 cores=0,2,4,6
/proc/6032/task/6033/stat : 6033 (java) R 6030 6032 2586 0 -1 4202560 12345 0 1 0 2973 1 0 0 25 0 19 0 902592183 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 46912505565883 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=6032/tid=6035] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6035/stat : 6035 (java) S 6030 6032 2586 0 -1 4202560 192 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6036] ppid=6030 vsize=10546052 CPUtime=0.03 cores=0,2,4,6
/proc/6032/task/6036/stat : 6036 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6037] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6037/stat : 6037 (java) S 6030 6032 2586 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6038] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6038/stat : 6038 (java) S 6030 6032 2586 0 -1 4202560 20 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6039] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6039/stat : 6039 (java) S 6030 6032 2586 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6040] ppid=6030 vsize=10546052 CPUtime=0.03 cores=0,2,4,6
/proc/6032/task/6040/stat : 6040 (java) S 6030 6032 2586 0 -1 4202560 31 0 0 0 3 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6041] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6041/stat : 6041 (java) S 6030 6032 2586 0 -1 4202560 143 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6042] ppid=6030 vsize=10546052 CPUtime=0.02 cores=0,2,4,6
/proc/6032/task/6042/stat : 6042 (java) S 6030 6032 2586 0 -1 4202560 170 0 0 0 2 0 0 0 15 0 19 0 902592185 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6043] ppid=6030 vsize=10546052 CPUtime=1.29 cores=0,2,4,6
/proc/6032/task/6043/stat : 6043 (java) S 6030 6032 2586 0 -1 4202560 883 0 0 0 128 1 0 0 16 0 19 0 902592186 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 0 0 16800975 18446604453794360320 0 0 -1 2 0 0 0
[pid=6032/tid=6044] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6044/stat : 6044 (java) S 6030 6032 2586 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6045] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6045/stat : 6045 (java) S 6030 6032 2586 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902592186 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6046] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6046/stat : 6046 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933600689 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6047] ppid=6030 vsize=10546052 CPUtime=0.9 cores=0,2,4,6
/proc/6032/task/6047/stat : 6047 (java) S 6030 6032 2586 0 -1 4202560 10819 0 0 0 89 1 0 0 15 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 0 0 0 0
[pid=6032/tid=6048] ppid=6030 vsize=10546052 CPUtime=0.26 cores=0,2,4,6
/proc/6032/task/6048/stat : 6048 (java) S 6030 6032 2586 0 -1 4202560 2587 0 0 0 26 0 0 0 15 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6049] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6049/stat : 6049 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933592985 0 4 0 16800975 18446604453794360320 0 0 -1 6 0 0 0
[pid=6032/tid=6050] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6050/stat : 6050 (java) S 6030 6032 2586 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902592189 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
[pid=6032/tid=6051] ppid=6030 vsize=10546052 CPUtime=0 cores=0,2,4,6
/proc/6032/task/6051/stat : 6051 (java) S 6030 6032 2586 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902592200 10799157248 18994 33554432000 1073741824 1073778376 140737321032032 18446744073709551615 222933593600 0 4 0 16800975 18446604453794360320 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 32.45
Current children cumulated vsize (KiB) 10546052

Child status: 30
Real time (s): 31.2758
CPU time (s): 32.5231
CPU user time (s): 32.4611
CPU system time (s): 0.06199
CPU usage (%): 103.988
Max. virtual memory (cumulated for all children) (KiB): 10546052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4611
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28431
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= 3622
involuntary context switches= 1532

runsolver used 0.050992 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-12 22:18:34
IDJOB=3492500
IDBENCH=78846
IDSOLVER=1982
FILE ID=node109/3492500-1307909914
RUNJOBID= node109-1307908099-5352
PBS_JOBID= 13559594
Free space on /var/tmp= 2888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226062--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-3492500-1307909914/watcher-3492500-1307909914 -o /var/tmp/evaluation-result-3492500-1307909914/solver-3492500-1307909914 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492500-1307909914.wbo

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

MD5SUM BENCH= 7e4768b7f873096cfc405759f746d055
RANDOM SEED=1034904605

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.82
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1438452 kB
Buffers:         64576 kB
Cached:       30414988 kB
SwapCached:       8608 kB
Active:       15687460 kB
Inactive:     14870796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1438452 kB
SwapTotal:    67111528 kB
SwapFree:     67056684 kB
Dirty:            1064 kB
Writeback:           0 kB
AnonPages:       75992 kB
Mapped:          21392 kB
Slab:           889864 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10548236 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 node109 at 2011-06-12 22:19:06