Trace number 3367711

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)? (TO) 1300.08 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1114532273-035.SATISFIABLE.cnf
MD5SUMff7e731e0657a2728f5ff73a4fd8bb2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
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-3367711-1305386126.cnf'
0.00/0.01	c -- header says num vars:            550
0.00/0.01	c -- header says num clauses:        2343
0.00/0.01	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.01	c -- vars added        550
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       550      2343         0         0      7029         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2343/2343 lits-rem:0 time: 0.00
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.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     247 undec:      72 neg:     231
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       538      2323         0         0      7034         0   no data   no data
0.01/0.05	c Decided on static restart strategy
0.09/0.15	c  N st     8      4925       538      2323         0      4849      7034    118056   no data   no data
0.39/0.40	c  N st    10     11308       538      2323         0      4504      7034     79010   no data   no data
0.59/0.68	c  N st    11     17051       538      2323         0     10122      7034    224993   no data   no data
1.00/1.09	c  F st    12     25002       538      2323         0     12374      7034    256756   no data   no data
1.00/1.09	c  N st    12     25002       538      2323         0     12374      7034    256756   no data   no data
1.29/1.34	c Decided on static restart strategy
1.29/1.34	c  N st    18     30003       538      2323         0     10658      7034    203279   no data   no data
1.29/1.34	c  S st    18     30003       538      2323         0     10658      7034    203279   no data   no data
1.29/1.37	c  S st    18     30507       538      2323         0     11161      7034    214773   no data   no data
1.29/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.37	c blocked clauses removed:       16 vars:      3 tried:         538 T: 0.00 s
1.29/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
1.29/1.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.29/1.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.43	c lits-rem:        81  cl-subs:      537  v-elim:      0  v-fix:    0  time:  0.05 s
1.39/1.43	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.01
1.39/1.43	c calculated reachability. Time: 0.00
1.39/1.43	c  N st    18     30507       535      2307         0     10624      6986    200911   no data   no data
1.79/1.84	c  N st    20     37618       535      2307         0      9879      6986    165393   no data   no data
2.20/2.22	c  N st    21     44020       535      2307         0     16135      6986    313903   no data   no data
2.29/2.35	c  S st    22     45760       535      2307         0      9101      6986    130753   no data   no data
2.29/2.38	c  S st    22     46264       535      2307         0      9605      6986    143067   no data   no data
2.29/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.29/2.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.29/2.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
2.29/2.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.29/2.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.29/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.40	c lits-rem:        16  cl-subs:      137  v-elim:      0  v-fix:    0  time:  0.01 s
2.29/2.40	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
2.39/2.40	c vivif2 --  cl tried     9468 cl shrink        0 lits rem          0 time: 0.00
2.39/2.40	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.01
2.39/2.40	c calculated reachability. Time: 0.00
2.39/2.40	c  N st    22     46264       535      2307         0      9468      6986    139956   no data   no data
3.30/3.36	c  N st    23     60661       535      2307         0     13843      6986    239163   no data   no data
3.89/3.99	c  N st    24     69397       535      2307         0     11629      6986    171617   no data   no data
3.89/3.99	c  S st    24     69397       535      2307         0     11629      6986    171617   no data   no data
3.99/4.02	c  S st    24     69900       535      2307         0     12132      6986    183428   no data   no data
3.99/4.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.99/4.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.99/4.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
3.99/4.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.99/4.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/4.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.05	c lits-rem:        23  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.02 s
3.99/4.05	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
3.99/4.05	c vivif2 --  cl tried    11982 cl shrink        0 lits rem          0 time: 0.00
3.99/4.06	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.01
3.99/4.06	c calculated reachability. Time: 0.00
3.99/4.06	c  N st    24     69900       535      2307         0     11982      6986    179533   no data   no data
5.19/5.29	c  F st    25     87500       535      2307         0     17472      6986    313829   no data   no data
5.19/5.29	c  N st    25     87500       535      2307         0     17472      6986    313829   no data   no data
5.59/5.66	c Decided on static restart strategy
5.89/5.90	c  N st    32     95535       535      2307         0     25341      6986    504482   no data   no data
6.49/6.52	c  N st    34    104850       535      2307         0     21805      6986    409419   no data   no data
6.49/6.52	c  S st    34    104850       535      2307         0     21805      6986    409419   no data   no data
6.49/6.56	c  S st    34    105351       535      2307         0     22306      6986    421386   no data   no data
6.49/6.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.49/6.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.49/6.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.49/6.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.49/6.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.49/6.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
6.49/6.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.49/6.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.49/6.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.69/6.70	c lits-rem:       174  cl-subs:      560  v-elim:      0  v-fix:    0  time:  0.11 s
6.69/6.70	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
6.69/6.70	c vivif2 --  cl tried    21746 cl shrink        0 lits rem          0 time: 0.00
6.69/6.72	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.01
6.69/6.72	c calculated reachability. Time: 0.00
6.69/6.72	c  N st    34    105351       535      2307         0     21746      6986    405370   no data   no data
7.49/7.50	c  N st    35    114952       535      2307         0     17404      6986    272136   no data   no data
8.70/8.71	c  N st    36    129350       535      2307         0     16802      6986    238430   no data   no data
10.59/10.64	c  N st    37    150946       535      2307         0     22262      6986    363262   no data   no data
11.19/11.27	c  S st    38    158028       535      2307         0     29164      6986    538300   no data   no data
11.29/11.33	c  S st    38    158531       535      2307         0     29664      6986    550470   no data   no data
11.29/11.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.29/11.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.29/11.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.29/11.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.29/11.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.29/11.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
11.29/11.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.29/11.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.29/11.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.69/11.79	c lits-rem:       315  cl-subs:     1471  v-elim:      0  v-fix:    0  time:  0.43 s
11.69/11.79	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
11.79/11.80	c vivif2 --  cl tried    28193 cl shrink        0 lits rem          0 time: 0.00
11.79/11.81	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.01
11.79/11.81	c calculated reachability. Time: 0.00
11.79/11.81	c  N st    38    158531       535      2307         0     28193      6986    512370   no data   no data
16.79/16.84	c  N st    39    207119       535      2307         0     22870      6986    337014   no data   no data
19.80/19.89	c  N st    40    237799       535      2307         0     33333      6986    571879   no data   no data
19.80/19.89	c  S st    40    237799       535      2307         0     33333      6986    571879   no data   no data
19.89/19.97	c  S st    40    238302       535      2307         0     33836      6986    584772   no data   no data
19.89/19.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.89/19.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.89/19.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.89/19.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.89/19.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.89/19.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
19.89/19.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.89/19.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.99/20.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.49/20.58	c lits-rem:       246  cl-subs:     1949  v-elim:      0  v-fix:    0  time:  0.58 s
20.49/20.58	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
20.49/20.58	c vivif2 --  cl tried    31887 cl shrink        0 lits rem          0 time: 0.01
20.59/20.60	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.02
20.59/20.60	c calculated reachability. Time: 0.00
20.59/20.60	c  N st    40    238302       535      2307         0     31887      6986    537700   no data   no data
27.79/27.89	c  F st    41    306250       535      2307         0     33788      6986    564567   no data   no data
27.79/27.89	c  N st    41    306250       535      2307         0     33788      6986    564567   no data   no data
28.50/28.53	c Decided on static restart strategy
31.19/31.21	c  N st    51    334556       535      2307         0     38122      6986    652863   no data   no data
33.79/33.88	c  N st    53    357457       535      2307         0     36070      6986    584037   no data   no data
33.79/33.88	c  S st    53    357457       535      2307         0     36070      6986    584037   no data   no data
33.89/33.95	c  S st    53    357960       535      2307         0     36573      6986    596364   no data   no data
33.89/33.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.89/33.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
33.89/33.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.89/33.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.89/33.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.89/33.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
33.89/33.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.89/33.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.89/33.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.19/34.28	c lits-rem:       182  cl-subs:     1039  v-elim:      0  v-fix:    0  time:  0.29 s
34.19/34.28	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
34.19/34.29	c vivif2 --  cl tried    35534 cl shrink        0 lits rem          0 time: 0.01
34.29/34.31	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.02
34.29/34.31	c calculated reachability. Time: 0.00
34.29/34.31	c  N st    53    357960       535      2307         0     35534      6986    567630   no data   no data
38.10/38.11	c  N st    54    390353       535      2307         0     41826      6986    703687   no data   no data
44.09/44.14	c  N st    55    438945       535      2307         0     35465      6986    498215   no data   no data
53.09/53.10	c  N st    56    511828       535      2307         0     49038      6986    852915   no data   no data
56.29/56.39	c  N st    57    536940       535      2307         0     43290      6986    684075   no data   no data
56.29/56.39	c  S st    57    536940       535      2307         0     43290      6986    684075   no data   no data
56.39/56.48	c  S st    57    537447       535      2307         0     43795      6986    696697   no data   no data
56.39/56.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.49/56.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
56.49/56.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.49/56.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.49/56.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.49/56.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
56.49/56.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.49/56.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.49/56.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.10/57.11	c lits-rem:       252  cl-subs:     1530  v-elim:      0  v-fix:    0  time:  0.57 s
57.10/57.11	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
57.10/57.11	c vivif2 --  cl tried    42265 cl shrink        0 lits rem          0 time: 0.01
57.10/57.13	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.02
57.10/57.13	c calculated reachability. Time: 0.00
57.10/57.13	c  N st    57    537447       535      2307         0     42265      6986    652536   no data   no data
81.59/81.60	c  N st    58    701431       535      2307         0     36335      6986    400389   no data   no data
98.20/98.27	c  N st    59    806172       535      2307         0     65380      6986   1131071   no data   no data
98.20/98.27	c  S st    59    806172       535      2307         0     65380      6986   1131071   no data   no data
98.40/98.44	c  S st    59    806678       535      2307         0     65886      6986   1143209   no data   no data
98.40/98.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.40/98.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
98.40/98.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.40/98.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.40/98.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.40/98.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
98.40/98.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
98.40/98.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
98.49/98.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.99/101.04	c lits-rem:       378  cl-subs:     4079  v-elim:      0  v-fix:    0  time:  2.53 s
100.99/101.04	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
100.99/101.05	c vivif2 --  cl tried    61807 cl shrink        0 lits rem          0 time: 0.01
100.99/101.09	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.04
100.99/101.09	c calculated reachability. Time: 0.00
100.99/101.09	c  N st    59    806678       535      2307         0     61807      6986   1042811   no data   no data
147.00/147.05	c  F st    60   1071875       535      2307         0     77320      6986   1329475   no data   no data
147.00/147.06	c  N st    60   1071875       535      2307         0     77320      6986   1329475   no data   no data
148.20/148.28	c Decided on static restart strategy
152.49/152.57	c  N st    70   1100185       535      2307         0     61335      6986    900626   no data   no data
159.59/159.60	c  N st    72   1136180       535      2307         0     51810      6986    634098   no data   no data
166.20/166.24	c  N st    73   1168572       535      2307         0     83433      6986   1479152   no data   no data
174.81/174.81	c  N st    74   1210018       535      2307         0     77797      6986   1277617   no data   no data
174.81/174.81	c  S st    74   1210018       535      2307         0     77797      6986   1277617   no data   no data
174.91/174.98	c  S st    74   1210520       535      2307         0     78298      6986   1290128   no data   no data
174.91/174.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
175.00/175.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
175.00/175.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.00/175.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
175.00/175.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.00/175.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
175.00/175.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
175.00/175.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
175.00/175.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.21/178.29	c lits-rem:       550  cl-subs:     4468  v-elim:      0  v-fix:    0  time:  3.23 s
178.21/178.29	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
178.29/178.31	c vivif2 --  cl tried    73830 cl shrink        0 lits rem          0 time: 0.01
178.29/178.36	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.05
178.29/178.36	c calculated reachability. Time: 0.00
178.29/178.36	c  N st    74   1210520       535      2307         0     73830      6986   1176441   no data   no data
193.89/193.93	c  N st    75   1283402       535      2307         0     50360      6986    535413   no data   no data
216.40/216.46	c  N st    76   1392726       535      2307         0     58385      6986    695765   no data   no data
250.10/250.18	c  N st    77   1556710       535      2307         0     63760      6986    832519   no data   no data
284.30/284.30	c  N st    78   1710521       535      2307         0    104920      6986   1870975   no data   no data
284.30/284.30	c  S st    78   1710521       535      2307         0    104920      6986   1870975   no data   no data
284.50/284.58	c  S st    78   1711025       535      2307         0    105424      6986   1883686   no data   no data
284.50/284.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
284.60/284.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
284.60/284.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
284.60/284.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.60/284.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.60/284.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
284.60/284.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
284.60/284.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.70/284.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.50/294.56	c lits-rem:       691  cl-subs:     9080  v-elim:      0  v-fix:    0  time:  9.85 s
294.50/294.56	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
294.50/294.58	c vivif2 --  cl tried    96344 cl shrink        0 lits rem          0 time: 0.02
294.60/294.66	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.08
294.60/294.66	c calculated reachability. Time: 0.00
294.60/294.66	c  N st    78   1711025       535      2307         0     96344      6986   1665362   no data   no data
387.80/387.85	c  N st    79   2079992       535      2307         0    108425      6986   1895418   no data   no data
421.11/421.13	c  N st    80   2211025       535      2307         0    112478      6986   1966268   no data   no data
421.11/421.13	c  S st    80   2211025       535      2307         0    112478      6986   1966268   no data   no data
421.41/421.40	c  S st    80   2211526       535      2307         0    112979      6986   1979573   no data   no data
421.41/421.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
421.41/421.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
421.41/421.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
421.41/421.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
421.41/421.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.41/421.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
421.41/421.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
421.41/421.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
421.51/421.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.31/430.38	c lits-rem:       737  cl-subs:     6639  v-elim:      0  v-fix:    0  time:  8.85 s
430.31/430.39	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
430.41/430.41	c vivif2 --  cl tried   106340 cl shrink        0 lits rem          0 time: 0.02
430.51/430.50	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.09
430.51/430.50	c calculated reachability. Time: 0.00
430.51/430.50	c  N st    80   2211526       535      2307         0    106340      6986   1804801   no data   no data
571.52/571.56	c  N st    81   2711528       535      2307         0    129521      6986   2278450   no data   no data
571.52/571.56	c  S st    81   2711528       535      2307         0    129521      6986   2278450   no data   no data
571.92/571.93	c  S st    81   2712031       535      2307         0    130024      6986   2290943   no data   no data
571.92/571.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
571.92/572.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
571.92/572.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
571.92/572.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
571.92/572.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
571.92/572.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
571.92/572.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
572.03/572.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
572.03/572.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
588.11/588.18	c lits-rem:      1174  cl-subs:    10897  v-elim:      0  v-fix:    0  time: 16.09 s
588.11/588.18	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
588.21/588.21	c vivif2 --  cl tried   119127 cl shrink        0 lits rem          0 time: 0.03
588.31/588.32	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.10
588.31/588.32	c calculated reachability. Time: 0.00
588.31/588.32	c  N st    81   2712031       535      2307         0    119127      6986   2033349   no data   no data
743.12/743.16	c  N st    82   3212031       535      2307         0     94858      6986   1223941   no data   no data
743.12/743.16	c  S st    82   3212031       535      2307         0     94858      6986   1223941   no data   no data
743.32/743.39	c  S st    82   3212534       535      2307         0     95361      6986   1236797   no data   no data
743.32/743.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
743.42/743.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
743.42/743.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
743.42/743.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
743.42/743.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
743.42/743.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
743.42/743.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
743.42/743.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
743.42/743.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
745.22/745.28	c lits-rem:       235  cl-subs:     3501  v-elim:      0  v-fix:    0  time:  1.80 s
745.22/745.28	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
745.32/745.30	c vivif2 --  cl tried    91860 cl shrink        0 lits rem          0 time: 0.02
745.32/745.37	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.07
745.32/745.37	c calculated reachability. Time: 0.00
745.32/745.37	c  N st    82   3212534       535      2307         0     91860      6986   1151614   no data   no data
912.53/912.52	c  N st    83   3712534       535      2307         0    103150      6986   1347678   no data   no data
912.53/912.52	c  S st    83   3712534       535      2307         0    103150      6986   1347678   no data   no data
912.83/912.80	c  S st    83   3713036       535      2307         0    103652      6986   1360784   no data   no data
912.83/912.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
912.83/912.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
912.83/912.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
912.83/912.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
912.83/912.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
912.83/912.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
912.83/912.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
912.83/912.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
912.94/912.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
914.63/914.60	c lits-rem:       308  cl-subs:     2480  v-elim:      0  v-fix:    0  time:  1.69 s
914.63/914.60	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
914.63/914.62	c vivif2 --  cl tried   101172 cl shrink        0 lits rem          0 time: 0.02
914.73/914.70	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.08
914.73/914.70	c calculated reachability. Time: 0.00
914.73/914.70	c  N st    83   3713036       535      2307         0    101172      6986   1298065   no data   no data
927.43/927.46	c  F st    84   3751565       535      2307         0    138740      6986   2302502   no data   no data
927.43/927.47	c  N st    84   3751565       535      2307         0    138740      6986   2302502   no data   no data
929.73/929.74	c Decided on static restart strategy
940.23/940.26	c  N st    94   3779869       535      2307         0     83509      6986    792838   no data   no data
950.94/950.94	c  N st    96   3815862       535      2307         0    118632      6986   1720483   no data   no data
962.03/962.04	c  N st    97   3848254       535      2307         0    150327      6986   2600582   no data   no data
978.63/978.64	c  N st    98   3896842       535      2307         0    113992      6986   1597377   no data   no data
1002.04/1002.05	c  N st    99   3969724       535      2307         0    100048      6986   1195167   no data   no data
1036.25/1036.25	c  N st   100   4079047       535      2307         0    120911      6986   1733324   no data   no data
1077.74/1077.77	c  N st   101   4213036       535      2307         0    165130      6986   2995849   no data   no data
1077.74/1077.77	c  S st   101   4213036       535      2307         0    165130      6986   2995849   no data   no data
1078.24/1078.29	c  S st   101   4213539       535      2307         0    165629      6986   3008362   no data   no data
1078.34/1078.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1078.34/1078.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
1078.34/1078.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1078.34/1078.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1078.34/1078.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1078.34/1078.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
1078.34/1078.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1078.44/1078.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1078.53/1078.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1094.14/1094.13	c lits-rem:      2063  cl-subs:     7413  v-elim:      0  v-fix:    0  time: 15.62 s
1094.14/1094.13	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
1094.14/1094.16	c vivif2 --  cl tried   158216 cl shrink        0 lits rem          0 time: 0.04
1094.34/1094.32	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.15
1094.34/1094.32	c calculated reachability. Time: 0.00
1094.34/1094.32	c  N st   101   4213539       535      2307         0    158216      6986   2818450   no data   no data
1178.74/1178.79	c  N st   102   4459515       535      2307         0    131274      6986   1897670   no data   no data
1270.56/1270.56	c  N st   103   4713540       535      2307         0    103796      6986   1140055   no data   no data
1270.56/1270.56	c  S st   103   4713540       535      2307         0    103796      6986   1140055   no data   no data
1270.75/1270.79	c  S st   103   4714042       535      2307         0    104298      6986   1153105   no data   no data
1270.75/1270.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1270.85/1270.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
1270.85/1270.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1270.85/1270.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1270.85/1270.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1270.85/1270.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
1270.85/1270.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1270.85/1270.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1270.85/1270.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1271.75/1271.71	c lits-rem:       155  cl-subs:     1869  v-elim:      0  v-fix:    0  time:  0.83 s
1271.75/1271.71	c vivif2 --  cl tried     2307 cl shrink        0 lits rem          0 time: 0.00
1271.75/1271.73	c vivif2 --  cl tried   102429 cl shrink        0 lits rem          0 time: 0.02
1271.85/1271.81	c asymm  cl-useful: 0/2307/2307 lits-rem:0 time: 0.08
1271.85/1271.81	c calculated reachability. Time: 0.00
1271.85/1271.81	c  N st   103   4714042       535      2307         0    102429      6986   1108244   no data   no data

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-3367711-1305386126/watcher-3367711-1305386126 -o /tmp/evaluation-result-3367711-1305386126/solver-3367711-1305386126 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367711-1305386126.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 3.52 3.81 3/337 18620
/proc/meminfo: memFree=12807888/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=30244 CPUtime=0 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 667 0 0 0 0 0 0 0 22 0 1 0 631028214 30969856 608 33554432000 4194304 4580011 140734352584112 18446744073709551615 270338408343 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 7561 609 356 95 0 2543 0

