Trace number 3283032

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
CryptoMiniSat Strange-Night-2-mtSignal 75.0996 48.3736

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-zfcp-2.8-u2-noholes.cnf
MD5SUMc4aa2ddc60eee766fbdf95a32eed5b43
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.6073
Satisfiable
(Un)Satisfiability was proved
Number of variables10950109
Number of clauses32697150
Sum of the clauses size76320846
Maximum clause length65
Minimum clause length1
Number of clauses of size 12415
Number of clauses of size 221783823
Number of clauses of size 310907882
Number of clauses of size 41592
Number of clauses of size 5131
Number of clauses of size over 51307

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3283032-1304028708.cnf'
0.00/0.00	c -- header says num vars:       10950109
0.00/0.00	c -- header says num clauses:    32697150
66.22/20.39	terminate called after throwing an instance of 'std::bad_alloc'
66.22/20.39	  what():  std::bad_alloc

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-3283032-1304028708/watcher-3283032-1304028708 -o /tmp/evaluation-result-3283032-1304028708/solver-3283032-1304028708 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3283032-1304028708.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 2.11 0.52 0.17 5/180 27911
/proc/meminfo: memFree=25075200/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 514471598 52441088 353 33554432000 4194304 4627427 140734866305296 18446744073709551615 46963425523713 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 12803 353 303 106 0 7774 0
[pid=27911/tid=27912] ppid=27909 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 514471598 52441088 353 33554432000 4194304 4627427 140734866305296 18446744073709551615 46963425523634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 514471598 52441088 353 33554432000 4194304 4627427 140734866305296 18446744073709551615 46963425523634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 4 0 514471598 52441088 353 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204647355 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.106637 s]
/proc/loadavg: 2.11 0.52 0.17 5/180 27911
/proc/meminfo: memFree=25075200/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=372600 CPUtime=0.32 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4202496 41028 0 0 0 26 6 0 0 17 0 4 0 514471598 381542400 33796 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204705194 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 93150 33796 343 106 0 88121 0
[pid=27911/tid=27912] ppid=27909 vsize=372600 CPUtime=0.06 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4202560 8885 0 0 0 5 1 0 0 17 0 4 0 514471598 381542400 33796 33554432000 4194304 4627427 140734866305296 18446744073709551615 4313348 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=372600 CPUtime=0.08 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4202560 11063 0 0 0 7 1 0 0 18 0 4 0 514471598 381542400 33796 33554432000 4194304 4627427 140734866305296 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=374220 CPUtime=0.07 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4202560 10104 0 0 0 6 1 0 0 17 0 4 0 514471598 383201280 33799 33554432000 4194304 4627427 140734866305296 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 372600

[startup+0.202066 s]
/proc/loadavg: 2.11 0.52 0.17 5/180 27911
/proc/meminfo: memFree=25075200/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=462832 CPUtime=0.67 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4202496 75806 0 0 0 54 13 0 0 17 0 4 0 514471598 473939968 60152 33554432000 4194304 4627427 140734866305296 18446744073709551615 4314206 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 115708 60687 343 106 0 110679 0
[pid=27911/tid=27912] ppid=27909 vsize=462832 CPUtime=0.15 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 19582 0 0 0 12 3 0 0 17 0 4 0 514471598 473939968 60719 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204344075 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=462832 CPUtime=0.17 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) S 27909 27911 27869 0 -1 4202560 19987 0 0 0 14 3 0 0 18 0 4 0 514471598 473939968 60734 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446604441445784320 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=462832 CPUtime=0.17 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) S 27909 27911 27869 0 -1 4202560 18214 0 0 0 15 2 0 0 18 0 4 0 514471598 473939968 60745 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446604441445784320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 462832

[startup+0.307738 s]
/proc/loadavg: 2.11 0.52 0.17 5/180 27911
/proc/meminfo: memFree=25075200/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=558764 CPUtime=1.02 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4202496 102308 0 0 0 82 20 0 0 17 0 4 0 514471598 572174336 86373 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204705194 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 139691 86373 343 106 0 134662 0
[pid=27911/tid=27912] ppid=27909 vsize=558764 CPUtime=0.24 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4202560 25749 0 0 0 20 4 0 0 18 0 4 0 514471598 572174336 86373 33554432000 4194304 4627427 140734866305296 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=558764 CPUtime=0.25 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4202560 26514 0 0 0 20 5 0 0 17 0 4 0 514471598 572174336 86373 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204690615 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=558764 CPUtime=0.25 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4202560 24863 0 0 0 21 4 0 0 17 0 4 0 514471598 572174336 86373 33554432000 4194304 4627427 140734866305296 18446744073709551615 4313348 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 558764

