Trace number 3285870

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-02Signal 140.24 140.238

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.150-SAT.cnf
MD5SUM9ba83f2e11d7a652e344b7b5e520dcb2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.7327
Satisfiable
(Un)Satisfiability was proved
Number of variables645431
Number of clauses11795567
Sum of the clauses size25676417
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 211349750
Number of clauses of size 3421800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522500

Solver Data

72.19/72.21	c main():: ***                                   [ march satisfiability solver ]                                   ***
72.19/72.21	c main()::  **                Copyright (C) 2001-2009 M.J.H. Heule, J.E. van Zwieten, and M. Dufour                 **
72.19/72.21	c main()::   *  This program may be redistributed and/or modified under the terms of the GNU Gereral Public License  *
72.19/72.21	c main()::
72.19/72.21	c initFormula():: searching for DIMACS p-line....
72.19/72.21	c full lookahead due to high density!
72.19/72.21	c initFormula():: the DIMACS p-line indicates a CNF of 645431 variables and 11795567 clauses.
72.19/72.21	c parseCNF():: parsing....
72.19/72.21	c parseCNF():: the CNF contains 1517 unary clauses.
72.19/72.21	c runParser():: parsing was successful, warming up engines...
72.19/72.21	c find_and_remove_tautogolies():: found and removed 1406 tautologies
72.19/72.21	c find_and_remove_tautogolies():: found and removed 1516 tautologies
72.19/72.21	c simplify_formula():: removed 69 tautological, 3099906 satisfied and 3031 duplicate clauses
72.19/72.21	c preprocessing fase I completed:: there are now 486840 free variables and 8692561 clauses.
72.19/72.21	c using k-SAT heuristics (size based diff)
72.19/72.21	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
72.19/72.21	c simplify_formula():: removed 0 tautological, 0 satisfied and 433 duplicate clauses
72.19/72.21	c resolvent_look() :: found 4392 resolvents
72.19/72.21	c main():: clause / variable ratio: ( 8696953 / 645431 ) = 13.47
72.19/72.21	c longest clause has size 1408
72.19/72.21	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
72.19/72.21	c number of free variables = 486840
72.19/72.21	c dynamic_preselect_setsize :: off
72.19/72.21	c main():: all systems go!
72.19/72.21	c |----------------------------------------------------------------|
c |*
c |**
c |****
c |********
c |****************
c |********************************
c |****************************************************************| ( 0/999) NodeCount: 299
125.69/125.79	c |----------------------------------------------------------------|

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3285870-1303774042/watcher-3285870-1303774042 -o /tmp/evaluation-result-3285870-1303774042/solver-3285870-1303774042 -C 2400 -W 1300 -M 7680 ./march_rw HOME/instance-3285870-1303774042.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.95 3.91 3.62 5/189 7259
/proc/meminfo: memFree=11918924/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=101140 CPUtime=0 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 2443 0 0 0 0 0 0 0 22 0 1 0 489003721 103567360 2387 33554432000 4194304 4300876 140734925818784 18446744073709551615 4245967 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 25285 2398 110 27 0 23734 0

[startup+0.1036 s]
/proc/loadavg: 3.95 3.91 3.62 5/189 7259
/proc/meminfo: memFree=11918924/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=210312 CPUtime=0.09 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 39009 0 0 0 6 3 0 0 22 0 1 0 489003721 215359488 38953 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 52578 38953 112 27 0 51027 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 210312

[startup+0.200586 s]
/proc/loadavg: 3.95 3.91 3.62 5/189 7259
/proc/meminfo: memFree=11918924/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=216912 CPUtime=0.19 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 40859 0 0 0 15 4 0 0 23 0 1 0 489003721 222117888 40803 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 54228 40803 113 27 0 52677 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 216912

[startup+0.300564 s]
/proc/loadavg: 3.95 3.91 3.62 5/189 7259
/proc/meminfo: memFree=11918924/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=223512 CPUtime=0.29 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 42711 0 0 0 25 4 0 0 23 0 1 0 489003721 228876288 42655 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272688896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 55878 42656 113 27 0 54327 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 223512

