Trace number 3453949

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 Res//CP 2.3.0SAT (TO)39 1800.35 921.849

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_4.opb
MD5SUM3feaf3974ec1ffdea6d6674c11d1a071
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1797.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 36
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15754
Sum of products size (including duplicates)31508
Number of different products15754
Sum of products size31508

Quality of the solution as a function of time


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

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
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 lightweight component caching from RSAT taking into account the objective function
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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
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 taking into account the objective function
0.10/0.11	c No 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=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453949-1307194632.opb
0.10/0.11	c reading problem ... 
1.64/0.71	c ... done. Wall clock time 0.604s.
1.64/0.71	c #vars     16254
1.64/0.71	c #constraints  32008
1.64/0.71	c constraints type 
1.64/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16254
1.64/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15754
1.64/0.71	c constraints type 
1.64/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16254
1.64/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
2.02/0.86	c  And the winner is Resolution
2.26/1.23	c SATISFIABLE
2.26/1.23	c OPTIMIZING...
2.26/1.23	c Got one! Elapsed wall clock time (in seconds):1.122
2.26/1.23	o 45
2.54/1.35	c  And the winner is Resolution
2.84/1.75	c Got one! Elapsed wall clock time (in seconds):1.638
2.84/1.75	o 41
6.88/3.62	c cleaning 2548 clauses out of 5100 with flag 5000/5100
10.76/5.59	c cleaning 4271 clauses out of 8553 with flag 11001/11101
15.27/7.85	c cleaning 5634 clauses out of 11281 with flag 18000/18100
20.59/10.51	c cleaning 6818 clauses out of 13647 with flag 26000/26100
26.08/13.35	c cleaning 7911 clauses out of 15829 with flag 35000/35100
32.59/16.58	c cleaning 8950 clauses out of 17918 with flag 45000/45100
39.23/19.91	c cleaning 9981 clauses out of 19969 with flag 56001/56101
46.71/23.77	c cleaning 10987 clauses out of 21987 with flag 68000/68100
55.35/28.11	c cleaning 11996 clauses out of 24001 with flag 81001/81101
64.03/32.54	c cleaning 12996 clauses out of 26004 with flag 95000/95100
74.31/37.76	c cleaning 13995 clauses out of 28008 with flag 110000/110100
81.41/41.35	c  And the winner is Resolution
81.76/41.63	c Got one! Elapsed wall clock time (in seconds):41.521
81.76/41.63	o 40
84.35/42.92	c cleaning 15081 clauses out of 30172 with flag 5001/126259
87.94/44.81	c cleaning 10539 clauses out of 21091 with flag 11001/132259
92.20/47.08	c cleaning 8771 clauses out of 17551 with flag 18000/139258
97.86/49.96	c cleaning 8383 clauses out of 16781 with flag 26001/147259
104.12/53.18	c cleaning 8688 clauses out of 17397 with flag 35000/156258
111.28/56.84	c cleaning 9346 clauses out of 18710 with flag 45001/166259
118.91/60.73	c cleaning 10174 clauses out of 20363 with flag 56000/177258
126.74/64.74	c cleaning 11092 clauses out of 22189 with flag 68000/189258
135.37/69.15	c cleaning 12046 clauses out of 24098 with flag 81001/202259
145.30/74.26	c cleaning 13018 clauses out of 26051 with flag 95000/216258
156.90/80.10	c cleaning 14013 clauses out of 28033 with flag 110000/231258
168.29/85.97	c cleaning 15001 clauses out of 30020 with flag 126000/247258
180.27/92.05	c cleaning 16006 clauses out of 32020 with flag 143001/264259
192.73/98.46	c cleaning 16998 clauses out of 34014 with flag 161001/282259
205.89/105.17	c cleaning 18002 clauses out of 36016 with flag 180001/301259
220.89/112.79	c cleaning 18996 clauses out of 38013 with flag 200000/321258
239.83/122.30	c cleaning 20005 clauses out of 40017 with flag 221000/342258
258.02/131.60	c cleaning 20999 clauses out of 42014 with flag 243002/364260
278.71/142.14	c cleaning 21996 clauses out of 44013 with flag 266000/387258
296.01/150.93	c cleaning 23001 clauses out of 46018 with flag 290001/411259
314.30/160.29	c cleaning 24006 clauses out of 48016 with flag 315000/436258
335.83/171.29	c cleaning 24997 clauses out of 50010 with flag 341000/462258
358.51/182.72	c cleaning 25995 clauses out of 52013 with flag 368000/489258
380.15/193.77	c cleaning 27003 clauses out of 54019 with flag 396001/517259
403.66/205.64	c cleaning 27999 clauses out of 56015 with flag 425000/546258
431.69/219.97	c cleaning 29000 clauses out of 58016 with flag 455000/576258
455.12/231.87	c cleaning 29999 clauses out of 60016 with flag 486000/607258
478.73/243.88	c cleaning 31005 clauses out of 62017 with flag 518000/639258
503.16/256.24	c cleaning 31998 clauses out of 64012 with flag 551000/672258
531.43/270.68	c cleaning 32502 clauses out of 65014 with flag 584000/705258
557.82/284.01	c cleaning 32746 clauses out of 65513 with flag 617001/738259
585.48/298.07	c cleaning 32870 clauses out of 65766 with flag 650000/771258
610.87/310.99	c cleaning 32942 clauses out of 65896 with flag 683000/804258
637.70/324.61	c cleaning 32968 clauses out of 65956 with flag 716002/837260
665.74/338.85	c cleaning 32988 clauses out of 65989 with flag 749003/870261
689.92/351.10	c cleaning 32992 clauses out of 65998 with flag 782000/903258
714.73/363.77	c cleaning 32995 clauses out of 66007 with flag 815001/936259
742.34/377.87	c cleaning 32996 clauses out of 66011 with flag 848000/969258
766.95/390.38	c cleaning 32999 clauses out of 66016 with flag 881001/1002259
791.76/402.92	c cleaning 32994 clauses out of 66016 with flag 914000/1035258
819.57/417.03	c cleaning 33003 clauses out of 66022 with flag 947000/1068258
845.80/430.45	c cleaning 33004 clauses out of 66020 with flag 980001/1101259
875.21/445.32	c cleaning 33000 clauses out of 66015 with flag 1013000/1134258
904.22/460.03	c cleaning 33001 clauses out of 66016 with flag 1046001/1167259
930.02/473.12	c cleaning 33000 clauses out of 66014 with flag 1079000/1200258
957.64/487.21	c cleaning 32999 clauses out of 66015 with flag 1112001/1233259
984.82/501.06	c cleaning 32994 clauses out of 66015 with flag 1145000/1266258
1013.21/515.46	c cleaning 33002 clauses out of 66022 with flag 1178001/1299259
1040.02/529.07	c cleaning 33001 clauses out of 66020 with flag 1211001/1332259
1063.41/541.06	c cleaning 32999 clauses out of 66019 with flag 1244001/1365259
1088.20/553.63	c cleaning 32999 clauses out of 66020 with flag 1277001/1398259
1112.00/565.75	c cleaning 33003 clauses out of 66020 with flag 1310000/1431258
1137.81/578.84	c  And the winner is CuttingPlanes
1137.89/579.25	c Got one! Elapsed wall clock time (in seconds):579.139
1137.89/579.25	o 39
1141.82/581.23	c cleaning 35366 clauses out of 70743 with flag 5000/1468984
1146.60/583.92	c cleaning 20685 clauses out of 41378 with flag 11001/1474985
1151.76/586.70	c cleaning 13839 clauses out of 27692 with flag 18000/1481984
1157.33/589.74	c cleaning 10921 clauses out of 21854 with flag 26001/1489985
1164.09/593.37	c cleaning 9959 clauses out of 19933 with flag 35001/1498985
1172.26/597.71	c cleaning 9978 clauses out of 19973 with flag 45000/1508984
1179.85/601.72	c cleaning 10491 clauses out of 20996 with flag 56001/1519985
1188.99/606.56	c cleaning 11249 clauses out of 22505 with flag 68001/1531985
1198.36/611.45	c cleaning 12121 clauses out of 24257 with flag 81002/1544986
1209.13/617.19	c cleaning 13061 clauses out of 26135 with flag 95001/1558985
1220.26/622.98	c cleaning 14028 clauses out of 28073 with flag 110000/1573984
1231.62/628.80	c cleaning 15013 clauses out of 30045 with flag 126000/1589984
1243.97/635.24	c cleaning 16010 clauses out of 32033 with flag 143001/1606985
1256.91/642.06	c cleaning 17005 clauses out of 34022 with flag 161000/1624984
1271.06/649.34	c cleaning 18003 clauses out of 36017 with flag 180000/1643984
1286.82/657.43	c cleaning 19001 clauses out of 38014 with flag 200000/1663984
1303.36/665.92	c cleaning 19993 clauses out of 40013 with flag 221000/1684984
1318.70/673.99	c cleaning 20997 clauses out of 42020 with flag 243000/1706984
1335.43/682.56	c cleaning 22005 clauses out of 44023 with flag 266000/1729984
1353.35/691.71	c cleaning 22999 clauses out of 46018 with flag 290000/1753984
1372.68/701.60	c cleaning 24003 clauses out of 48019 with flag 315000/1778984
1392.17/711.74	c cleaning 25000 clauses out of 50016 with flag 341000/1804984
1412.05/721.90	c cleaning 26000 clauses out of 52017 with flag 368001/1831985
1433.53/732.90	c cleaning 27006 clauses out of 54017 with flag 396001/1859985
1454.01/743.50	c cleaning 27996 clauses out of 56011 with flag 425001/1888985
1477.86/755.77	c cleaning 28996 clauses out of 58014 with flag 455000/1918984
1503.71/769.00	c cleaning 30001 clauses out of 60018 with flag 486000/1949984
1531.32/783.03	c cleaning 31000 clauses out of 62017 with flag 518000/1981984
1558.74/797.07	c cleaning 31997 clauses out of 64018 with flag 551001/2014985
1586.68/811.47	c cleaning 32502 clauses out of 65021 with flag 584001/2047985
1611.31/824.08	c cleaning 32753 clauses out of 65518 with flag 617000/2080984
1634.54/836.00	c cleaning 32873 clauses out of 65766 with flag 650001/2113985
1657.69/847.87	c cleaning 32939 clauses out of 65894 with flag 683002/2146986
1684.15/861.53	c cleaning 32964 clauses out of 65954 with flag 716001/2179985
1710.10/874.84	c cleaning 32986 clauses out of 65989 with flag 749000/2212984
1737.25/888.72	c cleaning 32993 clauses out of 66004 with flag 782001/2245985
1762.13/901.55	c cleaning 33000 clauses out of 66011 with flag 815001/2278985
1773.91/907.91	c cleaning 0 clauses out of 5820 with flag 0/5821
1788.65/915.60	c cleaning 32999 clauses out of 66010 with flag 848000/2311984
1800.18/921.73	c starts		: 30
1800.18/921.73	c conflicts		: 5909
1800.18/921.73	c decisions		: 46157
1800.18/921.73	c propagations		: 4678351
1800.18/921.73	c inspects		: 293079417
1800.18/921.73	c shortcuts		: 0
1800.18/921.73	c learnt literals	: 0
1800.18/921.73	c learnt binary clauses	: 0
1800.18/921.73	c learnt ternary clauses	: 0
1800.18/921.73	c learnt constraints	: 5907
1800.18/921.73	c ignored constraints	: 0
1800.18/921.73	c root simplifications	: 0
1800.18/921.73	c removed literals (reason simplification)	: 0
1800.18/921.73	c reason swapping (by a shorter reason)	: 0
1800.18/921.73	c Calls to reduceDB	: 1
1800.18/921.73	c number of reductions to clauses (during analyze)	: 0
1800.18/921.73	c number of learned constraints concerned by reduction	: 0
1800.18/921.73	c number of learning phase by resolution	: 0
1800.18/921.73	c number of learning phase by cutting planes	: 0
1800.18/921.73	c speed (assignments/second)	: 13660.176768930247
1800.18/921.73	c non guided choices	0
1800.18/921.74	c learnt constraints type 
1800.18/921.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 153
1800.18/921.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5754
1800.18/921.74	c constraints type 
1800.18/921.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16254
1800.18/921.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.18/921.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15754
1800.18/921.74	c constraints type 
1800.18/921.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16254
1800.18/921.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.18/921.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15754
1800.18/921.74	s SATISFIABLE
1800.18/921.74	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 
1800.18/921.74	c objective function=39
1800.18/921.74	c Total wall clock time (in seconds): 921.629

