Trace number 3370581

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n160-s73223945-unsat.cnf
MD5SUMebbfc0ffb6aa4fcba0d5ce3964018543
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables161
Number of clauses332
Sum of the clauses size996
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3332
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 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-3370581-1305389953.cnf'
0.00/0.01	c -- header says num vars:            161
0.00/0.01	c -- header says num clauses:         332
0.00/0.01	c -- clauses added:            0 learnts,          332 normals,            0 xors
0.00/0.01	c -- vars added        161
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       161       332         0         0       996         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/332/332 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 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:    161 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  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:       6 undec:     151 neg:       4
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       161       332         0         0       996         0   no data   no data  --
0.00/0.03	c Decided on static restart strategy
0.05/0.09	c  N st     8      4920       161       332         0      4455       996    110183   no data   no data  --
0.19/0.25	c  N st    10     11303       161       332         0      3978       996     77197   no data   no data  --
0.39/0.42	c  N st    11     17046       161       332         0      8850       996    221995   no data   no data  --
0.59/0.69	c  F st    12     25000       161       332         0     11094       996    269399   no data   no data  --
0.59/0.69	c  N st    12     25000       161       332         0     11094       996    269399   no data   no data  --
0.79/0.85	c Decided on static restart strategy
0.79/0.85	c  N st    18     30001       161       332         0      9610       996    203490   no data   no data  --
0.79/0.85	c  S st    18     30001       161       332         0      9610       996    203490   no data   no data  --
0.79/0.87	c  S st    18     30501       161       332         0     10092       996    214240   no data   no data  --
0.79/0.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.79/0.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
0.79/0.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.99/1.07	c lits-rem:      2347  cl-subs:      598  v-elim:      0  v-fix:    0  time:  0.19 s
0.99/1.07	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.00
0.99/1.07	c calculated reachability. Time: 0.00
0.99/1.07	c  N st    18     30501       161       332         0      9494       996    192461   no data   no data  --
1.29/1.32	c  N st    20     37612       161       332         0      8731       996    174820   no data   no data  --
1.49/1.55	c  N st    21     44012       161       332         0     14483       996    319389   no data   no data  --
1.59/1.62	c  S st    22     45751       161       332         0      8098       996    130029   no data   no data  --
1.59/1.64	c  S st    22     46254       161       332         0      8584       996    140699   no data   no data  --
1.59/1.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.59/1.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
1.59/1.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.69	c lits-rem:       221  cl-subs:      122  v-elim:      0  v-fix:    0  time:  0.05 s
1.59/1.69	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
1.59/1.70	c vivif2 --  cl tried     8462 cl shrink        0 lits rem          0 time: 0.00
1.69/1.70	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.00
1.69/1.70	c calculated reachability. Time: 0.00
1.69/1.70	c  N st    22     46254       161       332         0      8462       996    136904   no data   no data  --
2.19/2.28	c  N st    23     60652       161       332         0     12323       996    237881   no data   no data  --
2.58/2.64	c  N st    24     69383       161       332         0     10412       996    163830   no data   no data  --
2.58/2.64	c  S st    24     69383       161       332         0     10412       996    163830   no data   no data  --
2.58/2.67	c  S st    24     69887       161       332         0     10900       996    174486   no data   no data  --
2.58/2.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.58/2.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.58/2.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.58/2.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.58/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.58/2.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
2.58/2.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.88/2.92	c lits-rem:       457  cl-subs:       95  v-elim:      0  v-fix:    0  time:  0.25 s
2.88/2.92	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
2.88/2.92	c vivif2 --  cl tried    10805 cl shrink        0 lits rem          0 time: 0.00
2.88/2.93	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.00
2.88/2.93	c calculated reachability. Time: 0.00
2.88/2.93	c  N st    24     69887       161       332         0     10805       996    171785   no data   no data  --
3.78/3.83	c  F st    25     87500       161       332         0     15642       996    305914   no data   no data  --
3.78/3.83	c  N st    25     87500       161       332         0     15642       996    305914   no data   no data  --
3.98/4.03	c Decided on static restart strategy
4.08/4.15	c  N st    32     95537       161       332         0     22819       996    505063   no data   no data  --
4.49/4.50	c  N st    34    104830       161       332         0     19495       996    386088   no data   no data  --
4.49/4.50	c  S st    34    104830       161       332         0     19495       996    386088   no data   no data  --
4.49/4.53	c  S st    34    105334       161       332         0     19983       996    396500   no data   no data  --
4.49/4.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.49/4.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.49/4.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.49/4.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.49/4.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.49/4.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
4.49/4.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.89/5.90	c lits-rem:      2104  cl-subs:     1068  v-elim:      0  v-fix:    0  time:  1.35 s
5.89/5.90	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
5.89/5.90	c vivif2 --  cl tried    18915 cl shrink        0 lits rem          0 time: 0.00
5.89/5.91	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.00
5.89/5.91	c calculated reachability. Time: 0.00
5.89/5.91	c  N st    34    105334       161       332         0     18915       996    359533   no data   no data  --
6.39/6.43	c  N st    35    114933       161       332         0     15000       996    252407   no data   no data  --
7.09/7.17	c  N st    36    129332       161       332         0     14404       996    224614   no data   no data  --
7.88/7.98	c  N st    37    150927       161       332         0     18715       996    328226   no data   no data  --
8.28/8.34	c  S st    38    158001       161       332         0     24926       996    507107   no data   no data  --
8.28/8.39	c  S st    38    158504       161       332         0     25414       996    518496   no data   no data  --
8.28/8.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.28/8.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.38/8.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
8.38/8.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/8.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/8.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
8.38/8.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.28/10.35	c lits-rem:      4150  cl-subs:     1849  v-elim:      0  v-fix:    0  time:  1.94 s
10.28/10.35	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
10.28/10.35	c vivif2 --  cl tried    23565 cl shrink        0 lits rem          0 time: 0.00
10.28/10.36	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.01
10.28/10.36	c calculated reachability. Time: 0.00
10.28/10.36	c  N st    38    158504       161       332         0     23565       996    451532   no data   no data  --
13.09/13.14	c  N st    39    207092       161       332         0     19320       996    309300   no data   no data  --
14.88/14.93	c  N st    40    237758       161       332         0     28756       996    588368   no data   no data  --
14.88/14.93	c  S st    40    237758       161       332         0     28756       996    588368   no data   no data  --
14.88/14.98	c  S st    40    238263       161       332         0     29246       996    599287   no data   no data  --
14.88/14.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.88/14.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.88/14.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
14.98/15.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.98/15.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.98/15.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
14.98/15.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.78/16.82	c lits-rem:      3061  cl-subs:     2256  v-elim:      0  v-fix:    0  time:  1.82 s
16.78/16.82	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
16.78/16.83	c vivif2 --  cl tried    26990 cl shrink        0 lits rem          0 time: 0.00
16.78/16.83	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.01
16.78/16.83	c calculated reachability. Time: 0.00
16.78/16.83	c  N st    40    238263       161       332         0     26990       996    521475   no data   no data  --
20.90/20.94	c  F st    41    306251       161       332         0     28406       996    528389   no data   no data  --
20.90/20.94	c  N st    41    306251       161       332         0     28406       996    528389   no data   no data  --
21.19/21.24	c Decided on static restart strategy
22.59/22.60	c  N st    51    334554       161       332         0     32620       996    626982   no data   no data  --
23.99/24.01	c  N st    53    357394       161       332         0     31267       996    562468   no data   no data  --
23.99/24.01	c  S st    53    357394       161       332         0     31267       996    562468   no data   no data  --
23.99/24.07	c  S st    53    357900       161       332         0     31761       996    573985   no data   no data  --
23.99/24.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.99/24.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.99/24.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
23.99/24.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.99/24.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.99/24.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
23.99/24.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.29/25.38	c lits-rem:      1904  cl-subs:     1049  v-elim:      0  v-fix:    0  time:  1.29 s
25.29/25.38	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
25.29/25.39	c vivif2 --  cl tried    30712 cl shrink        0 lits rem          0 time: 0.00
25.38/25.40	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.01
25.38/25.40	c calculated reachability. Time: 0.00
25.38/25.40	c  N st    53    357900       161       332         0     30712       996    540700   no data   no data  --
27.39/27.41	c  N st    54    390292       161       332         0     35993       996    680903   no data   no data  --
30.59/30.65	c  N st    55    438880       161       332         0     29958       996    485668   no data   no data  --
35.09/35.11	c  N st    56    511762       161       332         0     41096       996    753490   no data   no data  --
36.78/36.85	c  N st    57    536851       161       332         0     36369       996    634132   no data   no data  --
36.78/36.85	c  S st    57    536851       161       332         0     36369       996    634132   no data   no data  --
36.88/36.92	c  S st    57    537356       161       332         0     36861       996    646688   no data   no data  --
36.88/36.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.88/36.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.88/36.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
36.88/36.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.88/36.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.88/36.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
36.88/36.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.79/38.82	c lits-rem:      4440  cl-subs:     1682  v-elim:      0  v-fix:    0  time:  1.87 s
38.79/38.82	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
38.79/38.82	c vivif2 --  cl tried    35179 cl shrink        0 lits rem          0 time: 0.01
38.79/38.83	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.01
38.79/38.83	c calculated reachability. Time: 0.00
38.79/38.83	c  N st    57    537356       161       332         0     35179       996    590190   no data   no data  --
51.39/51.44	c  N st    58    701341       161       332         0     61023       996   1282648   no data   no data  --
59.18/59.22	c  N st    59    806034       161       332         0     54018       996    977851   no data   no data  --
59.18/59.22	c  S st    59    806034       161       332         0     54018       996    977851   no data   no data  --
59.29/59.31	c  S st    59    806541       161       332         0     54514       996    989853   no data   no data  --
59.29/59.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.29/59.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.29/59.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
59.29/59.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.29/59.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.29/59.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
59.29/59.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.99/65.07	c lits-rem:      5047  cl-subs:     5423  v-elim:      0  v-fix:    0  time:  5.72 s
64.99/65.07	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
64.99/65.08	c vivif2 --  cl tried    49091 cl shrink        0 lits rem          0 time: 0.01
65.09/65.11	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.02
65.09/65.11	c calculated reachability. Time: 0.00
65.09/65.11	c  N st    59    806541       161       332         0     49091       996    833447   no data   no data  --
86.38/86.44	c  F st    60   1071877       161       332         0     65127       996   1211737   no data   no data  --
86.38/86.44	c  N st    60   1071877       161       332         0     65127       996   1211737   no data   no data  --
86.90/86.92	c Decided on static restart strategy
88.88/88.94	c  N st    70   1100178       161       332         0     52163       996    889072   no data   no data  --
92.19/92.22	c  N st    72   1136172       161       332         0     43627       996    608440   no data   no data  --
94.79/94.88	c  N st    73   1168564       161       332         0     70811       996   1357089   no data   no data  --
98.59/98.61	c  N st    74   1209811       161       332         0     67615       996   1254210   no data   no data  --
98.59/98.61	c  S st    74   1209811       161       332         0     67615       996   1254210   no data   no data  --
98.69/98.72	c  S st    74   1210316       161       332         0     68110       996   1265811   no data   no data  --
98.69/98.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.69/98.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.69/98.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
98.69/98.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.69/98.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.69/98.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
98.69/98.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.30/103.31	c lits-rem:      2438  cl-subs:     2734  v-elim:      0  v-fix:    0  time:  4.53 s
103.30/103.31	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
103.30/103.32	c vivif2 --  cl tried    65376 cl shrink        0 lits rem          0 time: 0.01
103.30/103.35	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.03
103.30/103.35	c calculated reachability. Time: 0.00
103.30/103.35	c  N st    74   1210316       161       332         0     65376       996   1181696   no data   no data  --
110.88/110.98	c  N st    75   1283199       161       332         0     43467       996    569190   no data   no data  --
121.99/122.07	c  N st    76   1392522       161       332         0     52318       996    757650   no data   no data  --
138.39/138.48	c  N st    77   1556507       161       332         0     54172       996    818047   no data   no data  --
152.69/152.74	c  N st    78   1710316       161       332         0     89528       996   1688869   no data   no data  --
152.69/152.74	c  S st    78   1710316       161       332         0     89528       996   1688869   no data   no data  --
152.79/152.89	c  S st    78   1710822       161       332         0     90026       996   1702078   no data   no data  --
152.79/152.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
152.79/152.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.90/152.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
152.90/152.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.90/152.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.90/152.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
152.90/152.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
176.08/176.19	c lits-rem:      4103  cl-subs:    12334  v-elim:      0  v-fix:    0  time: 23.22 s
176.08/176.20	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
176.18/176.21	c vivif2 --  cl tried    77692 cl shrink        0 lits rem          0 time: 0.02
176.18/176.26	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.04
176.18/176.26	c calculated reachability. Time: 0.00
176.18/176.26	c  N st    78   1710822       161       332         0     77692       996   1348010   no data   no data  --
214.69/214.79	c  N st    79   2079786       161       332         0     88876       996   1733012   no data   no data  --
228.99/229.04	c  N st    80   2210822       161       332         0     90126       996   1628224   no data   no data  --
228.99/229.04	c  S st    80   2210822       161       332         0     90126       996   1628224   no data   no data  --
229.09/229.19	c  S st    80   2211326       161       332         0     90621       996   1639920   no data   no data  --
229.09/229.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
229.09/229.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
229.19/229.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
229.19/229.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
229.19/229.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.19/229.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
229.19/229.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
251.69/251.76	c lits-rem:     15249  cl-subs:    11759  v-elim:      0  v-fix:    0  time: 22.49 s
251.69/251.76	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
251.69/251.77	c vivif2 --  cl tried    78862 cl shrink        0 lits rem          0 time: 0.01
251.79/251.81	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.03
251.79/251.81	c calculated reachability. Time: 0.00
251.79/251.81	c  N st    80   2211326       161       332         0     78862       996   1291821   no data   no data  --
308.69/308.77	c  N st    81   2711326       161       332         0     99257       996   1876828   no data   no data  --
308.69/308.77	c  S st    81   2711326       161       332         0     99257       996   1876828   no data   no data  --
308.89/308.94	c  S st    81   2711827       161       332         0     99750       996   1889593   no data   no data  --
308.89/308.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
308.89/308.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
308.89/308.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
309.00/309.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.00/309.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.00/309.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
309.00/309.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
344.30/344.34	c lits-rem:     14267  cl-subs:    16760  v-elim:      0  v-fix:    0  time: 35.31 s
344.30/344.34	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
344.30/344.36	c vivif2 --  cl tried    82990 cl shrink        0 lits rem          0 time: 0.02
344.30/344.39	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.03
344.30/344.39	c calculated reachability. Time: 0.00
344.30/344.39	c  N st    81   2711827       161       332         0     82990       996   1382068   no data   no data  --
408.89/408.90	c  N st    82   3211828       161       332         0     67335       996    914748   no data   no data  --
408.89/408.90	c  S st    82   3211828       161       332         0     67335       996    914748   no data   no data  --
408.99/409.00	c  S st    82   3212330       161       332         0     67828       996    926306   no data   no data  --
408.99/409.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
408.99/409.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
408.99/409.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
408.99/409.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
408.99/409.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
408.99/409.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
408.99/409.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.19/411.22	c lits-rem:      2521  cl-subs:      959  v-elim:      0  v-fix:    0  time:  2.17 s
411.19/411.22	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
411.19/411.23	c vivif2 --  cl tried    66869 cl shrink        0 lits rem          0 time: 0.01
411.19/411.25	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.02
411.19/411.25	c calculated reachability. Time: 0.00
411.19/411.25	c  N st    82   3212330       161       332         0     66869       996    897264   no data   no data  --
481.49/481.58	c  N st    83   3712331       161       332         0     77823       996   1114601   no data   no data  --
481.49/481.58	c  S st    83   3712331       161       332         0     77823       996   1114601   no data   no data  --
481.70/481.71	c  S st    83   3712836       161       332         0     78318       996   1127887   no data   no data  --
481.70/481.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
481.70/481.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
481.70/481.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
481.70/481.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
481.70/481.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
481.70/481.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
481.70/481.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
484.69/484.78	c lits-rem:      2538  cl-subs:     1143  v-elim:      0  v-fix:    0  time:  3.03 s
484.69/484.78	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
484.79/484.80	c vivif2 --  cl tried    77175 cl shrink        0 lits rem          0 time: 0.01
484.79/484.82	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.02
484.79/484.82	c calculated reachability. Time: 0.00
484.79/484.82	c  N st    83   3712836       161       332         0     77175       996   1090792   no data   no data  --
489.39/489.43	c  F st    84   3751563       161       332         0    109868       996   1963430   no data   no data  --
489.39/489.43	c  N st    84   3751563       161       332         0    109868       996   1963430   no data   no data  --
489.99/490.09	c Decided on static restart strategy
492.99/493.01	c  N st    94   3779865       161       332         0    134761       996   2597594   no data   no data  --
497.10/497.14	c  N st    96   3815858       161       332         0     93270       996   1507950   no data   no data  --
501.19/501.26	c  N st    97   3848251       161       332         0    121249       996   2306294   no data   no data  --
508.21/508.23	c  N st    98   3896839       161       332         0     89344       996   1370565   no data   no data  --
518.49/518.57	c  N st    99   3969721       161       332         0     77275       996   1048820   no data   no data  --
533.09/533.14	c  N st   100   4079045       161       332         0     93457       996   1455978   no data   no data  --
554.41/554.47	c  N st   101   4212836       161       332         0    132456       996   2355986   no data   no data  --
554.41/554.47	c  S st   101   4212836       161       332         0    132456       996   2355986   no data   no data  --
554.70/554.78	c  S st   101   4213338       161       332         0    132951       996   2368587   no data   no data  --
554.70/554.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
554.70/554.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
554.80/554.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
554.90/554.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
554.90/554.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
554.90/554.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
554.90/554.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
595.49/595.55	c lits-rem:      1894  cl-subs:    18536  v-elim:      0  v-fix:    0  time: 40.62 s
595.49/595.55	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
595.49/595.57	c vivif2 --  cl tried   114415 cl shrink        0 lits rem          0 time: 0.02
595.59/595.64	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.07
595.59/595.64	c calculated reachability. Time: 0.00
595.59/595.64	c  N st   101   4213338       161       332         0    114415       996   1865921   no data   no data  --
630.80/630.89	c  N st   102   4459314       161       332         0     91104       996   1408854   no data   no data  --
662.90/662.91	c  N st   103   4713338       161       332         0    149179       996   2680147   no data   no data  --
662.90/662.91	c  S st   103   4713338       161       332         0    149179       996   2680147   no data   no data  --
663.09/663.15	c  S st   103   4713840       161       332         0    149667       996   2693071   no data   no data  --
663.09/663.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
663.09/663.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
663.20/663.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
663.20/663.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
663.20/663.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
663.20/663.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
663.20/663.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
742.80/742.85	c lits-rem:      9816  cl-subs:    12322  v-elim:      0  v-fix:    0  time: 79.56 s
742.80/742.85	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
742.80/742.88	c vivif2 --  cl tried   137345 cl shrink        0 lits rem          0 time: 0.03
742.90/742.95	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.07
742.90/742.95	c calculated reachability. Time: 0.00
742.90/742.95	c  N st   103   4713840       161       332         0    137345       996   2340358   no data   no data  --
810.40/810.42	c  N st   104   5213842       161       332         0    146862       996   2733068   no data   no data  --
810.40/810.42	c  S st   104   5213842       161       332         0    146862       996   2733068   no data   no data  --
810.60/810.64	c  S st   104   5214343       161       332         0    147356       996   2745776   no data   no data  --
810.60/810.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
810.60/810.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
810.71/810.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
810.71/810.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
810.71/810.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
810.71/810.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
810.71/810.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
894.90/894.99	c lits-rem:      9271  cl-subs:    14294  v-elim:      0  v-fix:    0  time: 84.21 s
894.90/894.99	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
895.00/895.03	c vivif2 --  cl tried   133062 cl shrink        0 lits rem          0 time: 0.03
895.10/895.12	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.09
895.10/895.12	c calculated reachability. Time: 0.00
895.10/895.12	c  N st   104   5214343       161       332         0    133062       996   2341117   no data   no data  --
966.91/966.98	c  N st   105   5714343       161       332         0    129350       996   2105565   no data   no data  --
966.91/966.98	c  S st   105   5714343       161       332         0    129350       996   2105565   no data   no data  --
967.20/967.25	c  S st   105   5714849       161       332         0    129849       996   2118202   no data   no data  --
967.20/967.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
967.20/967.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
967.30/967.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
967.30/967.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
967.30/967.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
967.30/967.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
967.30/967.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
995.00/995.04	c lits-rem:      3574  cl-subs:    12703  v-elim:      0  v-fix:    0  time: 27.67 s
995.00/995.04	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
995.00/995.06	c vivif2 --  cl tried   117146 cl shrink        0 lits rem          0 time: 0.02
995.10/995.13	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.07
995.10/995.13	c calculated reachability. Time: 0.00
995.10/995.13	c  N st   105   5714849       161       332         0    117146       996   1778064   no data   no data  --
1065.00/1065.09	c  N st   106   6214850       161       332         0     89700       996   1162390   no data   no data  --
1065.00/1065.09	c  S st   106   6214850       161       332         0     89700       996   1162390   no data   no data  --
1065.20/1065.24	c  S st   106   6215355       161       332         0     90192       996   1175723   no data   no data  --
1065.20/1065.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1065.20/1065.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1065.20/1065.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
1065.30/1065.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1065.30/1065.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1065.30/1065.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
1065.30/1065.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1067.59/1067.66	c lits-rem:       465  cl-subs:      459  v-elim:      0  v-fix:    0  time:  2.36 s
1067.59/1067.66	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
1067.59/1067.68	c vivif2 --  cl tried    89733 cl shrink        0 lits rem          0 time: 0.01
1067.69/1067.71	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.03
1067.69/1067.71	c calculated reachability. Time: 0.00
1067.69/1067.71	c  N st   106   6215355       161       332         0     89733       996   1162493   no data   no data  --
1134.49/1134.54	c  N st   107   6715356       161       332         0    134275       996   2254424   no data   no data  --
1134.49/1134.54	c  S st   107   6715356       161       332         0    134275       996   2254424   no data   no data  --
1134.69/1134.76	c  S st   107   6715859       161       332         0    134758       996   2267195   no data   no data  --
1134.69/1134.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1134.69/1134.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1134.79/1134.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
1134.79/1134.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1134.79/1134.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1134.79/1134.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
1134.79/1134.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1163.09/1163.18	c lits-rem:      9861  cl-subs:    11852  v-elim:      0  v-fix:    0  time: 28.31 s
1163.09/1163.18	c vivif2 --  cl tried      332 cl shrink        0 lits rem          0 time: 0.00
1163.19/1163.20	c vivif2 --  cl tried   122906 cl shrink        0 lits rem          0 time: 0.02
1163.19/1163.26	c asymm  cl-useful: 0/332/332 lits-rem:0 time: 0.05
1163.19/1163.26	c calculated reachability. Time: 0.00
1163.19/1163.26	c  N st   107   6715859       161       332         0    122906       996   1945184   no data   no data  --
1243.79/1243.84	c  N st   108   7215859       161       332         0    154426       996   2777503   no data   no data  --
1243.79/1243.84	c  S st   108   7215859       161       332         0    154426       996   2777503   no data   no data  --
1244.10/1244.16	c  S st   108   7216361       161       332         0    154926       996   2790220   no data   no data  --
1244.10/1244.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1244.10/1244.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1244.19/1244.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1244.29/1244.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1244.29/1244.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1244.29/1244.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    161 time:  0.00 s
1244.29/1244.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3370581-1305389953/watcher-3370581-1305389953 -o /tmp/evaluation-result-3370581-1305389953/solver-3370581-1305389953 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370581-1305389953.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: 4.02 4.04 4.00 5/294 3190
/proc/meminfo: memFree=19075320/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=20420 CPUtime=0 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4194304 233 0 0 0 0 0 0 0 25 0 1 0 650594911 20910080 185 33554432000 4194304 4650387 140735903037840 18446744073709551615 274659845608 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3190/statm: 5105 185 152 112 0 57 0

