Trace number 3420624

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
march_rw 2011-03-02SAT 1328.68 1328.65

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S2058622508-076.SATISFIABLE.cnf
MD5SUMc1412f649cda4900c9606cccc6bec4a4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023996
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.00/0.01	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
0.00/0.01	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
0.00/0.01	c main()::
0.00/0.01	c initFormula():: searching for DIMACS p-line....
0.00/0.01	c initFormula():: the DIMACS p-line indicates a CNF of 550 variables and 2343 clauses.
0.00/0.01	c parseCNF():: parsing....
0.00/0.01	c parseCNF():: the CNF contains 0 unary clauses.
0.00/0.01	c runParser():: parsing was successful, warming up engines...
0.00/0.01	c simplify_formula():: removed 0 tautological, 24 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 546 free variables and 2319 clauses.
0.00/0.01	c using 3-SAT heuristics (occurence based diff)
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 183 duplicate clauses
0.00/0.01	c resolvent_look() :: found 95 resolvents
0.00/0.01	c main():: clause / variable ratio: ( 2414 / 550 ) = 4.39
0.00/0.01	c longest clause has size 3
0.00/0.01	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.00/0.01	c number of free variables = 546
0.00/0.01	c dynamic_preselect_setsize :: off
0.00/0.01	c main():: all systems go!
0.00/0.01	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 134
0.00/0.04	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 1/999) NodeCount: 718
0.09/0.12	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |*****************
c |******************
c |********************
c |************************
c |*************************
c |**************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |****************************************
c |*****************************************
c |******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 2/999) NodeCount: 6679
1.11/1.13	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |*********
c |**********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 3/999) NodeCount: 45325
8.70/8.81	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 4/999) NodeCount: 216570
47.31/47.39	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 5/999) NodeCount: 769298
185.29/185.33	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 6/999) NodeCount: 2111050
550.60/550.61	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
c |********
c |*********
c |**********
c |***********
c |************
c |*************
c |**************
c |***************
c |****************
c |*****************
c |******************
c |*******************
c |********************
c |*********************
c |**********************
c |***********************
c |************************
c |*************************
c |**************************
c |***************************
c |****************************
c |*****************************
c |******************************
c |*******************************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| ( 7/999) NodeCount: 4596444
1284.32/1284.35	c |----------------------------------------------------------------|
c |*
c |**
c |***
c |****
c |*****
c |******
c |*******
1328.62/1328.63	c |111000010010000110000000000100000000000000000000000000$$$$$$$$$|
1328.62/1328.63	
c |*******
1328.62/1328.63	c
1328.62/1328.63	c main():: nodeCount: 4766374
1328.62/1328.63	c main():: dead ends in main: 59428
1328.62/1328.63	c main():: lookAheadCount: 322279413
1328.62/1328.63	c main():: unitResolveCount: 68683299
1328.62/1328.63	c main():: time=1328.659912
1328.62/1328.63	c main():: necessary_assignments: 1168251
1328.62/1328.63	c main():: bin_sat: 0, bin_unsat 0
1328.62/1328.63	c main():: doublelook: #: 15496363, succes #: 9704379
1328.62/1328.63	c main():: doublelook: overall 4.933 of all possible doublelooks executed
1328.62/1328.63	c main():: doublelook: succesrate: 62.624, average DL_trigger: 59.486
1328.62/1328.63	c main():: SOLUTION VERIFIED :-)
1328.62/1328.63	s SATISFIABLE
1328.62/1328.63	v -1 -2 3 -4 5 -6 7 8 -9 11 -12 -14 15 16 -17 18 -19 20 21 -22 -23 -24 -25 -26 27 -28 -29 30 31 -32 -33 -34 35 36 -37 -38 -39 40 41 -42 43 -44 -45 46 47 48 -49 50 51 52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 63 -64 65 -66 67 68 -69 -70 71 72 -73 -74 75 76 77 -78 -79 -80 -81 -82 -83 -84 -85 86 87 -88 89 90 91 92 -93 -94 95 96 -98 99 100 -101 102 -103 -104 105 -106 107 108 -109 -110 -111 112 113 114 115 -116 117 118 -119 -120 -121 -123 124 125 -126 -127 128 129 130 -131 132 133 -134 -135 136 137 -138 -139 -140 -141 -142 -143 -144 145 -146 -148 -149 -150 151 152 -153 154 155 156 -157 158 -159 -160 -161 162 163 -164 -165 -166 -168 169 -170 171 -172 173 174 175 176 -177 178 179 -180 181 182 183 -184 185 186 187 188 189 -190 -191 -192 193 194 195 -196 198 -199 200 201 202 203 -204 -205 206 -207 208 209 210 211 -212 213 214 -215 216 -217 218 -219 220 -221 -222 -223 -224 226 227 228 229 -230 231 232 -233 234 235 -236 237 238 239 240 241 242 243 244 245 246 247 248 -249 -250 -251 -252 -253 -254 255 -256 -257 -258 259 260 261 262 263 264 265 -266 -267 268 -269 270 -271 272 273 -274 -275 276 277 278 -279 280 -281 -282 -283 -284 285 286 -287 -288 289 290 291 -292 293 -294 -295 296 -297 298 299 300 301 302 303 -304 306 -307 -308 309 -310 312 313 314 -315 -316 317 -318 319 320 -322 -323 324 325 326 327 -328 329 -330 -331 -332 333 334 -335 336 -337 338 -339 340 342 343 -344 -345 -346 347 348 349 -350 -351 -352 -353 354 355 -356 -357 -358 359 -360 361 363 -364 365 -366 -367 368 -369 -370 371 372 373 374 375 376 -377 -378 379 -380 -381 -382 -383 384 385 386 387 388 389 -390 -391 392 393 394 -395 -396 -397 398 399 -400 401 402 -403 404 405 -406 407 408 409 -410 -411 -412 413 -414 415 416 -417 418 419 -420 421 422 -423 -424 -425 426 427 -428 -429 430 -431 -432 433 434 435 -436 437 -438 439 441 442 443 444 -446 447 -448 -449 450 -451 -453 -454 -455 -456 -457 459 460 461 462 -463 464 465 -466 -467 -468 469 -470 -471 -472 473 474 -475 -476 477 478 -479 -480 -481 482 -483 -484 485 486 -487 -488 489 -490 -491 492 493 494 495 496 497 498 -500 501 502 504 505 -507 -508 510 -511 -512 -513 514 515 -516 517 -518 -519 -520 -521 -522 -523 -524 525 -526 528 529 -530 -531 -532 -533 534 535 -536 537 538 539 -540 541 542 -543 -544 -545 -547 549 550 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3420624-1306637176/watcher-3420624-1306637176 -o /tmp/evaluation-result-3420624-1306637176/solver-3420624-1306637176 -C 5000 -W 5100 -M 15500 ./march_rw HOME/instance-3420624-1306637176.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.87 2.01 2.00 2/504 2871
/proc/meminfo: memFree=21849840/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=6852 CPUtime=0 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 299 0 0 0 0 0 0 0 18 0 1 0 775320228 7016448 242 33554432000 4194304 4300876 140734259880496 18446744073709551615 216638059184 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 1713 242 135 27 0 162 0

