Trace number 3401209

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-Night2-st (fixed)UNSAT 20.8668 20.9172

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-6-U-7061.cnf
MD5SUMb15321a24257fa4bdfd9c20c782f4c0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.00339
Satisfiable
(Un)Satisfiability was proved
Number of variables370048
Number of clauses1118066
Sum of the clauses size2910246
Maximum clause length493
Minimum clause length1
Number of clauses of size 194
Number of clauses of size 2742801
Number of clauses of size 3369913
Number of clauses of size 41454
Number of clauses of size 5618
Number of clauses of size over 53186

Solver Data

0.00/0.00	c Outputting solution to console
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-3401209-1306285926.cnf'
0.00/0.00	c -- header says num vars:         370048
0.00/0.00	c -- header says num clauses:     1118066
0.39/0.42	c -- clauses added:            0 learnts,      1118066 normals,            0 xors
0.39/0.42	c -- vars added     370048
0.39/0.42	c Parsing time:  0.36 s
0.39/0.42	c  N st     0         0    370048    342439    717495         0   2705884         0   no data   no data
1.19/1.23	c asymm  cl-useful: 64/64/322352 lits-rem:10363 time: 0.80
12.24/12.31	c Flit:  8883 Blit:  13418 bXBeca:    0 bXProp: 23254 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 10.90
12.24/12.35	c Cleaning up after failed var search:     0.04 s 
12.34/12.42	c Replacing    23255 vars Replaced   349566 lits Time:     0.06 s 
12.44/12.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
12.44/12.54	c bin-w-bin subsume rem          469 bins  time:  0.03 s
12.54/12.65	c subs with bin:      330  lits-rem:      6757  v-fix:    0  time:  0.11 s
15.64/15.71	c Subs w/ non-existent bins:    177 l-rem:   2469 v-fix:   969 done:  27023 time:  3.05 s
15.84/15.90	c Removed useless bin:       3  fixed:     0  props:  20.03M  time:  0.19 s
17.94/18.05	c lits-rem:      1326  cl-subs:      371  v-elim:  95148  v-fix:    0  time:  2.12 s
18.74/18.81	c Finding binary XORs  T:     0.76 s  found:    9665
18.74/18.86	c Replacing     9665 vars Replaced   123790 lits Time:     0.05 s 
18.84/18.98	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
18.84/18.98	c calculated reachability. Time: 0.06
18.94/19.00	c Calc default polars -  time:   0.02 s pos:  173444 undec:  190985 neg:    5619
18.94/19.00	c =========================================================================================
18.94/19.00	c types(t): F = full restart, N = normal restart
18.94/19.00	c types(t): S = simplification begin/end, E = solution found
18.94/19.00	c restart types(rt): st = static, dy = dynamic
18.94/19.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
18.94/19.00	c  B st     0         0    179662    185750    447838         0   1574013         0   no data   no data
20.75/20.88	c  E st     5      1068    179481    185750    447914       966   1574013     83105   no data   no data
20.75/20.88	c num threads              : 1          
20.75/20.88	c restarts                 : 5          
20.75/20.88	c dynamic restarts         : 0          
20.75/20.88	c static restarts          : 5          
20.75/20.88	c full restarts            : 0          
20.75/20.88	c total simplify time      : 0.00       
20.75/20.88	c learnts DL2              : 0          
20.75/20.88	c learnts size 2           : 2326416    
20.75/20.88	c learnts size 1           : 69988       (18.91     % of vars)
20.75/20.88	c filedLit time            : 10.94       (53.11     % time)
20.75/20.88	c v-elim SatELite          : 95148       (25.71     % vars)
20.75/20.88	c SatELite time            : 5.07        (24.62     % time)
20.75/20.88	c v-elim xor               : 0           (0.00      % vars)
20.75/20.88	c xor elim time            : 0.00        (0.00      % time)
20.75/20.88	c num binary xor trees     : 6225       
20.75/20.88	c binxor trees' crown      : 32920       (5.29      leafs/tree)
20.75/20.88	c bin xor find time        : 0.76       
20.75/20.88	c OTF clause improved      : 14          (0.01      clauses/conflict)
20.75/20.88	c OTF impr. size diff      : 17          (1.21       lits/clause)
20.75/20.88	c OTF cl watch-shrink      : 513         (0.48      clauses/conflict)
20.75/20.88	c OTF cl watch-sh-lit      : 4767        (9.29       lits/clause)
20.75/20.88	c tried to recurMin cls    : 656         (61.42      % of conflicts)
20.75/20.88	c updated cache            : 1115        (1.70       lits/tried recurMin)
20.75/20.88	c clauses over max glue    : 0           (0.00      % of all clauses)
20.75/20.88	c conflicts                : 1068        (51.83     / sec)
20.75/20.88	c decisions                : 3454        (0.00      % random)
20.75/20.88	c bogo-props               : 319218062   (15491610.33 / sec)
20.75/20.88	c conflict literals        : 83472       (36.59     % deleted)
20.75/20.88	c Memory used              : 803.08      MB
20.75/20.88	c CPU time                 : 20.61       s
20.75/20.88	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: 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-3401209-1306285926/watcher-3401209-1306285926 -o /tmp/evaluation-result-3401209-1306285926/solver-3401209-1306285926 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401209-1306285926.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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.14 2.07 2.01 2/575 28672
/proc/meminfo: memFree=16502276/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=45508 CPUtime=0 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 4966 0 0 0 0 0 0 0 22 0 1 0 740190397 46600192 3856 33554432000 4194304 4580011 140737459826992 18446744073709551615 212687372685 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28672/statm: 11377 3866 325 95 0 6359 0

