Trace number 3492362

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 48.8556 47.7196

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974180--soft-66-100-0.wbo
MD5SUMd94c91912b6010a0edcf7aeb8ba12985
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark0.952854
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 1231
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492362-1307909646.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.054s.
0.09/0.16	c #vars     197
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.67/0.45	c cleaning 2498 clauses out of 5000 with flag 5000/5000
0.91/0.65	c cleaning 4246 clauses out of 8502 with flag 11000/11000
1.13/0.87	c cleaning 5625 clauses out of 11258 with flag 18002/18002
1.45/1.13	c cleaning 6813 clauses out of 13631 with flag 26000/26000
1.57/1.29	c SATISFIABLE
1.57/1.29	c OPTIMIZING...
1.57/1.29	c Got one! Elapsed wall clock time (in seconds):1.183
1.57/1.29	o 283
1.67/1.33	c cleaning 6396 clauses out of 12802 with flag 1000/31984
1.87/1.51	c cleaning 6199 clauses out of 12407 with flag 7001/37985
2.07/1.73	c cleaning 6602 clauses out of 13209 with flag 14002/44986
2.17/1.89	c Got one! Elapsed wall clock time (in seconds):1.786
2.17/1.89	o 263
2.37/2.08	c cleaning 8751 clauses out of 17512 with flag 5000/55891
2.59/2.27	c cleaning 7379 clauses out of 14764 with flag 11003/61894
2.78/2.49	c cleaning 7188 clauses out of 14386 with flag 18004/68895
3.08/2.75	c cleaning 7594 clauses out of 15195 with flag 26001/76892
3.38/3.06	c cleaning 8296 clauses out of 16600 with flag 35000/85891
3.78/3.43	c cleaning 9150 clauses out of 18306 with flag 45002/95893
4.18/3.80	c cleaning 9573 clauses out of 19156 with flag 55002/105893
4.49/4.15	c cleaning 9783 clauses out of 19582 with flag 65001/115892
4.89/4.52	c cleaning 9895 clauses out of 19800 with flag 75002/125893
5.09/4.76	c Got one! Elapsed wall clock time (in seconds):4.653
5.09/4.76	o 179
5.29/4.98	c cleaning 11004 clauses out of 22022 with flag 5000/138010
5.49/5.20	c cleaning 8503 clauses out of 17020 with flag 11002/144012
5.80/5.43	c cleaning 7753 clauses out of 15515 with flag 18000/151010
6.09/5.70	c cleaning 7873 clauses out of 15762 with flag 26000/159010
6.39/6.03	c cleaning 8440 clauses out of 16892 with flag 35003/168013
6.69/6.39	c cleaning 9221 clauses out of 18449 with flag 45000/178010
7.19/6.80	c cleaning 9607 clauses out of 19228 with flag 55000/188010
7.49/7.15	c cleaning 9809 clauses out of 19622 with flag 65001/198011
7.89/7.51	c cleaning 9903 clauses out of 19813 with flag 75001/208011
8.20/7.84	c cleaning 9950 clauses out of 19910 with flag 85001/218011
8.20/7.86	c Got one! Elapsed wall clock time (in seconds):7.754
8.20/7.86	o 83
8.40/8.02	c cleaning 7601 clauses out of 15212 with flag 5000/223263
8.60/8.22	c cleaning 6801 clauses out of 13612 with flag 11001/229264
8.80/8.44	c cleaning 6900 clauses out of 13812 with flag 18002/236265
9.00/8.70	c cleaning 7451 clauses out of 14914 with flag 26004/244267
9.30/8.99	c cleaning 8222 clauses out of 16459 with flag 35000/253263
9.70/9.34	c cleaning 9117 clauses out of 18238 with flag 45001/263264
10.00/9.69	c cleaning 9557 clauses out of 19121 with flag 55001/273264
10.40/10.04	c cleaning 9774 clauses out of 19563 with flag 65000/283263
10.70/10.39	c cleaning 9888 clauses out of 19789 with flag 75000/293263
11.10/10.72	c cleaning 9949 clauses out of 19902 with flag 85001/303264
11.41/11.06	c cleaning 9973 clauses out of 19954 with flag 95002/313265
11.80/11.41	c cleaning 9987 clauses out of 19980 with flag 105001/323264
12.10/11.75	c cleaning 9993 clauses out of 19993 with flag 115001/333264
12.51/12.11	c cleaning 9994 clauses out of 20000 with flag 125001/343264
12.80/12.45	c cleaning 9999 clauses out of 20008 with flag 135003/353266
13.20/12.81	c cleaning 10000 clauses out of 20006 with flag 145000/363263
13.51/13.16	c cleaning 10001 clauses out of 20007 with flag 155001/373264
13.91/13.51	c cleaning 10000 clauses out of 20007 with flag 165002/383265
14.21/13.87	c cleaning 9999 clauses out of 20005 with flag 175000/393263
14.51/14.20	c cleaning 10001 clauses out of 20010 with flag 185004/403267
14.91/14.56	c cleaning 9999 clauses out of 20006 with flag 195001/413264
15.31/14.92	c cleaning 10001 clauses out of 20007 with flag 205001/423264
15.61/15.27	c cleaning 9999 clauses out of 20005 with flag 215000/433263
16.01/15.63	c cleaning 9999 clauses out of 20006 with flag 225000/443263
16.31/15.99	c cleaning 10000 clauses out of 20007 with flag 235000/453263
16.71/16.37	c cleaning 10001 clauses out of 20007 with flag 245000/463263
17.12/16.74	c cleaning 9999 clauses out of 20006 with flag 255000/473263
17.52/17.10	c cleaning 9995 clauses out of 20007 with flag 265000/483263
17.83/17.45	c cleaning 10000 clauses out of 20013 with flag 275001/493264
18.13/17.79	c cleaning 10003 clauses out of 20013 with flag 285001/503264
18.53/18.14	c cleaning 9999 clauses out of 20010 with flag 295001/513264
18.83/18.48	c cleaning 10003 clauses out of 20011 with flag 305001/523264
19.23/18.83	c cleaning 9992 clauses out of 20007 with flag 315000/533263
19.53/19.17	c cleaning 10007 clauses out of 20017 with flag 325002/543265
19.93/19.51	c cleaning 10001 clauses out of 20008 with flag 335000/553263
20.24/19.86	c cleaning 9997 clauses out of 20008 with flag 345001/563264
20.63/20.23	c cleaning 9996 clauses out of 20011 with flag 355001/573264
20.93/20.57	c cleaning 10002 clauses out of 20015 with flag 365001/583264
21.36/20.91	c cleaning 9999 clauses out of 20012 with flag 375000/593263
21.65/21.27	c cleaning 10002 clauses out of 20013 with flag 385000/603263
22.05/21.63	c cleaning 10002 clauses out of 20011 with flag 395000/613263
22.36/21.98	c cleaning 9997 clauses out of 20009 with flag 405000/623263
22.75/22.32	c cleaning 10003 clauses out of 20013 with flag 415001/633264
23.05/22.67	c cleaning 10000 clauses out of 20010 with flag 425001/643264
23.35/22.99	c cleaning 9998 clauses out of 20009 with flag 435000/653263
23.75/23.31	c cleaning 10000 clauses out of 20011 with flag 445000/663263
24.06/23.65	c cleaning 10002 clauses out of 20012 with flag 455001/673264
24.36/23.99	c cleaning 9999 clauses out of 20009 with flag 465000/683263
24.76/24.31	c cleaning 9998 clauses out of 20010 with flag 475000/693263
25.06/24.65	c cleaning 10000 clauses out of 20012 with flag 485000/703263
25.36/24.98	c cleaning 9995 clauses out of 20012 with flag 495000/713263
25.77/25.31	c cleaning 10004 clauses out of 20019 with flag 505002/723265
26.06/25.66	c cleaning 10004 clauses out of 20014 with flag 515001/733264
26.46/26.00	c cleaning 10000 clauses out of 20010 with flag 525001/743264
26.77/26.36	c cleaning 9999 clauses out of 20010 with flag 535001/753264
27.06/26.69	c cleaning 9997 clauses out of 20010 with flag 545000/763263
27.46/27.02	c cleaning 10002 clauses out of 20013 with flag 555000/773263
27.77/27.36	c cleaning 10003 clauses out of 20012 with flag 565001/783264
28.08/27.69	c cleaning 10000 clauses out of 20009 with flag 575001/793264
28.48/28.03	c cleaning 10001 clauses out of 20009 with flag 585001/803264
28.78/28.36	c cleaning 10001 clauses out of 20007 with flag 595000/813263
29.08/28.69	c cleaning 9998 clauses out of 20007 with flag 605001/823264
29.48/29.04	c cleaning 10001 clauses out of 20009 with flag 615001/833264
29.78/29.37	c cleaning 10000 clauses out of 20008 with flag 625001/843264
30.19/29.71	c cleaning 9996 clauses out of 20009 with flag 635002/853265
30.48/30.05	c cleaning 10000 clauses out of 20012 with flag 645001/863264
30.88/30.40	c cleaning 10001 clauses out of 20011 with flag 655000/873263
31.19/30.76	c cleaning 9999 clauses out of 20011 with flag 665001/883264
31.58/31.13	c cleaning 10003 clauses out of 20013 with flag 675002/893265
31.88/31.49	c cleaning 10002 clauses out of 20011 with flag 685003/903266
32.29/31.84	c cleaning 9997 clauses out of 20007 with flag 695001/913264
32.68/32.21	c cleaning 10001 clauses out of 20010 with flag 705001/923264
32.98/32.55	c cleaning 10001 clauses out of 20009 with flag 715001/933264
33.29/32.88	c cleaning 10000 clauses out of 20009 with flag 725002/943265
33.69/33.22	c cleaning 10003 clauses out of 20014 with flag 735007/953270
33.99/33.58	c cleaning 9996 clauses out of 20006 with flag 745002/963265
34.39/33.92	c cleaning 10001 clauses out of 20010 with flag 755002/973265
34.69/34.27	c cleaning 9999 clauses out of 20007 with flag 765000/983263
35.09/34.61	c cleaning 10000 clauses out of 20009 with flag 775001/993264
35.40/34.96	c cleaning 9998 clauses out of 20008 with flag 785000/1003263
35.70/35.28	c cleaning 10001 clauses out of 20010 with flag 795000/1013263
36.10/35.60	c cleaning 9996 clauses out of 20009 with flag 805000/1023263
36.40/35.93	c cleaning 10002 clauses out of 20014 with flag 815001/1033264
36.71/36.27	c cleaning 10002 clauses out of 20011 with flag 825000/1043263
37.10/36.61	c cleaning 10001 clauses out of 20010 with flag 835001/1053264
37.40/36.94	c cleaning 9999 clauses out of 20008 with flag 845000/1063263
37.70/37.27	c cleaning 10001 clauses out of 20010 with flag 855001/1073264
38.00/37.52	c Got one! Elapsed wall clock time (in seconds):37.413
38.00/37.52	o 72
38.20/37.75	c cleaning 11053 clauses out of 22120 with flag 5003/1085375
38.40/37.97	c cleaning 8526 clauses out of 17064 with flag 11000/1091372
38.70/38.23	c cleaning 7764 clauses out of 15540 with flag 18002/1098374
38.91/38.49	c cleaning 7886 clauses out of 15775 with flag 26001/1106373
39.30/38.81	c cleaning 8440 clauses out of 16890 with flag 35002/1115374
39.60/39.19	c cleaning 9219 clauses out of 18448 with flag 45000/1125372
40.00/39.59	c cleaning 9612 clauses out of 19230 with flag 55001/1135373
40.40/39.97	c cleaning 9803 clauses out of 19617 with flag 65000/1145372
40.80/40.34	c cleaning 9904 clauses out of 19818 with flag 75004/1155376
40.80/40.40	c Got one! Elapsed wall clock time (in seconds):40.288
40.80/40.40	o 23
41.00/40.52	c cleaning 7702 clauses out of 15412 with flag 4001/1160874
41.21/40.72	c cleaning 6847 clauses out of 13709 with flag 10000/1166873
41.40/40.95	c cleaning 6928 clauses out of 13863 with flag 17001/1173874
41.70/41.22	c cleaning 7466 clauses out of 14935 with flag 25001/1181874
42.00/41.53	c cleaning 8229 clauses out of 16468 with flag 34000/1190873
42.31/41.89	c cleaning 9115 clauses out of 18239 with flag 44000/1200873
42.81/42.30	c cleaning 9560 clauses out of 19124 with flag 54000/1210873
43.11/42.67	c cleaning 9777 clauses out of 19564 with flag 64000/1220873
43.51/43.05	c cleaning 9887 clauses out of 19787 with flag 74000/1230873
43.91/43.41	c cleaning 9943 clauses out of 19901 with flag 84001/1240874
44.21/43.76	c cleaning 9968 clauses out of 19958 with flag 94001/1250874
44.62/44.14	c cleaning 9990 clauses out of 19990 with flag 104001/1260874
45.02/44.52	c cleaning 9995 clauses out of 20000 with flag 114001/1270874
45.33/44.87	c cleaning 9998 clauses out of 20004 with flag 124000/1280873
45.73/45.25	c cleaning 9999 clauses out of 20006 with flag 134000/1290873
46.13/45.60	c cleaning 10003 clauses out of 20010 with flag 144003/1300876
46.43/45.96	c cleaning 9997 clauses out of 20005 with flag 154001/1310874
46.83/46.33	c cleaning 9999 clauses out of 20008 with flag 164001/1320874
47.23/46.71	c cleaning 10001 clauses out of 20008 with flag 174000/1330873
47.53/47.10	c cleaning 10000 clauses out of 20007 with flag 184000/1340873
48.26/47.49	c cleaning 9997 clauses out of 20006 with flag 194000/1350873
48.82/47.70	c starts		: 196
48.82/47.70	c conflicts		: 1357034
48.82/47.70	c decisions		: 2082926
48.82/47.70	c propagations		: 30155025
48.82/47.70	c inspects		: 316571185
48.82/47.70	c shortcuts		: 0
48.82/47.70	c learnt literals	: 5
48.82/47.70	c learnt binary clauses	: 19
48.82/47.70	c learnt ternary clauses	: 177
48.82/47.70	c learnt constraints	: 1357028
48.82/47.70	c ignored constraints	: 0
48.82/47.70	c root simplifications	: 0
48.82/47.70	c removed literals (reason simplification)	: 12101948
48.82/47.70	c reason swapping (by a shorter reason)	: 0
48.82/47.70	c Calls to reduceDB	: 143
48.82/47.70	c number of reductions to clauses (during analyze)	: 0
48.82/47.70	c number of learned constraints concerned by reduction	: 0
48.82/47.70	c number of learning phase by resolution	: 0
48.82/47.70	c number of learning phase by cutting planes	: 0
48.82/47.70	c speed (assignments/second)	: 4130259.553485824
48.82/47.70	c non guided choices	287
48.82/47.70	c learnt constraints type 
48.82/47.70	c constraints type 
48.82/47.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
48.82/47.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
48.82/47.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
48.82/47.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
48.82/47.70	s OPTIMUM FOUND
48.82/47.70	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 
48.82/47.70	c objective function=23
48.82/47.70	c Total wall clock time (in seconds): 47.59

