Trace number 3367049

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-mt (fixed)Signal 72.495 65.507

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367049-1305390566.cnf'
0.00/0.01	c -- header says num vars:       10950109
0.00/0.01	c -- header says num clauses:    32697150
63.38/19.13	terminate called after throwing an instance of 'std::bad_alloc'
63.38/19.13	  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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367049-1305390566/watcher-3367049-1305390566 -o /tmp/evaluation-result-3367049-1305390566/solver-3367049-1305390566 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367049-1305390566.cnf 

running on 4 cores: 1,3,5,7

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: 6.96 7.79 7.23 5/232 2149
/proc/meminfo: memFree=16121948/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 406 0 0 0 0 0 0 0 25 0 4 0 650658637 52396032 347 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089754609 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 12792 347 299 95 0 7774 0
[pid=2149/tid=2150] ppid=2147 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650658638 52396032 351 33554432000 4194304 4580107 140734970378912 18446744073709551615 47874008446489 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650658638 52396032 351 33554432000 4194304 4580107 140734970378912 18446744073709551615 47874008446898 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650658638 52396032 351 33554432000 4194304 4580107 140734970378912 18446744073709551615 47874008446489 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.040097 s]
/proc/loadavg: 6.96 7.79 7.23 5/232 2149
/proc/meminfo: memFree=16121948/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=307452 CPUtime=0.11 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 13523 0 0 0 8 3 0 0 18 0 4 0 650658637 314830848 11399 33554432000 4194304 4580107 140734970378912 18446744073709551615 4306964 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 76983 11440 339 95 0 71965 0
[pid=2149/tid=2150] ppid=2147 vsize=307932 CPUtime=0.02 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 3599 0 0 0 2 0 0 0 18 0 4 0 650658638 315322368 11454 33554432000 4194304 4580107 140734970378912 18446744073709551615 4310274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=307932 CPUtime=0.01 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) S 2147 2149 1880 0 -1 4202560 3428 0 0 0 1 0 0 0 18 0 4 0 650658638 315322368 11478 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446604468863287424 0 0 -1 7 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=307932 CPUtime=0.01 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4202560 3104 0 0 0 1 0 0 0 18 0 4 0 650658638 315322368 11782 33554432000 4194304 4580107 140734970378912 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 307452

[startup+0.102203 s]
/proc/loadavg: 6.96 7.79 7.23 5/232 2149
/proc/meminfo: memFree=16121948/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=368404 CPUtime=0.34 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 40432 0 0 0 24 10 0 0 18 0 4 0 650658637 377245696 31875 33554432000 4194304 4580107 140734970378912 18446744073709551615 4307028 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 92101 31881 339 95 0 87083 0
[pid=2149/tid=2150] ppid=2147 vsize=368404 CPUtime=0.08 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 10917 0 0 0 6 2 0 0 18 0 4 0 650658638 377245696 31885 33554432000 4194304 4580107 140734970378912 18446744073709551615 4311330 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=368404 CPUtime=0.07 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) S 2147 2149 1880 0 -1 4202560 10326 0 0 0 5 2 0 0 18 0 4 0 650658638 377245696 31888 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446604468863287424 0 0 -1 7 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=368404 CPUtime=0.07 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 8869 0 0 0 5 2 0 0 17 0 4 0 650658638 377245696 31888 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089395527 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 368404

[startup+0.309244 s]
/proc/loadavg: 6.96 7.79 7.23 5/232 2149
/proc/meminfo: memFree=16121948/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=610768 CPUtime=1.06 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 105560 0 0 0 82 24 0 0 17 0 4 0 650658637 625426432 88165 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089756074 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 152692 88165 339 95 0 147674 0
[pid=2149/tid=2150] ppid=2147 vsize=610768 CPUtime=0.27 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4202560 29198 0 0 0 21 6 0 0 18 0 4 0 650658638 625426432 88165 33554432000 4194304 4580107 140734970378912 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=610768 CPUtime=0.25 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) D 2147 2149 1880 0 -1 4202560 25101 0 0 0 20 5 0 0 17 0 4 0 650658638 625426432 88165 33554432000 4194304 4580107 140734970378912 18446744073709551615 4307948 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=610768 CPUtime=0.25 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4202560 24618 0 0 0 19 6 0 0 17 0 4 0 650658638 625426432 88165 33554432000 4194304 4580107 140734970378912 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 610768