[startup+0.016644 s]
/proc/loadavg: 2.20 3.52 3.81 3/337 18620
/proc/meminfo: memFree=12807888/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=30244 CPUtime=0.01 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 685 0 0 0 1 0 0 0 22 0 1 0 631028214 30969856 626 33554432000 4194304 4580011 140734352584112 18446744073709551615 4305928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 7561 626 363 95 0 2543 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30244

[startup+0.100664 s]
/proc/loadavg: 2.20 3.52 3.81 3/337 18620
/proc/meminfo: memFree=12807888/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=30400 CPUtime=0.09 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 784 0 0 0 9 0 0 0 22 0 1 0 631028214 31129600 725 33554432000 4194304 4580011 140734352584112 18446744073709551615 4320754 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 7600 725 364 95 0 2582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30400

[startup+0.300621 s]
/proc/loadavg: 2.20 3.52 3.81 3/337 18620
/proc/meminfo: memFree=12807888/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=31020 CPUtime=0.29 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 1064 0 0 0 29 0 0 0 23 0 1 0 631028214 31764480 859 33554432000 4194304 4580011 140734352584112 18446744073709551615 4322495 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 7755 859 364 95 0 2737 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31020

[startup+0.700542 s]
/proc/loadavg: 2.20 3.52 3.81 3/337 18620
/proc/meminfo: memFree=12807888/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=31460 CPUtime=0.69 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 1459 0 0 0 69 0 0 0 25 0 1 0 631028214 32215040 1030 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 7865 1030 364 95 0 2847 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31460

