Trace number 3711098

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-37 1800.51 1776.06

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.07	c version 2.3.2.v20120418
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		501472288
0.02/0.07	c Max memory 		7480803328
0.02/0.07	c Total memory 		504102912
0.02/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711098-1338203873.opb
0.10/0.11	c reading problem ... 
0.88/0.46	c ... done. Wall clock time 0.355s.
0.88/0.46	c declared #vars     900
0.88/0.46	c #constraints  960
0.88/0.46	c constraints type 
0.88/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
0.88/0.46	c 960 constraints processed.
0.88/0.48	c SATISFIABLE
0.88/0.48	c OPTIMIZING...
0.88/0.48	c Got one! Elapsed wall clock time (in seconds):0.375
0.88/0.48	o 0
0.88/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.88/0.49	o -1
1.03/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
1.03/0.50	o -2
1.29/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
1.29/0.60	o -28
1.29/0.60	c Got one! Elapsed wall clock time (in seconds):0.495
1.29/0.60	o -32
1.29/0.65	c Got one! Elapsed wall clock time (in seconds):0.541
1.29/0.65	o -33
1.29/0.65	c Got one! Elapsed wall clock time (in seconds):0.547
1.29/0.65	o -34
1.29/0.69	c Got one! Elapsed wall clock time (in seconds):0.579
1.29/0.69	o -35
1.63/0.84	c Got one! Elapsed wall clock time (in seconds):0.731
1.63/0.84	o -36
2.60/1.71	c cleaning 3137 clauses out of 6274 with flag 5002/6274
3.68/2.73	c cleaning 4563 clauses out of 9136 with flag 11001/12273
4.81/3.87	c cleaning 5786 clauses out of 11572 with flag 18000/19272
6.25/5.21	c cleaning 6891 clauses out of 13787 with flag 26001/27273
7.80/6.75	c cleaning 7946 clauses out of 15898 with flag 35003/36275
9.42/8.39	c cleaning 8972 clauses out of 17950 with flag 45001/46273
11.35/10.22	c cleaning 9987 clauses out of 19978 with flag 56001/57273
13.41/12.29	c cleaning 10996 clauses out of 21991 with flag 68001/69273
15.86/14.62	c cleaning 11992 clauses out of 23994 with flag 81000/82272
18.40/17.10	c cleaning 12997 clauses out of 26002 with flag 95000/96272
21.27/19.93	c cleaning 13997 clauses out of 28005 with flag 110000/111272
24.09/22.73	c cleaning 14997 clauses out of 30010 with flag 126002/127274
27.17/25.76	c cleaning 16001 clauses out of 32011 with flag 143000/144272
30.55/29.09	c cleaning 17005 clauses out of 34010 with flag 161000/162272
34.34/32.74	c cleaning 17996 clauses out of 36005 with flag 180000/181272
37.80/36.17	c cleaning 19005 clauses out of 38011 with flag 200002/201274
42.03/40.28	c cleaning 19994 clauses out of 40005 with flag 221001/222273
46.62/44.70	c cleaning 20997 clauses out of 42010 with flag 243000/244272
51.52/49.55	c cleaning 22005 clauses out of 44013 with flag 266000/267272
56.01/53.94	c cleaning 22998 clauses out of 46008 with flag 290000/291272
61.08/58.91	c cleaning 24002 clauses out of 48012 with flag 315002/316274
67.22/64.98	c cleaning 25004 clauses out of 50008 with flag 341000/342272
71.38/68.91	c Got one! Elapsed wall clock time (in seconds):68.807
71.38/68.91	o -37
72.38/69.99	c cleaning 24811 clauses out of 49641 with flag 5000/366909
73.53/71.02	c cleaning 15408 clauses out of 30830 with flag 11000/372909
74.64/72.19	c cleaning 11207 clauses out of 22423 with flag 18001/379910
76.05/73.50	c cleaning 9606 clauses out of 19215 with flag 26000/387909
77.56/75.01	c cleaning 9303 clauses out of 18610 with flag 35001/396910
79.19/76.68	c cleaning 9651 clauses out of 19306 with flag 45000/406909
81.20/78.63	c cleaning 10322 clauses out of 20656 with flag 56001/417910
83.44/80.88	c cleaning 11167 clauses out of 22333 with flag 68000/429909
85.97/83.34	c cleaning 12079 clauses out of 24169 with flag 81003/442912
88.54/85.86	c cleaning 13042 clauses out of 26087 with flag 95000/456909
91.78/89.02	c cleaning 14021 clauses out of 28046 with flag 110001/471910
94.62/91.86	c cleaning 15011 clauses out of 30026 with flag 126002/487911
97.96/95.12	c cleaning 16004 clauses out of 32013 with flag 143000/504909
101.50/98.67	c cleaning 17005 clauses out of 34009 with flag 161000/522909
105.56/102.61	c cleaning 17998 clauses out of 36004 with flag 180000/541909
110.07/107.02	c cleaning 19003 clauses out of 38008 with flag 200002/561911
115.17/112.04	c cleaning 19997 clauses out of 40003 with flag 221000/582909
119.45/116.29	c cleaning 21000 clauses out of 42008 with flag 243002/604911
124.18/120.85	c cleaning 22003 clauses out of 44009 with flag 266003/627912
129.20/125.73	c cleaning 23001 clauses out of 46003 with flag 290000/651909
135.30/131.79	c cleaning 23995 clauses out of 48002 with flag 315000/676909
141.72/138.02	c cleaning 24997 clauses out of 50008 with flag 341001/702910
147.06/143.26	c cleaning 26001 clauses out of 52010 with flag 368000/729909
155.09/151.12	c cleaning 27003 clauses out of 54009 with flag 396000/757909
162.90/158.87	c cleaning 28003 clauses out of 56009 with flag 425003/786912
171.49/167.21	c cleaning 28999 clauses out of 58003 with flag 455000/816909
180.17/175.72	c cleaning 30000 clauses out of 60007 with flag 486003/847912
189.39/184.81	c cleaning 30996 clauses out of 62004 with flag 518000/879909
195.88/191.18	c cleaning 32002 clauses out of 64011 with flag 551003/912912
203.02/198.16	c cleaning 32997 clauses out of 66006 with flag 585000/946909
211.18/206.07	c cleaning 34002 clauses out of 68010 with flag 620001/981910
220.69/215.32	c cleaning 35004 clauses out of 70007 with flag 656000/1017909
232.06/226.49	c cleaning 35997 clauses out of 72003 with flag 693000/1054909
240.95/235.12	c cleaning 36998 clauses out of 74006 with flag 731000/1092909
252.65/246.57	c cleaning 37996 clauses out of 76008 with flag 770000/1131909
264.34/257.83	c cleaning 39003 clauses out of 78012 with flag 810000/1171909
274.96/268.27	c cleaning 40004 clauses out of 80014 with flag 851005/1212914
288.80/281.87	c cleaning 40996 clauses out of 82006 with flag 893001/1254910
304.59/297.36	c cleaning 42005 clauses out of 84011 with flag 936002/1297911
316.04/308.59	c cleaning 42995 clauses out of 86004 with flag 980000/1341909
325.83/317.95	c cleaning 44000 clauses out of 88009 with flag 1025000/1386909
336.59/328.49	c cleaning 45001 clauses out of 90012 with flag 1071003/1432912
347.35/339.06	c cleaning 46003 clauses out of 92010 with flag 1118002/1479911
363.10/354.64	c cleaning 47001 clauses out of 94007 with flag 1166002/1527911
379.99/371.37	c cleaning 47999 clauses out of 96005 with flag 1215001/1576910
395.60/386.77	c cleaning 49001 clauses out of 98005 with flag 1265000/1626909
412.96/403.94	c cleaning 49998 clauses out of 100004 with flag 1316000/1677909
430.97/421.71	c cleaning 50996 clauses out of 102006 with flag 1368000/1729909
445.62/436.09	c cleaning 52005 clauses out of 104010 with flag 1421000/1782909
464.93/455.01	c cleaning 52997 clauses out of 106008 with flag 1475003/1836912
483.92/473.89	c cleaning 54003 clauses out of 108010 with flag 1530002/1891911
502.12/491.81	c cleaning 54997 clauses out of 110007 with flag 1586002/1947911
519.96/509.42	c cleaning 56005 clauses out of 112009 with flag 1643001/2004910
532.89/522.17	c cleaning 56998 clauses out of 114003 with flag 1701000/2062909
550.49/539.53	c cleaning 57994 clauses out of 116006 with flag 1760001/2121910
574.23/563.07	c cleaning 59004 clauses out of 118014 with flag 1820003/2181912
596.41/584.95	c cleaning 59997 clauses out of 120007 with flag 1881000/2242909
613.47/601.71	c cleaning 61000 clauses out of 122011 with flag 1943001/2304910
635.91/623.99	c cleaning 61999 clauses out of 124010 with flag 2006000/2367909
659.10/646.84	c cleaning 62996 clauses out of 126011 with flag 2070000/2431909
682.93/670.40	c cleaning 64002 clauses out of 128017 with flag 2135002/2496911
707.99/695.21	c cleaning 65002 clauses out of 130013 with flag 2201000/2562909
732.05/719.04	c cleaning 65999 clauses out of 132011 with flag 2268000/2629909
750.89/737.64	c cleaning 67005 clauses out of 134012 with flag 2336000/2697909
778.80/765.31	c cleaning 68001 clauses out of 136008 with flag 2405001/2766910
807.38/793.65	c cleaning 69000 clauses out of 138006 with flag 2475000/2836909
840.74/826.71	c cleaning 70002 clauses out of 140008 with flag 2546002/2907911
869.90/855.68	c cleaning 70994 clauses out of 142005 with flag 2618001/2979910
887.69/873.28	c cleaning 72002 clauses out of 144010 with flag 2691000/3052909
909.95/895.26	c cleaning 73001 clauses out of 146009 with flag 2765001/3126910
934.34/919.39	c cleaning 73999 clauses out of 148010 with flag 2840003/3201912
968.94/953.65	c cleaning 75005 clauses out of 150011 with flag 2916003/3277912
1000.70/985.03	c cleaning 75996 clauses out of 152004 with flag 2993001/3354910
1036.26/1020.36	c cleaning 77002 clauses out of 154007 with flag 3071000/3432909
1070.84/1054.59	c cleaning 77997 clauses out of 156005 with flag 3150000/3511909
1113.29/1096.68	c cleaning 79002 clauses out of 158009 with flag 3230001/3591910
1141.54/1124.52	c cleaning 79997 clauses out of 160006 with flag 3311000/3672909
1174.42/1157.14	c cleaning 80999 clauses out of 162009 with flag 3393000/3754909
1206.55/1188.95	c cleaning 82001 clauses out of 164010 with flag 3476000/3837909
1240.78/1222.88	c cleaning 82999 clauses out of 166010 with flag 3560001/3921910
1269.82/1251.57	c cleaning 83998 clauses out of 168010 with flag 3645000/4006909
1310.84/1292.29	c cleaning 85001 clauses out of 170014 with flag 3731002/4092911
1348.47/1329.49	c cleaning 86002 clauses out of 172011 with flag 3818000/4179909
1387.21/1367.84	c cleaning 86996 clauses out of 174010 with flag 3906001/4267910
1424.90/1405.20	c cleaning 88004 clauses out of 176014 with flag 3995001/4356910
1463.74/1443.72	c cleaning 89001 clauses out of 178009 with flag 4085000/4446909
1488.99/1468.61	c cleaning 90000 clauses out of 180008 with flag 4176000/4537909
1513.00/1492.16	c cleaning 91005 clauses out of 182010 with flag 4268002/4629911
1541.16/1519.97	c cleaning 91996 clauses out of 184003 with flag 4361000/4722909
1572.38/1550.63	c cleaning 92998 clauses out of 186008 with flag 4455001/4816910
1616.47/1594.59	c cleaning 94004 clauses out of 188010 with flag 4550001/4911910
1656.29/1633.80	c cleaning 94999 clauses out of 190008 with flag 4646003/5007912
1697.10/1674.23	c cleaning 95998 clauses out of 192006 with flag 4743000/5104909
1726.97/1703.61	c cleaning 96999 clauses out of 194009 with flag 4841001/5202910
1765.19/1741.42	c cleaning 98005 clauses out of 196009 with flag 4940000/5301909
1800.01/1776.01	c starts		: 284
1800.01/1776.01	c conflicts		: 5388941
1800.01/1776.01	c decisions		: 5525924
1800.01/1776.01	c propagations		: 32965475
1800.01/1776.01	c inspects		: 12744127772
1800.01/1776.01	c shortcuts		: 0
1800.01/1776.01	c learnt literals	: 0
1800.01/1776.01	c learnt binary clauses	: 0
1800.01/1776.01	c learnt ternary clauses	: 0
1800.01/1776.01	c learnt constraints	: 5388941
1800.01/1776.01	c ignored constraints	: 0
1800.01/1776.01	c root simplifications	: 284
1800.01/1776.01	c removed literals (reason simplification)	: 4921137
1800.01/1776.01	c reason swapping (by a shorter reason)	: 0
1800.01/1776.01	c Calls to reduceDB	: 117
1800.01/1776.01	c number of reductions to clauses (during analyze)	: 0
1800.01/1776.01	c number of learned constraints concerned by reduction	: 0
1800.01/1776.01	c number of learning phase by resolution	: 0
1800.01/1776.01	c number of learning phase by cutting planes	: 0
1800.01/1776.01	c speed (assignments/second)	: 18566.387466165335
1800.01/1776.01	c non guided choices	3594
1800.01/1776.04	c learnt constraints type 
1800.01/1776.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 185064
1800.01/1776.04	c constraints type 
1800.01/1776.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
1800.01/1776.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/1776.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 960
1800.01/1776.04	c 961 constraints processed.
1800.01/1776.04	s SATISFIABLE
1800.01/1776.04	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 x756 -x757 -x758 x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 
1800.01/1776.04	c objective function=-37
1800.01/1776.04	c Total wall clock time (in seconds): 1775.938