Verifier Data

OK	23

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-3492362-1307909646/watcher-3492362-1307909646 -o /var/tmp/evaluation-result-3492362-1307909646/solver-3492362-1307909646 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492362-1307909646.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.98 1.98 1.93 2/195 26399
/proc/meminfo: memFree=10924576/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 981195190 31260672 957 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 7632 957 730 9 0 383 0
[pid=26399/tid=26400] ppid=26397 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 981195190 31260672 957 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260020395776 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0324381 s]
/proc/loadavg: 1.98 1.98 1.93 2/195 26399
/proc/meminfo: memFree=10924576/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10530960 CPUtime=0.02 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 10907 0 1 0 1 1 0 0 25 0 11 0 981195190 10783703040 10604 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2632740 10604 1566 9 0 2623488 0
[pid=26399/tid=26400] ppid=26397 vsize=10530960 CPUtime=0.02 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) S 26397 26399 24181 0 -1 4202560 9780 0 1 0 1 1 0 0 25 0 11 0 981195190 10783703040 10604 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16784584 18446604453616618240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10530960

[startup+0.100568 s]
/proc/loadavg: 1.98 1.98 1.93 2/195 26399
/proc/meminfo: memFree=10924576/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10605336 CPUtime=0.09 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 13049 0 1 0 8 1 0 0 25 0 18 0 981195190 10859864064 12744 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2651334 12745 2093 9 0 2642068 0
[pid=26399/tid=26400] ppid=26397 vsize=10605336 CPUtime=0.08 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 11133 0 1 0 7 1 0 0 18 0 18 0 981195190 10859864064 12745 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032222667 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10605336

