Trace number 3211437

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
SAT09 reference solver: march_hi hiSAT 1747.9 1747.88

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S4140122-004.SATISFIABLE.cnf
MD5SUM2b3c7a221faca9e629eac8ef7f1b0cd7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020996
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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 650 variables and 2769 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, 20 satisfied and 0 duplicate clauses
0.00/0.01	c preprocessing fase I completed:: there are now 647 free variables and 2749 clauses.
0.00/0.01	c stat :: sign balance is biased by 0.481
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 182 duplicate clauses
0.00/0.01	c resolvent_look() :: found 74 resolvents
0.00/0.01	c lessRedundantTransformation():: nothing to be done.
0.00/0.01	c transformTo3SAT():: you gave me 650 variables and 2823 clauses.
0.00/0.01	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.00/0.01	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.00/0.01	c transformTo3SAT():: the transformation yielded 650 variabels and 2823 clauses.
0.00/0.01	c main():: clause / variable ratio: ( 2823 / 650 ) = 4.34
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 = 647
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: 224
0.04/0.07	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: 1320
0.19/0.24	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: 14996
2.59/2.65	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: 126976
24.98/25.02	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: 792672
171.69/171.70	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: 3779896
891.89/891.96	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 |******************************************************
1747.81/1747.87	c |001001100000001000000000000000100000000000000010000000000000000|
1747.81/1747.87	
c |******************************************************
1747.81/1747.87	c
1747.81/1747.87	c main():: nodeCount: 7263655
1747.81/1747.87	c main():: dead ends in main: 53127
1747.81/1747.87	c main():: lookAheadCount: 463074933
1747.81/1747.87	c main():: unitResolveCount: 74728704
1747.81/1747.87	c main():: time=1748.140000
1747.81/1747.87	c main():: necessary_assignments: 1252829
1747.81/1747.87	c main():: bin_sat: 0, bin_unsat 0
1747.81/1747.87	c main():: doublelook: #: 17822567, succes #: 8921870
1747.81/1747.87	c main():: doublelook: overall 3.913 of all possible doublelooks executed
1747.81/1747.87	c main():: doublelook: succesrate: 50.059, average DL_trigger: 61.315
1747.81/1747.87	c main():: SOLUTION VERIFIED :-)
1747.81/1747.87	s SATISFIABLE
1747.81/1747.87	v 1 2 3 -6 -7 8 -9 10 11 12 13 -14 15 16 17 18 19 20 -21 -22 23 -24 -25 -26 -27 28 29 30 31 -32 33 34 -35 -36 -37 -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 -66 67 68 69 70 71 72 73 -74 75 -76 -77 -78 -79 -80 -81 82 -83 -85 -86 -87 -88 -89 -90 -91 -92 93 94 95 -97 98 -99 -100 101 102 -103 -104 -105 106 107 108 109 -110 111 112 -113 -114 -115 116 117 -118 119 -120 121 122 -123 124 -125 126 127 -128 129 130 131 -132 -133 -134 -135 -137 138 -139 -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 167 -168 -169 -170 171 172 -173 -174 -175 -176 177 -179 -180 -181 182 -183 184 185 186 -187 188 -189 -190 -191 -192 193 -194 195 -196 -197 -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 -225 227 -228 229 230 -231 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 -305 -306 -307 -308 -309 310 311 -312 -313 314 -316 317 -318 320 -321 -322 323 324 325 -326 327 328 -329 330 -331 332 333 -334 335 336 337 -339 -340 341 -342 343 -344 345 346 -347 -348 349 -350 351 -352 -353 354 -355 356 358 359 360 -361 362 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 420 -421 422 -423 424 425 426 -427 -428 -429 -430 431 432 433 434 -435 437 438 -440 -441 442 444 -445 446 -447 -448 449 450 451 -452 453 -454 455 456 457 -458 459 -460 461 -462 -463 464 -465 -467 468 -469 -470 -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 503 504 505 506 -508 509 -510 511 -512 513 514 515 -516 517 -518 519 520 -521 522 -523 -524 525 527 528 529 -530 -531 532 533 534 -536 537 -538 540 541 -542 -543 544 545 546 -547 548 549 550 -551 552 553 -554 -556 557 -558 -559 560 -561 563 564 -565 -566 -567 -568 569 -570 572 573 574 575 -576 -577 -578 579 -580 -581 582 -583 584 -585 586 587 -588 -589 590 591 592 -593 594 -595 596 -597 -598 -599 -600 -602 -603 604 -605 606 607 608 -609 610 611 -612 613 614 615 -616 617 -618 619 -620 -621 -622 -623 624 625 626 -627 628 629 -631 632 633 634 -635 -636 -637 -638 -639 -640 641 -642 643 -644 645 -646 -647 -648 649 650 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3211437-1303181043/watcher-3211437-1303181043 -o /tmp/evaluation-result-3211437-1303181043/solver-3211437-1303181043 -C 5000 -W 5000 -M 15500 HOME/march_hi HOME/instance-3211437-1303181043.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): 5000 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: 0.97 1.52 1.81 2/170 15382
/proc/meminfo: memFree=20817608/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=1180 CPUtime=0 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 190 0 0 0 0 0 0 0 25 0 1 0 429703924 1208320 145 33554432000 134512640 135197378 4289149712 18446744073709551615 134565230 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 295 145 65 168 0 126 0