Verifier Data

OK	-37

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 /tmp/evaluation-result-3711098-1338203873/watcher-3711098-1338203873 -o /tmp/evaluation-result-3711098-1338203873/solver-3711098-1338203873 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711098-1338203873.opb 

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: 2.00 2.00 2.00 3/193 29677
/proc/meminfo: memFree=28180148/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 2 0 286513246 98635776 960 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 24081 963 731 9 0 16771 0
[pid=29677/tid=29678] ppid=29675 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 286513247 98570240 969 33554432000 1073741824 1073778376 140736337324032 139661767188008 139661769371619 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0343299 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 29677
/proc/meminfo: memFree=28180148/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 3025 0 1 0 2 0 0 0 20 0 13 0 286513246 9446973440 3723 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2306390 3723 1698 9 0 2297091 0
[pid=29677/tid=29678] ppid=29675 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 1844 0 1 0 1 0 0 0 20 0 13 0 286513247 9446973440 3723 33554432000 1073741824 1073778376 140736337324032 139661767188720 242170782989 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 29677
/proc/meminfo: memFree=28180148/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 4383 0 1 0 9 1 0 0 20 0 18 0 286513246 9787842560 6101 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2389610 6101 2131 9 0 2380296 0
[pid=29677/tid=29678] ppid=29675 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2487 0 1 0 7 1 0 0 20 0 18 0 286513247 9787842560 6101 33554432000 1073741824 1073778376 140736337324032 139661767191496 242170784813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300214 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 29677
/proc/meminfo: memFree=28180148/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9558440 CPUtime=0.58 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 9510 0 1 0 56 2 0 0 20 0 18 0 286513246 9787842560 11662 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2389610 11662 2225 9 0 2380296 0
[pid=29677/tid=29678] ppid=29675 vsize=9558440 CPUtime=0.28 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2502 0 1 0 26 2 0 0 20 0 18 0 286513247 9787842560 11662 33554432000 1073741824 1073778376 140736337324032 139661767184128 139661616251687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558440