[startup+0.062153 s]
/proc/loadavg: 4.02 4.04 4.00 5/294 3190
/proc/meminfo: memFree=19075320/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=29948 CPUtime=0.05 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 658 0 0 0 5 0 0 0 25 0 1 0 650594911 30666752 595 33554432000 4194304 4650387 140735903037840 18446744073709551615 4520008 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 7487 595 378 112 0 2452 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29948

[startup+0.100151 s]
/proc/loadavg: 4.02 4.04 4.00 5/294 3190
/proc/meminfo: memFree=19075320/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=30304 CPUtime=0.09 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 794 0 0 0 9 0 0 0 25 0 1 0 650594911 31031296 605 33554432000 4194304 4650387 140735903037840 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 7576 605 380 112 0 2541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30304

[startup+0.300114 s]
/proc/loadavg: 4.02 4.04 4.00 5/294 3190
/proc/meminfo: memFree=19075320/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=30724 CPUtime=0.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 1153 0 0 0 29 0 0 0 25 0 1 0 650594911 31461376 754 33554432000 4194304 4650387 140735903037840 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 7681 755 380 112 0 2646 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30724

[startup+0.701009 s]
/proc/loadavg: 4.02 4.04 4.00 5/294 3190
/proc/meminfo: memFree=19075320/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=31296 CPUtime=0.69 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 1685 0 0 0 69 0 0 0 25 0 1 0 650594911 32047104 1011 33554432000 4194304 4650387 140735903037840 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 7824 1011 381 112 0 2789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31296