[startup+0.0539571 s]
/proc/loadavg: 0.97 1.52 1.81 2/170 15382
/proc/meminfo: memFree=20817608/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=2160 CPUtime=0.04 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 397 0 0 0 4 0 0 0 25 0 1 0 429703924 2211840 352 33554432000 134512640 135197378 4289149712 18446744073709551615 134541927 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 540 352 91 168 0 371 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2160

[startup+0.100943 s]
/proc/loadavg: 0.97 1.52 1.81 2/170 15382
/proc/meminfo: memFree=20817608/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=2160 CPUtime=0.09 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 408 0 0 0 9 0 0 0 18 0 1 0 429703924 2211840 363 33554432000 134512640 135197378 4289149712 18446744073709551615 134542026 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 540 363 91 168 0 371 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2160

[startup+0.300916 s]
/proc/loadavg: 0.97 1.52 1.81 2/170 15382
/proc/meminfo: memFree=20817608/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=2296 CPUtime=0.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 433 0 0 0 29 0 0 0 18 0 1 0 429703924 2351104 388 33554432000 134512640 135197378 4289149712 18446744073709551615 134572984 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 574 388 91 168 0 405 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2296

[startup+0.700861 s]
/proc/loadavg: 0.97 1.52 1.81 2/170 15382
/proc/meminfo: memFree=20817608/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=2564 CPUtime=0.69 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 477 0 0 0 69 0 0 0 18 0 1 0 429703924 2625536 432 33554432000 134512640 135197378 4289149712 18446744073709551615 134593920 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 641 432 91 168 0 472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2564

[startup+1.50072 s]
/proc/loadavg: 1.05 1.53 1.81 3/176 15393
/proc/meminfo: memFree=20814160/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=2732 CPUtime=1.49 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 505 0 0 0 149 0 0 0 19 0 1 0 429703924 2797568 460 33554432000 134512640 135197378 4289149712 18446744073709551615 134542358 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 683 460 91 168 0 514 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2732

[startup+3.10045 s]
/proc/loadavg: 1.05 1.53 1.81 3/176 15393
/proc/meminfo: memFree=20813044/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=2884 CPUtime=3.09 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 574 0 0 0 309 0 0 0 25 0 1 0 429703924 2953216 529 33554432000 134512640 135197378 4289149712 18446744073709551615 134539306 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 721 529 91 168 0 552 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2884

[startup+6.30091 s]
/proc/loadavg: 1.12 1.54 1.81 3/176 15393
/proc/meminfo: memFree=20812320/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=3592 CPUtime=6.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 709 0 0 0 629 0 0 0 25 0 1 0 429703924 3678208 664 33554432000 134512640 135197378 4289149712 18446744073709551615 134570751 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 898 664 91 168 0 729 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3592

[startup+12.7008 s]
/proc/loadavg: 1.19 1.55 1.81 3/176 15393
/proc/meminfo: memFree=20810576/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=5008 CPUtime=12.69 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 940 0 0 0 1269 0 0 0 25 0 1 0 429703924 5128192 895 33554432000 134512640 135197378 4289149712 18446744073709551615 134603816 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 1252 895 91 168 0 1083 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5008