[startup+0.758955 s]
/proc/loadavg: 6.96 7.79 7.23 5/232 2149
/proc/meminfo: memFree=16121948/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=1093172 CPUtime=2.55 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 223409 0 0 0 190 65 0 0 17 0 4 0 650658637 1119408128 188287 33554432000 4194304 4580107 140734970378912 18446744073709551615 4306964 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 273293 189296 339 95 0 268275 0
[pid=2149/tid=2150] ppid=2147 vsize=1093172 CPUtime=0.65 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) S 2147 2149 1880 0 -1 4202560 59691 0 0 0 48 17 0 0 17 0 4 0 650658638 1119408128 189490 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446604468863287424 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=1093172 CPUtime=0.63 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) S 2147 2149 1880 0 -1 4202560 55756 0 0 0 46 17 0 0 17 0 4 0 650658638 1119408128 189940 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446604468863287424 0 0 -1 7 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=1093172 CPUtime=0.63 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 52917 0 0 0 48 15 0 0 17 0 4 0 650658638 1119408128 190430 33554432000 4194304 4580107 140734970378912 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1093172

[startup+1.50079 s]
/proc/loadavg: 6.96 7.79 7.23 9/236 2153
/proc/meminfo: memFree=15202640/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=1824648 CPUtime=5.04 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 404929 0 0 0 372 132 0 0 17 0 4 0 650658637 1868439552 335427 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 456162 335428 339 95 0 451144 0
[pid=2149/tid=2150] ppid=2147 vsize=1824648 CPUtime=1.26 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 113110 0 0 0 92 34 0 0 17 0 4 0 650658638 1868439552 335432 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=1824648 CPUtime=1.24 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 98124 0 0 0 90 34 0 0 17 0 4 0 650658638 1868439552 335440 33554432000 4194304 4580107 140734970378912 18446744073709551615 4307934 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=1824648 CPUtime=1.25 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 95167 0 0 0 93 32 0 0 17 0 4 0 650658638 1868439552 335442 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 1824648

[startup+3.10051 s]
/proc/loadavg: 6.96 7.79 7.23 9/236 2153
/proc/meminfo: memFree=14297316/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=3201576 CPUtime=10.47 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 790556 0 0 0 761 286 0 0 16 0 4 0 650658637 3278413824 653172 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 800394 653181 339 95 0 795376 0
[pid=2149/tid=2150] ppid=2147 vsize=3201576 CPUtime=2.61 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 211054 0 0 0 190 71 0 0 16 0 4 0 650658638 3278413824 653187 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=3201576 CPUtime=2.6 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 197035 0 0 0 187 73 0 0 16 0 4 0 650658638 3278413824 653189 33554432000 4194304 4580107 140734970378912 18446744073709551615 4511029 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=3201576 CPUtime=2.62 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 194962 0 0 0 190 72 0 0 16 0 4 0 650658638 3278413824 653194 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 3201576

[startup+6.30094 s]
/proc/loadavg: 7.05 7.79 7.23 6/236 2153
/proc/meminfo: memFree=11833428/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=6036212 CPUtime=21.96 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 1566481 0 0 0 1571 625 0 0 17 0 4 0 650658637 6181081088 1250838 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 1509053 1250841 339 95 0 1504035 0
[pid=2149/tid=2150] ppid=2147 vsize=6036212 CPUtime=5.47 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 404152 0 0 0 391 156 0 0 17 0 4 0 650658638 6181081088 1250845 33554432000 4194304 4580107 140734970378912 18446744073709551615 4511003 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=6036212 CPUtime=5.49 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 394028 0 0 0 389 160 0 0 17 0 4 0 650658638 6181081088 1250857 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=6036212 CPUtime=5.48 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 392314 0 0 0 391 157 0 0 17 0 4 0 650658638 6181081088 1250858 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 6036212

