Trace number 3273993

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s00813792-unsat.cnf
MD5SUM92046422d2d9595619b29413c0964c9c
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 variables201
Number of clauses412
Sum of the clauses size1236
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3412
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273993-1303608130.cnf'
0.00/0.00	c -- header says num vars:            201
0.00/0.00	c -- header says num clauses:         412
0.00/0.00	c -- clauses added:            0 learnts,          412 normals,            0 xors
0.00/0.00	c -- vars added        201
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       201       412         0         0      1236         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       7 undec:     191 neg:       3
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       201       412         0         0      1236         0   no data   no data
0.09/0.10	c  N dy    13      4675       201       412         0      4286      1236     90756     12.95     13.69
0.19/0.21	c  N dy    23      9940       201       412         0      6880      1236    129397     11.52     12.44
0.29/0.33	c  N dy    49     14842       201       412         0      7470      1236    125449     11.74     12.40
0.39/0.44	c  N dy    75     19039       201       412         0      6207      1236     83072     11.83     12.52
0.49/0.56	c  N dy    97     23199       201       412         0     10125      1236    166571     11.88     12.65
0.59/0.62	c  F st   113     25000       201       412         0     11826      1236    203391     12.05   no data
0.69/0.73	c  N st   118     28298       201       412         0      8511      1236    131039     12.05   no data
0.69/0.79	c Decided on static restart strategy
0.69/0.79	c  S st   119     30002       201       412         0     10088      1236    178040     12.05   no data
0.79/0.82	c  S st   119     30504       201       412         0     10577      1236    189844     12.05   no data
0.79/0.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.82	c blocked clauses removed:        0 vars:      0 tried:         201 T: 0.00 s
0.79/0.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
0.79/0.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.79/0.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.79/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.89	c lits-rem:       512  cl-subs:      184  v-elim:      0  v-fix:    0  time:  0.06 s
0.79/0.89	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
0.79/0.89	c calculated reachability. Time: 0.00
0.79/0.89	c  N st   119     30504       201       412         0     10393      1236    183306     12.05   no data
1.09/1.17	c  N st   121     37615       201       412         0      9383      1236    241854     12.05   no data
1.39/1.46	c  N st   122     44015       201       412         0     15318      1236    433526     12.05   no data
1.49/1.53	c  S st   123     45756       201       412         0      8683      1236    194691     12.05   no data
1.49/1.55	c  S st   123     46264       201       412         0      9173      1236    206667     12.05   no data
1.49/1.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.49/1.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.49/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1.49/1.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.49/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.64	c lits-rem:       917  cl-subs:      380  v-elim:      0  v-fix:    0  time:  0.07 s
1.59/1.64	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1.59/1.64	c vivif2 --  cl tried     8793 cl shrink        0 lits rem          0 time: 0.00
1.59/1.64	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
1.59/1.64	c calculated reachability. Time: 0.00
1.59/1.64	c  N st   123     46264       201       412         0      8793      1236    191632     12.05   no data
2.29/2.38	c  N st   124     60661       201       412         0     12818      1236    288931     12.05   no data
2.79/2.89	c  N st   125     69396       201       412         0     10681      1236    210043     12.05   no data
2.79/2.89	c  S st   125     69396       201       412         0     10681      1236    210043     12.05   no data
2.89/2.92	c  S st   125     69899       201       412         0     11164      1236    221624     12.05   no data
2.89/2.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.89/2.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.89/2.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.89/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.89/2.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2.89/2.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.89/2.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.89/2.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.89/2.98	c lits-rem:       713  cl-subs:      200  v-elim:      0  v-fix:    0  time:  0.05 s
2.89/2.98	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2.89/2.98	c vivif2 --  cl tried    10964 cl shrink        0 lits rem          0 time: 0.00
2.89/2.99	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
2.89/2.99	c calculated reachability. Time: 0.00
2.89/2.99	c  N st   125     69899       201       412         0     10964      1236    215225     12.05   no data
3.88/3.92	c  F st   126     87500       201       412         0     16027      1236    406163     12.05   no data
3.88/3.92	c  N st   126     87500       201       412         0     16027      1236    406163     12.05   no data
4.08/4.13	c Decided on static restart strategy
4.18/4.27	c  N st   133     95543       201       412         0     23342      1236    627637     12.05   no data
4.58/4.69	c  N st   135    104850       201       412         0     20077      1236    481238     12.05   no data
4.58/4.69	c  S st   135    104850       201       412         0     20077      1236    481238     12.05   no data
4.68/4.73	c  S st   135    105354       201       412         0     20569      1236    492693     12.05   no data
4.68/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.68/4.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
4.68/4.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.68/4.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.68/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.68/4.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4.68/4.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.68/4.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
4.68/4.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.99/5.08	c lits-rem:      3375  cl-subs:      674  v-elim:      0  v-fix:    0  time:  0.33 s
4.99/5.08	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4.99/5.09	c vivif2 --  cl tried    19895 cl shrink        0 lits rem          0 time: 0.01
5.09/5.10	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
5.09/5.10	c calculated reachability. Time: 0.00
5.09/5.10	c  N st   135    105354       201       412         0     19895      1236    462033     12.05   no data
5.59/5.65	c  N st   136    114953       201       412         0     16091      1236    324830     12.05   no data
6.59/6.61	c  N st   137    129351       201       412         0     15342      1236    266184     12.05   no data
7.78/7.89	c  N st   138    150947       201       412         0     20431      1236    454774     12.05   no data
8.28/8.37	c  S st   139    158033       201       412         0     26789      1236    683574     12.05   no data
8.38/8.43	c  S st   139    158535       201       412         0     27278      1236    696546     12.05   no data
8.38/8.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/8.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.38/8.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.38/8.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/8.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/8.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
8.38/8.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/8.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.38/8.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.28/9.39	c lits-rem:      4256  cl-subs:     1392  v-elim:      0  v-fix:    0  time:  0.93 s
9.28/9.39	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
9.38/9.40	c vivif2 --  cl tried    25886 cl shrink        0 lits rem          0 time: 0.01
9.38/9.41	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
9.38/9.41	c calculated reachability. Time: 0.00
9.38/9.41	c  N st   139    158535       201       412         0     25886      1236    631167     12.05   no data
12.99/13.05	c  N st   140    207123       201       412         0     20647      1236    420100     12.05   no data
15.29/15.38	c  N st   141    237802       201       412         0     30071      1236    775115     12.05   no data
15.29/15.38	c  S st   141    237802       201       412         0     30071      1236    775115     12.05   no data
15.39/15.43	c  S st   141    238308       201       412         0     30554      1236    788442     12.05   no data
15.39/15.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.39/15.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
15.39/15.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.39/15.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.39/15.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.39/15.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
15.39/15.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.39/15.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.39/15.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.28/17.30	c lits-rem:      4166  cl-subs:     1728  v-elim:      0  v-fix:    0  time:  1.82 s
17.28/17.30	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
17.28/17.31	c vivif2 --  cl tried    28826 cl shrink        0 lits rem          0 time: 0.01
17.28/17.31	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
17.28/17.31	c calculated reachability. Time: 0.00
17.28/17.31	c  N st   141    238308       201       412         0     28826      1236    709503     12.05   no data
22.79/22.88	c  F st   142    306250       201       412         0     30727      1236    740074     12.05   no data
22.79/22.88	c  N st   142    306250       201       412         0     30727      1236    740074     12.05   no data
23.19/23.21	c Decided on static restart strategy
24.69/24.72	c  N st   152    334554       201       412         0     35009      1236    838625     12.05   no data
26.19/26.27	c  N st   154    357463       201       412         0     33183      1236    717208     12.05   no data
26.19/26.27	c  S st   154    357463       201       412         0     33183      1236    717208     12.05   no data
26.29/26.33	c  S st   154    357965       201       412         0     33675      1236    730003     12.05   no data
26.29/26.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.29/26.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
26.29/26.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.29/26.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.29/26.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.29/26.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
26.29/26.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.29/26.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.29/26.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.98/27.06	c lits-rem:      4143  cl-subs:     1058  v-elim:      0  v-fix:    0  time:  0.69 s
26.98/27.06	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
26.98/27.07	c vivif2 --  cl tried    32617 cl shrink        0 lits rem          0 time: 0.01
26.98/27.08	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
26.98/27.08	c calculated reachability. Time: 0.00
26.98/27.08	c  N st   154    357965       201       412         0     32617      1236    685497     12.05   no data
29.08/29.17	c  N st   155    390358       201       412         0     37808      1236    803375     12.05   no data
32.59/32.69	c  N st   156    438946       201       412         0     31282      1236    632781     12.05   no data
38.08/38.13	c  N st   157    511830       201       412         0     42167      1236    975476     12.05   no data
40.08/40.15	c  N st   158    536950       201       412         0     36997      1236    780016     12.05   no data
40.08/40.15	c  S st   158    536950       201       412         0     36997      1236    780016     12.05   no data
40.18/40.22	c  S st   158    537450       201       412         0     37492      1236    793256     12.05   no data
40.18/40.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.18/40.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
40.18/40.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.18/40.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.18/40.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.18/40.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
40.18/40.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.18/40.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
40.18/40.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.09/42.17	c lits-rem:      7064  cl-subs:     2564  v-elim:      0  v-fix:    0  time:  1.90 s
42.09/42.17	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
42.09/42.18	c vivif2 --  cl tried    34928 cl shrink        0 lits rem          0 time: 0.01
42.09/42.19	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
42.09/42.19	c calculated reachability. Time: 0.00
42.09/42.19	c  N st   158    537450       201       412         0     34928      1236    683854     12.05   no data
57.39/57.47	c  N st   159    701434       201       412         0     31956      1236    483037     12.05   no data
67.19/67.21	c  N st   160    806175       201       412         0     57075      1236   1344178     12.05   no data
67.19/67.21	c  S st   160    806175       201       412         0     57075      1236   1344178     12.05   no data
67.29/67.32	c  S st   160    806677       201       412         0     57568      1236   1357243     12.05   no data
67.29/67.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.29/67.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
67.29/67.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.29/67.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.29/67.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.29/67.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
67.29/67.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.29/67.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
67.38/67.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.38/76.48	c lits-rem:     30372  cl-subs:     6274  v-elim:      0  v-fix:    0  time:  9.08 s
76.38/76.48	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
76.38/76.49	c vivif2 --  cl tried    51294 cl shrink        0 lits rem          0 time: 0.01
76.48/76.51	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
76.48/76.51	c calculated reachability. Time: 0.00
76.48/76.51	c  N st   160    806677       201       412         0     51294      1236   1083737     12.05   no data
104.99/105.02	c  F st   161   1071875       201       412         0     66463      1236   1620018     12.05   no data
104.99/105.02	c  N st   161   1071875       201       412         0     66463      1236   1620018     12.05   no data
105.39/105.47	c Decided on static restart strategy
107.59/107.68	c  N st   171   1100178       201       412         0     52743      1236   1057687     12.05   no data
111.69/111.71	c  N st   173   1136172       201       412         0     44111      1236    708790     12.05   no data
114.89/114.98	c  N st   174   1168567       201       412         0     71941      1236   1760617     12.05   no data
119.59/119.62	c  N st   175   1210016       201       412         0     66874      1236   1576907     12.05   no data
119.59/119.62	c  S st   175   1210016       201       412         0     66874      1236   1576907     12.05   no data
119.69/119.75	c  S st   175   1210516       201       412         0     67369      1236   1590319     12.05   no data
119.69/119.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
119.69/119.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
119.69/119.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
119.69/119.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
119.69/119.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
119.69/119.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
119.69/119.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.69/119.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
119.79/119.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.59/130.61	c lits-rem:     11283  cl-subs:     5869  v-elim:      0  v-fix:    0  time: 10.77 s
130.59/130.61	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
130.59/130.63	c vivif2 --  cl tried    61500 cl shrink        0 lits rem          0 time: 0.02
130.59/130.65	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
130.59/130.65	c calculated reachability. Time: 0.00
130.59/130.65	c  N st   175   1210516       201       412         0     61500      1236   1328164     12.05   no data
138.79/138.83	c  N st   176   1283400       201       412         0     81897      1236   2049557     12.05   no data
154.19/154.25	c  N st   177   1392723       201       412         0     50258      1236    794501     12.05   no data
173.30/173.37	c  N st   178   1556709       201       412         0     50724      1236    816125     12.05   no data
192.40/192.50	c  N st   179   1710518       201       412         0     88656      1236   2143156     12.05   no data
192.40/192.50	c  S st   179   1710518       201       412         0     88656      1236   2143156     12.05   no data
192.60/192.65	c  S st   179   1711022       201       412         0     89150      1236   2156678     12.05   no data
192.60/192.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
192.70/192.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
192.70/192.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
192.70/192.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
192.70/192.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
192.70/192.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
192.70/192.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
192.70/192.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
192.70/192.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
208.69/208.78	c lits-rem:     21661  cl-subs:     4903  v-elim:      0  v-fix:    0  time: 15.99 s
208.69/208.78	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
208.79/208.81	c vivif2 --  cl tried    84247 cl shrink        0 lits rem          0 time: 0.03
208.79/208.84	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
208.79/208.84	c calculated reachability. Time: 0.00
208.79/208.84	c  N st   179   1711022       201       412         0     84247      1236   1926571     12.05   no data
260.00/260.06	c  N st   180   2079987       201       412         0     97598      1236   2427139     12.05   no data
277.89/277.93	c  N st   181   2211025       201       412         0     99237      1236   2458013     12.05   no data
277.89/277.93	c  S st   181   2211025       201       412         0     99237      1236   2458013     12.05   no data
278.09/278.14	c  S st   181   2211527       201       412         0     99726      1236   2471351     12.05   no data
278.09/278.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
278.20/278.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
278.20/278.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
278.20/278.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
278.20/278.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
278.20/278.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
278.20/278.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
278.20/278.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
278.30/278.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.40/308.46	c lits-rem:     16247  cl-subs:     9839  v-elim:      0  v-fix:    0  time: 30.14 s
308.40/308.46	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
308.40/308.49	c vivif2 --  cl tried    89887 cl shrink        0 lits rem          0 time: 0.03
308.50/308.53	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.04
308.50/308.54	c calculated reachability. Time: 0.00
308.50/308.54	c  N st   181   2211527       201       412         0     89887      1236   2039402     12.05   no data
387.30/387.32	c  N st   182   2711527       201       412         0    109983      1236   2623590     12.05   no data
387.30/387.32	c  S st   182   2711527       201       412         0    109983      1236   2623590     12.05   no data
387.50/387.54	c  S st   182   2712029       201       412         0    110479      1236   2638415     12.05   no data
387.50/387.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
387.60/387.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
387.60/387.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
387.60/387.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.60/387.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.60/387.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
387.60/387.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
387.60/387.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
387.70/387.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.10/418.13	c lits-rem:     28225  cl-subs:     9706  v-elim:      0  v-fix:    0  time: 30.42 s
418.10/418.13	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
418.10/418.16	c vivif2 --  cl tried   100773 cl shrink        0 lits rem          0 time: 0.03
418.20/418.21	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.04
418.20/418.21	c calculated reachability. Time: 0.00
418.20/418.21	c  N st   182   2712029       201       412         0    100773      1236   2234180     12.05   no data
489.60/489.62	c  N st   183   3212029       201       412         0     79123      1236   1443190     12.05   no data
489.60/489.62	c  S st   183   3212029       201       412         0     79123      1236   1443190     12.05   no data
489.70/489.77	c  S st   183   3212532       201       412         0     79623      1236   1456853     12.05   no data
489.70/489.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
489.80/489.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
489.80/489.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
489.80/489.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
489.80/489.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
489.80/489.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
489.80/489.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
489.80/489.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
489.80/489.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
493.71/493.74	c lits-rem:      5470  cl-subs:     2366  v-elim:      0  v-fix:    0  time:  3.87 s
493.71/493.74	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
493.71/493.76	c vivif2 --  cl tried    77257 cl shrink        0 lits rem          0 time: 0.02
493.71/493.79	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
493.71/493.79	c calculated reachability. Time: 0.00
493.71/493.79	c  N st   183   3212532       201       412         0     77257      1236   1368892     12.05   no data
567.21/567.25	c  N st   184   3712532       201       412         0     83739      1236   1525609     12.05   no data
567.21/567.25	c  S st   184   3712532       201       412         0     83739      1236   1525609     12.05   no data
567.41/567.41	c  S st   184   3713032       201       412         0     84230      1236   1539307     12.05   no data
567.41/567.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
567.41/567.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
567.41/567.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
567.41/567.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
567.41/567.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
567.41/567.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
567.41/567.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
567.41/567.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
567.52/567.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
574.12/574.16	c lits-rem:      4239  cl-subs:     5776  v-elim:      0  v-fix:    0  time:  6.65 s
574.12/574.16	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
574.12/574.18	c vivif2 --  cl tried    78454 cl shrink        0 lits rem          0 time: 0.02
574.22/574.21	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
574.22/574.21	c calculated reachability. Time: 0.00
574.22/574.21	c  N st   184   3713032       201       412         0     78454      1236   1327318     12.05   no data
580.01/580.04	c  F st   185   3751563       201       412         0    110537      1236   2339086     12.05   no data
580.01/580.04	c  N st   185   3751563       201       412         0    110537      1236   2339086     12.05   no data
580.71/580.74	c Decided on static restart strategy
583.91/583.90	c  N st   195   3779864       201       412         0    136717      1236   3160126     12.05   no data
589.11/589.11	c  N st   197   3815856       201       412         0     98688      1236   2034705     12.05   no data
593.91/594.00	c  N st   198   3848250       201       412         0    126528      1236   2947360     12.05   no data
601.51/601.54	c  N st   199   3896838       201       412         0     94879      1236   1827740     12.05   no data
613.50/613.56	c  N st   200   3969721       201       412         0     83087      1236   1418286     12.05   no data
633.41/633.41	c  N st   201   4079045       201       412         0    101460      1236   2006926     12.05   no data
657.61/657.61	c  N st   202   4213034       201       412         0    145850      1236   3965830     12.05   no data
657.61/657.61	c  S st   202   4213034       201       412         0    145850      1236   3965830     12.05   no data
657.91/657.93	c  S st   202   4213543       201       412         0    146349      1236   3979595     12.05   no data
657.91/657.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
658.01/658.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
658.01/658.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
658.01/658.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
658.01/658.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
658.01/658.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
658.01/658.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
658.01/658.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
658.11/658.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
695.82/695.87	c lits-rem:     36217  cl-subs:     6120  v-elim:      0  v-fix:    0  time: 37.69 s
695.82/695.87	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
695.92/695.92	c vivif2 --  cl tried   140229 cl shrink        0 lits rem          0 time: 0.05
695.92/695.99	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.07
696.02/696.00	c calculated reachability. Time: 0.00
696.02/696.00	c  N st   202   4213543       201       412         0    140229      1236   3668435     12.05   no data
739.92/739.91	c  N st   203   4459520       201       412         0    112050      1236   2393591     12.05   no data
785.12/785.19	c  N st   204   4713545       201       412         0     87248      1236   1464716     12.05   no data
785.12/785.19	c  S st   204   4713545       201       412         0     87248      1236   1464716     12.05   no data
785.32/785.36	c  S st   204   4714050       201       412         0     87737      1236   1478216     12.05   no data
785.32/785.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
785.42/785.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
785.42/785.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
785.42/785.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
785.42/785.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
785.42/785.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
785.42/785.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
785.42/785.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
785.42/785.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
787.92/787.92	c lits-rem:      3901  cl-subs:     2753  v-elim:      0  v-fix:    0  time:  2.45 s
787.92/787.92	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
787.92/787.94	c vivif2 --  cl tried    84984 cl shrink        0 lits rem          0 time: 0.02
787.92/787.97	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
787.92/787.98	c calculated reachability. Time: 0.00
787.92/787.98	c  N st   204   4714050       201       412         0     84984      1236   1381424     12.05   no data
881.22/881.27	c  N st   205   5214050       201       412         0     95436      1236   1655873     12.05   no data
881.22/881.27	c  S st   205   5214050       201       412         0     95436      1236   1655873     12.05   no data
881.42/881.45	c  S st   205   5214552       201       412         0     95930      1236   1669853     12.05   no data
881.42/881.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
881.42/881.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
881.42/881.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
881.42/881.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
881.42/881.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
881.42/881.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
881.42/881.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
881.52/881.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
881.52/881.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.42/884.43	c lits-rem:      6031  cl-subs:     1498  v-elim:      0  v-fix:    0  time:  2.86 s
884.42/884.43	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
884.42/884.45	c vivif2 --  cl tried    94432 cl shrink        0 lits rem          0 time: 0.02
884.52/884.50	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.04
884.52/884.50	c calculated reachability. Time: 0.00
884.52/884.50	c  N st   205   5214552       201       412         0     94432      1236   1610245     12.05   no data
981.52/981.52	c  N st   206   5714552       201       412         0    169206      1236   4195809     12.05   no data
981.52/981.52	c  S st   206   5714552       201       412         0    169206      1236   4195809     12.05   no data
981.82/981.86	c  S st   206   5715053       201       412         0    169701      1236   4208495     12.05   no data
981.82/981.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
981.92/981.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
981.92/981.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
981.92/981.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
981.92/981.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
981.92/981.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
981.92/981.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
982.02/982.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
982.12/982.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1119.93/1119.90	c lits-rem:     29512  cl-subs:    28902  v-elim:      0  v-fix:    0  time: 137.77 s
1119.93/1119.90	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1119.93/1119.95	c vivif2 --  cl tried   140799 cl shrink        0 lits rem          0 time: 0.05
1120.03/1120.02	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.07
1120.03/1120.03	c calculated reachability. Time: 0.00
1120.03/1120.03	c  N st   206   5715053       201       412         0    140799      1236   3092814     12.05   no data
1217.23/1217.27	c  N st   207   6215053       201       412         0    114484      1236   2162571     12.05   no data
1217.23/1217.27	c  S st   207   6215053       201       412         0    114484      1236   2162571     12.05   no data
1217.53/1217.50	c  S st   207   6215556       201       412         0    114981      1236   2178698     12.05   no data
1217.53/1217.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1217.53/1217.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1217.53/1217.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1217.53/1217.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1217.53/1217.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1217.53/1217.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1217.53/1217.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1217.64/1217.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1217.64/1217.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1230.53/1230.59	c lits-rem:     13037  cl-subs:     5979  v-elim:      0  v-fix:    0  time: 12.93 s
1230.53/1230.59	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1230.63/1230.62	c vivif2 --  cl tried   109002 cl shrink        0 lits rem          0 time: 0.03
1230.63/1230.67	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.05
1230.63/1230.67	c calculated reachability. Time: 0.00
1230.63/1230.67	c  N st   207   6215556       201       412         0    109002      1236   1963603     12.05   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: 935)

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

