Trace number 3492525

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.9019 46.331

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-66-100-0.wbo
MD5SUMc010566414bbd5e3504a69202a9a8e12
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark1.17382
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 1246
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.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492525-1307909924.wbo
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
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.46	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.93/0.66	c cleaning 4250 clauses out of 8504 with flag 11000/11000
1.26/0.90	c cleaning 5624 clauses out of 11254 with flag 18000/18000
1.47/1.19	c cleaning 6812 clauses out of 13630 with flag 26000/26000
1.58/1.27	c SATISFIABLE
1.58/1.27	c OPTIMIZING...
1.58/1.27	c Got one! Elapsed wall clock time (in seconds):1.16
1.58/1.27	o 326
1.69/1.36	c cleaning 5925 clauses out of 11855 with flag 3000/31037
1.89/1.58	c cleaning 5960 clauses out of 11930 with flag 9000/37037
2.19/1.80	c cleaning 6481 clauses out of 12970 with flag 16000/44037
2.39/2.07	c cleaning 7240 clauses out of 14490 with flag 24001/52038
2.50/2.16	c Got one! Elapsed wall clock time (in seconds):2.058
2.50/2.16	o 249
2.60/2.27	c cleaning 6454 clauses out of 12916 with flag 3000/57704
2.80/2.46	c cleaning 6222 clauses out of 12462 with flag 9000/63704
2.90/2.52	c Got one! Elapsed wall clock time (in seconds):2.409
2.90/2.52	o 225
3.00/2.66	c cleaning 5948 clauses out of 11906 with flag 4001/69370
3.20/2.86	c cleaning 5973 clauses out of 11957 with flag 10000/75369
3.50/3.10	c cleaning 6489 clauses out of 12985 with flag 17001/82370
3.72/3.35	c cleaning 7241 clauses out of 14495 with flag 25000/90369
4.01/3.64	c cleaning 8125 clauses out of 16254 with flag 34000/99369
4.32/3.97	c cleaning 9061 clauses out of 18131 with flag 44002/109371
4.72/4.31	c cleaning 9528 clauses out of 19068 with flag 54000/119369
5.02/4.65	c cleaning 9763 clauses out of 19541 with flag 64001/129370
5.42/5.03	c cleaning 9884 clauses out of 19778 with flag 74001/139370
5.72/5.33	c Got one! Elapsed wall clock time (in seconds):5.223
5.72/5.33	o 165
5.92/5.58	c cleaning 12044 clauses out of 24097 with flag 5001/153573
6.12/5.79	c cleaning 9023 clauses out of 18053 with flag 11001/159573
6.42/6.02	c cleaning 8010 clauses out of 16034 with flag 18005/166577
6.72/6.34	c cleaning 8007 clauses out of 16019 with flag 26000/174572
7.03/6.66	c cleaning 8500 clauses out of 17012 with flag 35000/183572
7.22/6.80	c Got one! Elapsed wall clock time (in seconds):6.692
7.22/6.80	o 136
7.22/6.84	c cleaning 6867 clauses out of 13744 with flag 1001/188804
7.42/7.05	c cleaning 6434 clauses out of 12876 with flag 7000/194803
7.62/7.27	c cleaning 6715 clauses out of 13443 with flag 14001/201804
7.92/7.53	c cleaning 7361 clauses out of 14728 with flag 22001/209804
8.13/7.79	c Got one! Elapsed wall clock time (in seconds):7.683
8.13/7.79	o 125
8.42/8.00	c cleaning 10405 clauses out of 20816 with flag 5001/223253
8.63/8.21	c cleaning 8202 clauses out of 16410 with flag 11000/229252
8.83/8.46	c cleaning 7601 clauses out of 15210 with flag 18002/236254
9.13/8.74	c cleaning 7801 clauses out of 15608 with flag 26001/244253
9.43/9.07	c cleaning 8400 clauses out of 16808 with flag 35002/253254
9.83/9.44	c cleaning 9197 clauses out of 18407 with flag 45001/263253
10.23/9.81	c cleaning 9598 clauses out of 19209 with flag 55000/273252
10.63/10.21	c cleaning 9802 clauses out of 19611 with flag 65000/283252
11.03/10.62	c cleaning 9902 clauses out of 19810 with flag 75001/293253
11.34/11.00	c cleaning 9949 clauses out of 19907 with flag 85000/303252
11.73/11.39	c cleaning 9969 clauses out of 19958 with flag 95000/313252
12.14/11.77	c cleaning 9994 clauses out of 19993 with flag 105004/323256
12.54/12.14	c cleaning 9993 clauses out of 19995 with flag 115000/333252
12.94/12.52	c cleaning 9988 clauses out of 20003 with flag 125001/343253
13.34/12.92	c cleaning 10001 clauses out of 20018 with flag 135004/353256
13.74/13.31	c cleaning 10002 clauses out of 20015 with flag 145002/363254
14.14/13.71	c cleaning 10003 clauses out of 20014 with flag 155003/373255
14.44/14.08	c cleaning 10001 clauses out of 20009 with flag 165001/383253
14.84/14.46	c cleaning 9998 clauses out of 20009 with flag 175002/393254
15.25/14.82	c cleaning 10002 clauses out of 20011 with flag 185002/403254
15.55/15.18	c cleaning 9994 clauses out of 20007 with flag 195000/413252
15.95/15.58	c cleaning 10002 clauses out of 20013 with flag 205000/423252
16.35/15.97	c cleaning 9999 clauses out of 20012 with flag 215001/433253
16.75/16.30	c cleaning 10002 clauses out of 20012 with flag 225000/443252
17.05/16.64	c cleaning 10000 clauses out of 20010 with flag 235000/453252
17.36/16.98	c cleaning 10000 clauses out of 20011 with flag 245001/463253
17.76/17.32	c cleaning 10000 clauses out of 20010 with flag 255000/473252
18.06/17.65	c cleaning 9999 clauses out of 20010 with flag 265000/483252
18.36/17.98	c cleaning 10002 clauses out of 20011 with flag 275000/493252
18.76/18.32	c cleaning 9997 clauses out of 20010 with flag 285001/503253
19.06/18.65	c cleaning 9998 clauses out of 20012 with flag 295000/513252
19.36/18.97	c cleaning 10003 clauses out of 20015 with flag 305001/523253
19.77/19.34	c cleaning 10001 clauses out of 20011 with flag 315000/533252
20.07/19.68	c cleaning 10004 clauses out of 20011 with flag 325001/543253
20.49/20.01	c cleaning 9995 clauses out of 20006 with flag 335000/553252
20.79/20.33	c cleaning 9999 clauses out of 20012 with flag 345001/563253
21.09/20.65	c cleaning 10004 clauses out of 20013 with flag 355001/573253
21.49/21.01	c cleaning 9999 clauses out of 20008 with flag 365000/583252
21.79/21.35	c cleaning 10002 clauses out of 20009 with flag 375000/593252
22.09/21.69	c cleaning 10000 clauses out of 20007 with flag 385000/603252
22.49/22.02	c cleaning 10001 clauses out of 20007 with flag 395000/613252
22.79/22.37	c cleaning 9997 clauses out of 20008 with flag 405002/623254
23.19/22.71	c cleaning 10002 clauses out of 20011 with flag 415002/633254
23.50/23.05	c cleaning 9997 clauses out of 20007 with flag 425000/643252
23.79/23.39	c cleaning 9993 clauses out of 20010 with flag 435000/653252
24.19/23.75	c cleaning 9998 clauses out of 20017 with flag 445000/663252
24.60/24.10	c cleaning 10003 clauses out of 20019 with flag 455000/673252
24.90/24.46	c cleaning 9999 clauses out of 20016 with flag 465000/683252
25.30/24.80	c cleaning 10003 clauses out of 20018 with flag 475001/693253
25.60/25.14	c cleaning 10002 clauses out of 20015 with flag 485001/703253
25.90/25.48	c cleaning 9997 clauses out of 20012 with flag 495000/713252
26.20/25.80	c cleaning 10001 clauses out of 20016 with flag 505001/723253
26.60/26.13	c cleaning 9999 clauses out of 20014 with flag 515000/733252
26.91/26.45	c cleaning 10003 clauses out of 20016 with flag 525001/743253
27.21/26.77	c cleaning 10003 clauses out of 20012 with flag 535000/753252
27.51/27.08	c cleaning 10003 clauses out of 20011 with flag 545002/763254
27.92/27.41	c cleaning 9999 clauses out of 20008 with flag 555002/773254
28.22/27.74	c cleaning 10001 clauses out of 20008 with flag 565001/783253
28.52/28.06	c cleaning 9990 clauses out of 20006 with flag 575000/793252
28.82/28.40	c cleaning 9998 clauses out of 20016 with flag 585000/803252
29.22/28.75	c cleaning 10003 clauses out of 20018 with flag 595000/813252
29.52/29.08	c cleaning 10001 clauses out of 20015 with flag 605000/823252
29.92/29.40	c cleaning 10002 clauses out of 20014 with flag 615000/833252
30.22/29.72	c cleaning 10000 clauses out of 20013 with flag 625001/843253
30.52/30.03	c cleaning 10002 clauses out of 20013 with flag 635001/853253
30.82/30.38	c cleaning 9996 clauses out of 20010 with flag 645000/863252
31.23/30.71	c cleaning 10002 clauses out of 20014 with flag 655000/873252
31.52/31.06	c cleaning 10002 clauses out of 20014 with flag 665002/883254
31.92/31.41	c cleaning 9998 clauses out of 20010 with flag 675000/893252
32.22/31.77	c cleaning 10004 clauses out of 20013 with flag 685001/903253
32.63/32.12	c cleaning 9998 clauses out of 20008 with flag 695000/913252
32.93/32.44	c cleaning 10000 clauses out of 20011 with flag 705001/923253
33.23/32.79	c cleaning 10000 clauses out of 20010 with flag 715000/933252
33.63/33.12	c cleaning 9995 clauses out of 20010 with flag 725000/943252
33.93/33.45	c cleaning 10000 clauses out of 20015 with flag 735000/953252
34.23/33.79	c cleaning 10000 clauses out of 20017 with flag 745002/963254
34.64/34.14	c cleaning 10003 clauses out of 20016 with flag 755001/973253
34.93/34.46	c cleaning 10003 clauses out of 20013 with flag 765001/983253
35.23/34.79	c cleaning 10004 clauses out of 20012 with flag 775003/993255
35.64/35.15	c cleaning 10000 clauses out of 20006 with flag 785001/1003253
35.94/35.49	c cleaning 9999 clauses out of 20005 with flag 795000/1013252
36.34/35.83	c cleaning 9999 clauses out of 20007 with flag 805001/1023253
36.64/36.18	c cleaning 9998 clauses out of 20007 with flag 815000/1033252
37.04/36.52	c cleaning 10001 clauses out of 20010 with flag 825001/1043253
37.34/36.84	c cleaning 10001 clauses out of 20009 with flag 835001/1053253
37.64/37.18	c cleaning 9995 clauses out of 20008 with flag 845001/1063253
38.04/37.57	c cleaning 9998 clauses out of 20013 with flag 855001/1073253
38.44/37.92	c cleaning 10001 clauses out of 20017 with flag 865003/1083255
38.74/38.28	c cleaning 10001 clauses out of 20013 with flag 875000/1093252
39.14/38.63	c cleaning 9999 clauses out of 20012 with flag 885000/1103252
39.44/38.98	c cleaning 9998 clauses out of 20013 with flag 895000/1113252
39.85/39.32	c cleaning 10004 clauses out of 20016 with flag 905001/1123253
40.15/39.67	c cleaning 10002 clauses out of 20011 with flag 915000/1133252
40.55/40.01	c cleaning 10003 clauses out of 20009 with flag 925000/1143252
40.95/40.40	c cleaning 9997 clauses out of 20006 with flag 935000/1153252
41.26/40.76	c cleaning 10004 clauses out of 20013 with flag 945004/1163256
41.65/41.13	c cleaning 9994 clauses out of 20005 with flag 955000/1173252
41.95/41.49	c cleaning 10002 clauses out of 20013 with flag 965002/1183254
42.36/41.85	c cleaning 10001 clauses out of 20010 with flag 975001/1193253
42.75/42.20	c cleaning 10002 clauses out of 20010 with flag 985002/1203254
43.05/42.55	c cleaning 10001 clauses out of 20007 with flag 995001/1213253
43.36/42.89	c cleaning 10000 clauses out of 20007 with flag 1005002/1223254
43.75/43.24	c cleaning 10000 clauses out of 20009 with flag 1015004/1233256
44.05/43.58	c cleaning 9999 clauses out of 20006 with flag 1025001/1243253
44.46/43.93	c cleaning 9996 clauses out of 20006 with flag 1035000/1253252
44.86/44.30	c cleaning 9998 clauses out of 20011 with flag 1045001/1263253
45.16/44.64	c cleaning 10005 clauses out of 20013 with flag 1055001/1273253
45.46/44.98	c cleaning 9998 clauses out of 20007 with flag 1065000/1283252
45.86/45.35	c cleaning 10002 clauses out of 20009 with flag 1075000/1293252
46.25/45.71	c cleaning 10000 clauses out of 20007 with flag 1085000/1303252
46.55/46.08	c cleaning 10001 clauses out of 20007 with flag 1095000/1313252
46.86/46.30	c Got one! Elapsed wall clock time (in seconds):46.197
46.86/46.30	o 98
46.86/46.31	c Got one! Elapsed wall clock time (in seconds):46.199
46.86/46.31	o 80
46.86/46.32	c starts		: 197
46.86/46.32	c conflicts		: 1319603
46.86/46.32	c decisions		: 2197396
46.86/46.32	c propagations		: 30771096
46.86/46.32	c inspects		: 302851646
46.86/46.32	c shortcuts		: 0
46.86/46.32	c learnt literals	: 1
46.86/46.32	c learnt binary clauses	: 6
46.86/46.32	c learnt ternary clauses	: 355
46.86/46.32	c learnt constraints	: 1319602
46.86/46.32	c ignored constraints	: 0
46.86/46.32	c root simplifications	: 0
46.86/46.32	c removed literals (reason simplification)	: 10825390
46.86/46.32	c reason swapping (by a shorter reason)	: 0
46.86/46.32	c Calls to reduceDB	: 139
46.86/46.32	c number of reductions to clauses (during analyze)	: 0
46.86/46.32	c number of learned constraints concerned by reduction	: 0
46.86/46.32	c number of learning phase by resolution	: 0
46.86/46.32	c number of learning phase by cutting planes	: 0
46.86/46.32	c speed (assignments/second)	: 2.0514064E9
46.86/46.32	c non guided choices	398
46.86/46.32	c learnt constraints type 
46.86/46.32	c constraints type 
46.86/46.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
46.86/46.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
46.86/46.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
46.86/46.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
46.86/46.32	s OPTIMUM FOUND
46.86/46.32	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.86/46.32	c objective function=80
46.86/46.32	c Total wall clock time (in seconds): 46.215

