Trace number 3492527

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 46.6789 46.0914

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-66-100-0.wbo
MD5SUM810107b2d0d7e110201031afb2b4c53e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark1.08883
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/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@761a626f
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-3492527-1307909930.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.053s.
0.11/0.16	c #vars     197
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 => 28
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.69/0.44	c cleaning 2495 clauses out of 5002 with flag 5002/5002
0.92/0.65	c cleaning 4251 clauses out of 8505 with flag 11000/11000
1.04/0.73	c SATISFIABLE
1.04/0.73	c OPTIMIZING...
1.04/0.73	c Got one! Elapsed wall clock time (in seconds):0.627
1.04/0.73	o 217
1.14/0.83	c cleaning 4915 clauses out of 9834 with flag 3001/16580
1.35/1.02	c cleaning 5454 clauses out of 10918 with flag 9000/22579
1.57/1.25	c cleaning 6227 clauses out of 12465 with flag 16001/29580
1.87/1.51	c cleaning 7116 clauses out of 14238 with flag 24001/37580
2.07/1.80	c cleaning 8051 clauses out of 16121 with flag 33000/46579
2.47/2.12	c cleaning 9030 clauses out of 18071 with flag 43001/56580
2.77/2.46	c cleaning 9514 clauses out of 19041 with flag 53001/66580
2.87/2.58	c Got one! Elapsed wall clock time (in seconds):2.478
2.87/2.58	o 200
2.98/2.66	c cleaning 7698 clauses out of 15400 with flag 2000/72453
3.18/2.86	c cleaning 6849 clauses out of 13703 with flag 8001/78454
3.38/3.07	c cleaning 6923 clauses out of 13854 with flag 15001/85454
3.69/3.31	c cleaning 7461 clauses out of 14931 with flag 23001/93454
3.98/3.61	c cleaning 8230 clauses out of 16470 with flag 32001/102454
4.28/3.93	c cleaning 9116 clauses out of 18239 with flag 42000/112453
4.48/4.13	c Got one! Elapsed wall clock time (in seconds):4.024
4.48/4.13	o 176
4.69/4.33	c cleaning 10387 clauses out of 20787 with flag 5000/124117
4.88/4.53	c cleaning 8198 clauses out of 16402 with flag 11002/130119
5.09/4.73	c Got one! Elapsed wall clock time (in seconds):4.621
5.09/4.73	o 117
5.29/4.94	c cleaning 9781 clauses out of 19571 with flag 5000/141486
5.49/5.14	c cleaning 7890 clauses out of 15790 with flag 11000/147486
5.69/5.38	c cleaning 7447 clauses out of 14900 with flag 18000/154486
5.99/5.64	c cleaning 7719 clauses out of 15455 with flag 26002/162488
6.29/5.92	c cleaning 8364 clauses out of 16736 with flag 35002/171488
6.59/6.25	c cleaning 9182 clauses out of 18372 with flag 45002/181488
6.89/6.58	c cleaning 9590 clauses out of 19188 with flag 55000/191486
7.19/6.89	c cleaning 9795 clauses out of 19598 with flag 65000/201486
7.59/7.23	c cleaning 9897 clauses out of 19803 with flag 75000/211486
7.89/7.56	c cleaning 9947 clauses out of 19906 with flag 85000/221486
8.19/7.89	c cleaning 9974 clauses out of 19959 with flag 95000/231486
8.60/8.21	c cleaning 9987 clauses out of 19985 with flag 105000/241486
8.80/8.44	c Got one! Elapsed wall clock time (in seconds):8.334
8.80/8.44	o 114
9.00/8.66	c cleaning 11218 clauses out of 22440 with flag 5000/253928
9.21/8.87	c cleaning 8608 clauses out of 17223 with flag 11001/259929
9.50/9.10	c cleaning 7804 clauses out of 15615 with flag 18001/266929
9.70/9.38	c cleaning 7901 clauses out of 15811 with flag 26001/274929
10.00/9.65	c cleaning 8451 clauses out of 16909 with flag 35000/283928
10.41/10.00	c cleaning 9226 clauses out of 18458 with flag 45000/293928
10.71/10.34	c cleaning 9615 clauses out of 19232 with flag 55000/303928
11.01/10.68	c cleaning 9802 clauses out of 19619 with flag 65002/313930
11.42/11.02	c cleaning 9906 clauses out of 19816 with flag 75001/323929
11.72/11.34	c cleaning 9951 clauses out of 19911 with flag 85002/333930
12.02/11.67	c cleaning 9971 clauses out of 19958 with flag 95000/343928
12.12/11.70	c Got one! Elapsed wall clock time (in seconds):11.6
12.12/11.70	o 100
12.22/11.86	c cleaning 7795 clauses out of 15598 with flag 5001/349539
12.42/12.06	c cleaning 6898 clauses out of 13803 with flag 11001/355539
12.72/12.30	c cleaning 6948 clauses out of 13904 with flag 18000/362538
12.92/12.55	c cleaning 7476 clauses out of 14959 with flag 26003/370541
13.22/12.86	c cleaning 8237 clauses out of 16482 with flag 35002/379540
13.52/13.20	c cleaning 9117 clauses out of 18245 with flag 45002/389540
13.92/13.52	c cleaning 9557 clauses out of 19126 with flag 55000/399538
14.22/13.85	c cleaning 9779 clauses out of 19569 with flag 65000/409538
14.52/14.20	c cleaning 9888 clauses out of 19790 with flag 75000/419538
14.93/14.59	c cleaning 9947 clauses out of 19902 with flag 85000/429538
15.33/14.94	c cleaning 9971 clauses out of 19955 with flag 95000/439538
15.63/15.28	c cleaning 9988 clauses out of 19985 with flag 105001/449539
16.03/15.63	c cleaning 9994 clauses out of 19999 with flag 115003/459541
16.33/15.97	c cleaning 9994 clauses out of 20005 with flag 125003/469541
16.63/16.29	c cleaning 10004 clauses out of 20015 with flag 135007/479545
17.04/16.62	c cleaning 9996 clauses out of 20004 with flag 145000/489538
17.34/16.97	c cleaning 10001 clauses out of 20008 with flag 155000/499538
17.74/17.32	c cleaning 9998 clauses out of 20008 with flag 165001/509539
18.04/17.67	c cleaning 10000 clauses out of 20012 with flag 175003/519541
18.34/17.99	c cleaning 10002 clauses out of 20011 with flag 185002/529540
18.74/18.31	c cleaning 9999 clauses out of 20007 with flag 195000/539538
19.05/18.62	c cleaning 10001 clauses out of 20011 with flag 205003/549541
19.37/18.96	c cleaning 10000 clauses out of 20009 with flag 215002/559540
19.67/19.29	c cleaning 9999 clauses out of 20008 with flag 225001/569539
20.07/19.60	c cleaning 10002 clauses out of 20012 with flag 235004/579542
20.37/19.92	c cleaning 9997 clauses out of 20006 with flag 245000/589538
20.67/20.25	c cleaning 9998 clauses out of 20009 with flag 255000/599538
20.97/20.57	c cleaning 10001 clauses out of 20011 with flag 265000/609538
21.37/20.92	c cleaning 10004 clauses out of 20011 with flag 275001/619539
21.67/21.24	c cleaning 9996 clauses out of 20006 with flag 285000/629538
21.97/21.58	c cleaning 9998 clauses out of 20010 with flag 295000/639538
22.37/21.92	c cleaning 10001 clauses out of 20014 with flag 305002/649540
22.67/22.25	c cleaning 10000 clauses out of 20014 with flag 315003/659541
22.97/22.57	c cleaning 10002 clauses out of 20012 with flag 325001/669539
23.37/22.90	c cleaning 9998 clauses out of 20009 with flag 335000/679538
23.67/23.24	c cleaning 10000 clauses out of 20013 with flag 345002/689540
23.98/23.59	c cleaning 10001 clauses out of 20012 with flag 355001/699539
24.38/23.93	c cleaning 10000 clauses out of 20010 with flag 365000/709538
24.68/24.25	c cleaning 9996 clauses out of 20010 with flag 375000/719538
24.98/24.56	c cleaning 10003 clauses out of 20014 with flag 385000/729538
25.28/24.89	c cleaning 10001 clauses out of 20011 with flag 395000/739538
25.68/25.22	c cleaning 10001 clauses out of 20011 with flag 405001/749539
25.98/25.54	c cleaning 9996 clauses out of 20009 with flag 415000/759538
26.28/25.87	c cleaning 10002 clauses out of 20013 with flag 425000/769538
26.68/26.20	c cleaning 9999 clauses out of 20011 with flag 435000/779538
26.98/26.54	c cleaning 10003 clauses out of 20013 with flag 445001/789539
27.28/26.87	c cleaning 10002 clauses out of 20016 with flag 455007/799545
27.68/27.21	c cleaning 9998 clauses out of 20009 with flag 465002/809540
27.99/27.55	c cleaning 9997 clauses out of 20009 with flag 475000/819538
28.29/27.88	c cleaning 10003 clauses out of 20014 with flag 485002/829540
28.69/28.21	c cleaning 9997 clauses out of 20009 with flag 495000/839538
29.00/28.56	c cleaning 10001 clauses out of 20013 with flag 505001/849539
29.30/28.89	c cleaning 10000 clauses out of 20011 with flag 515000/859538
29.60/29.11	c Got one! Elapsed wall clock time (in seconds):29.005
29.60/29.11	o 95
29.80/29.31	c cleaning 11020 clauses out of 22053 with flag 5001/871580
30.00/29.52	c cleaning 8511 clauses out of 17033 with flag 11001/877580
30.20/29.78	c cleaning 7757 clauses out of 15522 with flag 18001/884580
30.50/30.04	c cleaning 7878 clauses out of 15764 with flag 26000/892579
30.80/30.35	c cleaning 8437 clauses out of 16886 with flag 35000/901579
31.21/30.70	c cleaning 9220 clauses out of 18449 with flag 45000/911579
31.50/31.08	c cleaning 9611 clauses out of 19229 with flag 55000/921579
31.90/31.43	c cleaning 9804 clauses out of 19619 with flag 65001/931580
32.20/31.79	c cleaning 9900 clauses out of 19814 with flag 75000/941579
32.60/32.15	c cleaning 9954 clauses out of 19914 with flag 85000/951579
32.91/32.49	c cleaning 9977 clauses out of 19960 with flag 95000/961579
33.31/32.84	c cleaning 9990 clauses out of 19985 with flag 105002/971581
33.61/33.19	c cleaning 9983 clauses out of 19993 with flag 115000/981579
34.01/33.54	c cleaning 10003 clauses out of 20014 with flag 125004/991583
34.41/33.90	c cleaning 9994 clauses out of 20007 with flag 135000/1001579
34.71/34.22	c cleaning 10002 clauses out of 20013 with flag 145000/1011579
35.01/34.54	c cleaning 9999 clauses out of 20013 with flag 155002/1021581
35.31/34.88	c cleaning 10003 clauses out of 20014 with flag 165002/1031581
35.72/35.22	c cleaning 9999 clauses out of 20009 with flag 175000/1041579
36.02/35.57	c cleaning 9997 clauses out of 20010 with flag 185000/1051579
36.41/35.91	c cleaning 9999 clauses out of 20013 with flag 195000/1061579
36.72/36.23	c cleaning 10002 clauses out of 20014 with flag 205000/1071579
37.01/36.58	c cleaning 10003 clauses out of 20012 with flag 215000/1081579
37.41/36.91	c cleaning 10000 clauses out of 20011 with flag 225002/1091581
37.72/37.25	c cleaning 10001 clauses out of 20011 with flag 235002/1101581
38.02/37.59	c cleaning 10000 clauses out of 20009 with flag 245001/1111580
38.42/37.91	c cleaning 10000 clauses out of 20010 with flag 255002/1121581
38.72/38.24	c cleaning 9996 clauses out of 20009 with flag 265001/1131580
39.02/38.57	c cleaning 10002 clauses out of 20012 with flag 275000/1141579
39.42/38.91	c cleaning 10001 clauses out of 20011 with flag 285001/1151580
39.72/39.26	c cleaning 9999 clauses out of 20011 with flag 295002/1161581
40.13/39.61	c cleaning 10001 clauses out of 20011 with flag 305001/1171580
40.42/39.95	c cleaning 10001 clauses out of 20009 with flag 315000/1181579
40.82/40.30	c cleaning 10002 clauses out of 20009 with flag 325001/1191580
41.13/40.64	c cleaning 9999 clauses out of 20008 with flag 335002/1201581
41.42/40.98	c cleaning 9998 clauses out of 20007 with flag 345000/1211579
41.82/41.34	c cleaning 10002 clauses out of 20012 with flag 355003/1221582
42.12/41.67	c cleaning 10000 clauses out of 20007 with flag 365000/1231579
42.53/42.01	c cleaning 9998 clauses out of 20008 with flag 375001/1241580
42.84/42.36	c cleaning 10001 clauses out of 20012 with flag 385003/1251582
43.24/42.71	c cleaning 10002 clauses out of 20009 with flag 395001/1261580
43.54/43.06	c cleaning 9997 clauses out of 20006 with flag 405000/1271579
43.84/43.39	c cleaning 10000 clauses out of 20009 with flag 415000/1281579
44.24/43.72	c cleaning 9998 clauses out of 20009 with flag 425000/1291579
44.55/44.04	c cleaning 10003 clauses out of 20011 with flag 435000/1301579
44.84/44.38	c cleaning 9997 clauses out of 20009 with flag 445001/1311580
45.24/44.73	c cleaning 9997 clauses out of 20012 with flag 455001/1321580
45.34/44.81	c Got one! Elapsed wall clock time (in seconds):44.701
45.34/44.81	o 64
45.44/44.92	c cleaning 7616 clauses out of 15253 with flag 3000/1326819
45.65/45.13	c cleaning 6814 clauses out of 13637 with flag 9000/1332819
45.85/45.37	c cleaning 6906 clauses out of 13823 with flag 16000/1339819
46.15/45.65	c cleaning 7456 clauses out of 14917 with flag 24000/1347819
46.45/45.96	c cleaning 8228 clauses out of 16461 with flag 33000/1356819
46.55/46.08	c starts		: 198
46.55/46.08	c conflicts		: 1359990
46.55/46.08	c decisions		: 2154969
46.55/46.08	c propagations		: 30923263
46.55/46.08	c inspects		: 318768321
46.55/46.08	c shortcuts		: 0
46.55/46.08	c learnt literals	: 4
46.55/46.08	c learnt binary clauses	: 12
46.55/46.08	c learnt ternary clauses	: 447
46.55/46.08	c learnt constraints	: 1359985
46.55/46.08	c ignored constraints	: 0
46.55/46.08	c root simplifications	: 0
46.55/46.08	c removed literals (reason simplification)	: 11393080
46.55/46.08	c reason swapping (by a shorter reason)	: 0
46.55/46.08	c Calls to reduceDB	: 145
46.55/46.08	c number of reductions to clauses (during analyze)	: 0
46.55/46.08	c number of learned constraints concerned by reduction	: 0
46.55/46.08	c number of learning phase by resolution	: 0
46.55/46.08	c number of learning phase by cutting planes	: 0
46.55/46.08	c speed (assignments/second)	: 2.423453213166144E7
46.55/46.08	c non guided choices	368
46.55/46.08	c learnt constraints type 
46.55/46.08	c constraints type 
46.55/46.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
46.55/46.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
46.55/46.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
46.55/46.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
46.55/46.08	s OPTIMUM FOUND
46.55/46.08	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 
46.55/46.08	c objective function=64
46.55/46.08	c Total wall clock time (in seconds): 45.978