[startup+1.50091 s]
/proc/loadavg: 4.02 4.04 4.00 5/295 3191
/proc/meminfo: memFree=19057080/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=37152 CPUtime=1.49 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 3805 0 0 0 149 0 0 0 25 0 1 0 650594911 38043648 2418 33554432000 4194304 4650387 140735903037840 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 9288 2418 382 112 0 4253 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37152

[startup+3.10063 s]
/proc/loadavg: 4.01 4.04 4.00 5/295 3191
/proc/meminfo: memFree=19040588/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=38436 CPUtime=3.08 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 5395 0 0 0 308 0 0 0 25 0 1 0 650594911 39358464 2674 33554432000 4194304 4650387 140735903037840 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 9609 2674 382 112 0 4574 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38436

[startup+6.30107 s]
/proc/loadavg: 4.01 4.04 4.00 5/295 3191
/proc/meminfo: memFree=19023616/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=44656 CPUtime=6.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 8221 0 0 0 628 1 0 0 20 0 1 0 650594911 45727744 4382 33554432000 4194304 4650387 140735903037840 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 11164 4382 382 112 0 6129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44656

[startup+12.701 s]
/proc/loadavg: 4.25 4.08 4.02 5/295 3191
/proc/meminfo: memFree=18996424/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=51320 CPUtime=12.69 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 13153 0 0 0 1267 2 0 0 25 0 1 0 650594911 52551680 5959 33554432000 4194304 4650387 140735903037840 18446744073709551615 4366095 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 12830 5959 382 112 0 7795 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51320