[startup+1.50038 s]
/proc/loadavg: 2.20 3.52 3.81 5/343 18631
/proc/meminfo: memFree=12789660/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=37492 CPUtime=1.49 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 3514 0 0 0 149 0 0 0 25 0 1 0 631028214 38391808 2470 33554432000 4194304 4580011 140734352584112 18446744073709551615 4293953 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 9373 2470 367 95 0 4355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37492

[startup+3.10107 s]
/proc/loadavg: 2.20 3.52 3.81 5/343 18631
/proc/meminfo: memFree=12764256/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=37724 CPUtime=3.09 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 4544 0 0 0 309 0 0 0 25 0 1 0 631028214 38629376 2702 33554432000 4194304 4580011 140734352584112 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 9431 2702 367 95 0 4413 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37724

[startup+6.30043 s]
/proc/loadavg: 2.42 3.54 3.81 5/343 18631
/proc/meminfo: memFree=12757692/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=39444 CPUtime=6.29 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 6922 0 0 0 629 0 0 0 25 0 1 0 631028214 40390656 2962 33554432000 4194304 4580011 140734352584112 18446744073709551615 4301824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 9861 2962 367 95 0 4843 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39444

[startup+12.7002 s]
/proc/loadavg: 2.55 3.55 3.81 5/343 18631
/proc/meminfo: memFree=12729744/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=52080 CPUtime=12.69 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 12674 0 0 0 1268 1 0 0 25 0 1 0 631028214 53329920 5891 33554432000 4194304 4580011 140734352584112 18446744073709551615 4293073 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 13020 5891 367 95 0 8002 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52080