[startup+0.70049 s]
/proc/loadavg: 3.95 3.91 3.62 5/189 7259
/proc/meminfo: memFree=11918924/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=249388 CPUtime=0.69 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 50008 0 0 0 63 6 0 0 25 0 1 0 489003721 255373312 49952 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272688896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 62347 49953 113 27 0 60796 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 249388

[startup+1.50035 s]
/proc/loadavg: 3.95 3.91 3.62 5/190 7260
/proc/meminfo: memFree=11690220/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=299684 CPUtime=1.49 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 64102 0 0 0 141 8 0 0 25 0 1 0 489003721 306876416 64046 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 74921 64047 113 27 0 73370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299684

[startup+3.101 s]
/proc/loadavg: 3.95 3.91 3.62 5/190 7260
/proc/meminfo: memFree=11613836/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=398028 CPUtime=3.09 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 91725 0 0 0 295 14 0 0 25 0 1 0 489003721 407580672 91669 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272688896 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 99507 91669 113 27 0 97956 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 398028

[startup+6.3005 s]
/proc/loadavg: 3.96 3.91 3.62 5/190 7260
/proc/meminfo: memFree=11386912/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=1191072 CPUtime=6.29 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 181161 0 0 0 600 29 0 0 25 0 1 0 489003721 1219657728 181102 33554432000 4194304 4300876 140734925818784 18446744073709551615 4242098 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 297768 181102 118 27 0 296217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1191072

[startup+12.7004 s]
/proc/loadavg: 3.96 3.91 3.63 5/190 7260
/proc/meminfo: memFree=11104692/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=1280752 CPUtime=12.69 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 303279 0 0 0 1224 45 0 0 25 0 1 0 489003721 1311490048 203153 33554432000 4194304 4300876 140734925818784 18446744073709551615 4240270 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 320188 203153 129 27 0 318637 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1280752

[startup+25.5011 s]
/proc/loadavg: 3.97 3.92 3.63 5/190 7261
/proc/meminfo: memFree=11105068/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=1280360 CPUtime=25.49 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4194304 463377 0 0 0 2483 66 0 0 25 0 1 0 489003721 1311088640 203472 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272346906 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 320090 203472 129 27 0 318539 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1280360

[startup+51.1006 s]
/proc/loadavg: 3.98 3.92 3.64 5/190 7261
/proc/meminfo: memFree=11184328/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=1200248 CPUtime=51.09 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4202496 741725 0 0 0 5008 101 0 0 25 0 1 0 489003721 1229053952 182179 33554432000 4194304 4300876 140734925818784 18446744073709551615 4256680 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 300062 182179 146 27 0 298511 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1200248

[startup+102.3 s]
/proc/loadavg: 3.99 3.93 3.66 5/190 7263
/proc/meminfo: memFree=10699012/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2420332 CPUtime=102.3 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4202496 1112934 0 0 0 10083 147 0 0 25 0 1 0 489003721 2478419968 303023 33554432000 4194304 4300876 140734925818784 18446744073709551615 4250892 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 605083 303023 173 27 0 603532 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2420332

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

[startup+102.406 s]
/proc/loadavg: 3.99 3.93 3.66 5/190 7263
/proc/meminfo: memFree=10699012/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2420332 CPUtime=102.4 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4202496 1112952 0 0 0 10093 147 0 0 25 0 1 0 489003721 2478419968 303041 33554432000 4194304 4300876 140734925818784 18446744073709551615 4216263 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 605083 303041 173 27 0 603532 0
Current children cumulated CPU time (s) 102.4
Current children cumulated vsize (KiB) 2420332

[startup+115.201 s]
/proc/loadavg: 3.99 3.93 3.66 5/190 7263
/proc/meminfo: memFree=10694792/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2422968 CPUtime=115.19 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4202496 1113882 0 0 0 11372 147 0 0 25 0 1 0 489003721 2481119232 303971 33554432000 4194304 4300876 140734925818784 18446744073709551615 4216286 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 605742 303971 174 27 0 604191 0
Current children cumulated CPU time (s) 115.19
Current children cumulated vsize (KiB) 2422968

[startup+128.001 s]
/proc/loadavg: 3.99 3.94 3.66 5/190 7263
/proc/meminfo: memFree=10671960/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2450744 CPUtime=127.99 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4202496 1120391 0 0 0 12652 147 0 0 25 0 1 0 489003721 2509561856 310480 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 612686 310480 174 27 0 611135 0
Current children cumulated CPU time (s) 127.99
Current children cumulated vsize (KiB) 2450744