Verifier Data

OK	64

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-3492527-1307909930/watcher-3492527-1307909930 -o /var/tmp/evaluation-result-3492527-1307909930/solver-3492527-1307909930 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492527-1307909930.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.05 2.00 1.94 3/195 25360
/proc/meminfo: memFree=1375652/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 1150 0 0 0 0 0 0 0 22 0 2 0 902590107 26767360 884 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 6535 888 673 9 0 381 0
[pid=25360/tid=25361] ppid=25358 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 51 0 0 0 0 0 0 0 23 0 2 0 902590108 26714112 894 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239476690949 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.058934 s]
/proc/loadavg: 2.05 2.00 1.94 3/195 25360
/proc/meminfo: memFree=1375652/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10472784 CPUtime=0.05 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 11649 0 1 0 4 1 0 0 22 0 18 0 902590107 10724130816 11343 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2618196 11343 1730 9 0 2608937 0
[pid=25360/tid=25361] ppid=25358 vsize=10472784 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 10472 0 1 0 3 0 0 0 25 0 18 0 902590108 10724130816 11343 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 47233959868906 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.105023 s]
/proc/loadavg: 2.05 2.00 1.94 3/195 25360
/proc/meminfo: memFree=1375652/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10540472 CPUtime=0.11 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 13212 0 1 0 10 1 0 0 22 0 18 0 902590107 10793443328 12844 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2635118 12845 2108 9 0 2625852 0
[pid=25360/tid=25361] ppid=25358 vsize=10540472 CPUtime=0.09 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 11235 0 1 0 8 1 0 0 18 0 18 0 902590108 10793443328 12845 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488521675 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540472

