Trace number 3274374

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: clasp 1.2.0-SAT09-32UNSAT 325.226 325.221

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/rnd_150_29_u.cnf
MD5SUM97209c9c2612edfa7815278bcf07a2b4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark83.7023
Satisfiable
(Un)Satisfiability was proved
Number of variables4408
Number of clauses19904
Sum of the clauses size48208
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 211504
Number of clauses of size 38400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

325.20/325.22	c clasp version 1.2.0-SAT09 
325.20/325.22	c Reading from ...602284/instance-3274374-1303602284.cnf
325.20/325.22	c Reading      : Done(0.000s)
325.20/325.22	c Preprocessing: |-\|/-Done(0.130s)
325.20/325.22	c Solving...
325.20/325.22	
325.20/325.22	c Models    : 0     
325.20/325.22	c Time         : 325.260s (Solve: 325.130s)
325.20/325.22	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3274374-1303602284/watcher-3274374-1303602284 -o /tmp/evaluation-result-3274374-1303602284/solver-3274374-1303602284 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274374-1303602284.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 5,7

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.57 3.84 3.05 4/189 2011
/proc/meminfo: memFree=13760440/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=2480 CPUtime=0 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 387 0 0 0 0 0 0 0 25 0 1 0 471827056 2539520 342 33554432000 134512640 136057169 4291999072 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 620 342 145 378 0 240 0

[startup+0.0076939 s]
/proc/loadavg: 3.57 3.84 3.05 4/189 2011
/proc/meminfo: memFree=13760440/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=3008 CPUtime=0 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 571 0 0 0 0 0 0 0 25 0 1 0 471827056 3080192 493 33554432000 134512640 136057169 4291999072 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 752 493 164 378 0 372 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3008

[startup+0.100679 s]
/proc/loadavg: 3.57 3.84 3.05 4/189 2011
/proc/meminfo: memFree=13760440/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=4216 CPUtime=0.09 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 861 0 0 0 9 0 0 0 25 0 1 0 471827056 4317184 782 33554432000 134512640 136057169 4291999072 18446744073709551615 134765699 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 1054 782 169 378 0 674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4216

[startup+0.300646 s]
/proc/loadavg: 3.57 3.84 3.05 4/189 2011
/proc/meminfo: memFree=13760440/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=4340 CPUtime=0.29 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 956 0 0 0 29 0 0 0 25 0 1 0 471827056 4444160 842 33554432000 134512640 136057169 4291999072 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 1085 842 182 378 0 705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4340

[startup+0.700578 s]
/proc/loadavg: 3.57 3.84 3.05 4/189 2011
/proc/meminfo: memFree=13760440/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=4612 CPUtime=0.69 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 1033 0 0 0 69 0 0 0 25 0 1 0 471827056 4722688 919 33554432000 134512640 136057169 4291999072 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 1153 919 182 378 0 773 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4612

[startup+1.50044 s]
/proc/loadavg: 3.61 3.84 3.05 5/190 2012
/proc/meminfo: memFree=13754108/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=4896 CPUtime=1.49 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 1116 0 0 0 149 0 0 0 25 0 1 0 471827056 5013504 1002 33554432000 134512640 136057169 4291999072 18446744073709551615 134637464 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 1224 1002 182 378 0 844 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4896

[startup+3.10018 s]
/proc/loadavg: 3.61 3.84 3.05 5/190 2012
/proc/meminfo: memFree=13750944/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=5572 CPUtime=3.09 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 1260 0 0 0 309 0 0 0 25 0 1 0 471827056 5705728 1146 33554432000 134512640 136057169 4291999072 18446744073709551615 134824089 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 1393 1146 182 378 0 1013 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5572

[startup+6.30064 s]
/proc/loadavg: 3.64 3.84 3.06 5/190 2012
/proc/meminfo: memFree=13740528/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=6392 CPUtime=6.29 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 1451 0 0 0 629 0 0 0 25 0 1 0 471827056 6545408 1337 33554432000 134512640 136057169 4291999072 18446744073709551615 134618557 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 1598 1337 182 378 0 1218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6392