Verifier Data

OK	80

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-3492525-1307909924/watcher-3492525-1307909924 -o /var/tmp/evaluation-result-3492525-1307909924/solver-3492525-1307909924 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492525-1307909924.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.96 1.98 1.93 2/195 25303
/proc/meminfo: memFree=1371776/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/25303/stat : 25303 (java) R 25301 25303 22833 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 902589418 23580672 694 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239471732200 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/25303/statm: 5757 694 511 9 0 124 0

[startup+0.0644249 s]
/proc/loadavg: 1.96 1.98 1.93 2/195 25303
/proc/meminfo: memFree=1371776/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10472924 CPUtime=0.05 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 11690 0 1 0 4 1 0 0 25 0 18 0 902589418 10724274176 11385 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2618231 11386 1733 9 0 2608972 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.100519 s]
/proc/loadavg: 1.96 1.98 1.93 2/195 25303
/proc/meminfo: memFree=1371776/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10540288 CPUtime=0.11 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 13088 0 1 0 9 2 0 0 25 0 18 0 902589418 10793254912 12776 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2635072 12777 2092 9 0 2625806 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540288

[startup+0.300463 s]
/proc/loadavg: 1.96 1.98 1.93 2/195 25303
/proc/meminfo: memFree=1371776/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544264 CPUtime=0.55 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 16186 0 1 0 53 2 0 0 25 0 19 0 902589418 10797326336 14812 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636066 14812 2214 9 0 2626800 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10544264