[startup+25.5007 s]
/proc/loadavg: 1.32 1.56 1.82 3/176 15394
/proc/meminfo: memFree=20808212/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=7008 CPUtime=25.48 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 1383 0 0 0 2548 0 0 0 25 0 1 0 429703924 7176192 1338 33554432000 134512640 135197378 4289149712 18446744073709551615 134618652 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 1752 1338 91 168 0 1583 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7008

[startup+51.1003 s]
/proc/loadavg: 1.59 1.60 1.82 3/176 15395
/proc/meminfo: memFree=20800852/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=12576 CPUtime=51.08 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 2280 0 0 0 5108 0 0 0 25 0 1 0 429703924 12877824 2235 33554432000 134512640 135197378 4289149712 18446744073709551615 134552768 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 3144 2235 91 168 0 2975 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 12576

[startup+102.301 s]
/proc/loadavg: 1.82 1.66 1.82 3/176 15396
/proc/meminfo: memFree=20786576/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=24532 CPUtime=102.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 4033 0 0 0 10228 1 0 0 25 0 1 0 429703924 25120768 3988 33554432000 134512640 135197378 4289149712 18446744073709551615 134590370 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 6133 3988 91 168 0 5964 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24532

[startup+162.301 s]
/proc/loadavg: 1.93 1.72 1.83 3/176 15397
/proc/meminfo: memFree=20771192/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=33396 CPUtime=162.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 5959 0 0 0 16227 2 0 0 25 0 1 0 429703924 34197504 5914 33554432000 134512640 135197378 4289149712 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 8349 5914 91 168 0 8180 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33396

[startup+222.3 s]
/proc/loadavg: 1.97 1.77 1.84 3/176 15399
/proc/meminfo: memFree=20755808/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=37904 CPUtime=222.28 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 7961 0 0 0 22226 2 0 0 25 0 1 0 429703924 38813696 7916 33554432000 134512640 135197378 4289149712 18446744073709551615 134572734 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 9476 7916 91 168 0 9307 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 37904

[startup+282.3 s]
/proc/loadavg: 1.99 1.81 1.84 3/176 15401
/proc/meminfo: memFree=20740532/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=51000 CPUtime=282.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 9870 0 0 0 28226 3 0 0 25 0 1 0 429703924 52224000 9825 33554432000 134512640 135197378 4289149712 18446744073709551615 134548481 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 12750 9825 91 168 0 12581 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 51000

[startup+342.3 s]
/proc/loadavg: 1.99 1.84 1.85 3/176 15403
/proc/meminfo: memFree=20725624/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=51000 CPUtime=342.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 11774 0 0 0 34226 3 0 0 25 0 1 0 429703924 52224000 11729 33554432000 134512640 135197378 4289149712 18446744073709551615 134539274 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 12750 11729 91 168 0 12581 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 51000

[startup+402.301 s]
/proc/loadavg: 1.99 1.87 1.85 3/176 15404
/proc/meminfo: memFree=20710488/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=79656 CPUtime=402.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 13736 0 0 0 40225 4 0 0 25 0 1 0 429703924 81567744 13691 33554432000 134512640 135197378 4289149712 18446744073709551615 134525339 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 19914 13691 91 168 0 19745 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 79656

[startup+462.301 s]
/proc/loadavg: 1.99 1.89 1.86 3/176 15405
/proc/meminfo: memFree=20695580/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=79788 CPUtime=462.29 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 15632 0 0 0 46225 4 0 0 25 0 1 0 429703924 81702912 15587 33554432000 134512640 135197378 4289149712 18446744073709551615 134539269 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 19947 15587 91 168 0 19778 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 79788

[startup+522.301 s]
/proc/loadavg: 2.08 1.93 1.88 3/176 15407
/proc/meminfo: memFree=20681556/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=79788 CPUtime=522.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 17485 0 0 0 52225 5 0 0 25 0 1 0 429703924 81702912 17440 33554432000 134512640 135197378 4289149712 18446744073709551615 134525258 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 19947 17440 91 168 0 19778 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 79788

