Trace number 3369180

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-1-mt (fixed)UNSAT 35.6516 8.94158

General information on the benchmark

NameSAT02/handmade/pehoushek/plainoldcnf/
5cnf_3900_3900_060.shuffled.cnf
MD5SUM8fb426184fc34ee36ee1bb5e07551b2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.369943
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses936
Sum of the clauses size4520
Maximum clause length5
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37
Number of clauses of size 4146
Number of clauses of size 5783
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369180-1305417786.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:         936
0.00/0.01	c -- clauses added:            0 learnts,          936 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60       936         0         0      4520         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/936/936 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.00/0.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      30 undec:       3 neg:      27
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0        60       935         0         0      4513         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.00/0.10	c  N st     8      4916        60       935         0      4438      4513     60559   no data   no data  --
3.16/0.83	c  N st    10     11300        60       935         0      4091      4513     46566   no data   no data  --
3.16/0.83	c  N st    11     17045        60       935         0      9239      4513    113305   no data   no data  --
3.16/0.83	c  F st    12     25003        60       935         0     11313      4513    136653   no data   no data  --
3.16/0.83	c  N st    12     25003        60       935         0     11313      4513    136653   no data   no data  --
3.56/0.93	c Decided on static restart strategy
3.56/0.93	c  N st    18     30000        60       935         0      9676      4513    111590   no data   no data  --
3.56/0.93	c  S st    18     30000        60       935         0      9676      4513    111590   no data   no data  --
3.56/0.93	c  S st    18     30504        60       935         0     10141      4513    118311   no data   no data  --
3.56/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/0.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.56/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.56/0.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3.56/0.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.38/1.13	c lits-rem:      1554  cl-subs:     3124  v-elim:      0  v-fix:    0  time:  0.64 s
4.38/1.13	c asymm  cl-useful: 0/935/935 lits-rem:0 time: 0.08
4.38/1.13	c calculated reachability. Time: 0.00
4.38/1.13	c  N st    18     30504        60       935         0      7017      4513     81514   no data   no data  --
5.56/1.41	c  N st    20     37614        60       935         0     13360      4513    167309   no data   no data  --
6.36/1.67	c  N st    21     44014        60       935         0     12096      4513    139120   no data   no data  --
6.76/1.76	c  S st    22     45756        60       935         0     13642      4513    160188   no data   no data  --
7.15/1.80	c  S st    22     46262        60       935         0     14105      4513    166879   no data   no data  --
7.15/1.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.15/1.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.15/1.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.15/1.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.15/1.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.15/1.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
7.15/1.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.40	c lits-rem:      2094  cl-subs:     3252  v-elim:      0  v-fix:    0  time:  2.35 s
9.55/2.40	c vivif2 --  cl tried      935 cl shrink        0 lits rem          0 time: 0.00
9.55/2.40	c vivif2 --  cl tried    10853 cl shrink        0 lits rem          0 time: 0.00
9.55/2.43	c asymm  cl-useful: 0/935/935 lits-rem:0 time: 0.12
9.55/2.43	c calculated reachability. Time: 0.00
9.55/2.43	c  N st    22     46262        60       935         0     10853      4513    127268   no data   no data  --
12.35/3.12	c  N st    23     60659        60       935         0     15837      4513    178569   no data   no data  --
13.94/3.53	c  N st    24     69394        60       935         0     14924      4513    165878   no data   no data  --
13.94/3.53	c  S st    24     69394        60       935         0     14924      4513    165878   no data   no data  --
13.94/3.57	c  S st    24     69894        60       935         0     15378      4513    172564   no data   no data  --
13.94/3.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.94/3.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.94/3.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
13.94/3.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.94/3.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.94/3.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
13.94/3.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.20	c lits-rem:      2112  cl-subs:     4012  v-elim:      0  v-fix:    0  time:  2.49 s
16.74/4.20	c vivif2 --  cl tried      935 cl shrink        0 lits rem          0 time: 0.00
16.74/4.20	c vivif2 --  cl tried    11366 cl shrink        0 lits rem          0 time: 0.00
16.74/4.23	c asymm  cl-useful: 0/935/935 lits-rem:0 time: 0.12
16.74/4.24	c calculated reachability. Time: 0.00
16.74/4.24	c  N st    24     69894        60       935         0     11366      4513    126821   no data   no data  --
20.33/5.12	c  F st    25     87501        60       935         0     17492      4513    193294   no data   no data  --
20.33/5.12	c  N st    25     87501        60       935         0     17492      4513    193294   no data   no data  --
21.53/5.48	c Decided on static restart strategy
22.36/5.64	c  N st    32     95539        60       935         0     14100      4513    146507   no data   no data  --
24.32/6.19	c  N st    34    104841        60       935         0     22364      4513    255395   no data   no data  --
24.32/6.19	c  S st    34    104841        60       935         0     22364      4513    255395   no data   no data  --
24.72/6.26	c  S st    34    105344        60       935         0     22819      4513    261814   no data   no data  --
24.72/6.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.72/6.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.72/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
24.72/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.72/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.72/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
24.72/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.50/7.43	c lits-rem:      4542  cl-subs:     5922  v-elim:      0  v-fix:    0  time:  4.58 s
29.50/7.43	c vivif2 --  cl tried      935 cl shrink        0 lits rem          0 time: 0.00
29.50/7.43	c vivif2 --  cl tried    16897 cl shrink        0 lits rem          0 time: 0.01
29.50/7.47	c asymm  cl-useful: 0/935/935 lits-rem:0 time: 0.17
29.50/7.47	c calculated reachability. Time: 0.00
29.50/7.47	c  N st    34    105344        60       935         0     16897      4513    192292   no data   no data  --
32.29/8.12	c  N st    35    114942        60       935         0     14304      4513    144870   no data   no data  --
35.53/8.93	c Following stats are for *FIRST FINISHED THREAD ONLY*
35.53/8.93	c num threads              : 4          
35.53/8.93	c restarts                 : 37         
35.53/8.93	c dynamic restarts         : 0          
35.53/8.93	c static restarts          : 37         
35.53/8.93	c full restarts            : 2          
35.53/8.93	c total simplify time      : 0.12       
35.53/8.93	c learnts DL2              : 0          
35.53/8.93	c learnts size 2           : 47         
35.53/8.93	c learnts size 1           : 29          (48.33     % of vars)
35.53/8.93	c filedLit time            : 0.02        (0.07      % time)
35.53/8.93	c v-elim SatELite          : 0           (0.00      % vars)
35.53/8.93	c SatELite time            : 4.99        (14.02     % time)
35.53/8.93	c v-elim xor               : 0           (0.00      % vars)
35.53/8.93	c xor elim time            : 0.01        (0.02      % time)
35.53/8.93	c num binary xor trees     : 0          
35.53/8.93	c binxor trees' crown      : 0           (nan       leafs/tree)
35.53/8.93	c bin xor find time        : 0.00       
35.53/8.93	c OTF clause improved      : 18015       (0.12      clauses/conflict)
35.53/8.93	c OTF impr. size diff      : 18504       (1.03       lits/clause)
35.53/8.93	c OTF cl watch-shrink      : 10523       (0.07      clauses/conflict)
35.53/8.93	c OTF cl watch-sh-lit      : 11384       (1.08       lits/clause)
35.53/8.93	c tried to recurMin cls    : 16494       (10.57      % of conflicts)
35.53/8.93	c updated cache            : 0           (0.00       lits/tried recurMin)
35.53/8.93	c unit cls received        : 1           (3.45      % of units)
35.53/8.93	c unit cls sent            : 2           (6.90      % of units)
35.53/8.93	c bin cls received         : 0          
35.53/8.93	c bin cls sent             : 23         
35.53/8.93	c clauses over max glue    : 0           (0.00      % of all clauses)
35.53/8.93	c conflicts                : 156014      (4382.71   / sec)
35.53/8.93	c decisions                : 171989      (1.87      % random)
35.53/8.93	c bogo-props               : 1403743260  (39433662.19 / sec)
35.53/8.93	c conflict literals        : 1898981     (24.20     % deleted)
35.53/8.93	c Memory used              : 277.32      MB
35.53/8.93	c single-thread CPU time   : 35.60       s
35.53/8.93	c all-threads sum CPU time : 35.60       s
35.53/8.93	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-3369180-1305417786/watcher-3369180-1305417786 -o /tmp/evaluation-result-3369180-1305417786/solver-3369180-1305417786 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369180-1305417786.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: 7.93 8.07 8.01 5/298 22242
/proc/meminfo: memFree=27563936/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 653377131 52465664 353 33554432000 4194304 4650419 140735698312832 18446744073709551615 47679888050102 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22242/statm: 12809 353 303 112 0 7774 0
[pid=22242/tid=22243] ppid=22240 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 653377131 52465664 358 33554432000 4194304 4650419 140735698312832 18446744073709551615 210199694422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 653377131 52465664 358 33554432000 4194304 4650419 140735698312832 18446744073709551615 210199694422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 653377131 52465664 358 33554432000 4194304 4650419 140735698312832 18446744073709551615 47679888049689 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.101752 s]
/proc/loadavg: 7.93 8.07 8.01 5/298 22242
/proc/meminfo: memFree=27563936/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=299252 CPUtime=0.37 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 1466 0 0 0 37 0 0 0 25 0 4 0 653377131 306434048 1264 33554432000 4194304 4650419 140735698312832 18446744073709551615 210204690615 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 74813 1264 392 112 0 69778 0
[pid=22242/tid=22243] ppid=22240 vsize=299252 CPUtime=0.08 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) D 22240 22242 21663 0 -1 4202560 249 0 0 0 8 0 0 0 18 0 4 0 653377131 306434048 1264 33554432000 4194304 4650419 140735698312832 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=299252 CPUtime=0.09 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 321 0 0 0 9 0 0 0 18 0 4 0 653377131 306434048 1264 33554432000 4194304 4650419 140735698312832 18446744073709551615 4334674 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=299252 CPUtime=0.09 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 219 0 0 0 9 0 0 0 18 0 4 0 653377131 306434048 1264 33554432000 4194304 4650419 140735698312832 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 299252