Verifier Data

OK	39

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453949-1307194632/watcher-3453949-1307194632 -o /tmp/evaluation-result-3453949-1307194632/solver-3453949-1307194632 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453949-1307194632.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.66 3.71 3.66 3/394 23445
/proc/meminfo: memFree=22263264/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 2944 0 1 0 0 0 0 0 25 0 2 0 831063638 10681323520 2645 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2607745 2659 906 9 0 2598901 0
[pid=23445/tid=23446] ppid=23443 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) R 23443 23445 19222 0 -1 4202560 3579 0 1 0 0 0 0 0 25 0 2 0 831063639 10694979584 4395 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230808859707 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0513189 s]
/proc/loadavg: 3.66 3.71 3.66 3/394 23445
/proc/meminfo: memFree=22263264/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 11439 0 1 0 3 1 0 0 25 0 13 0 831063638 10718838784 11135 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2616904 11135 1684 9 0 2607652 0
[pid=23445/tid=23446] ppid=23443 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) R 23443 23445 19222 0 -1 4202560 10290 0 1 0 2 1 0 0 25 0 13 0 831063639 10718838784 11135 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912505170474 0 4 0 16800971 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100312 s]
/proc/loadavg: 3.66 3.71 3.66 3/394 23445
/proc/meminfo: memFree=22263264/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10539888 CPUtime=0.1 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 13107 0 1 0 9 1 0 0 25 0 18 0 831063638 10792845312 12762 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2634972 12762 2092 9 0 2625706 0
[pid=23445/tid=23446] ppid=23443 vsize=10539888 CPUtime=0.08 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) R 23443 23445 19222 0 -1 4202560 11148 0 1 0 7 1 0 0 18 0 18 0 831063639 10792845312 12762 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912496197408 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539888