[startup+0.700212 s]
/proc/loadavg: 2.00 2.00 2.00 3/193 29677
/proc/meminfo: memFree=28180148/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9625004 CPUtime=1.52 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 10718 0 1 0 149 3 0 0 20 0 19 0 286513246 9856004096 27978 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2406251 27978 2258 9 0 2396937 0
[pid=29677/tid=29678] ppid=29675 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2543 0 1 0 66 2 0 0 20 0 19 0 286513247 9856004096 27978 33554432000 1073741824 1073778376 140736337324032 139661767192776 139661616503024 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29696
/proc/meminfo: memFree=28061076/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9625004 CPUtime=2.39 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 11312 0 1 0 236 3 0 0 20 0 19 0 286513246 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2406251 35666 2265 9 0 2396937 0
[pid=29677/tid=29678] ppid=29675 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2559 0 1 0 146 2 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661767193320 139661616502998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29680] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29680/stat : 29680 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661739645352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29681] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29681/stat : 29681 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661738592808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29682] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29682/stat : 29682 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661737539752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29683] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29683/stat : 29683 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661736487208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29684] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29684/stat : 29684 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661735435176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29685] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29685/stat : 29685 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661734382632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29686] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29686/stat : 29686 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661604858536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29687] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29687/stat : 29687 (java) S 29675 29677 26380 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661603805992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29688] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29688/stat : 29688 (java) S 29675 29677 26380 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286513248 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661120858472 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29689] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29689/stat : 29689 (java) S 29675 29677 26380 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661119804792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29690] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29690/stat : 29690 (java) S 29675 29677 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661118751624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29691] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29691/stat : 29691 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661117700368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29692] ppid=29675 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/29677/task/29692/stat : 29692 (java) S 29675 29677 26380 0 -1 4202560 3994 0 0 0 41 0 0 0 20 0 19 0 286513251 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661116648248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29693] ppid=29675 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/29677/task/29693/stat : 29693 (java) S 29675 29677 26380 0 -1 4202560 3565 0 0 0 46 0 0 0 20 0 19 0 286513251 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661115595704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29694] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29694/stat : 29694 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661114542840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29695] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29695/stat : 29695 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661113490504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29696] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29696/stat : 29696 (java) S 29675 29677 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513293 9856004096 35666 33554432000 1073741824 1073778376 140736337324032 139661112435752 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29696
/proc/meminfo: memFree=27992408/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9625004 CPUtime=4.11 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 11441 0 1 0 404 7 0 0 20 0 19 0 286513246 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2406251 53635 2291 9 0 2396937 0
[pid=29677/tid=29678] ppid=29675 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2568 0 1 0 298 3 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661767193000 139661616509633 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29680] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29680/stat : 29680 (java) S 29675 29677 26380 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661739645352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29681] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29681/stat : 29681 (java) S 29675 29677 26380 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661738592808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29682] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29682/stat : 29682 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661737539752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29683] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29683/stat : 29683 (java) S 29675 29677 26380 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661736487208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29684] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29684/stat : 29684 (java) S 29675 29677 26380 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661735435176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29685] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29685/stat : 29685 (java) S 29675 29677 26380 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661734382632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29686] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29686/stat : 29686 (java) S 29675 29677 26380 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661604858536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29687] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29687/stat : 29687 (java) S 29675 29677 26380 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661603805992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29688] ppid=29675 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/29677/task/29688/stat : 29688 (java) S 29675 29677 26380 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 286513248 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661120858472 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29689] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29689/stat : 29689 (java) S 29675 29677 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661119804792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29690] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29690/stat : 29690 (java) S 29675 29677 26380 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661118751624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29691] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29691/stat : 29691 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661117700368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29692] ppid=29675 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29677/task/29692/stat : 29692 (java) S 29675 29677 26380 0 -1 4202560 3998 0 0 0 44 0 0 0 20 0 19 0 286513251 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661116648248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29693] ppid=29675 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/29677/task/29693/stat : 29693 (java) S 29675 29677 26380 0 -1 4202560 3566 0 0 0 49 0 0 0 20 0 19 0 286513251 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661115595704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29694] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29694/stat : 29694 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661114542840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29695] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29695/stat : 29695 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661113490504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29696] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29696/stat : 29696 (java) S 29675 29677 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513293 9856004096 53635 33554432000 1073741824 1073778376 140736337324032 139661112435752 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625004