[startup+25.5006 s]
/proc/loadavg: 2.87 3.57 3.82 5/343 18631
/proc/meminfo: memFree=12709012/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=57784 CPUtime=25.49 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 18656 0 0 0 2547 2 0 0 25 0 1 0 631028214 59170816 7481 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 14446 7481 367 95 0 9428 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57784

[startup+51.1005 s]
/proc/loadavg: 3.25 3.60 3.82 5/343 18632
/proc/meminfo: memFree=12697176/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=63048 CPUtime=51.09 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 28592 0 0 0 5106 3 0 0 25 0 1 0 631028214 64561152 8392 33554432000 4194304 4580011 140734352584112 18446744073709551615 4318676 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 15762 8392 367 95 0 10744 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63048

[startup+102.312 s]
/proc/loadavg: 3.67 3.66 3.82 5/343 18633
/proc/meminfo: memFree=12646796/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=82436 CPUtime=102.31 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 46323 0 0 0 10223 8 0 0 25 0 1 0 631028214 84414464 13990 33554432000 4194304 4580011 140734352584112 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 20609 13990 367 95 0 15591 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82436

[startup+162.3 s]
/proc/loadavg: 3.88 3.72 3.83 5/343 18635
/proc/meminfo: memFree=12631976/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=82860 CPUtime=162.3 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 60102 0 0 0 16218 12 0 0 25 0 1 0 631028214 84848640 13696 33554432000 4194304 4580011 140734352584112 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 20715 13696 367 95 0 15697 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 82860