[startup+0.704906 s]
/proc/loadavg: 2.11 0.52 0.17 5/180 27911
/proc/meminfo: memFree=25075200/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=940204 CPUtime=2.38 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4202496 198279 0 0 0 191 47 0 0 17 0 4 0 514471598 962768896 164595 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204344717 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 235051 164633 343 106 0 230022 0
[pid=27911/tid=27912] ppid=27909 vsize=940204 CPUtime=0.59 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) S 27909 27911 27869 0 -1 4202560 49781 0 0 0 48 11 0 0 17 0 4 0 514471598 962768896 164651 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446604441445784320 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=940204 CPUtime=0.58 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 51311 0 0 0 46 12 0 0 17 0 4 0 514471598 962768896 164671 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204344717 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=940204 CPUtime=0.58 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) S 27909 27911 27869 0 -1 4202560 48175 0 0 0 47 11 0 0 17 0 4 0 514471598 962768896 164691 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446604441445784320 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 940204

[startup+1.50077 s]
/proc/loadavg: 2.11 0.52 0.17 6/184 27916
/proc/meminfo: memFree=24118184/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=1785580 CPUtime=4.91 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4202496 391976 0 0 0 392 99 0 0 17 0 4 0 514471598 1828433920 323329 33554432000 4194304 4627427 140734866305296 18446744073709551615 4507248 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27911/statm: 446395 323336 343 106 0 441366 0
[pid=27911/tid=27912] ppid=27909 vsize=1785580 CPUtime=1.21 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 99873 0 0 0 96 25 0 0 17 0 4 0 514471598 1828433920 323337 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752415 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=1785580 CPUtime=1.21 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 102060 0 0 0 96 25 0 0 17 0 4 0 514471598 1828433920 323338 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752415 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=1785580 CPUtime=1.22 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 93933 0 0 0 99 23 0 0 17 0 4 0 514471598 1828433920 323339 33554432000 4194304 4627427 140734866305296 18446744073709551615 4313348 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 1785580

[startup+3.1005 s]
/proc/loadavg: 2.11 0.52 0.17 6/184 27916
/proc/meminfo: memFree=23270148/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=3050072 CPUtime=10.18 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) S 27909 27911 27869 0 -1 4202496 754134 0 0 0 805 213 0 0 16 0 4 0 514471598 3123273728 615383 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 762518 615383 343 106 0 757489 0
[pid=27911/tid=27912] ppid=27909 vsize=3050072 CPUtime=2.53 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) S 27909 27911 27869 0 -1 4202560 192419 0 0 0 197 56 0 0 16 0 4 0 514471598 3123273728 615383 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446604441445784320 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=3050072 CPUtime=2.51 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 191349 0 0 0 197 54 0 0 16 0 4 0 514471598 3123273728 615383 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204647227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=3050072 CPUtime=2.54 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 180474 0 0 0 203 51 0 0 16 0 4 0 514471598 3123273728 615383 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204314586 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 3050072

[startup+6.30095 s]
/proc/loadavg: 2.58 0.64 0.21 7/184 27916
/proc/meminfo: memFree=20956056/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=5887064 CPUtime=21.42 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4202496 1487214 0 0 0 1679 463 0 0 17 0 4 0 514471598 6028353536 1171603 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752415 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 1471766 1171607 343 106 0 1466737 0
[pid=27911/tid=27912] ppid=27909 vsize=5887064 CPUtime=5.31 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 374830 0 0 0 407 124 0 0 17 0 4 0 514471598 6028353536 1171610 33554432000 4194304 4627427 140734866305296 18446744073709551615 4530642 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=5887064 CPUtime=5.31 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 375416 0 0 0 411 120 0 0 17 0 4 0 514471598 6028353536 1171612 33554432000 4194304 4627427 140734866305296 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=5887064 CPUtime=5.34 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 367463 0 0 0 416 118 0 0 17 0 4 0 514471598 6028353536 1171614 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752415 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.42
Current children cumulated vsize (KiB) 5887064

[startup+12.7009 s]
/proc/loadavg: 2.77 0.72 0.24 6/184 27916
/proc/meminfo: memFree=16028428/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=11691608 CPUtime=43.64 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4202496 3010772 0 0 0 3386 978 0 0 17 0 4 0 514471598 11972206592 2342321 33554432000 4194304 4627427 140734866305296 18446744073709551615 4314206 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27911/statm: 2922902 2342322 343 106 0 2917873 0
[pid=27911/tid=27912] ppid=27909 vsize=11691608 CPUtime=10.82 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4202560 750506 0 0 0 826 256 0 0 17 0 4 0 514471598 11972206592 2342335 33554432000 4194304 4627427 140734866305296 18446744073709551615 4314333 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=11691608 CPUtime=10.84 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 762344 0 0 0 833 251 0 0 17 0 4 0 514471598 11972206592 2342343 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204315889 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27911/tid=27914] ppid=27909 vsize=11691608 CPUtime=10.88 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) R 27909 27911 27869 0 -1 4202560 747906 0 0 0 834 254 0 0 17 0 4 0 514471598 11972206592 2342346 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752415 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.64
Current children cumulated vsize (KiB) 11691608

