Trace number 3688674

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-35 1800.12 959.342

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_60_3.opb
MD5SUM2917e00f55986a046b103b08aa2aecc1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non 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 benchmark1800.05
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 constraint60
Maximum length of a constraint110
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)37460
Sum of products size (including duplicates)74920
Number of different products18730
Sum of products size37460

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 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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688674-1337878889.opb
0.11/0.10	c reading problem ... 
2.55/1.03	c ... done. Wall clock time 0.926s.
2.55/1.03	c declared #vars     500
2.55/1.03	c internal #vars     19230
2.55/1.03	c #constraints  37960
2.55/1.03	c constraints type 
2.55/1.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
2.55/1.03	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
2.55/1.03	c ignored satisfied constraints => 500
2.55/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
2.55/1.03	c 38460 constraints processed.
2.55/1.03	c constraints type 
2.55/1.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18730
2.55/1.03	c ignored satisfied constraints => 500
2.55/1.03	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
2.55/1.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18730
2.55/1.03	c 38460 constraints processed.
2.55/1.03	c objective function length is 500 literals
3.70/1.34	c  And the winner is solver0
4.07/1.53	c SATISFIABLE
4.07/1.53	c OPTIMIZING...
4.07/1.53	c Got one! Elapsed wall clock time (in seconds):1.429
4.07/1.53	o -26
4.07/1.56	c  And the winner is solver0
4.35/2.03	c Got one! Elapsed wall clock time (in seconds):1.932
4.35/2.03	o -27
5.66/2.43	c  And the winner is solver1
5.73/2.53	c Got one! Elapsed wall clock time (in seconds):2.434
5.73/2.53	o -29
6.42/2.89	c  And the winner is solver1
6.61/3.04	c Got one! Elapsed wall clock time (in seconds):2.936
6.61/3.04	o -31
8.03/3.68	c cleaning 3247 clauses out of 6494 with flag 3000/6494
8.57/3.91	c  And the winner is solver1
8.59/4.04	c Got one! Elapsed wall clock time (in seconds):3.938
8.59/4.04	o -32
10.61/5.05	c cleaning 4231 clauses out of 8461 with flag 5005/11708
11.05/5.37	c  And the winner is solver1
11.20/5.54	c Got one! Elapsed wall clock time (in seconds):5.442
11.20/5.54	o -33
13.18/6.53	c cleaning 4767 clauses out of 9534 with flag 5003/17012
15.95/8.05	c cleaning 5384 clauses out of 10767 with flag 11003/23012
19.54/9.98	c cleaning 6191 clauses out of 12382 with flag 18002/30011
23.99/12.25	c cleaning 7096 clauses out of 14191 with flag 26002/38011
28.92/14.84	c cleaning 8047 clauses out of 16093 with flag 35000/47009
34.60/17.85	c cleaning 9023 clauses out of 18046 with flag 45000/57009
43.00/22.26	c cleaning 10009 clauses out of 20023 with flag 56000/68009
53.15/27.41	c cleaning 11005 clauses out of 22015 with flag 68001/80010
63.15/32.69	c cleaning 11999 clauses out of 24010 with flag 81001/93010
72.66/37.64	c  And the winner is solver1
72.63/37.75	c Got one! Elapsed wall clock time (in seconds):37.647
72.63/37.75	o -34
77.23/40.00	c cleaning 14391 clauses out of 28792 with flag 5001/109791
82.29/42.99	c cleaning 10200 clauses out of 20400 with flag 11000/115790
86.97/45.54	c cleaning 8597 clauses out of 17201 with flag 18001/122791
92.66/48.64	c cleaning 8299 clauses out of 16604 with flag 26001/130791
98.35/51.71	c cleaning 8649 clauses out of 17304 with flag 35000/139790
104.52/55.28	c cleaning 9326 clauses out of 18655 with flag 45000/149790
112.21/59.30	c cleaning 10160 clauses out of 20331 with flag 56002/160792
121.05/64.06	c cleaning 11085 clauses out of 22169 with flag 68000/172790
129.36/68.70	c cleaning 12039 clauses out of 24084 with flag 81000/185790
139.10/74.12	c cleaning 13024 clauses out of 26047 with flag 95002/199792
148.98/79.52	c cleaning 14006 clauses out of 28021 with flag 110000/214790
159.38/85.25	c cleaning 15001 clauses out of 30015 with flag 126000/230790
170.99/91.54	c cleaning 16004 clauses out of 32014 with flag 143000/247790
183.54/98.51	c cleaning 16995 clauses out of 34010 with flag 161000/265790
197.69/106.17	c cleaning 18004 clauses out of 36015 with flag 180000/284790
212.75/114.23	c cleaning 19000 clauses out of 38011 with flag 200000/304790
227.55/122.27	c cleaning 20005 clauses out of 40014 with flag 221003/325793
243.10/130.83	c cleaning 21005 clauses out of 42012 with flag 243006/347796
259.85/139.81	c cleaning 21991 clauses out of 44001 with flag 266000/370790
280.95/151.01	c cleaning 22998 clauses out of 46012 with flag 290002/394792
285.89/154.29	c cleaning 0 clauses out of 6333 with flag 0/6333
303.63/163.88	c cleaning 24008 clauses out of 48016 with flag 315004/419794
327.05/176.23	c cleaning 24995 clauses out of 50004 with flag 341000/445790
353.89/191.26	c cleaning 26004 clauses out of 52010 with flag 368001/472791
381.18/205.49	c cleaning 27000 clauses out of 54008 with flag 396003/500793
412.94/223.03	c cleaning 27996 clauses out of 56005 with flag 425000/529790
441.84/237.88	c cleaning 29002 clauses out of 58012 with flag 455003/559793
473.98/254.70	c cleaning 30002 clauses out of 60008 with flag 486001/590791
508.28/272.30	c cleaning 31001 clauses out of 62009 with flag 518004/622794
544.34/290.84	c cleaning 31993 clauses out of 64006 with flag 551002/655792
580.70/309.57	c cleaning 33006 clauses out of 66011 with flag 585000/689790
614.00/327.02	c cleaning 33993 clauses out of 68005 with flag 620000/724790
646.16/343.62	c cleaning 35001 clauses out of 70012 with flag 656000/760790
681.77/361.97	c cleaning 36001 clauses out of 72011 with flag 693000/797790
719.07/381.17	c cleaning 36996 clauses out of 74011 with flag 731001/835791
759.65/402.48	c cleaning 38000 clauses out of 76014 with flag 770000/874790
803.34/424.84	c cleaning 39003 clauses out of 78015 with flag 810001/914791
850.31/448.94	c cleaning 40003 clauses out of 80013 with flag 851002/955792
879.92/464.34	c  And the winner is solver1
878.20/464.47	c Got one! Elapsed wall clock time (in seconds):464.374
878.20/464.47	o -35
883.84/467.34	c cleaning 36130 clauses out of 72269 with flag 5003/988051
889.93/471.59	c cleaning 21063 clauses out of 42141 with flag 11005/994053
894.95/474.75	c cleaning 14028 clauses out of 28073 with flag 18000/1001048
899.95/477.92	c cleaning 11011 clauses out of 22045 with flag 26000/1009048
905.20/481.26	c cleaning 10007 clauses out of 20035 with flag 35001/1018049
911.86/485.75	c cleaning 10005 clauses out of 20029 with flag 45002/1028050
918.27/489.61	c cleaning 10507 clauses out of 21023 with flag 56001/1039049
924.96/493.62	c cleaning 11252 clauses out of 22515 with flag 68000/1051048
933.26/498.41	c cleaning 12132 clauses out of 24264 with flag 81001/1064049
942.88/504.42	c cleaning 13057 clauses out of 26131 with flag 95000/1078048
952.57/509.94	c cleaning 14033 clauses out of 28076 with flag 110002/1093050
964.26/516.44	c cleaning 15022 clauses out of 30044 with flag 126003/1109051
975.84/522.93	c cleaning 16007 clauses out of 32019 with flag 143000/1126048
990.74/531.59	c cleaning 17000 clauses out of 34013 with flag 161001/1144049
1003.77/538.73	c cleaning 17998 clauses out of 36013 with flag 180001/1163049
1018.32/546.73	c cleaning 19001 clauses out of 38014 with flag 200000/1183048
1034.54/555.51	c cleaning 20007 clauses out of 40014 with flag 221001/1204049
1053.00/565.99	c cleaning 21004 clauses out of 42007 with flag 243001/1226049
1073.39/576.80	c cleaning 21994 clauses out of 44002 with flag 266000/1249048
1095.20/588.46	c cleaning 23006 clauses out of 46012 with flag 290004/1273052
1116.94/600.00	c cleaning 23998 clauses out of 48003 with flag 315001/1298049
1131.33/608.42	c cleaning 0 clauses out of 11640 with flag 0/11640
1142.90/614.91	c cleaning 25002 clauses out of 50005 with flag 341001/1324049
1163.24/625.90	c cleaning 26002 clauses out of 52004 with flag 368002/1351050
1185.25/637.64	c cleaning 26993 clauses out of 54000 with flag 396000/1379048
1209.60/651.17	c cleaning 27997 clauses out of 56007 with flag 425000/1408048
1238.17/666.15	c cleaning 28998 clauses out of 58010 with flag 455000/1438048
1266.74/681.17	c cleaning 30007 clauses out of 60014 with flag 486002/1469050
1297.68/697.39	c cleaning 30996 clauses out of 62008 with flag 518003/1501051
1331.15/715.31	c cleaning 31997 clauses out of 64010 with flag 551001/1534049
1363.67/732.45	c cleaning 33001 clauses out of 66013 with flag 585001/1568049
1412.09/757.30	c cleaning 34002 clauses out of 68011 with flag 620000/1603048
1462.34/785.02	c cleaning 35003 clauses out of 70013 with flag 656004/1639052
1503.78/806.56	c cleaning 35992 clauses out of 72007 with flag 693001/1676049
1549.41/830.19	c cleaning 37008 clauses out of 74015 with flag 731001/1714049
1599.25/855.84	c cleaning 37999 clauses out of 76006 with flag 770000/1753048
1656.71/886.00	c cleaning 39003 clauses out of 78011 with flag 810004/1793052
1714.67/915.88	c cleaning 40001 clauses out of 80008 with flag 851004/1834052
1782.50/950.49	c cleaning 40994 clauses out of 82004 with flag 893001/1876049
1798.37/959.31	c starts		: 49
1798.37/959.31	c conflicts		: 14466
1798.37/959.31	c decisions		: 17174
1798.37/959.31	c propagations		: 313844
1798.37/959.31	c inspects		: 691042721
1798.37/959.31	c shortcuts		: 0
1798.37/959.31	c learnt literals	: 0
1798.37/959.31	c learnt binary clauses	: 0
1798.37/959.31	c learnt ternary clauses	: 0
1798.37/959.31	c learnt constraints	: 14466
1798.37/959.31	c ignored constraints	: 0
1798.37/959.31	c root simplifications	: 0
1798.37/959.31	c removed literals (reason simplification)	: 0
1798.37/959.31	c reason swapping (by a shorter reason)	: 0
1798.37/959.31	c Calls to reduceDB	: 2
1798.37/959.31	c number of reductions to clauses (during analyze)	: 0
1798.37/959.31	c number of learned constraints concerned by reduction	: 0
1798.37/959.31	c number of learning phase by resolution	: 0
1798.37/959.31	c number of learning phase by cutting planes	: 0
1798.37/959.31	c speed (assignments/second)	: 327.85316577350176
1798.37/959.31	c non guided choices	0
1798.37/959.31	c learnt constraints type 
1798.37/959.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 383
1798.37/959.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14083
1798.37/959.31	c constraints type 
1798.37/959.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18730
1798.37/959.31	c org.sat4j.minisat.constraints.cnf.UnitClauses => 500
1798.37/959.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1798.37/959.31	c ignored satisfied constraints => 500
1798.37/959.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18730
1798.37/959.31	c 38461 constraints processed.
1798.37/959.31	c constraints type 
1798.37/959.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18730
1798.37/959.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1798.37/959.32	c ignored satisfied constraints => 500
1798.37/959.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1798.37/959.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18730
1798.37/959.32	c 38461 constraints processed.
1798.37/959.32	s SATISFIABLE
1798.37/959.32	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -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 
1798.37/959.32	c objective function=-35
1798.37/959.32	c Total wall clock time (in seconds): 959.216