[startup+134.401 s]
/proc/loadavg: 3.99 3.94 3.66 5/190 7263
/proc/meminfo: memFree=10615036/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2504532 CPUtime=134.39 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4202496 1133844 0 0 0 13290 149 0 0 25 0 1 0 489003721 2564640768 323933 33554432000 4194304 4300876 140734925818784 18446744073709551615 4216221 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 626133 323933 174 27 0 624582 0
Current children cumulated CPU time (s) 134.39
Current children cumulated vsize (KiB) 2504532

[startup+137.607 s]
/proc/loadavg: 3.99 3.94 3.67 5/190 7263
/proc/meminfo: memFree=10605108/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2513900 CPUtime=137.6 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4202496 1136157 0 0 0 13611 149 0 0 25 0 1 0 489003721 2574233600 326246 33554432000 4194304 4300876 140734925818784 18446744073709551615 268272350241 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 628475 326246 174 27 0 626924 0
Current children cumulated CPU time (s) 137.6
Current children cumulated vsize (KiB) 2513900

[startup+139.201 s]
/proc/loadavg: 3.99 3.94 3.67 5/190 7263
/proc/meminfo: memFree=10469328/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2514404 CPUtime=139.19 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4204032 1136317 0 0 0 13693 226 0 0 18 0 1 0 489003721 2574749696 326406 33554432000 4194304 4300876 140734925818784 18446744073709551615 4276259 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 628601 326406 174 27 0 627050 0
Current children cumulated CPU time (s) 139.19
Current children cumulated vsize (KiB) 2514404

[startup+140.001 s]
/proc/loadavg: 3.99 3.94 3.67 5/190 7263
/proc/meminfo: memFree=9612612/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=2514404 CPUtime=139.99 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4204032 1136317 0 0 0 13693 306 0 0 19 0 1 0 489003721 2574749696 326406 33554432000 4194304 4300876 140734925818784 18446744073709551615 4276259 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7259/statm: 628601 326406 174 27 0 627050 0
Current children cumulated CPU time (s) 139.99
Current children cumulated vsize (KiB) 2514404

[startup+140.201 s]
/proc/loadavg: 3.99 3.94 3.67 5/190 7263
/proc/meminfo: memFree=9612612/32950928 swapFree=67111528/67111528
[pid=7259] ppid=7257 vsize=0 CPUtime=140.19 cores=4,6
/proc/7259/stat : 7259 (march_rw) R 7257 7259 6567 0 -1 4204036 1136317 0 0 0 13693 326 0 0 19 0 1 0 489003721 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/7259/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 140.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 140.238
CPU time (s): 140.24
CPU user time (s): 136.936
CPU system time (s): 3.3035
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2514404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 136.936
system time used= 3.3035
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1136317
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= 5
involuntary context switches= 108

runsolver used 0.233964 second user time and 0.533918 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 01:27:29
IDJOB=3285870
IDBENCH=82408
IDSOLVER=1561
FILE ID=node122/3285870-1303774042
RUNJOBID= node122-1303773784-7184
PBS_JOBID= 13157168
Free space on /tmp= 70380 MiB

SOLVER NAME= march_rw 2011-03-02
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.150-SAT.cnf
COMMAND LINE= ./march_rw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285870-1303774042/watcher-3285870-1303774042 -o /tmp/evaluation-result-3285870-1303774042/solver-3285870-1303774042 -C 2400 -W 1300 -M 7680  ./march_rw HOME/instance-3285870-1303774042.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 9ba83f2e11d7a652e344b7b5e520dcb2
RANDOM SEED=776314620

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11919204 kB
Buffers:       1794400 kB
Cached:       16237908 kB
SwapCached:          0 kB
Active:        9102708 kB
Inactive:     11367016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11919204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          215060 kB
Writeback:           0 kB
AnonPages:     2436816 kB
Mapped:          15636 kB
Slab:           493696 kB
PageTables:      10092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4505928 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= 69108 MiB
End job on node122 at 2011-04-26 01:29:50