running on 2 cores: 0,2

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: 0.78 1.72 2.81 3/179 22388
/proc/meminfo: memFree=13218964/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=20344 CPUtime=0 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4194304 331 0 0 0 0 0 0 0 22 0 1 0 551043710 20832256 270 33554432000 4194304 4627331 140736440564064 18446744073709551615 231907310932 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/22388/statm: 5086 278 236 106 0 57 0

[startup+0.042906 s]
/proc/loadavg: 0.78 1.72 2.81 3/179 22388
/proc/meminfo: memFree=13218964/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=29904 CPUtime=0.03 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 603 0 0 0 3 0 0 0 22 0 1 0 551043710 30621696 542 33554432000 4194304 4627331 140736440564064 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 7476 542 371 106 0 2447 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29904

[startup+0.100896 s]
/proc/loadavg: 0.78 1.72 2.81 3/179 22388
/proc/meminfo: memFree=13218964/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=30240 CPUtime=0.09 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 743 0 0 0 9 0 0 0 22 0 1 0 551043710 30965760 571 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 7560 571 372 106 0 2531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30240

[startup+0.300861 s]
/proc/loadavg: 0.78 1.72 2.81 3/179 22388
/proc/meminfo: memFree=13218964/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=30540 CPUtime=0.29 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 1058 0 0 0 29 0 0 0 23 0 1 0 551043710 31272960 713 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 7635 713 372 106 0 2606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30540