[startup+0.700361 s]
/proc/loadavg: 1.96 1.98 1.93 2/195 25303
/proc/meminfo: memFree=1371776/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544544 CPUtime=1.06 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 17447 0 1 0 104 2 0 0 25 0 19 0 902589418 10797613056 15851 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636136 15851 2247 9 0 2626870 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10544544

[startup+1.50122 s]
/proc/loadavg: 1.96 1.98 1.93 3/214 25322
/proc/meminfo: memFree=1316160/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544544 CPUtime=1.89 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 17752 0 1 0 187 2 0 0 25 0 19 0 902589418 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636136 16153 2248 9 0 2626870 0
[pid=25303/tid=25305] ppid=25301 vsize=10544544 CPUtime=1.41 cores=0,2,4,6
/proc/25303/task/25305/stat : 25305 (java) R 25301 25303 22833 0 -1 4202560 11978 0 1 0 140 1 0 0 20 0 19 0 902589418 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 46912505563492 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25303/tid=25306] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25306/stat : 25306 (java) S 25301 25303 22833 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25307] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25307/stat : 25307 (java) S 25301 25303 22833 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25308] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25308/stat : 25308 (java) S 25301 25303 22833 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25309] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25309/stat : 25309 (java) S 25301 25303 22833 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25310] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25310/stat : 25310 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25311] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25311/stat : 25311 (java) S 25301 25303 22833 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25312] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25312/stat : 25312 (java) S 25301 25303 22833 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25313] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25313/stat : 25313 (java) S 25301 25303 22833 0 -1 4202560 152 0 0 0 0 0 0 0 16 0 19 0 902589420 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25314] ppid=25301 vsize=10544544 CPUtime=0.05 cores=0,2,4,6
/proc/25303/task/25314/stat : 25314 (java) S 25301 25303 22833 0 -1 4202560 432 0 0 0 5 0 0 0 16 0 19 0 902589421 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 0 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25315] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25315/stat : 25315 (java) S 25301 25303 22833 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25316] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25316/stat : 25316 (java) S 25301 25303 22833 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25317] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25317/stat : 25317 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488518577 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25318] ppid=25301 vsize=10544544 CPUtime=0.18 cores=0,2,4,6
/proc/25303/task/25318/stat : 25318 (java) S 25301 25303 22833 0 -1 4202560 1509 0 0 0 18 0 0 0 15 0 19 0 902589424 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25319] ppid=25301 vsize=10544544 CPUtime=0.2 cores=0,2,4,6
/proc/25303/task/25319/stat : 25319 (java) S 25301 25303 22833 0 -1 4202560 2072 0 0 0 20 0 0 0 15 0 19 0 902589424 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25320] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25320/stat : 25320 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25321] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25321/stat : 25321 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902589424 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25322] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25322/stat : 25322 (java) S 25301 25303 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902589435 10797613056 16153 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10544544