[startup+222.301 s]
/proc/loadavg: 4.05 3.80 3.85 5/343 18664
/proc/meminfo: memFree=12619516/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=97624 CPUtime=222.3 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 74036 0 0 0 22215 15 0 0 25 0 1 0 631028214 99966976 17612 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 24406 17612 367 95 0 19388 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 97624

[startup+282.301 s]
/proc/loadavg: 4.02 3.83 3.85 5/343 18665
/proc/meminfo: memFree=12609032/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=97896 CPUtime=282.31 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 85499 0 0 0 28213 18 0 0 25 0 1 0 631028214 100245504 17774 33554432000 4194304 4580011 140734352584112 18446744073709551615 4316993 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 24474 17774 367 95 0 19456 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 97896

[startup+342.301 s]
/proc/loadavg: 4.00 3.86 3.86 5/343 18667
/proc/meminfo: memFree=12559988/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=116668 CPUtime=342.3 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 97508 0 0 0 34210 20 0 0 25 0 1 0 631028214 119468032 22415 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 29167 22415 367 95 0 24149 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116668

[startup+402.301 s]
/proc/loadavg: 4.00 3.88 3.86 5/343 18668
/proc/meminfo: memFree=12553740/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=116888 CPUtime=402.31 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 107465 0 0 0 40206 25 0 0 25 0 1 0 631028214 119693312 22270 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 29222 22270 367 95 0 24204 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 116888