[startup+0.300569 s]
/proc/loadavg: 1.98 1.98 1.93 2/195 26399
/proc/meminfo: memFree=10924576/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10608464 CPUtime=0.53 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 16260 0 1 0 51 2 0 0 25 0 19 0 981195190 10863067136 14820 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652116 14820 2215 9 0 2642850 0
[pid=26399/tid=26400] ppid=26397 vsize=10608464 CPUtime=0.28 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 11772 0 1 0 27 1 0 0 19 0 19 0 981195190 10863067136 14820 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 46912505529167 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10608464

[startup+0.700447 s]
/proc/loadavg: 1.98 1.98 1.93 2/195 26399
/proc/meminfo: memFree=10924576/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10608464 CPUtime=1.03 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 17399 0 1 0 101 2 0 0 25 0 19 0 981195190 10863067136 15783 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652116 15783 2247 9 0 2642850 0
[pid=26399/tid=26400] ppid=26397 vsize=10608464 CPUtime=0.65 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 11974 0 1 0 64 1 0 0 19 0 19 0 981195190 10863067136 15783 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 46912505529768 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10608464

[startup+1.50134 s]
/proc/loadavg: 2.14 2.02 1.94 3/214 26418
/proc/meminfo: memFree=10869960/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10608464 CPUtime=1.87 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 17683 0 1 0 184 3 0 0 25 0 19 0 981195190 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652116 16064 2248 9 0 2642850 0
[pid=26399/tid=26400] ppid=26397 vsize=10608464 CPUtime=1.41 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 11982 0 1 0 140 1 0 0 20 0 19 0 981195190 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 46912505549894 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 24181 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 24181 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 24181 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 24181 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 24181 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 24181 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26408] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26408/stat : 26408 (java) S 26397 26399 24181 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26409] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26409/stat : 26409 (java) S 26397 26399 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26410] ppid=26397 vsize=10608464 CPUtime=0.05 cores=0,2,4,6
/proc/26399/task/26410/stat : 26410 (java) S 26397 26399 24181 0 -1 4202560 430 0 0 0 5 0 0 0 16 0 19 0 981195193 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26411] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26411/stat : 26411 (java) S 26397 26399 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981195193 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26412] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26412/stat : 26412 (java) S 26397 26399 24181 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981195193 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26413] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26413/stat : 26413 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981195195 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26414] ppid=26397 vsize=10608464 CPUtime=0.21 cores=0,2,4,6
/proc/26399/task/26414/stat : 26414 (java) S 26397 26399 24181 0 -1 4202560 1797 0 0 0 21 0 0 0 15 0 19 0 981195195 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26415] ppid=26397 vsize=10608464 CPUtime=0.15 cores=0,2,4,6
/proc/26399/task/26415/stat : 26415 (java) S 26397 26399 24181 0 -1 4202560 1733 0 0 0 15 0 0 0 15 0 19 0 981195195 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26416] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26416/stat : 26416 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 981195195 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26417] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26417/stat : 26417 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981195195 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26418] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26418/stat : 26418 (java) S 26397 26399 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981195206 10863067136 16064 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10608464