[startup+0.700787 s]
/proc/loadavg: 0.78 1.72 2.81 3/179 22388
/proc/meminfo: memFree=13218964/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=31256 CPUtime=0.69 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 1650 0 0 0 69 0 0 0 25 0 1 0 551043710 32006144 828 33554432000 4194304 4627331 140736440564064 18446744073709551615 4327314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 7814 828 373 106 0 2785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31256

[startup+1.50062 s]
/proc/loadavg: 0.78 1.72 2.81 5/190 22409
/proc/meminfo: memFree=13189584/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=36908 CPUtime=1.49 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 3662 0 0 0 148 1 0 0 25 0 1 0 551043710 37793792 2484 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309234 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 9227 2484 377 106 0 4198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36908

[startup+3.10032 s]
/proc/loadavg: 0.78 1.72 2.81 5/190 22409
/proc/meminfo: memFree=13181896/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=41112 CPUtime=3.08 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 6085 0 0 0 307 1 0 0 25 0 1 0 551043710 42098688 3283 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309210 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 10278 3283 377 106 0 5249 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41112

[startup+6.30071 s]
/proc/loadavg: 1.04 1.76 2.82 5/190 22409
/proc/meminfo: memFree=13150300/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=48196 CPUtime=6.29 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 10151 0 0 0 627 2 0 0 25 0 1 0 551043710 49352704 5232 33554432000 4194304 4627331 140736440564064 18446744073709551615 4332171 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 12049 5232 377 106 0 7020 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48196