[startup+0.300958 s]
/proc/loadavg: 2.05 2.00 1.94 3/195 25360
/proc/meminfo: memFree=1375652/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10547328 CPUtime=0.55 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 16628 0 1 0 53 2 0 0 22 0 19 0 902590107 10800463872 15083 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636832 15083 2215 9 0 2627566 0
[pid=25360/tid=25361] ppid=25358 vsize=10547328 CPUtime=0.28 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 11765 0 1 0 27 1 0 0 19 0 19 0 902590108 10800463872 15083 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505547614 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10547328

[startup+0.700882 s]
/proc/loadavg: 2.05 2.00 1.94 3/195 25360
/proc/meminfo: memFree=1375652/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10547328 CPUtime=1.04 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 18077 0 1 0 102 2 0 0 22 0 19 0 902590107 10800463872 16159 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636832 16159 2247 9 0 2627566 0
[pid=25360/tid=25361] ppid=25358 vsize=10547328 CPUtime=0.66 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 11959 0 1 0 65 1 0 0 19 0 19 0 902590108 10800463872 16159 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505567520 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10547328

[startup+1.50072 s]
/proc/loadavg: 2.05 2.00 1.94 3/214 25379
/proc/meminfo: memFree=1319712/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10547328 CPUtime=1.87 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 18306 0 1 0 185 2 0 0 22 0 19 0 902590107 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636832 16385 2248 9 0 2627566 0
[pid=25360/tid=25361] ppid=25358 vsize=10547328 CPUtime=1.42 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 11968 0 1 0 141 1 0 0 20 0 19 0 902590108 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505615975 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 22833 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 22833 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 22833 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 22833 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 22833 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 22833 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=10547328 CPUtime=0.05 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 22833 0 -1 4202560 410 0 0 0 5 0 0 0 16 0 19 0 902590110 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 0 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 22833 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590111 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590111 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488518577 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=10547328 CPUtime=0.17 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 22833 0 -1 4202560 1306 0 0 0 17 0 0 0 19 0 19 0 902590113 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=10547328 CPUtime=0.19 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 22833 0 -1 4202560 2905 0 0 0 19 0 0 0 15 0 19 0 902590113 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590113 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) S 25358 25360 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590124 10800463872 16385 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10547328