Verifier Data

OK	-35

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-3688674-1337878889/watcher-3688674-1337878889 -o /tmp/evaluation-result-3688674-1337878889/solver-3688674-1337878889 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688674-1337878889.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: 3.32 3.70 3.82 3/198 24496
/proc/meminfo: memFree=26786800/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 1222 0 0 0 0 0 0 0 20 0 2 0 254016214 96370688 931 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 23544 938 712 9 0 16769 0
[pid=24496/tid=24497] ppid=24494 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) R 24494 24496 22409 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 2 0 254016215 98635776 948 33554432000 1073741824 1073778376 140735364598912 139655996014120 213857112507 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0422569 s]
/proc/loadavg: 3.32 3.70 3.82 3/198 24496
/proc/meminfo: memFree=26786800/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 3078 0 1 0 2 0 0 0 20 0 13 0 254016214 9446973440 3775 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2306390 3775 1708 9 0 2297091 0
[pid=24496/tid=24497] ppid=24494 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) R 24494 24496 22409 0 -1 4202560 1897 0 1 0 2 0 0 0 20 0 13 0 254016215 9446973440 3775 33554432000 1073741824 1073778376 140735364598912 139655996016360 139655998863883 0 4 0 16800971 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.100246 s]
/proc/loadavg: 3.32 3.70 3.82 3/198 24496
/proc/meminfo: memFree=26786800/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 4485 0 1 0 10 1 0 0 20 0 18 0 254016214 9787813888 6158 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2389603 6158 2142 9 0 2380296 0
[pid=24496/tid=24497] ppid=24494 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) R 24494 24496 22409 0 -1 4202560 2432 0 1 0 6 2 0 0 20 0 18 0 254016215 9787813888 6158 33554432000 1073741824 1073778376 140735364598912 139655996010464 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300193 s]
/proc/loadavg: 3.32 3.70 3.82 3/198 24496
/proc/meminfo: memFree=26786800/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 6176 0 1 0 48 2 0 0 20 0 18 0 254016214 9787813888 8593 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2389603 8593 2228 9 0 2380296 0
[pid=24496/tid=24497] ppid=24494 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) R 24494 24496 22409 0 -1 4202560 2445 0 1 0 26 2 0 0 20 0 18 0 254016215 9787813888 8593 33554432000 1073741824 1073778376 140735364598912 139655996010464 139655844574503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700213 s]
/proc/loadavg: 3.32 3.70 3.82 3/198 24496
/proc/meminfo: memFree=26786800/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9558412 CPUtime=1.64 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 20052 0 1 0 159 5 0 0 20 0 18 0 254016214 9787813888 23963 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2389603 23963 2242 9 0 2380296 0
[pid=24496/tid=24497] ppid=24494 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) R 24494 24496 22409 0 -1 4202560 2469 0 1 0 65 2 0 0 20 0 18 0 254016215 9787813888 23963 33554432000 1073741824 1073778376 140735364598912 139655996017720 139655844574696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 3.46 3.72 3.83 6/216 24514
/proc/meminfo: memFree=26626884/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9824668 CPUtime=4.07 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 33297 0 1 0 398 9 0 0 20 0 19 0 254016214 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2456167 45823 2260 9 0 2446860 0
[pid=24496/tid=24497] ppid=24494 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) S 24494 24496 22409 0 -1 4202560 2500 0 1 0 98 3 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655996019704 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655968472104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655967419304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655966366504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655965313704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655964260904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655963208104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655833495848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254016215 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655832443048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 22409 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254016216 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655349496808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 22409 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254016217 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655348442872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254016217 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655347389960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016219 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655346338448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 22409 0 -1 4202560 12721 0 0 0 117 2 0 0 20 0 19 0 254016219 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655345285560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 22409 0 -1 4202560 16826 0 0 0 115 3 0 0 20 0 19 0 254016219 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655344232760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016219 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655343180152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254016219 10060460032 45823 33554432000 1073741824 1073778376 140735364598912 139655342127560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9824668