[startup+582.306 s]
/proc/loadavg: 2.03 1.94 1.88 3/176 15409
/proc/meminfo: memFree=20666900/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=109256 CPUtime=582.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 19367 0 0 0 58225 5 0 0 25 0 1 0 429703924 111878144 19322 33554432000 134512640 135197378 4289149712 18446744073709551615 134542277 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 27314 19322 91 168 0 27145 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109256

[startup+642.301 s]

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

/proc/meminfo: memFree=20535740/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=171488 CPUtime=1122.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 36008 0 0 0 112221 9 0 0 25 0 1 0 429703924 175603712 35963 33554432000 134512640 135197378 4289149712 18446744073709551615 134525447 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 42872 35963 91 168 0 42703 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 171488

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/176 15434
/proc/meminfo: memFree=20521460/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=171488 CPUtime=1182.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 37890 0 0 0 118221 9 0 0 25 0 1 0 429703924 175603712 37845 33554432000 134512640 135197378 4289149712 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 42872 37845 91 168 0 42703 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 171488

[startup+1242.31 s]
/proc/loadavg: 2.00 1.99 1.91 3/176 15436
/proc/meminfo: memFree=20506444/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=171488 CPUtime=1242.31 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 39710 0 0 0 124221 10 0 0 25 0 1 0 429703924 175603712 39665 33554432000 134512640 135197378 4289149712 18446744073709551615 134525420 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 42872 39665 91 168 0 42703 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 171488

[startup+1302.3 s]
/proc/loadavg: 2.10 2.02 1.92 3/176 15440
/proc/meminfo: memFree=20492268/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=171488 CPUtime=1302.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 41468 0 0 0 130220 10 0 0 25 0 1 0 429703924 175603712 41423 33554432000 134512640 135197378 4289149712 18446744073709551615 134525291 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 42872 41423 91 168 0 42703 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 171488

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/176 15441
/proc/meminfo: memFree=20478716/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1362.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 43164 0 0 0 136219 11 0 0 25 0 1 0 429703924 280551424 43119 33554432000 134512640 135197378 4289149712 18446744073709551615 134611841 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 43119 91 168 0 68325 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 273976