[startup+462.301 s]
/proc/loadavg: 4.07 3.92 3.88 5/343 18670
/proc/meminfo: memFree=12535456/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=133780 CPUtime=462.31 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 119380 0 0 0 46203 28 0 0 25 0 1 0 631028214 136990720 25798 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 33445 25798 367 95 0 28427 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 133780

[startup+522.301 s]
/proc/loadavg: 4.02 3.93 3.88 5/343 18672
/proc/meminfo: memFree=12519044/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=133956 CPUtime=522.31 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 128236 0 0 0 52198 33 0 0 25 0 1 0 631028214 137170944 26061 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 33489 26061 367 95 0 28471 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 133956

[startup+582.301 s]
/proc/loadavg: 4.01 3.94 3.89 6/344 18676
/proc/meminfo: memFree=12447808/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=151352 CPUtime=582.31 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 138913 0 0 0 58195 36 0 0 25 0 1 0 631028214 154984448 30797 33554432000 4194304 4580011 140734352584112 18446744073709551615 4406387 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 37838 30797 367 95 0 32820 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 151352

[startup+642.3 s]
/proc/loadavg: 4.00 3.95 3.89 6/343 18678
/proc/meminfo: memFree=12485284/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=151504 CPUtime=642.33 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 146462 0 0 0 64194 39 0 0 25 0 1 0 631028214 155140096 29105 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 37876 29105 367 95 0 32858 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 151504