[startup+0.301059 s]
/proc/loadavg: 3.66 3.71 3.66 3/394 23445
/proc/meminfo: memFree=22263264/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10540528 CPUtime=0.46 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 15732 0 1 0 43 3 0 0 25 0 18 0 831063638 10793500672 14966 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2635132 14966 2207 9 0 2625866 0
[pid=23445/tid=23446] ppid=23443 vsize=10540528 CPUtime=0.28 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) R 23443 23445 19222 0 -1 4202560 12796 0 1 0 26 2 0 0 18 0 18 0 831063639 10793500672 14967 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 47639958428499 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540528

[startup+0.700201 s]
/proc/loadavg: 3.66 3.71 3.66 3/394 23445
/proc/meminfo: memFree=22263264/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10553888 CPUtime=1.64 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 36070 0 1 0 158 6 0 0 25 0 18 0 831063638 10807181312 30759 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2638472 30762 2228 9 0 2629206 0
[pid=23445/tid=23446] ppid=23443 vsize=10553888 CPUtime=0.68 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) R 23443 23445 19222 0 -1 4202560 23499 0 1 0 64 4 0 0 18 0 18 0 831063639 10807181312 30764 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912505840012 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10553888

[startup+1.50106 s]
/proc/loadavg: 3.66 3.71 3.66 4/413 23467
/proc/meminfo: memFree=22133168/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10558000 CPUtime=2.84 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 43190 0 1 0 277 7 0 0 25 0 19 0 831063638 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2639500 37876 2242 9 0 2630234 0
[pid=23445/tid=23446] ppid=23443 vsize=10558000 CPUtime=0.72 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) S 23443 23445 19222 0 -1 4202560 25172 0 1 0 68 4 0 0 17 0 19 0 831063639 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23448] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23448/stat : 23448 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23449] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23449/stat : 23449 (java) S 23443 23445 19222 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23450] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23450/stat : 23450 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23451] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23451/stat : 23451 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23452] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23452/stat : 23452 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23453] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23453/stat : 23453 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23454] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23454/stat : 23454 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23455] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23455/stat : 23455 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 831063640 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23456] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23456/stat : 23456 (java) S 23443 23445 19222 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 831063641 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 0 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23457] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23457/stat : 23457 (java) S 23443 23445 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831063642 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23458] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23458/stat : 23458 (java) S 23443 23445 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831063642 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23459] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23459/stat : 23459 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063644 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820989361 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23460] ppid=23443 vsize=10558000 CPUtime=0.77 cores=1,3,5,7
/proc/23445/task/23460/stat : 23460 (java) S 23443 23445 19222 0 -1 4202560 5188 0 0 0 77 0 0 0 16 0 19 0 831063644 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23461] ppid=23443 vsize=10558000 CPUtime=0.76 cores=1,3,5,7
/proc/23445/task/23461/stat : 23461 (java) S 23443 23445 19222 0 -1 4202560 6320 0 0 0 76 0 0 0 16 0 19 0 831063644 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23462] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23462/stat : 23462 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831063644 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23463] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23463/stat : 23463 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831063644 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23467] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23467/stat : 23467 (java) S 23443 23445 19222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 831063714 10811392000 37876 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 10558000