[startup+3.10061 s]
/proc/loadavg: 3.46 3.72 3.83 6/220 24524
/proc/meminfo: memFree=26575784/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9824668 CPUtime=6.74 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 33958 0 1 0 651 23 0 0 20 0 22 0 254016214 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2456167 69338 2278 9 0 2446860 0
[pid=24496/tid=24497] ppid=24494 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) S 24494 24496 22409 0 -1 4202560 2500 0 1 0 99 3 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655996019704 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 22409 0 -1 4202560 105 0 0 0 4 0 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655968472104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 22409 0 -1 4202560 97 0 0 0 3 2 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655967419304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 22409 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655966366504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 22409 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655965313704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 22409 0 -1 4202560 162 0 0 0 3 2 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655964260904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 22409 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655963208104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 22409 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655833495848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 22409 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254016215 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655832443048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 22409 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254016216 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655349496808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655348442872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655347389960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655346338448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 22409 0 -1 4202560 12723 0 0 0 162 2 0 0 20 0 22 0 254016219 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655345285560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 22409 0 -1 4202560 16829 0 0 0 151 3 0 0 20 0 22 0 254016219 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655344232760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655343180152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655342127560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24524] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24524/stat : 24524 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254016419 10060460032 69338 33554432000 1073741824 1073778376 140735364598912 139655337915944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 3.46 3.72 3.83 3/217 24533
/proc/meminfo: memFree=26155368/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9824668 CPUtime=12.73 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 34717 0 1 0 1228 45 0 0 20 0 22 0 254016214 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2456167 155667 2290 9 0 2446860 0
[pid=24496/tid=24497] ppid=24494 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) S 24494 24496 22409 0 -1 4202560 2500 0 1 0 99 3 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655996019704 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 22409 0 -1 4202560 134 0 0 0 6 2 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655968472104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 22409 0 -1 4202560 137 0 0 0 8 3 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655967419304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 22409 0 -1 4202560 51 0 0 0 5 3 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655966366504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 22409 0 -1 4202560 98 0 0 0 5 2 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655965313704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 22409 0 -1 4202560 208 0 0 0 10 4 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655964260904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 22409 0 -1 4202560 76 0 0 0 9 4 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655963208104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 22409 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655833495848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 22409 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 254016215 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655832443048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 22409 0 -1 4202560 245 0 0 0 36 0 0 0 20 0 22 0 254016216 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655349496808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655348442872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655347389960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655346338448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 22409 0 -1 4202560 12728 0 0 0 184 2 0 0 20 0 22 0 254016219 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655345285560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.68 cores=0,2,4,6
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 22409 0 -1 4202560 16831 0 0 0 165 3 0 0 20 0 22 0 254016219 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655344232760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 155667 33554432000 1073741824 1073778376 140735364598912 139655343180152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 22409 0 -1 4202560 520 0 0 0 224 13 0 0 20 0 22 0 254016215 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655965313704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 22409 0 -1 4202560 841 0 0 0 259 12 0 0 20 0 22 0 254016215 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655964260904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 22409 0 -1 4202560 452 0 0 0 211 12 0 0 20 0 22 0 254016215 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655963208104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 22409 0 -1 4202560 298 0 0 0 255 8 0 0 20 0 22 0 254016215 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655833495848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 22409 0 -1 4202560 650 0 0 0 214 10 0 0 20 0 22 0 254016215 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655832443048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=125.12 cores=0,2,4,6
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 22409 0 -1 4202560 4291 0 0 0 12489 23 0 0 20 0 22 0 254016216 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655349496808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655348442872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655347389960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655346338448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 22409 0 -1 4202560 12732 0 0 0 196 2 0 0 20 0 22 0 254016219 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655345285560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 22409 0 -1 4202560 16837 0 0 0 194 3 0 0 20 0 22 0 254016219 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655344232760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655343180152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 22409 0 -1 4202560 55 0 0 0 15 17 0 0 20 0 22 0 254016219 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655342127560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24524] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24524/stat : 24524 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254016419 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655337915944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24553] ppid=24494 vsize=9824668 CPUtime=401.82 cores=0,2,4,6
/proc/24496/task/24553/stat : 24553 (java) R 24494 24496 22409 0 -1 4202560 7 0 0 0 40175 7 0 0 20 0 22 0 254062662 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655341072304 139655846025494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24554] ppid=24494 vsize=9824668 CPUtime=401.7 cores=0,2,4,6
/proc/24496/task/24554/stat : 24554 (java) R 24494 24496 22409 0 -1 4202560 46 0 0 0 40163 7 0 0 20 0 22 0 254062662 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655340020576 139655846128452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24555] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24555/stat : 24555 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254062662 10060460032 997226 33554432000 1073741824 1073778376 140735364598912 139655338968360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.16
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+959.301 s]
/proc/loadavg: 3.85 3.76 3.73 5/219 24862
/proc/meminfo: memFree=23140916/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9824668 CPUtime=1798.37 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 44803 0 1 0 179640 197 0 0 20 0 22 0 254016214 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2456167 1009381 2291 9 0 2446860 0
[pid=24496/tid=24497] ppid=24494 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) S 24494 24496 22409 0 -1 4202560 2525 0 1 0 101 4 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655996019704 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 22409 0 -1 4202560 698 0 0 0 246 9 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655968472104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 22409 0 -1 4202560 554 0 0 0 253 14 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655967419304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 22409 0 -1 4202560 808 0 0 0 220 11 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655966366504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 22409 0 -1 4202560 550 0 0 0 230 13 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655965313704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 22409 0 -1 4202560 841 0 0 0 264 12 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655964260904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 22409 0 -1 4202560 452 0 0 0 217 12 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655963208104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 22409 0 -1 4202560 407 0 0 0 262 8 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655833495848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 22409 0 -1 4202560 807 0 0 0 220 10 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655832443048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=127.17 cores=0,2,4,6
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 22409 0 -1 4202560 4323 0 0 0 12693 24 0 0 20 0 22 0 254016216 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655349496808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655348442872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655347389960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655346338448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 22409 0 -1 4202560 12732 0 0 0 196 2 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655345285560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 22409 0 -1 4202560 16837 0 0 0 194 3 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655344232760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655343180152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 22409 0 -1 4202560 55 0 0 0 16 17 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655342127560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24524] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24524/stat : 24524 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254016419 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655337915944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24553] ppid=24494 vsize=9824668 CPUtime=416.59 cores=0,2,4,6
/proc/24496/task/24553/stat : 24553 (java) R 24494 24496 22409 0 -1 4202560 7 0 0 0 41652 7 0 0 20 0 22 0 254062662 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655341073248 139655845914568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24554] ppid=24494 vsize=9824668 CPUtime=416.46 cores=0,2,4,6
/proc/24496/task/24554/stat : 24554 (java) R 24494 24496 22409 0 -1 4202560 47 0 0 0 41639 7 0 0 20 0 22 0 254062662 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655340018416 139655846128580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24555] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24555/stat : 24555 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254062662 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655338968360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.37
Current children cumulated vsize (KiB) 9824668

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

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