[startup+702.3 s]
/proc/loadavg: 4.19 4.00 3.91 5/343 18679
/proc/meminfo: memFree=12472956/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=151624 CPUtime=702.32 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 153716 0 0 0 70190 42 0 0 25 0 1 0 631028214 155262976 30331 33554432000 4194304 4580011 140734352584112 18446744073709551615 4318357 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 37906 30331 367 95 0 32888 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 151624

[startup+762.312 s]
/proc/loadavg: 4.07 4.00 3.91 5/343 18681
/proc/meminfo: memFree=12471152/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=152108 CPUtime=762.34 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 161033 0 0 0 76189 45 0 0 25 0 1 0 631028214 155758592 31385 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 38027 31385 367 95 0 33009 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 152108

[startup+822.3 s]
/proc/loadavg: 4.02 4.00 3.91 5/343 18683
/proc/meminfo: memFree=12465512/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=203564 CPUtime=822.32 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 167877 0 0 0 82185 47 0 0 25 0 1 0 631028214 208449536 31657 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 50891 31657 367 95 0 45873 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 203564

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 3.91 5/343 18684
/proc/meminfo: memFree=12467844/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=152400 CPUtime=882.32 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 176262 0 0 0 88181 51 0 0 25 0 1 0 631028214 156057600 29947 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 38100 29947 367 95 0 33082 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 152400

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/343 18686
/proc/meminfo: memFree=12465076/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=158512 CPUtime=942.33 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 184286 0 0 0 94179 54 0 0 25 0 1 0 631028214 162316288 31037 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 39628 31037 367 95 0 34610 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 158512