[startup+3.1009 s]
/proc/loadavg: 1.96 1.98 1.93 3/214 25322
/proc/meminfo: memFree=1314920/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544544 CPUtime=3.5 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 17833 0 1 0 348 2 0 0 25 0 19 0 902589418 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636136 16227 2248 9 0 2626870 0
[pid=25303/tid=25305] ppid=25301 vsize=10544544 CPUtime=2.92 cores=0,2,4,6
/proc/25303/task/25305/stat : 25305 (java) R 25301 25303 22833 0 -1 4202560 11985 0 1 0 291 1 0 0 23 0 19 0 902589418 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 46912505366600 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25303/tid=25306] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25306/stat : 25306 (java) S 25301 25303 22833 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25307] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25307/stat : 25307 (java) S 25301 25303 22833 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25308] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25308/stat : 25308 (java) S 25301 25303 22833 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25309] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25309/stat : 25309 (java) S 25301 25303 22833 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25310] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25310/stat : 25310 (java) S 25301 25303 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25311] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25311/stat : 25311 (java) S 25301 25303 22833 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25312] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25312/stat : 25312 (java) S 25301 25303 22833 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25313] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25313/stat : 25313 (java) S 25301 25303 22833 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25314] ppid=25301 vsize=10544544 CPUtime=0.13 cores=0,2,4,6
/proc/25303/task/25314/stat : 25314 (java) S 25301 25303 22833 0 -1 4202560 500 0 0 0 13 0 0 0 16 0 19 0 902589421 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 0 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25315] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25315/stat : 25315 (java) S 25301 25303 22833 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25316] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25316/stat : 25316 (java) S 25301 25303 22833 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25317] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25317/stat : 25317 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488518577 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25318] ppid=25301 vsize=10544544 CPUtime=0.18 cores=0,2,4,6
/proc/25303/task/25318/stat : 25318 (java) S 25301 25303 22833 0 -1 4202560 1509 0 0 0 18 0 0 0 15 0 19 0 902589424 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25319] ppid=25301 vsize=10544544 CPUtime=0.2 cores=0,2,4,6
/proc/25303/task/25319/stat : 25319 (java) S 25301 25303 22833 0 -1 4202560 2072 0 0 0 20 0 0 0 15 0 19 0 902589424 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25320] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25320/stat : 25320 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25321] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25321/stat : 25321 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902589424 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25322] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25322/stat : 25322 (java) S 25301 25303 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902589435 10797613056 16227 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10544544