[startup+3.10142 s]
/proc/loadavg: 2.04 2.00 1.94 3/214 25379
/proc/meminfo: memFree=1318100/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10547328 CPUtime=3.48 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 18558 0 1 0 346 2 0 0 22 0 19 0 902590107 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636832 16630 2248 9 0 2627566 0
[pid=25360/tid=25361] ppid=25358 vsize=10547328 CPUtime=2.93 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 11975 0 1 0 292 1 0 0 24 0 19 0 902590108 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505574900 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 22833 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 22833 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 22833 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 22833 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 22833 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 22833 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 902590109 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=10547328 CPUtime=0.13 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 22833 0 -1 4202560 614 0 0 0 13 0 0 0 16 0 19 0 902590110 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 0 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 22833 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590111 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590111 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488518577 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=10547328 CPUtime=0.17 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 22833 0 -1 4202560 1306 0 0 0 17 0 0 0 18 0 19 0 902590113 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=10547328 CPUtime=0.19 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 22833 0 -1 4202560 2905 0 0 0 19 0 0 0 15 0 19 0 902590113 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590113 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=10547328 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) S 25358 25360 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590124 10800463872 16630 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10547328

[startup+6.30082 s]
/proc/loadavg: 2.04 2.00 1.94 3/214 25379
/proc/meminfo: memFree=1316696/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10546352 CPUtime=6.69 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 18625 0 1 0 667 2 0 0 22 0 19 0 902590107 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636588 16549 2248 9 0 2627322 0
[pid=25360/tid=25361] ppid=25358 vsize=10546352 CPUtime=5.98 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 11987 0 1 0 597 1 0 0 25 0 19 0 902590108 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505664758 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 22833 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 22833 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 22833 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 22833 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 22833 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 22833 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 22833 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 22833 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 902590109 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=10546352 CPUtime=0.27 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 22833 0 -1 4202560 659 0 0 0 27 0 0 0 16 0 19 0 902590110 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 0 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 22833 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590111 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590111 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488518577 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=10546352 CPUtime=0.18 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 22833 0 -1 4202560 1306 0 0 0 18 0 0 0 18 0 19 0 902590113 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=10546352 CPUtime=0.19 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 22833 0 -1 4202560 2905 0 0 0 19 0 0 0 15 0 19 0 902590113 10799464448 16549 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0

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