[startup+1002.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/343 18687
/proc/meminfo: memFree=12457824/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=158596 CPUtime=1002.34 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 191573 0 0 0 100176 58 0 0 25 0 1 0 631028214 162402304 31258 33554432000 4194304 4580011 140734352584112 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 39649 31258 367 95 0 34631 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 158596

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/343 18689
/proc/meminfo: memFree=12458412/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=158704 CPUtime=1062.34 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 199435 0 0 0 106173 61 0 0 25 0 1 0 631028214 162512896 31886 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 39676 31886 367 95 0 34658 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 158704

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/343 18691
/proc/meminfo: memFree=12415588/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=184244 CPUtime=1122.34 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 209869 0 0 0 112170 64 0 0 25 0 1 0 631028214 188665856 38368 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 46061 38368 367 95 0 41043 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 184244

[startup+1182.3 s]
/proc/loadavg: 4.06 4.02 3.93 5/343 18692
/proc/meminfo: memFree=12410728/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=184328 CPUtime=1182.34 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 216816 0 0 0 118167 67 0 0 25 0 1 0 631028214 188751872 38134 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 46082 38134 367 95 0 41064 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 184328

[startup+1242.3 s]
/proc/loadavg: 4.10 4.04 3.94 5/343 18694
/proc/meminfo: memFree=12417464/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=184408 CPUtime=1242.34 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 223974 0 0 0 124164 70 0 0 25 0 1 0 631028214 188833792 37768 33554432000 4194304 4580011 140734352584112 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 46102 37768 367 95 0 41084 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 184408



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.94 4/341 18696
/proc/meminfo: memFree=12477548/32951124 swapFree=67111352/67111528
[pid=18620] ppid=18618 vsize=238740 CPUtime=1300.06 cores=1,3
/proc/18620/stat : 18620 (strangenight2-s) R 18618 18620 17595 0 -1 4202496 229253 0 0 0 129932 74 0 0 25 0 1 0 631028214 244469760 39236 33554432000 4194304 4580011 140734352584112 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18620/statm: 59685 39236 367 95 0 54667 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 238740

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.08
CPU user time (s): 1299.33
CPU system time (s): 0.747886
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 238740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.33
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229253
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= 9
involuntary context switches= 1467

runsolver used 4.09838 second user time and 10.0995 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 17:15:26
IDJOB=3367711
IDBENCH=82920
IDSOLVER=1845
FILE ID=node143/3367711-1305386126
RUNJOBID= node143-1305386126-18590
PBS_JOBID= 13324359
Free space on /tmp= 73404 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1114532273-035.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367711-1305386126/watcher-3367711-1305386126 -o /tmp/evaluation-result-3367711-1305386126/solver-3367711-1305386126 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367711-1305386126.cnf

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

MD5SUM BENCH= ff7e731e0657a2728f5ff73a4fd8bb2e
RANDOM SEED=625391320

node143.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.846
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.69
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.846
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.846
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.846
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.83
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.846
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.846
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.846
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.846
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:     32951124 kB
MemFree:      12808176 kB
Buffers:        273888 kB
Cached:        3402868 kB
SwapCached:          0 kB
Active:       17232516 kB
Inactive:      2647740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12808176 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           16356 kB
Writeback:           0 kB
AnonPages:    16202120 kB
Mapped:          29556 kB
Slab:           144048 kB
PageTables:      53440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69999812 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= 73400 MiB
End job on node143 at 2011-05-14 17:37:08