[startup+25.5007 s]
/proc/loadavg: 4.26 4.10 4.02 5/295 3191
/proc/meminfo: memFree=18959372/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=61736 CPUtime=25.48 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 22160 0 0 0 2545 3 0 0 25 0 1 0 650594911 63217664 8331 33554432000 4194304 4650387 140735903037840 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 15434 8331 382 112 0 10399 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 61736

[startup+51.1003 s]
/proc/loadavg: 4.23 4.10 4.02 5/295 3192
/proc/meminfo: memFree=18931224/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=68028 CPUtime=51.09 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 36500 0 0 0 5103 6 0 0 25 0 1 0 650594911 69660672 10305 33554432000 4194304 4650387 140735903037840 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 17007 10305 382 112 0 11972 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68028

[startup+102.311 s]
/proc/loadavg: 4.09 4.08 4.02 5/295 3194
/proc/meminfo: memFree=18864400/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=94292 CPUtime=102.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 61380 0 0 0 10220 10 0 0 25 0 1 0 650594911 96555008 16434 33554432000 4194304 4650387 140735903037840 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 23573 16434 382 112 0 18538 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94292

[startup+162.301 s]
/proc/loadavg: 4.03 4.07 4.01 5/295 3195
/proc/meminfo: memFree=18776592/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=109604 CPUtime=162.28 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 84047 0 0 0 16213 15 0 0 25 0 1 0 650594911 112234496 20580 33554432000 4194304 4650387 140735903037840 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 27401 20580 382 112 0 22366 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 109604