[startup+12.7005 s]
/proc/loadavg: 1.27 1.79 2.82 5/190 22409
/proc/meminfo: memFree=13112404/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=57788 CPUtime=12.69 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 16253 0 0 0 1266 3 0 0 25 0 1 0 551043710 59174912 7817 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 14447 7817 377 106 0 9418 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57788

[startup+25.5011 s]
/proc/loadavg: 1.80 1.88 2.83 5/190 22437
/proc/meminfo: memFree=13094852/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=66172 CPUtime=25.49 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 25208 0 0 0 2545 4 0 0 25 0 1 0 551043710 67760128 9758 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309035 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 16543 9758 377 106 0 11514 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66172

[startup+51.1003 s]
/proc/loadavg: 2.55 2.05 2.86 5/190 22437
/proc/meminfo: memFree=13036948/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=78212 CPUtime=51.09 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 41711 0 0 0 5102 7 0 0 25 0 1 0 551043710 80089088 12182 33554432000 4194304 4627331 140736440564064 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 19553 12182 377 106 0 14524 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78212

[startup+102.307 s]
/proc/loadavg: 3.37 2.35 2.92 5/190 22439
/proc/meminfo: memFree=12975044/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=98636 CPUtime=102.29 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 65569 0 0 0 10218 11 0 0 25 0 1 0 551043710 101003264 16696 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 24659 16696 377 106 0 19630 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98636