[startup+0.0503401 s]
/proc/loadavg: 1.87 2.01 2.00 2/504 2871
/proc/meminfo: memFree=21849840/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=7548 CPUtime=0.04 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 458 0 0 0 4 0 0 0 18 0 1 0 775320228 7729152 401 33554432000 4194304 4300876 140734259880496 18446744073709551615 4217467 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 1887 401 168 27 0 336 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7548

[startup+0.100344 s]
/proc/loadavg: 1.87 2.01 2.00 2/504 2871
/proc/meminfo: memFree=21849840/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=7688 CPUtime=0.09 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 477 0 0 0 9 0 0 0 18 0 1 0 775320228 7872512 420 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 1922 420 168 27 0 371 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7688

[startup+0.300294 s]
/proc/loadavg: 1.87 2.01 2.00 2/504 2871
/proc/meminfo: memFree=21849840/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=7688 CPUtime=0.29 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 504 0 0 0 29 0 0 0 18 0 1 0 775320228 7872512 447 33554432000 4194304 4300876 140734259880496 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 1922 447 168 27 0 371 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7688

[startup+0.700225 s]
/proc/loadavg: 1.87 2.01 2.00 2/504 2871
/proc/meminfo: memFree=21849840/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=7980 CPUtime=0.69 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 544 0 0 0 69 0 0 0 18 0 1 0 775320228 8171520 487 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 1995 487 168 27 0 444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7980