[startup+3.10073 s]
/proc/loadavg: 3.53 3.68 3.66 5/416 23473
/proc/meminfo: memFree=22033448/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10558000 CPUtime=5.84 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 152068 0 1 0 565 19 0 0 25 0 22 0 831063638 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2639500 146268 2244 9 0 2630234 0
[pid=23445/tid=23446] ppid=23443 vsize=10558000 CPUtime=0.73 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) S 23443 23445 19222 0 -1 4202560 25268 0 1 0 69 4 0 0 15 0 22 0 831063639 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23448] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23448/stat : 23448 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23449] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23449/stat : 23449 (java) S 23443 23445 19222 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23450] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23450/stat : 23450 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23451] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23451/stat : 23451 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23452] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23452/stat : 23452 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23453] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23453/stat : 23453 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23454] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23454/stat : 23454 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23455] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23455/stat : 23455 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831063640 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23456] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23456/stat : 23456 (java) S 23443 23445 19222 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 831063641 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 0 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23457] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23457/stat : 23457 (java) S 23443 23445 19222 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831063642 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23458] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23458/stat : 23458 (java) S 23443 23445 19222 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831063642 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23459] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23459/stat : 23459 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820989361 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23460] ppid=23443 vsize=10558000 CPUtime=0.93 cores=1,3,5,7
/proc/23445/task/23460/stat : 23460 (java) S 23443 23445 19222 0 -1 4202560 5210 0 0 0 93 0 0 0 15 0 22 0 831063644 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23461] ppid=23443 vsize=10558000 CPUtime=0.92 cores=1,3,5,7
/proc/23445/task/23461/stat : 23461 (java) S 23443 23445 19222 0 -1 4202560 6831 0 0 0 92 0 0 0 15 0 22 0 831063644 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23462] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23462/stat : 23462 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23463] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23463/stat : 23463 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831063644 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23467] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23467/stat : 23467 (java) S 23443 23445 19222 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 831063714 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23471] ppid=23443 vsize=10558000 CPUtime=1.34 cores=1,3,5,7
/proc/23445/task/23471/stat : 23471 (java) R 23443 23445 19222 0 -1 4202560 820 0 0 0 134 0 0 0 18 0 22 0 831063814 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912506050541 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23445/tid=23472] ppid=23443 vsize=10558000 CPUtime=1.33 cores=1,3,5,7
/proc/23445/task/23472/stat : 23472 (java) R 23443 23445 19222 0 -1 4202560 107428 0 0 0 121 12 0 0 18 0 22 0 831063814 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912505598447 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23445/tid=23473] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23473/stat : 23473 (java) S 23443 23445 19222 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831063814 10811392000 146268 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 10558000