/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 22833 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 22833 0 -1 4202560 142 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=10546352 CPUtime=0.05 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 22833 0 -1 4202560 143 0 0 0 5 0 0 0 16 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=10546352 CPUtime=0.02 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 22833 0 -1 4202560 20 0 0 0 2 0 0 0 16 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 22833 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 22833 0 -1 4202560 48 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 22833 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 22833 0 -1 4202560 134 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=10546352 CPUtime=1.81 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 22833 0 -1 4202560 925 0 0 0 179 2 0 0 15 0 19 0 902590110 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 0 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 22833 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590111 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590111 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488518577 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=10546352 CPUtime=0.2 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 22833 0 -1 4202560 1339 0 0 0 20 0 0 0 17 0 19 0 902590113 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=10546352 CPUtime=0.19 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 22833 0 -1 4202560 2905 0 0 0 19 0 0 0 15 0 19 0 902590113 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902590113 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) S 25358 25360 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590124 10799464448 16874 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 45.24
Current children cumulated vsize (KiB) 10546352

[startup+45.5013 s]
/proc/loadavg: 2.02 2.00 1.94 3/214 25437
/proc/meminfo: memFree=1290244/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10546352 CPUtime=46.05 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 19088 0 1 0 4599 6 0 0 22 0 19 0 902590107 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636588 16879 2249 9 0 2627322 0
[pid=25360/tid=25361] ppid=25358 vsize=10546352 CPUtime=43.41 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 12108 0 1 0 4340 1 0 0 25 0 19 0 902590108 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505523219 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=10546352 CPUtime=0.02 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 22833 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 22833 0 -1 4202560 142 0 0 0 4 0 0 0 16 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=10546352 CPUtime=0.05 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 22833 0 -1 4202560 143 0 0 0 5 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 22833 0 -1 4202560 20 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 22833 0 -1 4202560 15 0 0 0 4 0 0 0 16 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 22833 0 -1 4202560 48 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 22833 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 22833 0 -1 4202560 134 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=10546352 CPUtime=1.87 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 22833 0 -1 4202560 928 0 0 0 185 2 0 0 15 0 19 0 902590110 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 0 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 22833 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590111 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590111 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488518577 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=10546352 CPUtime=0.21 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 22833 0 -1 4202560 1340 0 0 0 21 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=10546352 CPUtime=0.19 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 22833 0 -1 4202560 2905 0 0 0 19 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) S 25358 25360 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590124 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.05
Current children cumulated vsize (KiB) 10546352