[startup+0.0785071 s]
/proc/loadavg: 2.14 2.07 2.01 2/575 28672
/proc/meminfo: memFree=16502276/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=103856 CPUtime=0.07 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 21460 0 0 0 5 2 0 0 22 0 1 0 740190397 106348544 17193 33554432000 4194304 4580011 140737459826992 18446744073709551615 4306996 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28672/statm: 25964 17202 325 95 0 20946 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 103856

[startup+0.100503 s]
/proc/loadavg: 2.14 2.07 2.01 2/575 28672
/proc/meminfo: memFree=16502276/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=135728 CPUtime=0.09 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 27825 0 0 0 6 3 0 0 22 0 1 0 740190397 138985472 19378 33554432000 4194304 4580011 140737459826992 18446744073709551615 4345192 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28672/statm: 33932 19403 325 95 0 28914 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 135728

[startup+0.300466 s]
/proc/loadavg: 2.14 2.07 2.01 2/575 28672
/proc/meminfo: memFree=16502276/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=170444 CPUtime=0.29 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 39258 0 0 0 24 5 0 0 23 0 1 0 740190397 174534656 30716 33554432000 4194304 4580011 140737459826992 18446744073709551615 212687336133 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28672/statm: 42611 30717 325 95 0 37593 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 170444

[startup+0.700396 s]
/proc/loadavg: 2.14 2.07 2.01 2/575 28672
/proc/meminfo: memFree=16502276/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=221144 CPUtime=0.68 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 44138 0 0 0 63 5 0 0 25 0 1 0 740190397 226451456 35596 33554432000 4194304 4580011 140737459826992 18446744073709551615 4293852 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28672/statm: 55286 35596 339 95 0 50268 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 221144

[startup+1.50025 s]
/proc/loadavg: 2.14 2.07 2.01 3/576 28673
/proc/meminfo: memFree=16359420/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=244328 CPUtime=1.49 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 49221 0 0 0 143 6 0 0 25 0 1 0 740190397 250191872 40679 33554432000 4194304 4580011 140737459826992 18446744073709551615 4235735 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28672/statm: 61082 40682 341 95 0 56064 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244328

[startup+3.10099 s]
/proc/loadavg: 2.14 2.07 2.01 3/576 28673
/proc/meminfo: memFree=16315644/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=312920 CPUtime=3.09 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 62690 0 0 0 302 7 0 0 25 0 1 0 740190397 320430080 54148 33554432000 4194304 4580011 140737459826992 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/28672/statm: 78230 54148 341 95 0 73212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 312920

[startup+6.3004 s]
/proc/loadavg: 2.12 2.07 2.01 3/576 28673
/proc/meminfo: memFree=16199704/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=452984 CPUtime=6.24 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 89432 0 0 0 614 10 0 0 25 0 1 0 740190397 463855616 80890 33554432000 4194304 4580011 140737459826992 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 113246 80890 341 95 0 108228 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 452984