[startup+3.10101 s]
/proc/loadavg: 2.14 2.02 1.94 3/214 26418
/proc/meminfo: memFree=10868692/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10608464 CPUtime=3.48 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 17823 0 1 0 345 3 0 0 25 0 19 0 981195190 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652116 16197 2248 9 0 2642850 0
[pid=26399/tid=26400] ppid=26397 vsize=10608464 CPUtime=2.91 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 11989 0 1 0 290 1 0 0 23 0 19 0 981195190 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 46912505166996 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 24181 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 24181 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 24181 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 24181 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 24181 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 24181 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26408] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26408/stat : 26408 (java) S 26397 26399 24181 0 -1 4202560 92 0 0 0 0 0 0 0 16 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26409] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26409/stat : 26409 (java) S 26397 26399 24181 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 981195192 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26410] ppid=26397 vsize=10608464 CPUtime=0.13 cores=0,2,4,6
/proc/26399/task/26410/stat : 26410 (java) S 26397 26399 24181 0 -1 4202560 543 0 0 0 13 0 0 0 15 0 19 0 981195193 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26411] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26411/stat : 26411 (java) S 26397 26399 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981195193 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26412] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26412/stat : 26412 (java) S 26397 26399 24181 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981195193 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26413] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26413/stat : 26413 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981195195 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26414] ppid=26397 vsize=10608464 CPUtime=0.21 cores=0,2,4,6
/proc/26399/task/26414/stat : 26414 (java) S 26397 26399 24181 0 -1 4202560 1797 0 0 0 21 0 0 0 15 0 19 0 981195195 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26415] ppid=26397 vsize=10608464 CPUtime=0.15 cores=0,2,4,6
/proc/26399/task/26415/stat : 26415 (java) S 26397 26399 24181 0 -1 4202560 1733 0 0 0 15 0 0 0 15 0 19 0 981195195 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26416] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26416/stat : 26416 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 981195195 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26417] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26417/stat : 26417 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981195195 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26418] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26418/stat : 26418 (java) S 26397 26399 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981195206 10863067136 16197 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10608464