[startup+1.50112 s]
/proc/loadavg: 1.87 2.01 2.00 3/506 2881
/proc/meminfo: memFree=21846120/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=8148 CPUtime=1.49 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 582 0 0 0 149 0 0 0 20 0 1 0 775320228 8343552 525 33554432000 4194304 4300876 140734259880496 18446744073709551615 4248686 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 2037 525 169 27 0 486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8148

[startup+3.10083 s]
/proc/loadavg: 1.87 2.01 2.00 4/506 2881
/proc/meminfo: memFree=21843640/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=8436 CPUtime=3.09 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 642 0 0 0 309 0 0 0 25 0 1 0 775320228 8638464 585 33554432000 4194304 4300876 140734259880496 18446744073709551615 4250944 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 2109 585 169 27 0 558 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8436

[startup+6.30024 s]
/proc/loadavg: 1.88 2.01 2.00 4/506 2881
/proc/meminfo: memFree=21842276/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=9260 CPUtime=6.29 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 794 0 0 0 629 0 0 0 25 0 1 0 775320228 9482240 737 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 2315 737 169 27 0 764 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9260

[startup+12.7011 s]
/proc/loadavg: 1.89 2.01 2.00 4/506 2882
/proc/meminfo: memFree=21839356/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=10792 CPUtime=12.7 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 1024 0 0 0 1270 0 0 0 25 0 1 0 775320228 11051008 967 33554432000 4194304 4300876 140734259880496 18446744073709551615 4288300 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 2698 967 169 27 0 1147 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 10792

[startup+25.5009 s]
/proc/loadavg: 1.91 2.01 2.00 4/506 2882
/proc/meminfo: memFree=21835888/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=12452 CPUtime=25.49 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 1466 0 0 0 2549 0 0 0 25 0 1 0 775320228 12750848 1409 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214448 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 3113 1409 169 27 0 1562 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12452

[startup+51.1004 s]
/proc/loadavg: 1.94 2.01 2.00 3/506 2911
/proc/meminfo: memFree=21835976/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=17784 CPUtime=51.09 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 2295 0 0 0 5109 0 0 0 25 0 1 0 775320228 18210816 2238 33554432000 4194304 4300876 140734259880496 18446744073709551615 4263233 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 4446 2238 169 27 0 2895 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17784