[startup+12.7006 s]
/proc/loadavg: 3.67 3.84 3.06 5/190 2012
/proc/meminfo: memFree=13724720/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=7100 CPUtime=12.69 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 1631 0 0 0 1269 0 0 0 25 0 1 0 471827056 7270400 1517 33554432000 134512640 136057169 4291999072 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 1775 1517 182 378 0 1395 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7100

[startup+25.5004 s]
/proc/loadavg: 3.74 3.85 3.08 5/190 2013
/proc/meminfo: memFree=13699172/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=8296 CPUtime=25.49 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 1917 0 0 0 2549 0 0 0 25 0 1 0 471827056 8495104 1803 33554432000 134512640 136057169 4291999072 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 2074 1803 182 378 0 1694 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8296

[startup+51.1011 s]
/proc/loadavg: 3.83 3.86 3.10 5/190 2013
/proc/meminfo: memFree=13693920/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=9524 CPUtime=51.09 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 2211 0 0 0 5109 0 0 0 25 0 1 0 471827056 9752576 2097 33554432000 134512640 136057169 4291999072 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 2381 2097 182 378 0 2001 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9524

[startup+102.306 s]
/proc/loadavg: 3.92 3.88 3.15 5/190 2015
/proc/meminfo: memFree=13462856/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=11792 CPUtime=102.3 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 2761 0 0 0 10230 0 0 0 25 0 1 0 471827056 12075008 2647 33554432000 134512640 136057169 4291999072 18446744073709551615 134825000 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 2948 2647 182 378 0 2568 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 11792

[startup+162.3 s]
/proc/loadavg: 4.04 3.91 3.20 5/190 2016
/proc/meminfo: memFree=13415588/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=13316 CPUtime=162.29 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3071 0 0 0 16229 0 0 0 25 0 1 0 471827056 13635584 2957 33554432000 134512640 136057169 4291999072 18446744073709551615 134812037 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3329 2957 182 378 0 2949 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13316

[startup+222.3 s]
/proc/loadavg: 4.01 3.93 3.25 5/190 2018
/proc/meminfo: memFree=13362996/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=14352 CPUtime=222.29 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3313 0 0 0 22229 0 0 0 25 0 1 0 471827056 14696448 3199 33554432000 134512640 136057169 4291999072 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3588 3199 182 378 0 3208 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 14352

[startup+282.3 s]
/proc/loadavg: 4.07 3.95 3.30 5/190 2019
/proc/meminfo: memFree=13305688/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=14732 CPUtime=282.29 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3438 0 0 0 28229 0 0 0 25 0 1 0 471827056 15085568 3324 33554432000 134512640 136057169 4291999072 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3683 3324 182 378 0 3303 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 14732

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

[startup+307.101 s]
/proc/loadavg: 4.05 3.96 3.32 5/190 2020
/proc/meminfo: memFree=13299860/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=14924 CPUtime=307.1 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3471 0 0 0 30710 0 0 0 25 0 1 0 471827056 15282176 3357 33554432000 134512640 136057169 4291999072 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3731 3357 182 378 0 3351 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 14924

[startup+313.507 s]
/proc/loadavg: 4.04 3.96 3.32 5/190 2021
/proc/meminfo: memFree=13299116/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=14924 CPUtime=313.5 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3474 0 0 0 31350 0 0 0 25 0 1 0 471827056 15282176 3360 33554432000 134512640 136057169 4291999072 18446744073709551615 134823736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3731 3360 182 378 0 3351 0
Current children cumulated CPU time (s) 313.5
Current children cumulated vsize (KiB) 14924

[startup+319.901 s]
/proc/loadavg: 4.04 3.96 3.32 5/190 2021
/proc/meminfo: memFree=13295024/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=15068 CPUtime=319.9 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3505 0 0 0 31990 0 0 0 25 0 1 0 471827056 15429632 3391 33554432000 134512640 136057169 4291999072 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3767 3391 182 378 0 3387 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 15068