[startup+12.7008 s]
/proc/loadavg: 7.12 7.80 7.24 9/236 2153
/proc/meminfo: memFree=6757620/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=11721000 CPUtime=44.52 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) R 2147 2149 1880 0 -1 4202496 3141421 0 0 0 3162 1290 0 0 17 0 4 0 650658637 12002304000 2471926 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089365506 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2149/statm: 2930250 2471931 339 95 0 2925232 0
[pid=2149/tid=2150] ppid=2147 vsize=11721000 CPUtime=11.08 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 793403 0 0 0 785 323 0 0 17 0 4 0 650658638 12002304000 2471932 33554432000 4194304 4580107 140734970378912 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=11721000 CPUtime=11.12 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 792655 0 0 0 786 326 0 0 17 0 4 0 650658638 12002304000 2471936 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803295 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2149/tid=2152] ppid=2147 vsize=11721000 CPUtime=11.14 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) R 2147 2149 1880 0 -1 4202560 782724 0 0 0 791 323 0 0 17 0 4 0 650658638 12002304000 2471938 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089365466 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.52
Current children cumulated vsize (KiB) 11721000

[startup+25.5005 s]
/proc/loadavg: 7.55 7.86 7.26 5/236 2153
/proc/meminfo: memFree=7570536/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=8255484 CPUtime=66.16 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) D 2147 2149 1880 0 -1 4203524 3901076 0 0 0 4699 1917 0 0 16 0 4 0 650658637 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 2063871 1599081 367 95 0 2058853 0
[pid=2149/tid=2150] ppid=2147 vsize=8255484 CPUtime=15.92 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927968 0 0 0 1188 404 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089354160 0 0 4096 2 18446744071562337734 0 0 -1 3 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=8255484 CPUtime=18.94 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) D 2147 2149 1880 0 -1 4204096 933531 0 0 0 1213 681 0 0 18 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089084517 0 0 4096 2 18446744071562154983 0 0 -1 1 0 0 318
[pid=2149/tid=2152] ppid=2147 vsize=8255484 CPUtime=16 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927844 0 0 0 1189 411 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089347276 0 0 4096 2 18446744071562337734 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 66.16
Current children cumulated vsize (KiB) 8255484

[startup+51.101 s]
/proc/loadavg: 8.67 8.09 7.36 5/236 2154
/proc/meminfo: memFree=4662152/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=8255484 CPUtime=69.87 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) D 2147 2149 1880 0 -1 4203524 3901076 0 0 0 4699 2288 0 0 16 0 4 0 650658637 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 2063871 1599081 367 95 0 2058853 0
[pid=2149/tid=2150] ppid=2147 vsize=8255484 CPUtime=15.92 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927968 0 0 0 1188 404 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089354160 0 0 4096 2 18446744071562337734 0 0 -1 3 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=8255484 CPUtime=22.65 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) D 2147 2149 1880 0 -1 4204096 933531 0 0 0 1213 1052 0 0 18 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089084517 0 0 4096 2 18446744071562154983 0 0 -1 3 0 0 2449
[pid=2149/tid=2152] ppid=2147 vsize=8255484 CPUtime=16 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927844 0 0 0 1189 411 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089347276 0 0 4096 2 18446744071562337734 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.87
Current children cumulated vsize (KiB) 8255484

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