[startup+6.30129 s]
/proc/loadavg: 2.05 2.00 1.94 3/214 25322
/proc/meminfo: memFree=1291336/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544544 CPUtime=6.72 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 17993 0 1 0 669 3 0 0 25 0 19 0 902589418 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636136 16296 2248 9 0 2626870 0
[pid=25303/tid=25305] ppid=25301 vsize=10544544 CPUtime=5.99 cores=0,2,4,6
/proc/25303/task/25305/stat : 25305 (java) R 25301 25303 22833 0 -1 4202560 11997 0 1 0 598 1 0 0 25 0 19 0 902589418 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 46912505577726 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=25303/tid=25306] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25306/stat : 25306 (java) S 25301 25303 22833 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25307] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25307/stat : 25307 (java) S 25301 25303 22833 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25308] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25308/stat : 25308 (java) S 25301 25303 22833 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25309] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25309/stat : 25309 (java) S 25301 25303 22833 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25310] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25310/stat : 25310 (java) S 25301 25303 22833 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25311] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25311/stat : 25311 (java) S 25301 25303 22833 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25312] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25312/stat : 25312 (java) S 25301 25303 22833 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25313] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25313/stat : 25313 (java) S 25301 25303 22833 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902589420 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25314] ppid=25301 vsize=10544544 CPUtime=0.25 cores=0,2,4,6
/proc/25303/task/25314/stat : 25314 (java) S 25301 25303 22833 0 -1 4202560 639 0 0 0 25 0 0 0 16 0 19 0 902589421 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 0 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25315] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25315/stat : 25315 (java) S 25301 25303 22833 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25316] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25316/stat : 25316 (java) S 25301 25303 22833 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25317] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25317/stat : 25317 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488518577 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25318] ppid=25301 vsize=10544544 CPUtime=0.18 cores=0,2,4,6
/proc/25303/task/25318/stat : 25318 (java) S 25301 25303 22833 0 -1 4202560 1509 0 0 0 18 0 0 0 15 0 19 0 902589424 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25319] ppid=25301 vsize=10544544 CPUtime=0.2 cores=0,2,4,6
/proc/25303/task/25319/stat : 25319 (java) S 25301 25303 22833 0 -1 4202560 2072 0 0 0 20 0 0 0 15 0 19 0 902589424 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25320] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25320/stat : 25320 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25321] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25321/stat : 25321 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902589424 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25322] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25322/stat : 25322 (java) S 25301 25303 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902589435 10797613056 16296 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 10544544