[startup+6.30115 s]
/proc/loadavg: 3.53 3.68 3.66 5/416 23473
/proc/meminfo: memFree=21210728/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10558000 CPUtime=12.25 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 272634 0 1 0 1193 32 0 0 25 0 22 0 831063638 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2639500 266824 2270 9 0 2630234 0
[pid=23445/tid=23446] ppid=23443 vsize=10558000 CPUtime=0.73 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) S 23443 23445 19222 0 -1 4202560 25268 0 1 0 69 4 0 0 15 0 22 0 831063639 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23448] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23448/stat : 23448 (java) S 23443 23445 19222 0 -1 4202560 410 0 0 0 0 0 0 0 16 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23449] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23449/stat : 23449 (java) S 23443 23445 19222 0 -1 4202560 776 0 0 0 0 0 0 0 16 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23450] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23450/stat : 23450 (java) S 23443 23445 19222 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23451] ppid=23443 vsize=10558000 CPUtime=0.02 cores=1,3,5,7
/proc/23445/task/23451/stat : 23451 (java) S 23443 23445 19222 0 -1 4202560 1971 0 0 0 2 0 0 0 18 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23452] ppid=23443 vsize=10558000 CPUtime=0.02 cores=1,3,5,7
/proc/23445/task/23452/stat : 23452 (java) S 23443 23445 19222 0 -1 4202560 2138 0 0 0 2 0 0 0 18 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23453] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23453/stat : 23453 (java) S 23443 23445 19222 0 -1 4202560 932 0 0 0 0 0 0 0 18 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23454] ppid=23443 vsize=10558000 CPUtime=0.02 cores=1,3,5,7
/proc/23445/task/23454/stat : 23454 (java) S 23443 23445 19222 0 -1 4202560 1519 0 0 0 2 0 0 0 18 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23455] ppid=23443 vsize=10558000 CPUtime=0.01 cores=1,3,5,7
/proc/23445/task/23455/stat : 23455 (java) S 23443 23445 19222 0 -1 4202560 1579 0 0 0 1 0 0 0 18 0 22 0 831063640 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23456] ppid=23443 vsize=10558000 CPUtime=0.19 cores=1,3,5,7
/proc/23445/task/23456/stat : 23456 (java) S 23443 23445 19222 0 -1 4202560 8758 0 0 0 18 1 0 0 15 0 22 0 831063641 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 0 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23457] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23457/stat : 23457 (java) S 23443 23445 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23458] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23458/stat : 23458 (java) S 23443 23445 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 266824 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 3.67 3.76 3.70 5/416 23501
/proc/meminfo: memFree=19052600/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10558000 CPUtime=1607.91 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 770939 0 1 0 160705 86 0 0 25 0 22 0 831063638 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2639500 764378 2271 9 0 2630234 0
[pid=23445/tid=23446] ppid=23443 vsize=10558000 CPUtime=0.74 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) S 23443 23445 19222 0 -1 4202560 25400 0 1 0 70 4 0 0 15 0 22 0 831063639 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23448] ppid=23443 vsize=10558000 CPUtime=0.59 cores=1,3,5,7
/proc/23445/task/23448/stat : 23448 (java) S 23443 23445 19222 0 -1 4202560 1180 0 0 0 59 0 0 0 16 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23449] ppid=23443 vsize=10558000 CPUtime=0.64 cores=1,3,5,7
/proc/23445/task/23449/stat : 23449 (java) S 23443 23445 19222 0 -1 4202560 881 0 0 0 64 0 0 0 16 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23450] ppid=23443 vsize=10558000 CPUtime=0.49 cores=1,3,5,7
/proc/23445/task/23450/stat : 23450 (java) S 23443 23445 19222 0 -1 4202560 783 0 0 0 49 0 0 0 15 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23451] ppid=23443 vsize=10558000 CPUtime=0.49 cores=1,3,5,7
/proc/23445/task/23451/stat : 23451 (java) S 23443 23445 19222 0 -1 4202560 2901 0 0 0 49 0 0 0 15 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23452] ppid=23443 vsize=10558000 CPUtime=0.79 cores=1,3,5,7
/proc/23445/task/23452/stat : 23452 (java) S 23443 23445 19222 0 -1 4202560 3194 0 0 0 79 0 0 0 16 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23453] ppid=23443 vsize=10558000 CPUtime=0.6 cores=1,3,5,7
/proc/23445/task/23453/stat : 23453 (java) S 23443 23445 19222 0 -1 4202560 2729 0 0 0 60 0 0 0 15 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23454] ppid=23443 vsize=10558000 CPUtime=0.68 cores=1,3,5,7
/proc/23445/task/23454/stat : 23454 (java) S 23443 23445 19222 0 -1 4202560 2614 0 0 0 68 0 0 0 15 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23455] ppid=23443 vsize=10558000 CPUtime=0.74 cores=1,3,5,7
/proc/23445/task/23455/stat : 23455 (java) S 23443 23445 19222 0 -1 4202560 2305 0 0 0 74 0 0 0 16 0 22 0 831063640 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23456] ppid=23443 vsize=10558000 CPUtime=37.92 cores=1,3,5,7
/proc/23445/task/23456/stat : 23456 (java) S 23443 23445 19222 0 -1 4202560 89243 0 0 0 3782 10 0 0 15 0 22 0 831063641 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 0 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23457] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23457/stat : 23457 (java) S 23443 23445 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23458] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23458/stat : 23458 (java) S 23443 23445 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23459] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23459/stat : 23459 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820989361 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23460] ppid=23443 vsize=10558000 CPUtime=1.24 cores=1,3,5,7
/proc/23445/task/23460/stat : 23460 (java) S 23443 23445 19222 0 -1 4202560 5287 0 0 0 124 0 0 0 16 0 22 0 831063644 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23461] ppid=23443 vsize=10558000 CPUtime=1.19 cores=1,3,5,7
/proc/23445/task/23461/stat : 23461 (java) S 23443 23445 19222 0 -1 4202560 7377 0 0 0 119 0 0 0 15 0 22 0 831063644 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23462] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23462/stat : 23462 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23463] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23463/stat : 23463 (java) S 23443 23445 19222 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831063644 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23477] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23477/stat : 23477 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831067802 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23493] ppid=23443 vsize=10558000 CPUtime=225.73 cores=1,3,5,7
/proc/23445/task/23493/stat : 23493 (java) R 23443 23445 19222 0 -1 4202560 1 0 0 0 22573 0 0 0 25 0 22 0 831121564 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912506214457 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23445/tid=23494] ppid=23443 vsize=10558000 CPUtime=225.73 cores=1,3,5,7
/proc/23445/task/23494/stat : 23494 (java) R 23443 23445 19222 0 -1 4202560 0 0 0 0 22573 0 0 0 25 0 22 0 831121564 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912506067766 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23445/tid=23495] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23495/stat : 23495 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831121564 10811392000 764378 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1607.91
Current children cumulated vsize (KiB) 10558000