[startup+162.3 s]
/proc/loadavg: 3.77 2.65 2.99 5/190 22440
/proc/meminfo: memFree=12907564/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=112968 CPUtime=162.29 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 88441 0 0 0 16214 15 0 0 25 0 1 0 551043710 115679232 20589 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 28242 20589 377 106 0 23213 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 112968

[startup+222.301 s]
/proc/loadavg: 3.97 2.91 3.05 5/190 22442
/proc/meminfo: memFree=12846048/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=153232 CPUtime=222.29 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 106115 0 0 0 22210 19 0 0 25 0 1 0 551043710 156909568 30359 33554432000 4194304 4627331 140736440564064 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 38308 30359 377 106 0 33279 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 153232

[startup+282.301 s]
/proc/loadavg: 3.99 3.10 3.11 5/190 22443
/proc/meminfo: memFree=12796316/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=157168 CPUtime=282.3 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 126734 0 0 0 28205 25 0 0 25 0 1 0 551043710 160940032 32262 33554432000 4194304 4627331 140736440564064 18446744073709551615 4420169 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 39292 32262 377 106 0 34263 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 157168

[startup+342.3 s]
/proc/loadavg: 4.03 3.28 3.17 5/190 22445
/proc/meminfo: memFree=12788988/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=157476 CPUtime=342.3 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 136868 0 0 0 34204 26 0 0 25 0 1 0 551043710 161255424 32448 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 39369 32448 377 106 0 34340 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 157476