[startup+12.7002 s]
/proc/loadavg: 2.11 2.06 2.01 3/576 28673
/proc/meminfo: memFree=15981332/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=742264 CPUtime=12.64 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 150846 0 0 0 1244 20 0 0 25 0 1 0 740190397 760078336 142304 33554432000 4194304 4580011 140737459826992 18446744073709551615 212687336133 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 185566 142308 353 95 0 180548 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 742264

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

[startup+15.9006 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 28674
/proc/meminfo: memFree=15915728/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=750680 CPUtime=15.84 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 152894 0 0 0 1564 20 0 0 25 0 1 0 740190397 768696320 144352 33554432000 4194304 4580011 140737459826992 18446744073709551615 4490509 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 187670 144352 355 95 0 182652 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 750680

[startup+19.1011 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 28674
/proc/meminfo: memFree=15841688/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=821288 CPUtime=19.04 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 171835 0 0 0 1882 22 0 0 25 0 1 0 740190397 840998912 163293 33554432000 4194304 4580011 140737459826992 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 205322 163293 366 95 0 200304 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 821288

[startup+19.9009 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 28674
/proc/meminfo: memFree=15837968/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=821288 CPUtime=19.84 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 171879 0 0 0 1962 22 0 0 25 0 1 0 740190397 840998912 163337 33554432000 4194304 4580011 140737459826992 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 205322 163337 366 95 0 200304 0
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (KiB) 821288

[startup+20.3008 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 28674
/proc/meminfo: memFree=15837968/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=821468 CPUtime=20.24 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 171939 0 0 0 2002 22 0 0 25 0 1 0 740190397 841183232 163397 33554432000 4194304 4580011 140737459826992 18446744073709551615 4293000 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 205367 163397 366 95 0 200349 0
Current children cumulated CPU time (s) 20.24
Current children cumulated vsize (KiB) 821468

[startup+20.7007 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 28674
/proc/meminfo: memFree=15837968/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=822348 CPUtime=20.64 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 172179 0 0 0 2042 22 0 0 25 0 1 0 740190397 842084352 163637 33554432000 4194304 4580011 140737459826992 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 205587 163637 366 95 0 200569 0
Current children cumulated CPU time (s) 20.64
Current children cumulated vsize (KiB) 822348

[startup+20.8007 s]
/proc/loadavg: 2.10 2.06 2.01 3/576 28674
/proc/meminfo: memFree=15836976/32951124 swapFree=64375276/67111528
[pid=28672] ppid=28670 vsize=822348 CPUtime=20.75 cores=0,2,4,6
/proc/28672/stat : 28672 (strangenight2-s) R 28670 28672 28082 0 -1 4202496 172183 0 0 0 2053 22 0 0 25 0 1 0 740190397 842084352 163641 33554432000 4194304 4580011 140737459826992 18446744073709551615 4294789 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28672/statm: 205587 163641 366 95 0 200569 0
Current children cumulated CPU time (s) 20.75
Current children cumulated vsize (KiB) 822348

Child status: 20
Real time (s): 20.9172
CPU time (s): 20.8668
CPU user time (s): 20.6059
CPU system time (s): 0.26096
CPU usage (%): 99.7594
Max. virtual memory (cumulated for all children) (KiB): 822348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.6059
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172196
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= 10
involuntary context switches= 111

runsolver used 0.12898 second user time and 0.292955 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-25 03:12:07
IDJOB=3401209
IDBENCH=88178
IDSOLVER=1887
FILE ID=node139/3401209-1306285926
RUNJOBID= node139-1306280114-28100
PBS_JOBID= 13457847
Free space on /tmp= 73204 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-6-U-7061.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3401209-1306285926/watcher-3401209-1306285926 -o /tmp/evaluation-result-3401209-1306285926/solver-3401209-1306285926 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401209-1306285926.cnf

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

MD5SUM BENCH= b15321a24257fa4bdfd9c20c782f4c0e
RANDOM SEED=1348798925

node139.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.852
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.70
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16502556 kB
Buffers:         68100 kB
Cached:        1451196 kB
SwapCached:      20128 kB
Active:        9289736 kB
Inactive:      6856596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16502556 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:           28020 kB
Writeback:           0 kB
AnonPages:    14607652 kB
Mapped:          41108 kB
Slab:           149544 kB
PageTables:      80812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171932724 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= 73196 MiB
End job on node139 at 2011-05-25 03:12:28