[startup+12.7011 s]

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

/proc/25303/task/25306/stat : 25306 (java) S 25301 25303 22833 0 -1 4202560 125 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25307] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25307/stat : 25307 (java) S 25301 25303 22833 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25308] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25308/stat : 25308 (java) S 25301 25303 22833 0 -1 4202560 57 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25309] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25309/stat : 25309 (java) S 25301 25303 22833 0 -1 4202560 82 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25310] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25310/stat : 25310 (java) S 25301 25303 22833 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25311] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25311/stat : 25311 (java) S 25301 25303 22833 0 -1 4202560 115 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25312] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25312/stat : 25312 (java) S 25301 25303 22833 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25313] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25313/stat : 25313 (java) S 25301 25303 22833 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25314] ppid=25301 vsize=10544544 CPUtime=1.74 cores=0,2,4,6
/proc/25303/task/25314/stat : 25314 (java) S 25301 25303 22833 0 -1 4202560 886 0 0 0 172 2 0 0 15 0 19 0 902589421 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 0 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25315] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25315/stat : 25315 (java) S 25301 25303 22833 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25316] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25316/stat : 25316 (java) S 25301 25303 22833 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25317] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25317/stat : 25317 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488518577 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25318] ppid=25301 vsize=10544544 CPUtime=0.18 cores=0,2,4,6
/proc/25303/task/25318/stat : 25318 (java) S 25301 25303 22833 0 -1 4202560 1509 0 0 0 18 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25319] ppid=25301 vsize=10544544 CPUtime=0.23 cores=0,2,4,6
/proc/25303/task/25319/stat : 25319 (java) S 25301 25303 22833 0 -1 4202560 2595 0 0 0 23 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25320] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25320/stat : 25320 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25321] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25321/stat : 25321 (java) S 25301 25303 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25322] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25322/stat : 25322 (java) S 25301 25303 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902589435 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.26
Current children cumulated vsize (KiB) 10544544