[startup+45.9012 s]
/proc/loadavg: 2.02 2.00 1.94 3/214 25437
/proc/meminfo: memFree=1290244/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10546352 CPUtime=46.45 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 19089 0 1 0 4639 6 0 0 22 0 19 0 902590107 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636588 16879 2249 9 0 2627322 0
[pid=25360/tid=25361] ppid=25358 vsize=10546352 CPUtime=43.8 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 12109 0 1 0 4379 1 0 0 25 0 19 0 902590108 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505547552 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=10546352 CPUtime=0.02 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 22833 0 -1 4202560 137 0 0 0 2 0 0 0 16 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 22833 0 -1 4202560 142 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=10546352 CPUtime=0.05 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 22833 0 -1 4202560 143 0 0 0 5 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 22833 0 -1 4202560 20 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 22833 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 22833 0 -1 4202560 48 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 22833 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 22833 0 -1 4202560 134 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=10546352 CPUtime=1.88 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 22833 0 -1 4202560 928 0 0 0 186 2 0 0 15 0 19 0 902590110 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 0 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 22833 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590111 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590111 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488518577 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=10546352 CPUtime=0.21 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 22833 0 -1 4202560 1340 0 0 0 21 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=10546352 CPUtime=0.19 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 22833 0 -1 4202560 2905 0 0 0 19 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) S 25358 25360 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590124 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.45
Current children cumulated vsize (KiB) 10546352