[startup+0.20063 s]
/proc/loadavg: 7.93 8.07 8.01 5/298 22242
/proc/meminfo: memFree=27563936/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=283144 CPUtime=0.77 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 1961 0 0 0 77 0 0 0 25 0 4 0 653377131 289939456 1514 33554432000 4194304 4650419 140735698312832 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 70786 1514 392 112 0 65751 0
[pid=22242/tid=22243] ppid=22240 vsize=283144 CPUtime=0.18 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 387 0 0 0 18 0 0 0 18 0 4 0 653377131 289939456 1514 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=283144 CPUtime=0.19 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 404 0 0 0 19 0 0 0 18 0 4 0 653377131 289939456 1515 33554432000 4194304 4650419 140735698312832 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=283144 CPUtime=0.19 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 359 0 0 0 19 0 0 0 18 0 4 0 653377131 289939456 1515 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283144

[startup+0.300615 s]
/proc/loadavg: 7.93 8.07 8.01 5/298 22242
/proc/meminfo: memFree=27563936/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=283824 CPUtime=1.17 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 2613 0 0 0 117 0 0 0 25 0 4 0 653377131 290635776 1659 33554432000 4194304 4650419 140735698312832 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 70956 1659 392 112 0 65921 0
[pid=22242/tid=22243] ppid=22240 vsize=283824 CPUtime=0.28 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 551 0 0 0 28 0 0 0 18 0 4 0 653377131 290635776 1659 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=283824 CPUtime=0.29 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 558 0 0 0 29 0 0 0 18 0 4 0 653377131 290635776 1660 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=283824 CPUtime=0.29 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 521 0 0 0 29 0 0 0 18 0 4 0 653377131 290635776 1660 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283824