[startup+102.318 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 2912
/proc/meminfo: memFree=21820332/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=23704 CPUtime=102.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 3960 0 0 0 10231 0 0 0 25 0 1 0 775320228 24272896 3903 33554432000 4194304 4300876 140734259880496 18446744073709551615 4288233 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 5926 3903 169 27 0 4375 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23704

[startup+162.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/506 2913
/proc/meminfo: memFree=21802572/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=33604 CPUtime=162.3 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 5795 0 0 0 16229 1 0 0 25 0 1 0 775320228 34410496 5738 33554432000 4194304 4300876 140734259880496 18446744073709551615 4228265 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 8401 5738 169 27 0 6850 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 33604

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 2915
/proc/meminfo: memFree=21786400/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=42468 CPUtime=222.29 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 7650 0 0 0 22228 1 0 0 25 0 1 0 775320228 43487232 7593 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214530 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 10617 7593 169 27 0 9066 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 42468

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 2917
/proc/meminfo: memFree=21770852/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=63724 CPUtime=282.3 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 9490 0 0 0 28228 2 0 0 25 0 1 0 775320228 65253376 9433 33554432000 4194304 4300876 140734259880496 18446744073709551615 4217360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 15931 9433 169 27 0 14380 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63724

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 2918
/proc/meminfo: memFree=21755824/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=63724 CPUtime=342.3 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 11306 0 0 0 34228 2 0 0 25 0 1 0 775320228 65253376 11249 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214485 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 15931 11249 169 27 0 14380 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 63724

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 2920
/proc/meminfo: memFree=21740888/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=63724 CPUtime=402.3 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 13023 0 0 0 40228 2 0 0 25 0 1 0 775320228 65253376 12966 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200341 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 15931 12966 169 27 0 14380 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 63724

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 2921
/proc/meminfo: memFree=21725848/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=83368 CPUtime=462.3 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 14712 0 0 0 46227 3 0 0 25 0 1 0 775320228 85368832 14655 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200341 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 20842 14655 169 27 0 19291 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 83368

[startup+522.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/506 2923
/proc/meminfo: memFree=21711420/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=83368 CPUtime=522.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 16360 0 0 0 52227 4 0 0 25 0 1 0 775320228 85368832 16303 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200288 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 20842 16303 169 27 0 19291 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 83368

[startup+582.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/506 2926
/proc/meminfo: memFree=21696496/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=99692 CPUtime=582.3 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 18106 0 0 0 58226 4 0 0 25 0 1 0 775320228 102084608 18049 33554432000 4194304 4300876 140734259880496 18446744073709551615 4286065 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 24923 18049 169 27 0 23372 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 99692

[startup+642.301 s]

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

/proc/meminfo: memFree=21666164/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=129292 CPUtime=702.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 21593 0 0 0 70226 5 0 0 25 0 1 0 775320228 132395008 21536 33554432000 4194304 4300876 140734259880496 18446744073709551615 4228543 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 32323 21536 169 27 0 30772 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 129292

[startup+762.318 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 2931
/proc/meminfo: memFree=21650740/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=129292 CPUtime=762.33 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 23289 0 0 0 76228 5 0 0 25 0 1 0 775320228 132395008 23232 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200319 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 32323 23232 169 27 0 30772 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 129292

[startup+822.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 2932
/proc/meminfo: memFree=21637276/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=129292 CPUtime=822.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 24904 0 0 0 82226 5 0 0 25 0 1 0 775320228 132395008 24847 33554432000 4194304 4300876 140734259880496 18446744073709551615 4228504 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 32323 24847 169 27 0 30772 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 129292

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 2934
/proc/meminfo: memFree=21622108/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=129292 CPUtime=882.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 26616 0 0 0 88225 6 0 0 25 0 1 0 775320228 132395008 26559 33554432000 4194304 4300876 140734259880496 18446744073709551615 4217639 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 32323 26559 169 27 0 30772 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 129292

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 2944
/proc/meminfo: memFree=21606676/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=129292 CPUtime=942.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 28278 0 0 0 94225 6 0 0 25 0 1 0 775320228 132395008 28221 33554432000 4194304 4300876 140734259880496 18446744073709551615 4228290 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 32323 28221 169 27 0 30772 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 129292

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/506 2946
/proc/meminfo: memFree=21592492/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=129292 CPUtime=1002.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 29873 0 0 0 100225 6 0 0 25 0 1 0 775320228 132395008 29816 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214335 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 32323 29816 169 27 0 30772 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 129292

[startup+1062.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/506 2952
/proc/meminfo: memFree=21578812/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=173492 CPUtime=1062.31 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 31471 0 0 0 106225 6 0 0 25 0 1 0 775320228 177655808 31414 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214443 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 43373 31414 169 27 0 41822 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 173492

[startup+1122.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/506 2954
/proc/meminfo: memFree=21564476/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1122.32 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 33046 0 0 0 112224 8 0 0 25 0 1 0 775320228 211079168 32989 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200411 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 32989 169 27 0 49982 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 206132

[startup+1182.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/506 2956
/proc/meminfo: memFree=21550568/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1182.32 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 34582 0 0 0 118224 8 0 0 25 0 1 0 775320228 211079168 34525 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214400 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 34525 169 27 0 49982 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 206132

[startup+1242.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/506 2957
/proc/meminfo: memFree=21536248/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1242.32 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 36124 0 0 0 124223 9 0 0 25 0 1 0 775320228 211079168 36067 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214496 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 36067 169 27 0 49982 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 206132

[startup+1302.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/506 2959
/proc/meminfo: memFree=21522192/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1302.32 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 37710 0 0 0 130223 9 0 0 25 0 1 0 775320228 211079168 37653 33554432000 4194304 4300876 140734259880496 18446744073709551615 4197056 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 37653 169 27 0 49982 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 206132

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

[startup+1305.5 s]
/proc/loadavg: 2.04 2.05 2.01 3/506 2959
/proc/meminfo: memFree=21521200/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1305.52 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 37810 0 0 0 130543 9 0 0 25 0 1 0 775320228 211079168 37753 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200335 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 37753 169 27 0 49982 0
Current children cumulated CPU time (s) 1305.52
Current children cumulated vsize (KiB) 206132

[startup+1318.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/506 2959
/proc/meminfo: memFree=21517844/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1318.32 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 38198 0 0 0 131823 9 0 0 25 0 1 0 775320228 211079168 38141 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200351 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 38141 169 27 0 49982 0
Current children cumulated CPU time (s) 1318.32
Current children cumulated vsize (KiB) 206132

[startup+1324.7 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 2959
/proc/meminfo: memFree=21516604/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1324.72 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 38381 0 0 0 132463 9 0 0 25 0 1 0 775320228 211079168 38324 33554432000 4194304 4300876 140734259880496 18446744073709551615 4217310 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 38324 169 27 0 49982 0
Current children cumulated CPU time (s) 1324.72
Current children cumulated vsize (KiB) 206132

[startup+1326.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 2960
/proc/meminfo: memFree=21515364/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1326.32 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 38427 0 0 0 132623 9 0 0 25 0 1 0 775320228 211079168 38370 33554432000 4194304 4300876 140734259880496 18446744073709551615 4217452 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 38370 169 27 0 49982 0
Current children cumulated CPU time (s) 1326.32
Current children cumulated vsize (KiB) 206132

[startup+1327.9 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 2960
/proc/meminfo: memFree=21515116/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1327.92 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 38474 0 0 0 132783 9 0 0 25 0 1 0 775320228 211079168 38417 33554432000 4194304 4300876 140734259880496 18446744073709551615 4200357 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 38417 169 27 0 49982 0
Current children cumulated CPU time (s) 1327.92
Current children cumulated vsize (KiB) 206132

[startup+1328.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 2960
/proc/meminfo: memFree=21515116/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1328.32 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 38485 0 0 0 132823 9 0 0 25 0 1 0 775320228 211079168 38428 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214440 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 38428 169 27 0 49982 0
Current children cumulated CPU time (s) 1328.32
Current children cumulated vsize (KiB) 206132

[startup+1328.5 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 2960
/proc/meminfo: memFree=21515116/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1328.52 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 38490 0 0 0 132843 9 0 0 25 0 1 0 775320228 211079168 38433 33554432000 4194304 4300876 140734259880496 18446744073709551615 4217622 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 38433 169 27 0 49982 0
Current children cumulated CPU time (s) 1328.52
Current children cumulated vsize (KiB) 206132

[startup+1328.6 s]
/proc/loadavg: 2.03 2.04 2.00 3/506 2960
/proc/meminfo: memFree=21515116/32951124 swapFree=51851948/67111528
[pid=2869] ppid=2867 vsize=206132 CPUtime=1328.62 cores=0,2,4,6
/proc/2869/stat : 2869 (march_rw) R 2867 2869 27578 0 -1 4202496 38494 0 0 0 132853 9 0 0 25 0 1 0 775320228 211079168 38437 33554432000 4194304 4300876 140734259880496 18446744073709551615 4214376 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2869/statm: 51533 38437 169 27 0 49982 0
Current children cumulated CPU time (s) 1328.62
Current children cumulated vsize (KiB) 206132

Child status: 10
Real time (s): 1328.65
CPU time (s): 1328.68
CPU user time (s): 1328.57
CPU system time (s): 0.106983
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 206132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1328.57
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38504
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59
involuntary context switches= 1443

runsolver used 6.79197 second user time and 13.8159 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-29 04:46:16
IDJOB=3420624
IDBENCH=82876
IDSOLVER=1913
FILE ID=node103/3420624-1306637176
RUNJOBID= node103-1306637176-2852
PBS_JOBID= 13471613
Free space on /tmp= 73384 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S2058622508-076.SATISFIABLE.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420624-1306637176/watcher-3420624-1306637176 -o /tmp/evaluation-result-3420624-1306637176/solver-3420624-1306637176 -C 5000 -W 5100 -M 15500  ./march_rw HOME/instance-3420624-1306637176.cnf

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

MD5SUM BENCH= c1412f649cda4900c9606cccc6bec4a4
RANDOM SEED=1571317467

node103.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.858
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21850284 kB
Buffers:        377172 kB
Cached:        8569504 kB
SwapCached:     191244 kB
Active:        2507680 kB
Inactive:      8275220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21850284 kB
SwapTotal:    67111528 kB
SwapFree:     51851948 kB
Dirty:              52 kB
Writeback:           0 kB
AnonPages:     1656044 kB
Mapped:          22208 kB
Slab:           175948 kB
PageTables:      72832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162033728 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= 73384 MiB
End job on node103 at 2011-05-29 05:08:25