[startup+57.5009 s]
/proc/loadavg: 8.93 8.16 7.38 5/236 2154
/proc/meminfo: memFree=4118040/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=8255484 CPUtime=70.56 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) D 2147 2149 1880 0 -1 4203524 3901076 0 0 0 4699 2357 0 0 16 0 4 0 650658637 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 2063871 1599081 367 95 0 2058853 0
[pid=2149/tid=2150] ppid=2147 vsize=8255484 CPUtime=15.92 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927968 0 0 0 1188 404 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089354160 0 0 4096 2 18446744071562337734 0 0 -1 3 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=8255484 CPUtime=23.33 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) D 2147 2149 1880 0 -1 4204096 933531 0 0 0 1213 1120 0 0 18 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089084517 0 0 4096 2 18446744071562154983 0 0 -1 3 0 0 3079
[pid=2149/tid=2152] ppid=2147 vsize=8255484 CPUtime=16 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927844 0 0 0 1189 411 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089347276 0 0 4096 2 18446744071562337734 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.56
Current children cumulated vsize (KiB) 8255484

[startup+60.7003 s]
/proc/loadavg: 8.94 8.17 7.39 5/238 2156
/proc/meminfo: memFree=3900176/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=8255484 CPUtime=70.97 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) D 2147 2149 1880 0 -1 4203524 3901076 0 0 0 4699 2398 0 0 16 0 4 0 650658637 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 2063871 1599081 367 95 0 2058853 0
[pid=2149/tid=2150] ppid=2147 vsize=8255484 CPUtime=15.92 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927968 0 0 0 1188 404 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089354160 0 0 4096 2 18446744071562337734 0 0 -1 3 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=8255484 CPUtime=23.74 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) D 2147 2149 1880 0 -1 4204096 933531 0 0 0 1213 1161 0 0 18 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089084517 0 0 4096 2 18446744071562154983 0 0 -1 3 0 0 3257
[pid=2149/tid=2152] ppid=2147 vsize=8255484 CPUtime=16 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927844 0 0 0 1189 411 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089347276 0 0 4096 2 18446744071562337734 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.97
Current children cumulated vsize (KiB) 8255484

[startup+63.9008 s]
/proc/loadavg: 9.26 8.25 7.42 5/238 2156
/proc/meminfo: memFree=3113520/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=8255484 CPUtime=71.98 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) D 2147 2149 1880 0 -1 4203524 3901076 0 0 0 4699 2499 0 0 16 0 4 0 650658637 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 2063871 1599081 367 95 0 2058853 0
[pid=2149/tid=2150] ppid=2147 vsize=8255484 CPUtime=15.92 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927968 0 0 0 1188 404 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089354160 0 0 4096 2 18446744071562337734 0 0 -1 3 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=8255484 CPUtime=24.76 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) D 2147 2149 1880 0 -1 4204096 933531 0 0 0 1213 1263 0 0 18 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089084517 0 0 4096 2 18446744071562154983 0 0 -1 3 0 0 3574
[pid=2149/tid=2152] ppid=2147 vsize=8255484 CPUtime=16 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927844 0 0 0 1189 411 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089347276 0 0 4096 2 18446744071562337734 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 71.98
Current children cumulated vsize (KiB) 8255484

[startup+64.7006 s]
/proc/loadavg: 9.26 8.25 7.42 5/238 2156
/proc/meminfo: memFree=3113520/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=8255484 CPUtime=71.98 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) D 2147 2149 1880 0 -1 4203524 3901076 0 0 0 4699 2499 0 0 16 0 4 0 650658637 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 2063871 1599081 367 95 0 2058853 0
[pid=2149/tid=2150] ppid=2147 vsize=8255484 CPUtime=15.92 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927968 0 0 0 1188 404 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089354160 0 0 4096 2 18446744071562337734 0 0 -1 3 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=8255484 CPUtime=24.76 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) D 2147 2149 1880 0 -1 4204096 933531 0 0 0 1213 1263 0 0 18 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089084517 0 0 4096 2 18446744071562154983 0 0 -1 3 0 0 3574
[pid=2149/tid=2152] ppid=2147 vsize=8255484 CPUtime=16 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927844 0 0 0 1189 411 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089347276 0 0 4096 2 18446744071562337734 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 71.98
Current children cumulated vsize (KiB) 8255484