[startup+25.5007 s]
/proc/loadavg: 3.71 1.02 0.35 5/184 27916
/proc/meminfo: memFree=15746460/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=8117460 CPUtime=69.98 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 1696 0 0 15 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 2029365 1570391 372 106 0 2024336 0
[pid=27911/tid=27912] ppid=27909 vsize=8117460 CPUtime=16.4 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 924433 0 0 0 1295 345 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296306 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=8117460 CPUtime=20.41 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4204096 934570 0 3 0 1348 693 0 0 20 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204033637 0 0 4096 2 18446744071562154983 0 0 -1 6 0 0 17
[pid=27911/tid=27914] ppid=27909 vsize=8117460 CPUtime=17.15 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 922363 0 0 0 1378 337 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296396 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 69.98
Current children cumulated vsize (KiB) 8117460

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

[startup+25.6007 s]
/proc/loadavg: 3.71 1.02 0.35 5/184 27916
/proc/meminfo: memFree=15746460/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=8117460 CPUtime=69.98 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 1696 0 0 15 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 2029365 1570391 372 106 0 2024336 0
[pid=27911/tid=27912] ppid=27909 vsize=8117460 CPUtime=16.4 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 924433 0 0 0 1295 345 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296306 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=8117460 CPUtime=20.41 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4204096 934570 0 3 0 1348 693 0 0 20 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204033637 0 0 4096 2 18446744071562154983 0 0 -1 6 0 0 17
[pid=27911/tid=27914] ppid=27909 vsize=8117460 CPUtime=17.15 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 922363 0 0 0 1378 337 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296396 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 69.98
Current children cumulated vsize (KiB) 8117460

[startup+38.4006 s]
/proc/loadavg: 4.83 1.35 0.46 5/184 27917
/proc/meminfo: memFree=14009588/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=8117460 CPUtime=72.09 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 1907 0 0 15 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 2029365 1570391 372 106 0 2024336 0
[pid=27911/tid=27912] ppid=27909 vsize=8117460 CPUtime=16.4 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 924433 0 0 0 1295 345 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296306 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=8117460 CPUtime=22.53 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4204096 934570 0 3 0 1348 905 0 0 18 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204033637 0 0 4096 2 18446744071562154983 0 0 -1 4 0 0 1137
[pid=27911/tid=27914] ppid=27909 vsize=8117460 CPUtime=17.15 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 922363 0 0 0 1378 337 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296396 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 72.09
Current children cumulated vsize (KiB) 8117460

[startup+44.8005 s]
/proc/loadavg: 5.78 1.67 0.57 6/184 27917
/proc/meminfo: memFree=12652068/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=8117460 CPUtime=74.25 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 2123 0 0 15 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 2029365 1570391 372 106 0 2024336 0
[pid=27911/tid=27912] ppid=27909 vsize=8117460 CPUtime=16.4 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 924433 0 0 0 1295 345 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296306 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=8117460 CPUtime=24.68 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4204096 934570 0 3 0 1348 1120 0 0 18 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204033637 0 0 4096 2 18446744071562154983 0 0 -1 0 0 0 1620
[pid=27911/tid=27914] ppid=27909 vsize=8117460 CPUtime=17.15 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 922363 0 0 0 1378 337 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296396 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.25
Current children cumulated vsize (KiB) 8117460

[startup+46.4012 s]
/proc/loadavg: 5.78 1.67 0.57 6/184 27917
/proc/meminfo: memFree=12193148/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=8117460 CPUtime=74.61 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 2159 0 0 15 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 2029365 1570391 372 106 0 2024336 0
[pid=27911/tid=27912] ppid=27909 vsize=8117460 CPUtime=16.4 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 924433 0 0 0 1295 345 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296306 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=8117460 CPUtime=25.05 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4204096 934570 0 3 0 1348 1157 0 0 18 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204033637 0 0 4096 2 18446744071562154983 0 0 -1 0 0 0 1779
[pid=27911/tid=27914] ppid=27909 vsize=8117460 CPUtime=17.15 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 922363 0 0 0 1378 337 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296396 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.61
Current children cumulated vsize (KiB) 8117460