[startup+959.301 s]
/proc/loadavg: 3.85 3.76 3.73 5/219 24862
/proc/meminfo: memFree=23140916/32873648 swapFree=6336/6336
[pid=24496] ppid=24494 vsize=9824668 CPUtime=1798.37 cores=0,2,4,6
/proc/24496/stat : 24496 (java) S 24494 24496 22409 0 -1 4202496 44803 0 1 0 179640 197 0 0 20 0 22 0 254016214 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 140735364590048 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24496/statm: 2456167 1009381 2291 9 0 2446860 0
[pid=24496/tid=24497] ppid=24494 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/24496/task/24497/stat : 24497 (java) S 24494 24496 22409 0 -1 4202560 2525 0 1 0 101 4 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655996019704 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24499] ppid=24494 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/24496/task/24499/stat : 24499 (java) S 24494 24496 22409 0 -1 4202560 698 0 0 0 246 9 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655968472104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24500] ppid=24494 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/24496/task/24500/stat : 24500 (java) S 24494 24496 22409 0 -1 4202560 554 0 0 0 253 14 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655967419304 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24501] ppid=24494 vsize=9824668 CPUtime=2.31 cores=0,2,4,6
/proc/24496/task/24501/stat : 24501 (java) S 24494 24496 22409 0 -1 4202560 808 0 0 0 220 11 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655966366504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24502] ppid=24494 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/24496/task/24502/stat : 24502 (java) S 24494 24496 22409 0 -1 4202560 550 0 0 0 230 13 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655965313704 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24503] ppid=24494 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/24496/task/24503/stat : 24503 (java) S 24494 24496 22409 0 -1 4202560 841 0 0 0 264 12 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655964260904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24504] ppid=24494 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/24496/task/24504/stat : 24504 (java) S 24494 24496 22409 0 -1 4202560 452 0 0 0 217 12 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655963208104 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24505] ppid=24494 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/24496/task/24505/stat : 24505 (java) S 24494 24496 22409 0 -1 4202560 407 0 0 0 262 8 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655833495848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24506] ppid=24494 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/24496/task/24506/stat : 24506 (java) S 24494 24496 22409 0 -1 4202560 807 0 0 0 220 10 0 0 20 0 22 0 254016215 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655832443048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24507] ppid=24494 vsize=9824668 CPUtime=127.17 cores=0,2,4,6
/proc/24496/task/24507/stat : 24507 (java) S 24494 24496 22409 0 -1 4202560 4323 0 0 0 12693 24 0 0 20 0 22 0 254016216 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655349496808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24508] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24508/stat : 24508 (java) S 24494 24496 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655348442872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24509] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24509/stat : 24509 (java) S 24494 24496 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254016217 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655347389960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24510] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24510/stat : 24510 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655346338448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24496/tid=24511] ppid=24494 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/24496/task/24511/stat : 24511 (java) S 24494 24496 22409 0 -1 4202560 12732 0 0 0 196 2 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655345285560 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24512] ppid=24494 vsize=9824668 CPUtime=1.97 cores=0,2,4,6
/proc/24496/task/24512/stat : 24512 (java) S 24494 24496 22409 0 -1 4202560 16837 0 0 0 194 3 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655344232760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24513] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24513/stat : 24513 (java) S 24494 24496 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655343180152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24514] ppid=24494 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/24496/task/24514/stat : 24514 (java) S 24494 24496 22409 0 -1 4202560 55 0 0 0 16 17 0 0 20 0 22 0 254016219 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655342127560 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24524] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24524/stat : 24524 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254016419 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655337915944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24496/tid=24553] ppid=24494 vsize=9824668 CPUtime=416.59 cores=0,2,4,6
/proc/24496/task/24553/stat : 24553 (java) R 24494 24496 22409 0 -1 4202560 7 0 0 0 41652 7 0 0 20 0 22 0 254062662 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655341073248 139655845914568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24496/tid=24554] ppid=24494 vsize=9824668 CPUtime=416.46 cores=0,2,4,6
/proc/24496/task/24554/stat : 24554 (java) R 24494 24496 22409 0 -1 4202560 47 0 0 0 41639 7 0 0 20 0 22 0 254062662 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655340018416 139655846128580 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24496/tid=24555] ppid=24494 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24555/stat : 24555 (java) S 24494 24496 22409 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254062662 10060460032 1009381 33554432000 1073741824 1073778376 140735364598912 139655338968360 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.37
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24496 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=958276
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=272654
# CPU time returned by wait4() is 1796.23
# while last known CPU time is 1798.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.74998
#  lost CPU user time (s): 1.86001
#  lost CPU system time (s): -0.11