[startup+402.301 s]
/proc/loadavg: 4.01 3.41 3.22 5/190 22447
/proc/meminfo: memFree=12764668/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=171816 CPUtime=402.3 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 153299 0 0 0 40199 31 0 0 25 0 1 0 551043710 175939584 35604 33554432000 4194304 4627331 140736440564064 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 42954 35604 377 106 0 37925 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 171816

[startup+462.301 s]
/proc/loadavg: 4.00 3.51 3.26 5/190 22448
/proc/meminfo: memFree=12738128/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=198592 CPUtime=462.31 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 166602 0 0 0 46195 36 0 0 25 0 1 0 551043710 203358208 41988 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 49648 41988 377 106 0 44619 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 198592

[startup+522.301 s]
/proc/loadavg: 4.00 3.60 3.30 5/190 22450
/proc/meminfo: memFree=12747160/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=185152 CPUtime=522.3 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 173679 0 0 0 52192 38 0 0 25 0 1 0 551043710 189595648 39238 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 46288 39238 377 106 0 41259 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 185152

[startup+582.3 s]
/proc/loadavg: 4.00 3.67 3.35 5/190 22451
/proc/meminfo: memFree=12701508/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=199812 CPUtime=582.31 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 180529 0 0 0 58191 40 0 0 25 0 1 0 551043710 204607488 42772 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309045 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 49953 42772 377 106 0 44924 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 199812