[startup+222.301 s]
/proc/loadavg: 4.06 4.06 4.01 5/295 3197
/proc/meminfo: memFree=18771356/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=114772 CPUtime=222.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 101955 0 0 0 22210 19 0 0 25 0 1 0 650594911 117526528 21587 33554432000 4194304 4650387 140735903037840 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 28693 21587 382 112 0 23658 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 114772

[startup+282.3 s]
/proc/loadavg: 4.02 4.05 4.01 5/295 3198
/proc/meminfo: memFree=18715400/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=127892 CPUtime=282.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 117355 0 0 0 28207 22 0 0 25 0 1 0 650594911 130961408 24363 33554432000 4194304 4650387 140735903037840 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 31973 24363 382 112 0 26938 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 127892

[startup+342.301 s]
/proc/loadavg: 4.06 4.06 4.00 5/295 3200
/proc/meminfo: memFree=18683392/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=138080 CPUtime=342.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 127704 0 0 0 34205 24 0 0 25 0 1 0 650594911 141393920 27120 33554432000 4194304 4650387 140735903037840 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 34520 27120 382 112 0 29485 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 138080

[startup+402.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/295 3202
/proc/meminfo: memFree=18684980/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=141288 CPUtime=402.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 144858 0 0 0 40201 28 0 0 25 0 1 0 650594911 144678912 27509 33554432000 4194304 4650387 140735903037840 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 35322 27509 382 112 0 30287 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 141288

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/295 3203
/proc/meminfo: memFree=18654696/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=141892 CPUtime=462.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 161225 0 0 0 46198 31 0 0 25 0 1 0 650594911 145297408 27911 33554432000 4194304 4650387 140735903037840 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 35473 27911 382 112 0 30438 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 141892

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/295 3205
/proc/meminfo: memFree=18675872/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=146732 CPUtime=522.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 178621 0 0 0 52194 35 0 0 25 0 1 0 650594911 150253568 28715 33554432000 4194304 4650387 140735903037840 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 36683 28715 382 112 0 31648 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 146732

[startup+582.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/295 3206
/proc/meminfo: memFree=18625144/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=159816 CPUtime=582.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 189332 0 0 0 58191 38 0 0 25 0 1 0 650594911 163651584 32743 33554432000 4194304 4650387 140735903037840 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 39954 32743 382 112 0 34919 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 159816

[startup+642.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/295 3208
/proc/meminfo: memFree=18595860/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=185024 CPUtime=642.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 199804 0 0 0 64188 42 0 0 25 0 1 0 650594911 189464576 39559 33554432000 4194304 4650387 140735903037840 18446744073709551615 4334678 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 46256 39559 382 112 0 41221 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 185024

[startup+702.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/295 3210
/proc/meminfo: memFree=18589400/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=185024 CPUtime=702.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 200169 0 0 0 70188 42 0 0 25 0 1 0 650594911 189464576 39924 33554432000 4194304 4650387 140735903037840 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 46256 39924 382 112 0 41221 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 185024

[startup+762.311 s]
/proc/loadavg: 4.15 4.06 4.01 5/295 3211
/proc/meminfo: memFree=18583188/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=185024 CPUtime=762.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 203810 0 0 0 76188 42 0 0 25 0 1 0 650594911 189464576 40003 33554432000 4194304 4650387 140735903037840 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 46256 40003 382 112 0 41221 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 185024

[startup+822.301 s]
/proc/loadavg: 4.06 4.05 4.00 5/295 3213
/proc/meminfo: memFree=18567660/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=193256 CPUtime=822.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 206102 0 0 0 82187 43 0 0 25 0 1 0 650594911 197894144 42295 33554432000 4194304 4650387 140735903037840 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 48314 42295 382 112 0 43279 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 193256

[startup+882.3 s]
/proc/loadavg: 4.14 4.07 4.01 5/295 3214
/proc/meminfo: memFree=18552024/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=198264 CPUtime=882.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 207297 0 0 0 88187 43 0 0 25 0 1 0 650594911 203022336 43490 33554432000 4194304 4650387 140735903037840 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 49566 43490 382 112 0 44531 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 198264

[startup+942.301 s]
/proc/loadavg: 4.05 4.06 4.00 5/295 3216
/proc/meminfo: memFree=18528572/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=212608 CPUtime=942.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 214435 0 0 0 94184 46 0 0 25 0 1 0 650594911 217710592 46702 33554432000 4194304 4650387 140735903037840 18446744073709551615 4328534 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 53152 46702 382 112 0 48117 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 212608

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/295 3218
/proc/meminfo: memFree=18496184/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=212804 CPUtime=1002.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 218252 0 0 0 100182 48 0 0 25 0 1 0 650594911 217911296 46944 33554432000 4194304 4650387 140735903037840 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 53201 46944 382 112 0 48166 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 212804

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/295 3219
/proc/meminfo: memFree=18499036/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=213024 CPUtime=1062.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 225977 0 0 0 106181 49 0 0 25 0 1 0 650594911 218136576 47003 33554432000 4194304 4650387 140735903037840 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 53256 47003 382 112 0 48221 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 213024

[startup+1122.3 s]
/proc/loadavg: 4.03 4.04 4.00 6/295 3221
/proc/meminfo: memFree=18501128/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=213316 CPUtime=1122.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 233420 0 0 0 112179 51 0 0 25 0 1 0 650594911 218435584 46492 33554432000 4194304 4650387 140735903037840 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 53329 46492 382 112 0 48294 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 213316

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/295 3222
/proc/meminfo: memFree=18455600/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=219328 CPUtime=1182.3 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 238929 0 0 0 118178 52 0 0 25 0 1 0 650594911 224591872 47653 33554432000 4194304 4650387 140735903037840 18446744073709551615 4310758 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 54832 47653 382 112 0 49797 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 219328

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 4.00 6/295 3227
/proc/meminfo: memFree=18434252/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=219464 CPUtime=1242.29 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 251505 0 0 0 124172 57 0 0 25 0 1 0 650594911 224731136 47873 33554432000 4194304 4650387 140735903037840 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 54866 47873 382 112 0 49831 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 219464



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.04 4.00 2/289 3233
/proc/meminfo: memFree=18880812/32951132 swapFree=67093824/67111528
[pid=3190] ppid=3187 vsize=219464 CPUtime=1299.99 cores=1,3
/proc/3190/stat : 3190 (strangenight1-s) R 3187 3190 2953 0 -1 4202496 251742 0 0 0 129942 57 0 0 25 0 1 0 650594911 224731136 48110 33554432000 4194304 4650387 140735903037840 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3190/statm: 54866 48110 382 112 0 49831 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 219464

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.02
CPU user time (s): 1299.43
CPU system time (s): 0.58891
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 280700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.43
system time used= 0.58891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251742
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= 14
involuntary context switches= 1271

runsolver used 3.48347 second user time and 8.46571 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 18:19:13
IDJOB=3370581
IDBENCH=83144
IDSOLVER=1847
FILE ID=node131/3370581-1305389953
RUNJOBID= node131-1305388650-2975
PBS_JOBID= 13324410
Free space on /tmp= 73672 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n160-s73223945-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370581-1305389953/watcher-3370581-1305389953 -o /tmp/evaluation-result-3370581-1305389953/solver-3370581-1305389953 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370581-1305389953.cnf

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

MD5SUM BENCH= ebbfc0ffb6aa4fcba0d5ce3964018543
RANDOM SEED=834641109

node131.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.77
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19075476 kB
Buffers:        261700 kB
Cached:        3630060 kB
SwapCached:       1504 kB
Active:       10562524 kB
Inactive:      3054620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19075476 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           24868 kB
Writeback:           0 kB
AnonPages:     9723332 kB
Mapped:          28096 kB
Slab:           164068 kB
PageTables:      31536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28093224 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73684 MiB
End job on node131 at 2011-05-14 18:40:55