[startup+1422.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/176 15443
/proc/meminfo: memFree=20464680/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1422.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 45028 0 0 0 142219 11 0 0 25 0 1 0 429703924 280551424 44983 33554432000 134512640 135197378 4289149712 18446744073709551615 134713190 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 44983 91 168 0 68325 0
Current children cumulated CPU time (s) 1422.3
Current children cumulated vsize (KiB) 273976

[startup+1482.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15445
/proc/meminfo: memFree=20450032/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1482.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 46886 0 0 0 148219 11 0 0 25 0 1 0 429703924 280551424 46841 33554432000 134512640 135197378 4289149712 18446744073709551615 134525330 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 46841 91 168 0 68325 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 273976

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15447
/proc/meminfo: memFree=20436512/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1542.31 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 48677 0 0 0 154219 12 0 0 25 0 1 0 429703924 280551424 48632 33554432000 134512640 135197378 4289149712 18446744073709551615 134541225 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 48632 91 168 0 68325 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 273976

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15448
/proc/meminfo: memFree=20422752/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1602.3 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 50416 0 0 0 160218 12 0 0 25 0 1 0 429703924 280551424 50371 33554432000 134512640 135197378 4289149712 18446744073709551615 134572875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 50371 91 168 0 68325 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 273976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15449
/proc/meminfo: memFree=20408976/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1662.31 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 52183 0 0 0 166218 13 0 0 25 0 1 0 429703924 280551424 52138 33554432000 134512640 135197378 4289149712 18446744073709551615 134542431 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 52138 91 168 0 68325 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 273976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20394692/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1722.31 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54067 0 0 0 172218 13 0 0 25 0 1 0 429703924 280551424 54022 33554432000 134512640 135197378 4289149712 18446744073709551615 134548562 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54022 91 168 0 68325 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 273976

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

[startup+1728.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20393320/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1728.51 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54253 0 0 0 172838 13 0 0 25 0 1 0 429703924 280551424 54208 33554432000 134512640 135197378 4289149712 18446744073709551615 134603831 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54208 91 168 0 68325 0
Current children cumulated CPU time (s) 1728.51
Current children cumulated vsize (KiB) 273976

[startup+1741.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20390344/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1741.31 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54628 0 0 0 174118 13 0 0 25 0 1 0 429703924 280551424 54583 33554432000 134512640 135197378 4289149712 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54583 91 168 0 68325 0
Current children cumulated CPU time (s) 1741.31
Current children cumulated vsize (KiB) 273976

[startup+1744.5 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20389476/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1744.51 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54729 0 0 0 174438 13 0 0 25 0 1 0 429703924 280551424 54684 33554432000 134512640 135197378 4289149712 18446744073709551615 134539266 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54684 91 168 0 68325 0
Current children cumulated CPU time (s) 1744.51
Current children cumulated vsize (KiB) 273976

[startup+1746.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20389228/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1746.11 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54783 0 0 0 174598 13 0 0 25 0 1 0 429703924 280551424 54738 33554432000 134512640 135197378 4289149712 18446744073709551615 134594039 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54738 91 168 0 68325 0
Current children cumulated CPU time (s) 1746.11
Current children cumulated vsize (KiB) 273976

[startup+1746.9 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20388980/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1746.91 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54810 0 0 0 174678 13 0 0 25 0 1 0 429703924 280551424 54765 33554432000 134512640 135197378 4289149712 18446744073709551615 134552753 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54765 91 168 0 68325 0
Current children cumulated CPU time (s) 1746.91
Current children cumulated vsize (KiB) 273976

[startup+1747.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20388732/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1747.31 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54823 0 0 0 174718 13 0 0 25 0 1 0 429703924 280551424 54778 33554432000 134512640 135197378 4289149712 18446744073709551615 134542035 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54778 91 168 0 68325 0
Current children cumulated CPU time (s) 1747.31
Current children cumulated vsize (KiB) 273976

[startup+1747.7 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20388732/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1747.71 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54837 0 0 0 174758 13 0 0 25 0 1 0 429703924 280551424 54792 33554432000 134512640 135197378 4289149712 18446744073709551615 134539240 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54792 91 168 0 68325 0
Current children cumulated CPU time (s) 1747.71
Current children cumulated vsize (KiB) 273976

[startup+1747.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/176 15451
/proc/meminfo: memFree=20388732/32951132 swapFree=67111528/67111528
[pid=15382] ppid=15380 vsize=273976 CPUtime=1747.81 cores=0,2,4,6
/proc/15382/stat : 15382 (march_hi) R 15380 15382 15354 0 -1 4202496 54840 0 0 0 174768 13 0 0 25 0 1 0 429703924 280551424 54795 33554432000 134512640 135197378 4289149712 18446744073709551615 134603816 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15382/statm: 68494 54795 91 168 0 68325 0
Current children cumulated CPU time (s) 1747.81
Current children cumulated vsize (KiB) 273976

Child status: 10
Real time (s): 1747.88
CPU time (s): 1747.9
CPU user time (s): 1747.75
CPU system time (s): 0.146977
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 273976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1747.75
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54858
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= 6
involuntary context switches= 929

runsolver used 2.66559 second user time and 5.72213 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-19 04:44:03
IDJOB=3211437
IDBENCH=83008
IDSOLVER=1627
FILE ID=node129/3211437-1303181043
RUNJOBID= node129-1303181043-15372
PBS_JOBID= 13021061
Free space on /tmp= 73256 MiB

SOLVER NAME= SAT09 reference solver: march_hi hi
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S4140122-004.SATISFIABLE.cnf
COMMAND LINE= HOME/march_hi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3211437-1303181043/watcher-3211437-1303181043 -o /tmp/evaluation-result-3211437-1303181043/solver-3211437-1303181043 -C 5000 -W 5000 -M 15500  HOME/march_hi HOME/instance-3211437-1303181043.cnf

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

MD5SUM BENCH= 2b3c7a221faca9e629eac8ef7f1b0cd7
RANDOM SEED=1682901364

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20817764 kB
Buffers:        509268 kB
Cached:       11242248 kB
SwapCached:          0 kB
Active:        3548368 kB
Inactive:      8267008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20817764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:       62896 kB
Mapped:          14696 kB
Slab:           252592 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   189692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73252 MiB
End job on node129 at 2011-04-19 05:13:11