[startup+642.301 s]
/proc/loadavg: 4.00 3.73 3.38 5/190 22453
/proc/meminfo: memFree=12697152/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=244056 CPUtime=642.31 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 189850 0 0 0 64188 43 0 0 25 0 1 0 551043710 249913344 39832 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 61014 39832 377 106 0 55985 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 244056

[startup+702.301 s]
/proc/loadavg: 4.00 3.77 3.42 5/190 22455
/proc/meminfo: memFree=12656588/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=224544 CPUtime=702.31 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 202191 0 0 0 70186 45 0 0 25 0 1 0 551043710 229933056 46323 33554432000 4194304 4627331 140736440564064 18446744073709551615 4299686 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 56136 46323 377 106 0 51107 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 224544

[startup+762.306 s]
/proc/loadavg: 4.11 3.84 3.46 5/190 22456
/proc/meminfo: memFree=12629920/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=237744 CPUtime=762.32 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 216918 0 0 0 76183 49 0 0 25 0 1 0 551043710 243449856 51721 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 59436 51721 377 106 0 54407 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 237744

[startup+822.301 s]
/proc/loadavg: 4.04 3.87 3.49 5/190 22458
/proc/meminfo: memFree=12603864/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=313672 CPUtime=822.32 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 223381 0 0 0 82181 51 0 0 25 0 1 0 551043710 321200128 56342 33554432000 4194304 4627331 140736440564064 18446744073709551615 4324309 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 78418 56342 377 106 0 73389 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 313672

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.52 5/190 22459
/proc/meminfo: memFree=12643396/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=223516 CPUtime=882.32 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 239462 0 0 0 88177 55 0 0 25 0 1 0 551043710 228880384 46252 33554432000 4194304 4627331 140736440564064 18446744073709551615 4420095 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 55879 46252 377 106 0 50850 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 223516

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.55 5/190 22461
/proc/meminfo: memFree=12609520/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=286252 CPUtime=942.32 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 252018 0 0 0 94173 59 0 0 25 0 1 0 551043710 293122048 49009 33554432000 4194304 4627331 140736440564064 18446744073709551615 4310094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 71563 49009 377 106 0 66534 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 286252