[startup+45.5008 s]
/proc/loadavg: 2.02 2.00 1.94 3/214 25380
/proc/meminfo: memFree=1314292/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544544 CPUtime=46.06 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 18942 0 1 0 4600 6 0 0 25 0 19 0 902589418 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636136 16618 2249 9 0 2626870 0
[pid=25303/tid=25305] ppid=25301 vsize=10544544 CPUtime=43.52 cores=0,2,4,6
/proc/25303/task/25305/stat : 25305 (java) R 25301 25303 22833 0 -1 4202560 12111 0 1 0 4350 2 0 0 25 0 19 0 902589418 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 46912505554172 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25303/tid=25306] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25306/stat : 25306 (java) S 25301 25303 22833 0 -1 4202560 125 0 0 0 4 0 0 0 16 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25307] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25307/stat : 25307 (java) S 25301 25303 22833 0 -1 4202560 46 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25308] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25308/stat : 25308 (java) S 25301 25303 22833 0 -1 4202560 57 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25309] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25309/stat : 25309 (java) S 25301 25303 22833 0 -1 4202560 82 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25310] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25310/stat : 25310 (java) S 25301 25303 22833 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25311] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25311/stat : 25311 (java) S 25301 25303 22833 0 -1 4202560 115 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25312] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25312/stat : 25312 (java) S 25301 25303 22833 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25313] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25313/stat : 25313 (java) S 25301 25303 22833 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25314] ppid=25301 vsize=10544544 CPUtime=1.76 cores=0,2,4,6
/proc/25303/task/25314/stat : 25314 (java) S 25301 25303 22833 0 -1 4202560 886 0 0 0 174 2 0 0 15 0 19 0 902589421 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 0 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25315] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25315/stat : 25315 (java) S 25301 25303 22833 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25316] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25316/stat : 25316 (java) S 25301 25303 22833 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25317] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25317/stat : 25317 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488518577 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25318] ppid=25301 vsize=10544544 CPUtime=0.18 cores=0,2,4,6
/proc/25303/task/25318/stat : 25318 (java) S 25301 25303 22833 0 -1 4202560 1509 0 0 0 18 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25319] ppid=25301 vsize=10544544 CPUtime=0.23 cores=0,2,4,6
/proc/25303/task/25319/stat : 25319 (java) S 25301 25303 22833 0 -1 4202560 2595 0 0 0 23 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25320] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25320/stat : 25320 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25321] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25321/stat : 25321 (java) S 25301 25303 22833 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25322] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25322/stat : 25322 (java) S 25301 25303 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902589435 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.06
Current children cumulated vsize (KiB) 10544544

[startup+45.9007 s]
/proc/loadavg: 2.02 2.00 1.94 3/214 25380
/proc/meminfo: memFree=1314292/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544544 CPUtime=46.45 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 18945 0 1 0 4639 6 0 0 25 0 19 0 902589418 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636136 16618 2249 9 0 2626870 0
[pid=25303/tid=25305] ppid=25301 vsize=10544544 CPUtime=43.91 cores=0,2,4,6
/proc/25303/task/25305/stat : 25305 (java) R 25301 25303 22833 0 -1 4202560 12112 0 1 0 4389 2 0 0 18 0 19 0 902589418 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 46912505529618 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25303/tid=25306] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25306/stat : 25306 (java) S 25301 25303 22833 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25307] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25307/stat : 25307 (java) S 25301 25303 22833 0 -1 4202560 46 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25308] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25308/stat : 25308 (java) S 25301 25303 22833 0 -1 4202560 57 0 0 0 3 0 0 0 16 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25309] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25309/stat : 25309 (java) S 25301 25303 22833 0 -1 4202560 82 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25310] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25310/stat : 25310 (java) S 25301 25303 22833 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25311] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25311/stat : 25311 (java) S 25301 25303 22833 0 -1 4202560 115 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25312] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25312/stat : 25312 (java) S 25301 25303 22833 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25313] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25313/stat : 25313 (java) S 25301 25303 22833 0 -1 4202560 167 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25314] ppid=25301 vsize=10544544 CPUtime=1.78 cores=0,2,4,6
/proc/25303/task/25314/stat : 25314 (java) S 25301 25303 22833 0 -1 4202560 888 0 0 0 176 2 0 0 15 0 19 0 902589421 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 0 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25315] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25315/stat : 25315 (java) S 25301 25303 22833 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25316] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25316/stat : 25316 (java) S 25301 25303 22833 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25317] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25317/stat : 25317 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488518577 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25318] ppid=25301 vsize=10544544 CPUtime=0.18 cores=0,2,4,6
/proc/25303/task/25318/stat : 25318 (java) S 25301 25303 22833 0 -1 4202560 1509 0 0 0 18 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25319] ppid=25301 vsize=10544544 CPUtime=0.23 cores=0,2,4,6
/proc/25303/task/25319/stat : 25319 (java) S 25301 25303 22833 0 -1 4202560 2595 0 0 0 23 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25320] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25320/stat : 25320 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25321] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25321/stat : 25321 (java) S 25301 25303 22833 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902589424 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25322] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25322/stat : 25322 (java) S 25301 25303 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902589435 10797613056 16618 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.45
Current children cumulated vsize (KiB) 10544544