[startup+6.30147 s]
/proc/loadavg: 2.13 2.02 1.94 3/214 26418
/proc/meminfo: memFree=10866084/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10608464 CPUtime=6.69 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 17951 0 1 0 666 3 0 0 25 0 19 0 981195190 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652116 16315 2248 9 0 2642850 0
[pid=26399/tid=26400] ppid=26397 vsize=10608464 CPUtime=5.99 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 11999 0 1 0 598 1 0 0 25 0 19 0 981195190 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 46912505551080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 24181 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 24181 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 24181 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 24181 0 -1 4202560 118 0 0 0 0 0 0 0 16 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 24181 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 24181 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26408] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26408/stat : 26408 (java) S 26397 26399 24181 0 -1 4202560 95 0 0 0 0 0 0 0 16 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26409] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26409/stat : 26409 (java) S 26397 26399 24181 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 981195192 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26410] ppid=26397 vsize=10608464 CPUtime=0.25 cores=0,2,4,6
/proc/26399/task/26410/stat : 26410 (java) S 26397 26399 24181 0 -1 4202560 639 0 0 0 25 0 0 0 15 0 19 0 981195193 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26411] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26411/stat : 26411 (java) S 26397 26399 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981195193 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26412] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26412/stat : 26412 (java) S 26397 26399 24181 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981195193 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26413] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26413/stat : 26413 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981195195 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26414] ppid=26397 vsize=10608464 CPUtime=0.21 cores=0,2,4,6
/proc/26399/task/26414/stat : 26414 (java) S 26397 26399 24181 0 -1 4202560 1797 0 0 0 21 0 0 0 15 0 19 0 981195195 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26415] ppid=26397 vsize=10608464 CPUtime=0.15 cores=0,2,4,6
/proc/26399/task/26415/stat : 26415 (java) S 26397 26399 24181 0 -1 4202560 1733 0 0 0 15 0 0 0 15 0 19 0 981195195 10863067136 16315 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0

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