Real time (s): 959.342
CPU time (s): 1800.12
CPU user time (s): 1798.26
CPU system time (s): 1.86
CPU usage (%): 187.641
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.96
system time used= 2.27265
maximum resident set size= 4037640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44834
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25867
involuntary context switches= 40535

runsolver used 3.23351 second user time and 9.1816 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 19:01:30
IDJOB=3688674
IDBENCH=48184
IDSOLVER=2268
FILE ID=node112/3688674-1337878889
RUNJOBID= node112-1337871881-22425
PBS_JOBID= 14620092
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_60_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688674-1337878889/watcher-3688674-1337878889 -o /tmp/evaluation-result-3688674-1337878889/solver-3688674-1337878889 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688674-1337878889.opb

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

MD5SUM BENCH= 2917e00f55986a046b103b08aa2aecc1
RANDOM SEED=1347285644

node112.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.763
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	: 5333.52
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.763
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.763
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.763
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.763
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.763
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.92
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.763
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.91
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.763
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26786428 kB
Buffers:          195564 kB
Cached:          3550128 kB
SwapCached:            0 kB
Active:          2035352 kB
Inactive:        3270208 kB
Active(anon):    1562144 kB
Inactive(anon):      172 kB
Active(file):     473208 kB
Inactive(file):  3270036 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:       1604800 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             626276 kB
SReclaimable:      70012 kB
SUnreclaim:       556264 kB
KernelStack:        1792 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2648204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1533952 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= 71700 MiB
End job on node112 at 2012-05-24 19:17:31