[startup+46.3006 s]
/proc/loadavg: 2.02 2.00 1.94 3/214 25380
/proc/meminfo: memFree=1314168/32950928 swapFree=67053956/67111528
[pid=25303] ppid=25301 vsize=10544544 CPUtime=46.86 cores=0,2,4,6
/proc/25303/stat : 25303 (java) S 25301 25303 22833 0 -1 4202496 18949 0 1 0 4679 7 0 0 25 0 19 0 902589418 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/25303/statm: 2636136 16619 2250 9 0 2626870 0
[pid=25303/tid=25305] ppid=25301 vsize=10544544 CPUtime=44.29 cores=0,2,4,6
/proc/25303/task/25305/stat : 25305 (java) R 25301 25303 22833 0 -1 4202560 12114 0 1 0 4427 2 0 0 18 0 19 0 902589418 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 46912505522672 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25303/tid=25306] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25306/stat : 25306 (java) S 25301 25303 22833 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25307] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25307/stat : 25307 (java) S 25301 25303 22833 0 -1 4202560 46 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25308] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25308/stat : 25308 (java) S 25301 25303 22833 0 -1 4202560 57 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25309] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25309/stat : 25309 (java) S 25301 25303 22833 0 -1 4202560 82 0 0 0 4 0 0 0 16 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25310] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25310/stat : 25310 (java) S 25301 25303 22833 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25311] ppid=25301 vsize=10544544 CPUtime=0.04 cores=0,2,4,6
/proc/25303/task/25311/stat : 25311 (java) S 25301 25303 22833 0 -1 4202560 115 0 0 0 4 0 0 0 15 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 6 0 0 0
[pid=25303/tid=25312] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25312/stat : 25312 (java) S 25301 25303 22833 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25313] ppid=25301 vsize=10544544 CPUtime=0.03 cores=0,2,4,6
/proc/25303/task/25313/stat : 25313 (java) S 25301 25303 22833 0 -1 4202560 167 0 0 0 3 0 0 0 16 0 19 0 902589420 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25314] ppid=25301 vsize=10544544 CPUtime=1.79 cores=0,2,4,6
/proc/25303/task/25314/stat : 25314 (java) S 25301 25303 22833 0 -1 4202560 889 0 0 0 177 2 0 0 15 0 19 0 902589421 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 0 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25315] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25315/stat : 25315 (java) S 25301 25303 22833 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25316] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25316/stat : 25316 (java) S 25301 25303 22833 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902589422 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25317] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25317/stat : 25317 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488518577 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25318] ppid=25301 vsize=10544544 CPUtime=0.18 cores=0,2,4,6
/proc/25303/task/25318/stat : 25318 (java) S 25301 25303 22833 0 -1 4202560 1509 0 0 0 18 0 0 0 15 0 19 0 902589424 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 2 0 0 0
[pid=25303/tid=25319] ppid=25301 vsize=10544544 CPUtime=0.23 cores=0,2,4,6
/proc/25303/task/25319/stat : 25319 (java) R 25301 25303 22833 0 -1 4202560 2596 0 0 0 23 0 0 0 15 0 19 0 902589424 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488520885 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25303/tid=25320] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25320/stat : 25320 (java) S 25301 25303 22833 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902589424 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488510873 0 4 0 16800975 18446604440278878208 0 0 -1 4 0 0 0
[pid=25303/tid=25321] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25321/stat : 25321 (java) S 25301 25303 22833 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902589424 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
[pid=25303/tid=25322] ppid=25301 vsize=10544544 CPUtime=0 cores=0,2,4,6
/proc/25303/task/25322/stat : 25322 (java) S 25301 25303 22833 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902589435 10797613056 16619 33554432000 1073741824 1073778376 140735348196992 18446744073709551615 239488511488 0 4 0 16800975 18446604440278878208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.86
Current children cumulated vsize (KiB) 10544544

Child status: 30
Real time (s): 46.331
CPU time (s): 46.9019
CPU user time (s): 46.8279
CPU system time (s): 0.073988
CPU usage (%): 101.232
Max. virtual memory (cumulated for all children) (KiB): 10545024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.8279
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18972
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= 4746
involuntary context switches= 1933

runsolver used 0.087986 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 22:18:44
IDJOB=3492525
IDBENCH=78859
IDSOLVER=1982
FILE ID=node148/3492525-1307909924
RUNJOBID= node148-1307908037-24963
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.1110973364--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-3492525-1307909924/watcher-3492525-1307909924 -o /var/tmp/evaluation-result-3492525-1307909924/solver-3492525-1307909924 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492525-1307909924.wbo

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

MD5SUM BENCH= c010566414bbd5e3504a69202a9a8e12
RANDOM SEED=1903160999

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:       1371932 kB
Buffers:         61624 kB
Cached:       30485144 kB
SwapCached:      10272 kB
Active:       15664492 kB
Inactive:     14962336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1371932 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:             556 kB
Writeback:           0 kB
AnonPages:       77400 kB
Mapped:          21492 kB
Slab:           887888 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10550892 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:30