/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 24181 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=10608464 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 24181 0 -1 4202560 64 0 0 0 4 0 0 0 16 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=10608464 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 24181 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=10608464 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 24181 0 -1 4202560 118 0 0 0 3 0 0 0 15 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=10608464 CPUtime=0.02 cores=0,2,4,6
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 24181 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=10608464 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26408] ppid=26397 vsize=10608464 CPUtime=0.05 cores=0,2,4,6
/proc/26399/task/26408/stat : 26408 (java) S 26397 26399 24181 0 -1 4202560 102 0 0 0 5 0 0 0 16 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26409] ppid=26397 vsize=10608464 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26409/stat : 26409 (java) S 26397 26399 24181 0 -1 4202560 23 0 0 0 4 0 0 0 16 0 19 0 981195192 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26410] ppid=26397 vsize=10608464 CPUtime=1.82 cores=0,2,4,6
/proc/26399/task/26410/stat : 26410 (java) S 26397 26399 24181 0 -1 4202560 983 0 0 0 180 2 0 0 15 0 19 0 981195193 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26411] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26411/stat : 26411 (java) S 26397 26399 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981195193 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26412] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26412/stat : 26412 (java) S 26397 26399 24181 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981195193 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26413] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26413/stat : 26413 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981195195 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26414] ppid=26397 vsize=10608464 CPUtime=0.24 cores=0,2,4,6
/proc/26399/task/26414/stat : 26414 (java) S 26397 26399 24181 0 -1 4202560 2056 0 0 0 24 0 0 0 15 0 19 0 981195195 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26415] ppid=26397 vsize=10608464 CPUtime=0.15 cores=0,2,4,6
/proc/26399/task/26415/stat : 26415 (java) S 26397 26399 24181 0 -1 4202560 1733 0 0 0 15 0 0 0 15 0 19 0 981195195 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26416] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26416/stat : 26416 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 981195195 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26417] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26417/stat : 26417 (java) S 26397 26399 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981195195 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26418] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26418/stat : 26418 (java) S 26397 26399 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981195206 10863067136 16618 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.83
Current children cumulated vsize (KiB) 10608464

[startup+47.101 s]
/proc/loadavg: 2.55 2.11 1.97 3/214 26419
/proc/meminfo: memFree=10863528/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10608464 CPUtime=47.69 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 20856 0 1 0 4763 6 0 0 25 0 19 0 981195190 10863067136 17948 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652116 17979 2251 9 0 2642850 0
[pid=26399/tid=26400] ppid=26397 vsize=10608464 CPUtime=45.01 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) S 26397 26399 24181 0 -1 4202560 12121 0 1 0 4500 1 0 0 18 0 19 0 981195190 10863067136 17996 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=10608464 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (java) R 26397 26399 24181 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981195192 10863067136 18001 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=10608464 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 24181 0 -1 4202560 64 0 0 0 4 0 0 0 15 0 19 0 981195192 10863067136 18006 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=10608464 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 24181 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 981195192 10863067136 18024 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=10608464 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 24181 0 -1 4202560 118 0 0 0 3 0 0 0 15 0 19 0 981195192 10863067136 18041 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=10608464 CPUtime=0.02 cores=0,2,4,6
/proc/26399/task/26406/stat : 26406 (java) R 26397 26399 24181 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 981195192 10863067136 18060 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 47182917874095 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=10608464 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981195192 10863067136 18072 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26408] ppid=26397 vsize=10608464 CPUtime=0.05 cores=0,2,4,6
/proc/26399/task/26408/stat : 26408 (java) S 26397 26399 24181 0 -1 4202560 102 0 0 0 5 0 0 0 15 0 19 0 981195192 10863067136 18079 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26409] ppid=26397 vsize=10608464 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26409/stat : 26409 (java) S 26397 26399 24181 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 981195192 10863067136 18092 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26410] ppid=26397 vsize=10608464 CPUtime=1.85 cores=0,2,4,6
/proc/26399/task/26410/stat : 26410 (java) S 26397 26399 24181 0 -1 4202560 984 0 0 0 183 2 0 0 16 0 19 0 981195193 10863067136 18103 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26411] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26411/stat : 26411 (java) S 26397 26399 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981195193 10863067136 18120 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26412] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26412/stat : 26412 (java) S 26397 26399 24181 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981195193 10863067136 18132 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26413] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26413/stat : 26413 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981195195 10863067136 18147 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26414] ppid=26397 vsize=10608464 CPUtime=0.29 cores=0,2,4,6
/proc/26399/task/26414/stat : 26414 (java) R 26397 26399 24181 0 -1 4202560 4404 0 0 0 28 1 0 0 16 0 19 0 981195195 10863067136 18160 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260020089822 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26399/tid=26415] ppid=26397 vsize=10608464 CPUtime=0.17 cores=0,2,4,6
/proc/26399/task/26415/stat : 26415 (java) S 26397 26399 24181 0 -1 4202560 1742 0 0 0 17 0 0 0 16 0 19 0 981195195 10863067136 18179 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26416] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26416/stat : 26416 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 981195195 10863067136 18191 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26417] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26417/stat : 26417 (java) S 26397 26399 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981195195 10863067136 18194 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26418] ppid=26397 vsize=10608464 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26418/stat : 26418 (java) S 26397 26399 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981195206 10863067136 18201 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.69
Current children cumulated vsize (KiB) 10608464