[startup+0.700548 s]
/proc/loadavg: 7.93 8.07 8.01 5/298 22242
/proc/meminfo: memFree=27563936/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=284304 CPUtime=2.77 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 3779 0 0 0 277 0 0 0 25 0 4 0 653377131 291127296 2188 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 71076 2188 393 112 0 66041 0
[pid=22242/tid=22243] ppid=22240 vsize=284304 CPUtime=0.68 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 842 0 0 0 68 0 0 0 18 0 4 0 653377131 291127296 2188 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=284304 CPUtime=0.69 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 833 0 0 0 69 0 0 0 18 0 4 0 653377131 291127296 2188 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=284304 CPUtime=0.69 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 799 0 0 0 69 0 0 0 18 0 4 0 653377131 291127296 2188 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284304

[startup+1.50042 s]
/proc/loadavg: 7.93 8.07 8.01 10/302 22246
/proc/meminfo: memFree=27552924/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=285292 CPUtime=5.96 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 7395 0 0 0 595 1 0 0 25 0 4 0 653377131 292139008 4011 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 71323 4011 394 112 0 66288 0
[pid=22242/tid=22243] ppid=22240 vsize=285292 CPUtime=1.48 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 2060 0 0 0 148 0 0 0 20 0 4 0 653377131 292139008 4011 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=285292 CPUtime=1.49 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 1412 0 0 0 149 0 0 0 20 0 4 0 653377131 292139008 4011 33554432000 4194304 4650419 140735698312832 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=285292 CPUtime=1.49 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 1320 0 0 0 149 0 0 0 20 0 4 0 653377131 292139008 4011 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285292