[startup+323.1 s]
/proc/loadavg: 4.04 3.96 3.33 5/190 2021
/proc/meminfo: memFree=13289444/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=15212 CPUtime=323.09 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3529 0 0 0 32309 0 0 0 25 0 1 0 471827056 15577088 3415 33554432000 134512640 136057169 4291999072 18446744073709551615 134828513 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3803 3415 182 378 0 3423 0
Current children cumulated CPU time (s) 323.09
Current children cumulated vsize (KiB) 15212

[startup+323.9 s]
/proc/loadavg: 4.04 3.96 3.33 5/190 2021
/proc/meminfo: memFree=13288452/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=15212 CPUtime=323.89 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3529 0 0 0 32389 0 0 0 25 0 1 0 471827056 15577088 3415 33554432000 134512640 136057169 4291999072 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3803 3415 182 378 0 3423 0
Current children cumulated CPU time (s) 323.89
Current children cumulated vsize (KiB) 15212

[startup+324.701 s]
/proc/loadavg: 4.04 3.96 3.33 5/190 2021
/proc/meminfo: memFree=13288448/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=15212 CPUtime=324.7 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3529 0 0 0 32470 0 0 0 25 0 1 0 471827056 15577088 3415 33554432000 134512640 136057169 4291999072 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3803 3415 182 378 0 3423 0
Current children cumulated CPU time (s) 324.7
Current children cumulated vsize (KiB) 15212

[startup+325.101 s]
/proc/loadavg: 4.04 3.96 3.33 5/190 2021
/proc/meminfo: memFree=13288448/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=15068 CPUtime=325.1 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3529 0 0 0 32510 0 0 0 25 0 1 0 471827056 15429632 3390 33554432000 134512640 136057169 4291999072 18446744073709551615 134756784 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3767 3390 182 378 0 3387 0
Current children cumulated CPU time (s) 325.1
Current children cumulated vsize (KiB) 15068

[startup+325.201 s]
/proc/loadavg: 4.04 3.96 3.33 5/190 2021
/proc/meminfo: memFree=13288448/32950928 swapFree=67111528/67111528
[pid=2011] ppid=2009 vsize=15068 CPUtime=325.2 cores=5,7
/proc/2011/stat : 2011 (clasp) R 2009 2011 1669 0 -1 4202496 3529 0 0 0 32520 0 0 0 25 0 1 0 471827056 15429632 3390 33554432000 134512640 136057169 4291999072 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/2011/statm: 3767 3390 182 378 0 3387 0
Current children cumulated CPU time (s) 325.2
Current children cumulated vsize (KiB) 15068

Child status: 20
Real time (s): 325.221
CPU time (s): 325.226
CPU user time (s): 325.22
CPU system time (s): 0.005999
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 15212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 325.22
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3534
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= 410

runsolver used 0.515921 second user time and 1.26081 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 01:44:44
IDJOB=3274374
IDBENCH=83196
IDSOLVER=1674
FILE ID=node126/3274374-1303602284
RUNJOBID= node126-1303600950-1690
PBS_JOBID= 13150616
Free space on /tmp= 71352 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/rnd_150_29_u.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274374-1303602284/watcher-3274374-1303602284 -o /tmp/evaluation-result-3274374-1303602284/solver-3274374-1303602284 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274374-1303602284.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 97209c9c2612edfa7815278bcf07a2b4
RANDOM SEED=1173862334

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13760712 kB
Buffers:       1985976 kB
Cached:       16428984 kB
SwapCached:          0 kB
Active:        7828756 kB
Inactive:     10789976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13760712 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           39212 kB
Writeback:           0 kB
AnonPages:      203504 kB
Mapped:          17176 kB
Slab:           507956 kB
PageTables:       5696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   385168 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= 71352 MiB
End job on node126 at 2011-04-24 01:50:09