[startup+882.301 s]
/proc/loadavg: 3.67 3.74 3.70 5/416 23503
/proc/meminfo: memFree=18999852/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10558000 CPUtime=1724.42 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 782425 0 1 0 172354 88 0 0 25 0 22 0 831063638 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2639500 775851 2271 9 0 2630234 0
[pid=23445/tid=23446] ppid=23443 vsize=10558000 CPUtime=0.74 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) S 23443 23445 19222 0 -1 4202560 25405 0 1 0 70 4 0 0 15 0 22 0 831063639 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23448] ppid=23443 vsize=10558000 CPUtime=0.62 cores=1,3,5,7
/proc/23445/task/23448/stat : 23448 (java) S 23443 23445 19222 0 -1 4202560 1184 0 0 0 62 0 0 0 16 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23449] ppid=23443 vsize=10558000 CPUtime=0.73 cores=1,3,5,7
/proc/23445/task/23449/stat : 23449 (java) S 23443 23445 19222 0 -1 4202560 884 0 0 0 73 0 0 0 16 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23450] ppid=23443 vsize=10558000 CPUtime=0.52 cores=1,3,5,7
/proc/23445/task/23450/stat : 23450 (java) S 23443 23445 19222 0 -1 4202560 790 0 0 0 52 0 0 0 15 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23451] ppid=23443 vsize=10558000 CPUtime=0.49 cores=1,3,5,7
/proc/23445/task/23451/stat : 23451 (java) S 23443 23445 19222 0 -1 4202560 2901 0 0 0 49 0 0 0 16 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23452] ppid=23443 vsize=10558000 CPUtime=0.87 cores=1,3,5,7
/proc/23445/task/23452/stat : 23452 (java) S 23443 23445 19222 0 -1 4202560 3196 0 0 0 87 0 0 0 16 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23453] ppid=23443 vsize=10558000 CPUtime=0.65 cores=1,3,5,7
/proc/23445/task/23453/stat : 23453 (java) S 23443 23445 19222 0 -1 4202560 2729 0 0 0 65 0 0 0 16 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23454] ppid=23443 vsize=10558000 CPUtime=0.74 cores=1,3,5,7
/proc/23445/task/23454/stat : 23454 (java) S 23443 23445 19222 0 -1 4202560 2616 0 0 0 74 0 0 0 15 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23455] ppid=23443 vsize=10558000 CPUtime=0.81 cores=1,3,5,7
/proc/23445/task/23455/stat : 23455 (java) S 23443 23445 19222 0 -1 4202560 2311 0 0 0 81 0 0 0 16 0 22 0 831063640 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23456] ppid=23443 vsize=10558000 CPUtime=41.56 cores=1,3,5,7
/proc/23445/task/23456/stat : 23456 (java) S 23443 23445 19222 0 -1 4202560 100696 0 0 0 4144 12 0 0 15 0 22 0 831063641 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 0 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23457] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23457/stat : 23457 (java) S 23443 23445 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23458] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23458/stat : 23458 (java) S 23443 23445 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23459] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23459/stat : 23459 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820989361 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23460] ppid=23443 vsize=10558000 CPUtime=1.24 cores=1,3,5,7
/proc/23445/task/23460/stat : 23460 (java) S 23443 23445 19222 0 -1 4202560 5287 0 0 0 124 0 0 0 16 0 22 0 831063644 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23461] ppid=23443 vsize=10558000 CPUtime=1.19 cores=1,3,5,7
/proc/23445/task/23461/stat : 23461 (java) S 23443 23445 19222 0 -1 4202560 7377 0 0 0 119 0 0 0 15 0 22 0 831063644 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23462] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23462/stat : 23462 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23463] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23463/stat : 23463 (java) S 23443 23445 19222 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831063644 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23477] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23477/stat : 23477 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831067802 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23493] ppid=23443 vsize=10558000 CPUtime=281.96 cores=1,3,5,7
/proc/23445/task/23493/stat : 23493 (java) R 23443 23445 19222 0 -1 4202560 1 0 0 0 28196 0 0 0 25 0 22 0 831121564 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912506037316 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23445/tid=23494] ppid=23443 vsize=10558000 CPUtime=281.96 cores=1,3,5,7
/proc/23445/task/23494/stat : 23494 (java) R 23443 23445 19222 0 -1 4202560 0 0 0 0 28196 0 0 0 25 0 22 0 831121564 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912506262698 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23445/tid=23495] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23495/stat : 23495 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831121564 10811392000 775851 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.42
Current children cumulated vsize (KiB) 10558000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.701 s]
/proc/loadavg: 3.84 3.77 3.71 6/416 23504
/proc/meminfo: memFree=18955808/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=10558000 CPUtime=1800.18 cores=1,3,5,7
/proc/23445/stat : 23445 (java) S 23443 23445 19222 0 -1 4202496 792481 0 1 0 179930 88 0 0 25 0 22 0 831063638 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23445/statm: 2639500 785898 2271 9 0 2630234 0
[pid=23445/tid=23446] ppid=23443 vsize=10558000 CPUtime=0.74 cores=1,3,5,7
/proc/23445/task/23446/stat : 23446 (java) S 23443 23445 19222 0 -1 4202560 25408 0 1 0 70 4 0 0 15 0 22 0 831063639 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23448] ppid=23443 vsize=10558000 CPUtime=0.7 cores=1,3,5,7
/proc/23445/task/23448/stat : 23448 (java) S 23443 23445 19222 0 -1 4202560 1184 0 0 0 70 0 0 0 16 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23449] ppid=23443 vsize=10558000 CPUtime=0.76 cores=1,3,5,7
/proc/23445/task/23449/stat : 23449 (java) S 23443 23445 19222 0 -1 4202560 886 0 0 0 76 0 0 0 16 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23450] ppid=23443 vsize=10558000 CPUtime=0.57 cores=1,3,5,7
/proc/23445/task/23450/stat : 23450 (java) S 23443 23445 19222 0 -1 4202560 792 0 0 0 57 0 0 0 15 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23451] ppid=23443 vsize=10558000 CPUtime=0.54 cores=1,3,5,7
/proc/23445/task/23451/stat : 23451 (java) S 23443 23445 19222 0 -1 4202560 2905 0 0 0 54 0 0 0 16 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23452] ppid=23443 vsize=10558000 CPUtime=0.9 cores=1,3,5,7
/proc/23445/task/23452/stat : 23452 (java) S 23443 23445 19222 0 -1 4202560 3197 0 0 0 90 0 0 0 15 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23453] ppid=23443 vsize=10558000 CPUtime=0.65 cores=1,3,5,7
/proc/23445/task/23453/stat : 23453 (java) S 23443 23445 19222 0 -1 4202560 2729 0 0 0 65 0 0 0 15 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23454] ppid=23443 vsize=10558000 CPUtime=0.78 cores=1,3,5,7
/proc/23445/task/23454/stat : 23454 (java) S 23443 23445 19222 0 -1 4202560 2616 0 0 0 78 0 0 0 16 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23455] ppid=23443 vsize=10558000 CPUtime=0.85 cores=1,3,5,7
/proc/23445/task/23455/stat : 23455 (java) S 23443 23445 19222 0 -1 4202560 2338 0 0 0 85 0 0 0 15 0 22 0 831063640 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23456] ppid=23443 vsize=10558000 CPUtime=44.84 cores=1,3,5,7
/proc/23445/task/23456/stat : 23456 (java) S 23443 23445 19222 0 -1 4202560 110700 0 0 0 4472 12 0 0 15 0 22 0 831063641 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 0 0 16800975 18446604463165160128 0 0 -1 1 0 0 0
[pid=23445/tid=23457] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23457/stat : 23457 (java) S 23443 23445 19222 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23458] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23458/stat : 23458 (java) S 23443 23445 19222 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831063642 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23459] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23459/stat : 23459 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820989361 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23460] ppid=23443 vsize=10558000 CPUtime=1.26 cores=1,3,5,7
/proc/23445/task/23460/stat : 23460 (java) S 23443 23445 19222 0 -1 4202560 5292 0 0 0 126 0 0 0 15 0 22 0 831063644 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23461] ppid=23443 vsize=10558000 CPUtime=1.23 cores=1,3,5,7
/proc/23445/task/23461/stat : 23461 (java) S 23443 23445 19222 0 -1 4202560 7382 0 0 0 123 0 0 0 16 0 22 0 831063644 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 7 0 0 0
[pid=23445/tid=23462] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23462/stat : 23462 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831063644 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820981657 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23463] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23463/stat : 23463 (java) S 23443 23445 19222 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831063644 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
[pid=23445/tid=23477] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23477/stat : 23477 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831067802 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 3 0 0 0
[pid=23445/tid=23493] ppid=23443 vsize=10558000 CPUtime=318.01 cores=1,3,5,7
/proc/23445/task/23493/stat : 23493 (java) R 23443 23445 19222 0 -1 4202560 1 0 0 0 31801 0 0 0 25 0 22 0 831121564 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912506037316 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23445/tid=23494] ppid=23443 vsize=10558000 CPUtime=318.01 cores=1,3,5,7
/proc/23445/task/23494/stat : 23494 (java) R 23443 23445 19222 0 -1 4202560 1 0 0 0 31801 0 0 0 25 0 22 0 831121564 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 46912506106784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23445/tid=23495] ppid=23443 vsize=10558000 CPUtime=0 cores=1,3,5,7
/proc/23445/task/23495/stat : 23495 (java) S 23443 23445 19222 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831121564 10811392000 785898 33554432000 1073741824 1073778376 140735110820544 18446744073709551615 230820982272 0 4 0 16800975 18446604463165160128 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10558000

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

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