[startup+6.30071 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29697
/proc/meminfo: memFree=27940592/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9625004 CPUtime=7.4 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 11955 0 1 0 732 8 0 0 20 0 19 0 286513246 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2406251 57214 2291 9 0 2396937 0
[pid=29677/tid=29678] ppid=29675 vsize=9625004 CPUtime=6.13 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2569 0 1 0 610 3 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661767192880 139661616509659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29680] ppid=29675 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/29677/task/29680/stat : 29680 (java) S 29675 29677 26380 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661739645352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29681] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29681/stat : 29681 (java) S 29675 29677 26380 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661738592808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29682] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29682/stat : 29682 (java) S 29675 29677 26380 0 -1 4202560 118 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661737539752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29683] ppid=29675 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/29677/task/29683/stat : 29683 (java) S 29675 29677 26380 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661736487208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29684] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29684/stat : 29684 (java) S 29675 29677 26380 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661735435176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29685] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29685/stat : 29685 (java) S 29675 29677 26380 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661734382632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29686] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29686/stat : 29686 (java) S 29675 29677 26380 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661604858536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29687] ppid=29675 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/29677/task/29687/stat : 29687 (java) S 29675 29677 26380 0 -1 4202560 159 0 0 0 1 0 0 0 20 0 19 0 286513247 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661603805992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29688] ppid=29675 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/29677/task/29688/stat : 29688 (java) S 29675 29677 26380 0 -1 4202560 45 0 0 0 9 0 0 0 20 0 19 0 286513248 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661120858472 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29689] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29689/stat : 29689 (java) S 29675 29677 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661119804792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29690] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29690/stat : 29690 (java) S 29675 29677 26380 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661118751624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29691] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29691/stat : 29691 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661117700368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29692] ppid=29675 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29677/task/29692/stat : 29692 (java) S 29675 29677 26380 0 -1 4202560 3998 0 0 0 44 0 0 0 20 0 19 0 286513251 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661116648248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29693] ppid=29675 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/29677/task/29693/stat : 29693 (java) S 29675 29677 26380 0 -1 4202560 3570 0 0 0 55 0 0 0 20 0 19 0 286513251 9856004096 57214 33554432000 1073741824 1073778376 140736337324032 139661115595704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=29677/tid=29685] ppid=29675 vsize=9625004 CPUtime=3.71 cores=0,2,4,6
/proc/29677/task/29685/stat : 29685 (java) S 29675 29677 26380 0 -1 4202560 799 0 0 0 350 21 0 0 20 0 19 0 286513247 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661734382632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29686] ppid=29675 vsize=9625004 CPUtime=3.37 cores=0,2,4,6
/proc/29677/task/29686/stat : 29686 (java) S 29675 29677 26380 0 -1 4202560 722 0 0 0 318 19 0 0 20 0 19 0 286513247 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661604858536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29687] ppid=29675 vsize=9625004 CPUtime=3.77 cores=0,2,4,6
/proc/29677/task/29687/stat : 29687 (java) S 29675 29677 26380 0 -1 4202560 714 0 0 0 357 20 0 0 20 0 19 0 286513247 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661603805992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29688] ppid=29675 vsize=9625004 CPUtime=7.87 cores=0,2,4,6
/proc/29677/task/29688/stat : 29688 (java) S 29675 29677 26380 0 -1 4202560 1319 0 0 0 781 6 0 0 20 0 19 0 286513248 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661120858472 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29689] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29689/stat : 29689 (java) S 29675 29677 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661119804792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29690] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29690/stat : 29690 (java) S 29675 29677 26380 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661118751624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29691] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29691/stat : 29691 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661117700368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29692] ppid=29675 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29677/task/29692/stat : 29692 (java) S 29675 29677 26380 0 -1 4202560 3998 0 0 0 44 0 0 0 20 0 19 0 286513251 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661116648248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29693] ppid=29675 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29677/task/29693/stat : 29693 (java) S 29675 29677 26380 0 -1 4202560 3573 0 0 0 57 0 0 0 20 0 19 0 286513251 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661115595704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29694] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29694/stat : 29694 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661114542840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29695] ppid=29675 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/29677/task/29695/stat : 29695 (java) S 29675 29677 26380 0 -1 4202560 93 0 0 0 24 24 0 0 20 0 19 0 286513251 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661113490504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29696] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29696/stat : 29696 (java) S 29675 29677 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513293 9856004096 423577 33554432000 1073741824 1073778376 140736337324032 139661112435752 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1624.48
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.09 2.08 2.04 3/213 29713
/proc/meminfo: memFree=25856484/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9625004 CPUtime=1684.94 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 19431 0 1 0 168285 209 0 0 20 0 19 0 286513246 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2406251 444591 2292 9 0 2396937 0
[pid=29677/tid=29678] ppid=29675 vsize=9625004 CPUtime=1646.09 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2792 0 1 0 164578 31 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661767192880 139661616581446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29680] ppid=29675 vsize=9625004 CPUtime=3.42 cores=0,2,4,6
/proc/29677/task/29680/stat : 29680 (java) S 29675 29677 26380 0 -1 4202560 766 0 0 0 319 23 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661739645352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29681] ppid=29675 vsize=9625004 CPUtime=3.59 cores=0,2,4,6
/proc/29677/task/29681/stat : 29681 (java) S 29675 29677 26380 0 -1 4202560 690 0 0 0 340 19 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661738592808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29682] ppid=29675 vsize=9625004 CPUtime=3.81 cores=0,2,4,6
/proc/29677/task/29682/stat : 29682 (java) S 29675 29677 26380 0 -1 4202560 895 0 0 0 359 22 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661737539752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29683] ppid=29675 vsize=9625004 CPUtime=3.58 cores=0,2,4,6
/proc/29677/task/29683/stat : 29683 (java) S 29675 29677 26380 0 -1 4202560 929 0 0 0 336 22 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661736487208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29684] ppid=29675 vsize=9625004 CPUtime=4 cores=0,2,4,6
/proc/29677/task/29684/stat : 29684 (java) S 29675 29677 26380 0 -1 4202560 865 0 0 0 376 24 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661735435176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29685] ppid=29675 vsize=9625004 CPUtime=3.78 cores=0,2,4,6
/proc/29677/task/29685/stat : 29685 (java) S 29675 29677 26380 0 -1 4202560 830 0 0 0 355 23 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661734382632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29686] ppid=29675 vsize=9625004 CPUtime=3.44 cores=0,2,4,6
/proc/29677/task/29686/stat : 29686 (java) S 29675 29677 26380 0 -1 4202560 728 0 0 0 325 19 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661604858536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29687] ppid=29675 vsize=9625004 CPUtime=3.85 cores=0,2,4,6
/proc/29677/task/29687/stat : 29687 (java) S 29675 29677 26380 0 -1 4202560 734 0 0 0 364 21 0 0 20 0 19 0 286513247 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661603805992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29688] ppid=29675 vsize=9625004 CPUtime=7.98 cores=0,2,4,6
/proc/29677/task/29688/stat : 29688 (java) S 29675 29677 26380 0 -1 4202560 1355 0 0 0 792 6 0 0 20 0 19 0 286513248 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661120858472 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29689] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29689/stat : 29689 (java) S 29675 29677 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661119804792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29690] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29690/stat : 29690 (java) S 29675 29677 26380 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661118751624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29691] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29691/stat : 29691 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661117700368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29692] ppid=29675 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29677/task/29692/stat : 29692 (java) S 29675 29677 26380 0 -1 4202560 3998 0 0 0 44 0 0 0 20 0 19 0 286513251 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661116648248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29693] ppid=29675 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29677/task/29693/stat : 29693 (java) S 29675 29677 26380 0 -1 4202560 3573 0 0 0 57 0 0 0 20 0 19 0 286513251 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661115595704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29694] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29694/stat : 29694 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661114542840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29695] ppid=29675 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/29677/task/29695/stat : 29695 (java) S 29675 29677 26380 0 -1 4202560 95 0 0 0 25 25 0 0 20 0 19 0 286513251 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661113490504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29696] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29696/stat : 29696 (java) S 29675 29677 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513293 9856004096 444591 33554432000 1073741824 1073778376 140736337324032 139661112435752 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1684.94
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.37 2.17 2.07 3/213 29713
/proc/meminfo: memFree=25823720/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9625004 CPUtime=1745.81 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 19550 0 1 0 174366 215 0 0 20 0 19 0 286513246 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2406251 452824 2292 9 0 2396937 0
[pid=29677/tid=29678] ppid=29675 vsize=9625004 CPUtime=1705.43 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2796 0 1 0 170512 31 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661767192880 139661616476379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29680] ppid=29675 vsize=9625004 CPUtime=3.57 cores=0,2,4,6
/proc/29677/task/29680/stat : 29680 (java) S 29675 29677 26380 0 -1 4202560 774 0 0 0 333 24 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661739645352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29681] ppid=29675 vsize=9625004 CPUtime=3.69 cores=0,2,4,6
/proc/29677/task/29681/stat : 29681 (java) S 29675 29677 26380 0 -1 4202560 692 0 0 0 350 19 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661738592808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29682] ppid=29675 vsize=9625004 CPUtime=3.92 cores=0,2,4,6
/proc/29677/task/29682/stat : 29682 (java) S 29675 29677 26380 0 -1 4202560 899 0 0 0 370 22 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661737539752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29683] ppid=29675 vsize=9625004 CPUtime=3.77 cores=0,2,4,6
/proc/29677/task/29683/stat : 29683 (java) S 29675 29677 26380 0 -1 4202560 941 0 0 0 354 23 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661736487208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29684] ppid=29675 vsize=9625004 CPUtime=4.13 cores=0,2,4,6
/proc/29677/task/29684/stat : 29684 (java) S 29675 29677 26380 0 -1 4202560 869 0 0 0 389 24 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661735435176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29685] ppid=29675 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/29677/task/29685/stat : 29685 (java) S 29675 29677 26380 0 -1 4202560 843 0 0 0 375 24 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661734382632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29686] ppid=29675 vsize=9625004 CPUtime=3.63 cores=0,2,4,6
/proc/29677/task/29686/stat : 29686 (java) S 29675 29677 26380 0 -1 4202560 739 0 0 0 343 20 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661604858536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29687] ppid=29675 vsize=9625004 CPUtime=3.94 cores=0,2,4,6
/proc/29677/task/29687/stat : 29687 (java) S 29675 29677 26380 0 -1 4202560 746 0 0 0 372 22 0 0 20 0 19 0 286513247 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661603805992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29688] ppid=29675 vsize=9625004 CPUtime=8.33 cores=0,2,4,6
/proc/29677/task/29688/stat : 29688 (java) S 29675 29677 26380 0 -1 4202560 1400 0 0 0 826 7 0 0 20 0 19 0 286513248 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661120858472 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29689] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29689/stat : 29689 (java) S 29675 29677 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661119804792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29690] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29690/stat : 29690 (java) S 29675 29677 26380 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661118751624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29691] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29691/stat : 29691 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661117700368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29692] ppid=29675 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29677/task/29692/stat : 29692 (java) S 29675 29677 26380 0 -1 4202560 3998 0 0 0 44 0 0 0 20 0 19 0 286513251 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661116648248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29693] ppid=29675 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29677/task/29693/stat : 29693 (java) S 29675 29677 26380 0 -1 4202560 3573 0 0 0 57 0 0 0 20 0 19 0 286513251 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661115595704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29694] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29694/stat : 29694 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661114542840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29695] ppid=29675 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/29677/task/29695/stat : 29695 (java) S 29675 29677 26380 0 -1 4202560 99 0 0 0 27 25 0 0 20 0 19 0 286513251 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661113490504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29696] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29696/stat : 29696 (java) S 29675 29677 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513293 9856004096 452824 33554432000 1073741824 1073778376 140736337324032 139661112435752 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1745.81
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776 s]
/proc/loadavg: 2.15 2.14 2.06 3/213 29713
/proc/meminfo: memFree=25765884/32873648 swapFree=7112/7112
[pid=29677] ppid=29675 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/29677/stat : 29677 (java) S 29675 29677 26380 0 -1 4202496 19678 0 1 0 179780 221 0 0 20 0 19 0 286513246 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 140736337315168 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29677/statm: 2406251 467164 2292 9 0 2396937 0
[pid=29677/tid=29678] ppid=29675 vsize=9625004 CPUtime=1758.86 cores=0,2,4,6
/proc/29677/task/29678/stat : 29678 (java) R 29675 29677 26380 0 -1 4202560 2798 0 1 0 175854 32 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661767192880 139661616488704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29680] ppid=29675 vsize=9625004 CPUtime=3.66 cores=0,2,4,6
/proc/29677/task/29680/stat : 29680 (java) S 29675 29677 26380 0 -1 4202560 784 0 0 0 342 24 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661739645352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29681] ppid=29675 vsize=9625004 CPUtime=3.78 cores=0,2,4,6
/proc/29677/task/29681/stat : 29681 (java) S 29675 29677 26380 0 -1 4202560 720 0 0 0 358 20 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661738592808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29682] ppid=29675 vsize=9625004 CPUtime=4 cores=0,2,4,6
/proc/29677/task/29682/stat : 29682 (java) S 29675 29677 26380 0 -1 4202560 916 0 0 0 377 23 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661737539752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29683] ppid=29675 vsize=9625004 CPUtime=3.82 cores=0,2,4,6
/proc/29677/task/29683/stat : 29683 (java) S 29675 29677 26380 0 -1 4202560 956 0 0 0 359 23 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661736487208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29684] ppid=29675 vsize=9625004 CPUtime=4.23 cores=0,2,4,6
/proc/29677/task/29684/stat : 29684 (java) S 29675 29677 26380 0 -1 4202560 874 0 0 0 398 25 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661735435176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29685] ppid=29675 vsize=9625004 CPUtime=4.09 cores=0,2,4,6
/proc/29677/task/29685/stat : 29685 (java) S 29675 29677 26380 0 -1 4202560 855 0 0 0 385 24 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661734382632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29686] ppid=29675 vsize=9625004 CPUtime=3.7 cores=0,2,4,6
/proc/29677/task/29686/stat : 29686 (java) S 29675 29677 26380 0 -1 4202560 752 0 0 0 350 20 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661604858536 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29677/tid=29687] ppid=29675 vsize=9625004 CPUtime=4.01 cores=0,2,4,6
/proc/29677/task/29687/stat : 29687 (java) S 29675 29677 26380 0 -1 4202560 757 0 0 0 379 22 0 0 20 0 19 0 286513247 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661603805992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29688] ppid=29675 vsize=9625004 CPUtime=8.44 cores=0,2,4,6
/proc/29677/task/29688/stat : 29688 (java) S 29675 29677 26380 0 -1 4202560 1411 0 0 0 837 7 0 0 20 0 19 0 286513248 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661120858472 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29689] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29689/stat : 29689 (java) S 29675 29677 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661119804792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29690] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29690/stat : 29690 (java) S 29675 29677 26380 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 286513249 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661118751624 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29691] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29691/stat : 29691 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661117700368 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29692] ppid=29675 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/29677/task/29692/stat : 29692 (java) S 29675 29677 26380 0 -1 4202560 3998 0 0 0 44 0 0 0 20 0 19 0 286513251 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661116648248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29693] ppid=29675 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29677/task/29693/stat : 29693 (java) S 29675 29677 26380 0 -1 4202560 3573 0 0 0 57 0 0 0 20 0 19 0 286513251 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661115595704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29677/tid=29694] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29694/stat : 29694 (java) S 29675 29677 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286513251 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661114542840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29677/tid=29695] ppid=29675 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/29677/task/29695/stat : 29695 (java) S 29675 29677 26380 0 -1 4202560 103 0 0 0 28 27 0 0 20 0 19 0 286513251 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661113490504 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29677/tid=29696] ppid=29675 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29677/task/29696/stat : 29696 (java) S 29675 29677 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286513293 9856004096 467164 33554432000 1073741824 1073778376 140736337324032 139661112435752 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1776.06
CPU time (s): 1800.51
CPU user time (s): 1797.89
CPU system time (s): 2.6216
CPU usage (%): 101.377
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.6216
maximum resident set size= 1868780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19713
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44148
involuntary context switches= 46533

runsolver used 5.86111 second user time and 15.0627 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 13:17:53
IDJOB=3711098
IDBENCH=89874
IDSOLVER=2289
FILE ID=node126/3711098-1338203873
RUNJOBID= node126-1338200265-29228
PBS_JOBID= 14624566
Free space on /tmp= 71340 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711098-1338203873/watcher-3711098-1338203873 -o /tmp/evaluation-result-3711098-1338203873/solver-3711098-1338203873 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711098-1338203873.opb

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=492173883

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28180420 kB
Buffers:          337896 kB
Cached:           705524 kB
SwapCached:        17756 kB
Active:          3586948 kB
Inactive:         287252 kB
Active(anon):    2812180 kB
Inactive(anon):    20452 kB
Active(file):     774768 kB
Inactive(file):   266800 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:             20924 kB
Writeback:            32 kB
AnonPages:       2822680 kB
Mapped:            17696 kB
Shmem:                 0 kB
Slab:             671140 kB
SReclaimable:     114556 kB
SUnreclaim:       556584 kB
KernelStack:        1616 kB
PageTables:         9616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3273912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2779136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71340 MiB
End job on node126 at 2012-05-28 13:47:31