[startup+47.2011 s]
/proc/loadavg: 5.78 1.67 0.57 6/184 27917
/proc/meminfo: memFree=12193148/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=8117460 CPUtime=74.61 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 2159 0 0 15 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 2029365 1570391 372 106 0 2024336 0
[pid=27911/tid=27912] ppid=27909 vsize=8117460 CPUtime=16.4 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 924433 0 0 0 1295 345 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296306 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=8117460 CPUtime=25.05 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) D 27909 27911 27869 0 -1 4204096 934570 0 3 0 1348 1157 0 0 18 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204033637 0 0 4096 2 18446744071562154983 0 0 -1 0 0 0 1779
[pid=27911/tid=27914] ppid=27909 vsize=8117460 CPUtime=17.15 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 922363 0 0 0 1378 337 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296396 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.61
Current children cumulated vsize (KiB) 8117460

[startup+48.0009 s]
/proc/loadavg: 5.78 1.67 0.57 5/184 27917
/proc/meminfo: memFree=12102628/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=8117460 CPUtime=74.72 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) D 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 2170 0 0 15 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204752366 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 2029365 1570391 372 106 0 2024336 0
[pid=27911/tid=27912] ppid=27909 vsize=8117460 CPUtime=16.4 cores=0,2,4,6
/proc/27911/task/27912/stat : 27912 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 924433 0 0 0 1295 345 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296306 0 0 4096 2 18446744071562337734 0 0 -1 4 0 0 0
[pid=27911/tid=27913] ppid=27909 vsize=8117460 CPUtime=25.16 cores=0,2,4,6
/proc/27911/task/27913/stat : 27913 (strangenight2-m) R 27909 27911 27869 0 -1 4204096 934570 0 3 0 1348 1168 0 0 18 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204033637 0 0 4096 2 0 0 0 -1 6 0 0 1937
[pid=27911/tid=27914] ppid=27909 vsize=8117460 CPUtime=17.15 cores=0,2,4,6
/proc/27911/task/27914/stat : 27914 (strangenight2-m) D 27909 27911 27869 0 -1 4203588 922363 0 0 0 1378 337 0 0 16 0 4 0 514471598 8312279040 1570391 33554432000 4194304 4627427 140734866305296 18446744073709551615 210204296396 0 0 4096 2 18446744071562337734 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 74.72
Current children cumulated vsize (KiB) 8117460

[startup+48.2009 s]
/proc/loadavg: 5.78 1.67 0.57 5/184 27917
/proc/meminfo: memFree=12102628/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=0 CPUtime=74.92 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 2190 0 0 16 0 1 0 514471598 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 74.92
Current children cumulated vsize (KiB) 0

[startup+48.3009 s]
/proc/loadavg: 5.78 1.67 0.57 5/184 27917
/proc/meminfo: memFree=12102628/32951124 swapFree=67088964/67111528
[pid=27911] ppid=27909 vsize=0 CPUtime=75.02 cores=0,2,4,6
/proc/27911/stat : 27911 (strangenight2-m) R 27909 27911 27869 0 -1 4203524 3906203 0 3 0 5302 2200 0 0 16 0 1 0 514471598 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27911/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 75.02
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 48.3736
CPU time (s): 75.0996
CPU user time (s): 53.0249
CPU system time (s): 22.0746
CPU usage (%): 155.249
Max. virtual memory (cumulated for all children) (KiB): 15869820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.0249
system time used= 22.0746
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3906203
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 538125
involuntary context switches= 388

runsolver used 0.087986 second user time and 0.185971 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-29 00:12:11
IDJOB=3283032
IDBENCH=70953
IDSOLVER=1586
FILE ID=node130/3283032-1304028708
RUNJOBID= node130-1304028687-27888
PBS_JOBID= 13170322
Free space on /tmp= 71304 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-zfcp-2.8-u2-noholes.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283032-1304028708/watcher-3283032-1304028708 -o /tmp/evaluation-result-3283032-1304028708/solver-3283032-1304028708 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3283032-1304028708.cnf

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

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=465783699

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25075240 kB
Buffers:       1114568 kB
Cached:        4612468 kB
SwapCached:      22432 kB
Active:        2589788 kB
Inactive:      4855632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25075240 kB
SwapTotal:    67111528 kB
SwapFree:     67088964 kB
Dirty:          707828 kB
Writeback:           0 kB
AnonPages:     1695944 kB
Mapped:          15620 kB
Slab:           362584 kB
PageTables:       8096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2025864 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= 65160 MiB
End job on node130 at 2011-04-29 00:12:59