[startup+921.834 s]
/proc/loadavg: 3.84 3.77 3.71 6/416 23504
/proc/meminfo: memFree=18955808/32951124 swapFree=37148216/67111528
[pid=23445] ppid=23443 vsize=0 CPUtime=1800.32 cores=1,3,5,7
/proc/23445/stat : 23445 (java) Z 23443 23445 19222 0 -1 4203548 792508 0 1 0 179934 98 0 0 17 0 2 0 831063638 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23445/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 921.849
CPU time (s): 1800.35
CPU user time (s): 1799.35
CPU system time (s): 0.997848
CPU usage (%): 195.297
Max. virtual memory (cumulated for all children) (KiB): 10558000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 0.997848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 792508
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= 24175
involuntary context switches= 22207

runsolver used 3.42548 second user time and 8.16876 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-04 15:37:12
IDJOB=3453949
IDBENCH=48153
IDSOLVER=1950
FILE ID=node104/3453949-1307194632
RUNJOBID= node104-1307194304-22873
PBS_JOBID= 13508864
Free space on /tmp= 73956 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453949-1307194632/watcher-3453949-1307194632 -o /tmp/evaluation-result-3453949-1307194632/solver-3453949-1307194632 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453949-1307194632.opb

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

MD5SUM BENCH= 3feaf3974ec1ffdea6d6674c11d1a071
RANDOM SEED=302215063

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22263536 kB
Buffers:        421048 kB
Cached:        7648596 kB
SwapCached:     163904 kB
Active:        4276816 kB
Inactive:      6071588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22263536 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:            1080 kB
Writeback:           0 kB
AnonPages:     2138260 kB
Mapped:          19336 kB
Slab:           182764 kB
PageTables:      89620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 98080892 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 /tmp at the end= 73952 MiB
End job on node104 at 2011-06-04 15:52:36