[startup+65.1006 s]
/proc/loadavg: 9.26 8.25 7.42 5/238 2156
/proc/meminfo: memFree=3113572/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=8255484 CPUtime=72.08 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) D 2147 2149 1880 0 -1 4203524 3901076 0 0 0 4699 2509 0 0 16 0 4 0 650658637 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089803246 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 2063871 1599081 367 95 0 2058853 0
[pid=2149/tid=2150] ppid=2147 vsize=8255484 CPUtime=15.92 cores=1,3,5,7
/proc/2149/task/2150/stat : 2150 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927968 0 0 0 1188 404 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089354160 0 0 4096 2 18446744071562337734 0 0 -1 3 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=8255484 CPUtime=24.85 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) R 2147 2149 1880 0 -1 4204096 933531 0 0 0 1213 1272 0 0 18 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089084517 0 0 4096 2 0 0 0 -1 1 0 0 3736
[pid=2149/tid=2152] ppid=2147 vsize=8255484 CPUtime=16 cores=1,3,5,7
/proc/2149/task/2152/stat : 2152 (strangenight2-m) D 2147 2149 1880 0 -1 4203588 927844 0 0 0 1189 411 0 0 16 0 4 0 650658638 8453615616 1599081 33554432000 4194304 4580107 140734970378912 18446744073709551615 248089347276 0 0 4096 2 18446744071562337734 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 72.08
Current children cumulated vsize (KiB) 8255484

[startup+65.5005 s]
/proc/loadavg: 9.26 8.25 7.42 5/238 2156
/proc/meminfo: memFree=3113572/32950928 swapFree=64721848/67111528
[pid=2149] ppid=2147 vsize=0 CPUtime=72.48 cores=1,3,5,7
/proc/2149/stat : 2149 (strangenight2-m) Z 2147 2149 1880 0 -1 4203548 3901076 0 0 0 4699 2549 0 0 16 0 2 0 650658637 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2149/statm: 0 0 0 0 0 0 0
[pid=2149/tid=2151] ppid=2147 vsize=0 CPUtime=25.25 cores=1,3,5,7
/proc/2149/task/2151/stat : 2151 (strangenight2-m) R 2147 2149 1880 0 -1 4204100 933531 0 0 0 1213 1312 0 0 18 0 2 0 650658638 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 3736
Current children cumulated CPU time (s) 72.48
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 65.507
CPU time (s): 72.495
CPU user time (s): 46.9989
CPU system time (s): 25.4961
CPU usage (%): 110.667
Max. virtual memory (cumulated for all children) (KiB): 15776532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.9989
system time used= 25.4961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3901076
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= 474258
involuntary context switches= 481

runsolver used 0.121981 second user time and 0.332949 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-14 18:29:48
IDJOB=3367049
IDBENCH=70953
IDSOLVER=1844
FILE ID=node123/3367049-1305390566
RUNJOBID= node123-1305388957-1899
PBS_JOBID= 13324430
Free space on /tmp= 72668 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3367049-1305390566/watcher-3367049-1305390566 -o /tmp/evaluation-result-3367049-1305390566/solver-3367049-1305390566 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367049-1305390566.cnf

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

MD5SUM BENCH= c4aa2ddc60eee766fbdf95a32eed5b43
RANDOM SEED=655184561

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16122236 kB
Buffers:        283028 kB
Cached:        4667580 kB
SwapCached:      10496 kB
Active:       13835392 kB
Inactive:      2715184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16122236 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          689632 kB
Writeback:           0 kB
AnonPages:    11596628 kB
Mapped:          16408 kB
Slab:           180688 kB
PageTables:      36576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 15833144 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= 66412 MiB
End job on node123 at 2011-05-14 18:30:54