[startup+3.10115 s]
/proc/loadavg: 7.93 8.07 8.01 9/302 22246
/proc/meminfo: memFree=27542752/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=281984 CPUtime=12.35 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 12983 0 0 0 1233 2 0 0 25 0 4 0 653377131 288751616 7541 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 70496 7541 394 112 0 65461 0
[pid=22242/tid=22243] ppid=22240 vsize=281984 CPUtime=3.08 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 3452 0 0 0 308 0 0 0 25 0 4 0 653377131 288751616 7541 33554432000 4194304 4650419 140735698312832 18446744073709551615 4439120 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=281984 CPUtime=3.09 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 3139 0 0 0 309 0 0 0 25 0 4 0 653377131 288751616 7541 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=281984 CPUtime=3.08 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 2962 0 0 0 308 0 0 0 25 0 4 0 653377131 288751616 7541 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 281984

[startup+6.30062 s]
/proc/loadavg: 7.93 8.07 8.01 9/302 22246
/proc/meminfo: memFree=27502936/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=293092 CPUtime=25.11 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 18444 0 0 0 2508 3 0 0 25 0 4 0 653377131 300126208 9314 33554432000 4194304 4650419 140735698312832 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 73273 9314 394 112 0 68238 0
[pid=22242/tid=22243] ppid=22240 vsize=293092 CPUtime=6.28 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 4658 0 0 0 627 1 0 0 25 0 4 0 653377131 300126208 9314 33554432000 4194304 4650419 140735698312832 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=293092 CPUtime=6.28 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 4509 0 0 0 628 0 0 0 25 0 4 0 653377131 300126208 9314 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=293092 CPUtime=6.28 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 4042 0 0 0 628 0 0 0 25 0 4 0 653377131 300126208 9314 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 293092

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

[startup+6.4006 s]
/proc/loadavg: 7.93 8.07 8.01 9/302 22246
/proc/meminfo: memFree=27502936/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=293128 CPUtime=25.51 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 18686 0 0 0 2548 3 0 0 25 0 4 0 653377131 300163072 9209 33554432000 4194304 4650419 140735698312832 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 73282 9209 394 112 0 68247 0
[pid=22242/tid=22243] ppid=22240 vsize=293128 CPUtime=6.38 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 4860 0 0 0 637 1 0 0 25 0 4 0 653377131 300163072 9209 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=293128 CPUtime=6.38 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 4534 0 0 0 638 0 0 0 25 0 4 0 653377131 300163072 9209 33554432000 4194304 4650419 140735698312832 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=293128 CPUtime=6.38 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 4057 0 0 0 638 0 0 0 25 0 4 0 653377131 300163072 9210 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 293128

[startup+8.00033 s]
/proc/loadavg: 7.93 8.07 8.01 9/302 22246
/proc/meminfo: memFree=27494676/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=284376 CPUtime=31.9 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 21235 0 0 0 3186 4 0 0 25 0 4 0 653377131 291201024 10107 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 71094 10107 394 112 0 66059 0
[pid=22242/tid=22243] ppid=22240 vsize=284376 CPUtime=7.98 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5339 0 0 0 797 1 0 0 25 0 4 0 653377131 291201024 10107 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=284376 CPUtime=7.98 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5211 0 0 0 798 0 0 0 25 0 4 0 653377131 291201024 10107 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=284376 CPUtime=7.99 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5169 0 0 0 798 1 0 0 25 0 4 0 653377131 291201024 10107 33554432000 4194304 4650419 140735698312832 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.9
Current children cumulated vsize (KiB) 284376

[startup+8.40026 s]
/proc/loadavg: 7.93 8.07 8.01 9/302 22246
/proc/meminfo: memFree=27494676/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=284412 CPUtime=33.49 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 21817 0 0 0 3345 4 0 0 25 0 4 0 653377131 291237888 10019 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 71103 10019 394 112 0 66068 0
[pid=22242/tid=22243] ppid=22240 vsize=284412 CPUtime=8.38 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5565 0 0 0 837 1 0 0 25 0 4 0 653377131 291237888 10019 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=284412 CPUtime=8.38 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5299 0 0 0 838 0 0 0 25 0 4 0 653377131 291237888 10019 33554432000 4194304 4650419 140735698312832 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=284412 CPUtime=8.39 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5344 0 0 0 838 1 0 0 25 0 4 0 653377131 291237888 10020 33554432000 4194304 4650419 140735698312832 18446744073709551615 4371092 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.49
Current children cumulated vsize (KiB) 284412