[startup+1002.3 s]
/proc/loadavg: 4.05 3.94 3.58 5/190 22465
/proc/meminfo: memFree=12603292/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=309640 CPUtime=1002.32 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 267695 0 0 0 100170 62 0 0 25 0 1 0 551043710 317071360 54896 33554432000 4194304 4627331 140736440564064 18446744073709551615 4420065 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 77410 54896 377 106 0 72381 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 309640

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.60 5/190 22467
/proc/meminfo: memFree=12528828/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=309640 CPUtime=1062.33 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 267695 0 0 0 106171 62 0 0 25 0 1 0 551043710 317071360 54896 33554432000 4194304 4627331 140736440564064 18446744073709551615 4420098 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 77410 54896 377 106 0 72381 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 309640

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.63 5/190 22469
/proc/meminfo: memFree=12527320/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=309640 CPUtime=1122.32 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 268004 0 0 0 112170 62 0 0 25 0 1 0 551043710 317071360 55205 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 77410 55205 377 106 0 72381 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 309640

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 22470
/proc/meminfo: memFree=12545280/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=246600 CPUtime=1182.33 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 282410 0 0 0 118166 67 0 0 25 0 1 0 551043710 252518400 53950 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 61650 53950 377 106 0 56621 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 246600

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.66 5/190 22472
/proc/meminfo: memFree=12517480/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=311196 CPUtime=1242.34 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 292945 0 0 0 124164 70 0 0 25 0 1 0 551043710 318664704 54666 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 77799 54666 377 106 0 72770 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 311196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.68 5/189 22474
/proc/meminfo: memFree=12663056/32950928 swapFree=67111528/67111528
[pid=22388] ppid=22386 vsize=246876 CPUtime=1300.04 cores=0,2
/proc/22388/stat : 22388 (strangenight2-s) R 22386 22388 21472 0 -1 4202496 306133 0 0 0 129929 75 0 0 25 0 1 0 551043710 252801024 53107 33554432000 4194304 4627331 140736440564064 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/22388/statm: 61719 53107 377 106 0 56690 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 246876

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.06
CPU user time (s): 1299.3
CPU system time (s): 0.764883
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 326524

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

runsolver used 2.27665 second user time and 4.82427 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-24 03:22:10
IDJOB=3273993
IDBENCH=83151
IDSOLVER=1587
FILE ID=node114/3273993-1303608130
RUNJOBID= node114-1303608129-22366
PBS_JOBID= 13150624
Free space on /tmp= 71256 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s00813792-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273993-1303608130/watcher-3273993-1303608130 -o /tmp/evaluation-result-3273993-1303608130/solver-3273993-1303608130 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3273993-1303608130.cnf

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

MD5SUM BENCH= 92046422d2d9595619b29413c0964c9c
RANDOM SEED=1297649040

node114.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.848
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13219376 kB
Buffers:       2304928 kB
Cached:       16773336 kB
SwapCached:          0 kB
Active:        9584204 kB
Inactive:      9559936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13219376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11760 kB
Writeback:           0 kB
AnonPages:       65752 kB
Mapped:          15268 kB
Slab:           523568 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   223952 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= 71244 MiB
End job on node114 at 2011-04-24 03:43:52