[startup+47.5009 s]
/proc/loadavg: 2.55 2.11 1.97 4/214 26419
/proc/meminfo: memFree=10847780/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10611052 CPUtime=48.43 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 26460 0 1 0 4836 7 0 0 25 0 19 0 981195190 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652763 21543 2251 9 0 2643497 0
[pid=26399/tid=26400] ppid=26397 vsize=10611052 CPUtime=45.39 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) S 26397 26399 24181 0 -1 4202560 12124 0 1 0 4538 1 0 0 18 0 19 0 981195190 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=10611052 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 24181 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=10611052 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 24181 0 -1 4202560 64 0 0 0 4 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=10611052 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 24181 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=10611052 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 24181 0 -1 4202560 118 0 0 0 3 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=10611052 CPUtime=0.02 cores=0,2,4,6
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 24181 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=10611052 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26408] ppid=26397 vsize=10611052 CPUtime=0.05 cores=0,2,4,6
/proc/26399/task/26408/stat : 26408 (java) S 26397 26399 24181 0 -1 4202560 102 0 0 0 5 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26409] ppid=26397 vsize=10611052 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26409/stat : 26409 (java) S 26397 26399 24181 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 981195192 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26410] ppid=26397 vsize=10611052 CPUtime=1.87 cores=0,2,4,6
/proc/26399/task/26410/stat : 26410 (java) R 26397 26399 24181 0 -1 4202560 984 0 0 0 185 2 0 0 15 0 19 0 981195193 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260020089929 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=26399/tid=26411] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26411/stat : 26411 (java) S 26397 26399 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981195193 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26412] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26412/stat : 26412 (java) S 26397 26399 24181 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981195193 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26413] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26413/stat : 26413 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981195195 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26414] ppid=26397 vsize=10611052 CPUtime=0.58 cores=0,2,4,6
/proc/26399/task/26414/stat : 26414 (java) S 26397 26399 24181 0 -1 4202560 9196 0 0 0 57 1 0 0 15 0 19 0 981195195 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 0 0 0 0
[pid=26399/tid=26415] ppid=26397 vsize=10611052 CPUtime=0.21 cores=0,2,4,6
/proc/26399/task/26415/stat : 26415 (java) S 26397 26399 24181 0 -1 4202560 2339 0 0 0 21 0 0 0 16 0 19 0 981195195 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26416] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26416/stat : 26416 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 981195195 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26417] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26417/stat : 26417 (java) S 26397 26399 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981195195 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26418] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26418/stat : 26418 (java) S 26397 26399 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981195206 10865717248 21543 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.43
Current children cumulated vsize (KiB) 10611052