[startup+8.8002 s]
/proc/loadavg: 7.93 8.07 8.01 9/302 22246
/proc/meminfo: memFree=27494144/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=283972 CPUtime=35.1 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 22207 0 0 0 3506 4 0 0 25 0 4 0 653377131 290787328 10040 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365280 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 70993 10040 394 112 0 65958 0
[pid=22242/tid=22243] ppid=22240 vsize=283972 CPUtime=8.79 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5670 0 0 0 878 1 0 0 25 0 4 0 653377131 290787328 10043 33554432000 4194304 4650419 140735698312832 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=283972 CPUtime=8.79 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5433 0 0 0 879 0 0 0 25 0 4 0 653377131 290787328 10043 33554432000 4194304 4650419 140735698312832 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=283972 CPUtime=8.8 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5418 0 0 0 879 1 0 0 25 0 4 0 653377131 290787328 10043 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.1
Current children cumulated vsize (KiB) 283972

[startup+8.91118 s]
/proc/loadavg: 7.93 8.07 8.01 9/302 22246
/proc/meminfo: memFree=27494144/32951124 swapFree=63649232/67111528
[pid=22242] ppid=22240 vsize=283972 CPUtime=35.53 cores=1,3,5,7
/proc/22242/stat : 22242 (strangenight1-m) R 22240 22242 21663 0 -1 4202496 22446 0 0 0 3548 5 0 0 25 0 4 0 653377131 290787328 10279 33554432000 4194304 4650419 140735698312832 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/22242/statm: 70993 10279 394 112 0 65958 0
[pid=22242/tid=22243] ppid=22240 vsize=283972 CPUtime=8.89 cores=1,3,5,7
/proc/22242/task/22243/stat : 22243 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5690 0 0 0 888 1 0 0 25 0 4 0 653377131 290787328 10279 33554432000 4194304 4650419 140735698312832 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22242/tid=22244] ppid=22240 vsize=283972 CPUtime=8.89 cores=1,3,5,7
/proc/22242/task/22244/stat : 22244 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5454 0 0 0 889 0 0 0 25 0 4 0 653377131 290787328 10279 33554432000 4194304 4650419 140735698312832 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22242/tid=22245] ppid=22240 vsize=283972 CPUtime=8.9 cores=1,3,5,7
/proc/22242/task/22245/stat : 22245 (strangenight1-m) R 22240 22242 21663 0 -1 4202560 5440 0 0 0 889 1 0 0 25 0 4 0 653377131 290787328 10279 33554432000 4194304 4650419 140735698312832 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.53
Current children cumulated vsize (KiB) 283972

Child status: 20
Real time (s): 8.94158
CPU time (s): 35.6516
CPU user time (s): 35.5976
CPU system time (s): 0.053991
CPU usage (%): 398.717
Max. virtual memory (cumulated for all children) (KiB): 299252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5976
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22472
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= 143
involuntary context switches= 284

runsolver used 0.026995 second user time and 0.066989 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 02:03:06
IDJOB=3369180
IDBENCH=87444
IDSOLVER=1846
FILE ID=node130/3369180-1305417786
RUNJOBID= node130-1305414956-21682
PBS_JOBID= 13324556
Free space on /tmp= 73420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT02/handmade/pehoushek/plainoldcnf/5cnf_3900_3900_060.shuffled.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369180-1305417786/watcher-3369180-1305417786 -o /tmp/evaluation-result-3369180-1305417786/solver-3369180-1305417786 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369180-1305417786.cnf

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

MD5SUM BENCH= 8fb426184fc34ee36ee1bb5e07551b2d
RANDOM SEED=1596406601

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:      27567564 kB
Buffers:        265672 kB
Cached:        3634124 kB
SwapCached:      10248 kB
Active:        1317412 kB
Inactive:      3796032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27567564 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           15980 kB
Writeback:           0 kB
AnonPages:     1211916 kB
Mapped:          13540 kB
Slab:           183556 kB
PageTables:      25108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51742128 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= 73412 MiB
End job on node130 at 2011-05-15 02:03:15