[startup+46.0012 s]
/proc/loadavg: 2.02 2.00 1.94 3/214 25437
/proc/meminfo: memFree=1290244/32950928 swapFree=67053956/67111528
[pid=25360] ppid=25358 vsize=10546352 CPUtime=46.55 cores=1,3,5,7
/proc/25360/stat : 25360 (java) S 25358 25360 22833 0 -1 4202496 19090 0 1 0 4649 6 0 0 22 0 19 0 902590107 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25360/statm: 2636588 16879 2249 9 0 2627322 0
[pid=25360/tid=25361] ppid=25358 vsize=10546352 CPUtime=43.89 cores=1,3,5,7
/proc/25360/task/25361/stat : 25361 (java) R 25358 25360 22833 0 -1 4202560 12110 0 1 0 4388 1 0 0 25 0 19 0 902590108 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 46912505534100 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=10546352 CPUtime=0.02 cores=1,3,5,7
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 22833 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 22833 0 -1 4202560 142 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=10546352 CPUtime=0.05 cores=1,3,5,7
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 22833 0 -1 4202560 143 0 0 0 5 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 22833 0 -1 4202560 20 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 22833 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 22833 0 -1 4202560 48 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=10546352 CPUtime=0.04 cores=1,3,5,7
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 22833 0 -1 4202560 10 0 0 0 4 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=10546352 CPUtime=0.03 cores=1,3,5,7
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 22833 0 -1 4202560 134 0 0 0 3 0 0 0 15 0 19 0 902590109 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=10546352 CPUtime=1.89 cores=1,3,5,7
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 22833 0 -1 4202560 928 0 0 0 187 2 0 0 15 0 19 0 902590110 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 0 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 22833 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902590111 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 22833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 902590111 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25374] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25374/stat : 25374 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488518577 0 4 0 16800975 18446604465892061440 0 0 -1 1 0 0 0
[pid=25360/tid=25375] ppid=25358 vsize=10546352 CPUtime=0.21 cores=1,3,5,7
/proc/25360/task/25375/stat : 25375 (java) S 25358 25360 22833 0 -1 4202560 1340 0 0 0 21 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25376] ppid=25358 vsize=10546352 CPUtime=0.19 cores=1,3,5,7
/proc/25360/task/25376/stat : 25376 (java) S 25358 25360 22833 0 -1 4202560 2905 0 0 0 19 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
[pid=25360/tid=25377] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25377/stat : 25377 (java) S 25358 25360 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488510873 0 4 0 16800975 18446604465892061440 0 0 -1 7 0 0 0
[pid=25360/tid=25378] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25378/stat : 25378 (java) S 25358 25360 22833 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902590113 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 5 0 0 0
[pid=25360/tid=25379] ppid=25358 vsize=10546352 CPUtime=0 cores=1,3,5,7
/proc/25360/task/25379/stat : 25379 (java) S 25358 25360 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902590124 10799464448 16879 33554432000 1073741824 1073778376 140735252431904 18446744073709551615 239488511488 0 4 0 16800975 18446604465892061440 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.55
Current children cumulated vsize (KiB) 10546352

Child status: 30
Real time (s): 46.0914
CPU time (s): 46.6789
CPU user time (s): 46.6129
CPU system time (s): 0.065989
CPU usage (%): 101.275
Max. virtual memory (cumulated for all children) (KiB): 10547328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.6129
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19217
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= 4874
involuntary context switches= 2099

runsolver used 0.074988 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 22:18:50
IDJOB=3492527
IDBENCH=78860
IDSOLVER=1982
FILE ID=node148/3492527-1307909930
RUNJOBID= node148-1307908037-24964
PBS_JOBID= 13559561
Free space on /var/tmp= 2900 MiB

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

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

MD5SUM BENCH= 810107b2d0d7e110201031afb2b4c53e
RANDOM SEED=1020987582

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:       1376164 kB
Buffers:         61648 kB
Cached:       30484704 kB
SwapCached:      10272 kB
Active:       15660200 kB
Inactive:     14962452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1376164 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:             884 kB
Writeback:           0 kB
AnonPages:       73172 kB
Mapped:          21440 kB
Slab:           888220 kB
PageTables:       4600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10544760 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= 2900 MiB
End job on node148 at 2011-06-12 22:19:37