[startup+47.7009 s]
/proc/loadavg: 2.55 2.11 1.97 4/214 26419
/proc/meminfo: memFree=10847780/32951124 swapFree=67056304/67111528
[pid=26399] ppid=26397 vsize=10611052 CPUtime=48.82 cores=0,2,4,6
/proc/26399/stat : 26399 (java) S 26397 26399 24181 0 -1 4202496 27883 0 1 0 4875 7 0 0 25 0 19 0 981195190 10865717248 21879 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26399/statm: 2652763 21879 2251 9 0 2643497 0
[pid=26399/tid=26400] ppid=26397 vsize=10611052 CPUtime=45.58 cores=0,2,4,6
/proc/26399/task/26400/stat : 26400 (java) R 26397 26399 24181 0 -1 4202560 12124 0 1 0 4557 1 0 0 18 0 19 0 981195190 10865717248 21879 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 46912505329120 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26399/tid=26402] ppid=26397 vsize=10611052 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26402/stat : 26402 (java) S 26397 26399 24181 0 -1 4202560 55 0 0 0 3 0 0 0 15 0 19 0 981195192 10865717248 21879 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26403] ppid=26397 vsize=10611052 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26403/stat : 26403 (java) S 26397 26399 24181 0 -1 4202560 64 0 0 0 4 0 0 0 15 0 19 0 981195192 10865717248 21879 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26404] ppid=26397 vsize=10611052 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26404/stat : 26404 (java) S 26397 26399 24181 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 981195192 10865717248 21879 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26405] ppid=26397 vsize=10611052 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26405/stat : 26405 (java) S 26397 26399 24181 0 -1 4202560 118 0 0 0 3 0 0 0 15 0 19 0 981195192 10865717248 21879 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26406] ppid=26397 vsize=10611052 CPUtime=0.02 cores=0,2,4,6
/proc/26399/task/26406/stat : 26406 (java) S 26397 26399 24181 0 -1 4202560 137 0 0 0 2 0 0 0 15 0 19 0 981195192 10865717248 21880 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26407] ppid=26397 vsize=10611052 CPUtime=0.03 cores=0,2,4,6
/proc/26399/task/26407/stat : 26407 (java) S 26397 26399 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981195192 10865717248 21880 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26408] ppid=26397 vsize=10611052 CPUtime=0.05 cores=0,2,4,6
/proc/26399/task/26408/stat : 26408 (java) S 26397 26399 24181 0 -1 4202560 102 0 0 0 5 0 0 0 15 0 19 0 981195192 10865717248 21880 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26409] ppid=26397 vsize=10611052 CPUtime=0.04 cores=0,2,4,6
/proc/26399/task/26409/stat : 26409 (java) S 26397 26399 24181 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 981195192 10865717248 21880 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26410] ppid=26397 vsize=10611052 CPUtime=1.88 cores=0,2,4,6
/proc/26399/task/26410/stat : 26410 (java) S 26397 26399 24181 0 -1 4202560 999 0 0 0 186 2 0 0 16 0 19 0 981195193 10865717248 21880 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 0 0 16800975 18446604453616618240 0 0 -1 2 0 0 0
[pid=26399/tid=26411] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26411/stat : 26411 (java) S 26397 26399 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981195193 10865717248 21881 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26412] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26412/stat : 26412 (java) S 26397 26399 24181 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 981195193 10865717248 21881 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26413] ppid=26397 vsize=10611052 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26413/stat : 26413 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 981195195 10865717248 21882 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032219569 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26414] ppid=26397 vsize=10611052 CPUtime=0.78 cores=0,2,4,6
/proc/26399/task/26414/stat : 26414 (java) R 26397 26399 24181 0 -1 4202560 10603 0 0 0 76 2 0 0 16 0 19 0 981195195 10865717248 21882 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 47182913175009 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26399/tid=26415] ppid=26397 vsize=10611052 CPUtime=0.22 cores=0,2,4,6
/proc/26399/task/26415/stat : 26415 (java) R 26397 26399 24181 0 -1 4202560 2340 0 0 0 22 0 0 0 15 0 19 0 981195195 10865717248 21882 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 47182918040663 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26399/tid=26416] ppid=26397 vsize=10612080 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26416/stat : 26416 (java) S 26397 26399 24181 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 981195195 10866769920 21883 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032211865 0 4 0 16800975 18446604453616618240 0 0 -1 4 0 0 0
[pid=26399/tid=26417] ppid=26397 vsize=10612080 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26417/stat : 26417 (java) S 26397 26399 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 981195195 10866769920 21884 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
[pid=26399/tid=26418] ppid=26397 vsize=10612080 CPUtime=0 cores=0,2,4,6
/proc/26399/task/26418/stat : 26418 (java) S 26397 26399 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 981195206 10866769920 21884 33554432000 1073741824 1073778376 140734445964288 18446744073709551615 260032212480 0 4 0 16800975 18446604453616618240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.82
Current children cumulated vsize (KiB) 10611052

Child status: 30
Real time (s): 47.7196
CPU time (s): 48.8556
CPU user time (s): 48.7736
CPU system time (s): 0.081987
CPU usage (%): 102.381
Max. virtual memory (cumulated for all children) (KiB): 10611052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.7736
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27902
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= 4835
involuntary context switches= 2420

runsolver used 0.091986 second user time and 0.179972 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= d94c91912b6010a0edcf7aeb8ba12985
RANDOM SEED=110593016

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10925112 kB
Buffers:         51772 kB
Cached:       20955344 kB
SwapCached:       9144 kB
Active:        6005672 kB
Inactive:     15306744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10925112 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             656 kB
Writeback:           0 kB
AnonPages:      302800 kB
Mapped:          21492 kB
Slab:           649520 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10549268 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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