Trace number 3368076

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
MD5SUM02e75ad23aeadbf30b2a4fb3c21ae723
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.466928
Satisfiable
(Un)Satisfiability was proved
Number of variables894
Number of clauses82294
Sum of the clauses size165422
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 282264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368076-1305396379.cnf'
0.00/0.01	c -- header says num vars:            894
0.00/0.01	c -- header says num clauses:       82294
0.00/0.01	c -- clauses added:            0 learnts,        82294 normals,            0 xors
0.00/0.01	c -- vars added        894
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       894        30     82264         0    165422         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/30/30 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    894 time:  0.01 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.41M  time:  0.01 s
0.09/0.10	c lits-rem:      1284  cl-subs:        0  v-elim:     30  v-fix:    0  time:  0.05 s
0.09/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.11	c calculated reachability. Time: 0.00
0.09/0.11	c Calc default polars -  time:   0.00 s pos:       0 undec:      30 neg:     864
0.09/0.11	c =========================================================================================
0.09/0.11	c types(t): F = full restart, N = normal restart
0.09/0.11	c types(t): S = simplification begin/end, E = solution found
0.09/0.11	c restart types(rt): st = static, dy = dynamic
0.09/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.11	c  B st     0         0       864      3096     78304         0    257922         0   no data   no data
0.29/0.39	c  N dy     9      4166       864      3096     78304      4019    257922    425981     11.92     12.58
0.69/0.76	c  N dy    27      8429       864      3096     78304      5757    257922    513420     11.29     12.00
1.21/1.28	c  N dy    47     13372       864      3096     78304      6431    257922    558191     11.30     11.90
1.89/1.95	c  N dy    67     18773       864      3096     78304      6235    257922    430031     11.18     11.80
2.31/2.31	c  N dy    83     22788       864      3096     78304     10183    257922    791028     11.14     12.88
2.49/2.58	c  F st    90     25000       864      3096     78304     12324    257922   1014411     11.10     10.40
2.79/2.81	c  N st    94     27032       864      3096     78304      7651    257922    542726     11.10   no data
3.09/3.16	c  S st    96     30000       864      3096     78304     10552    257922    881334     11.10   no data
3.19/3.21	c  S st    96     30503       864      3096     78304     11052    257922    919907     11.10   no data
3.19/3.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.41/3.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.6M T:  0.20
3.41/3.42	c blocked clauses removed:        0 vars:      0 tried:         864 T: 0.00 s
3.41/3.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4.09/4.19	c subs with bin:        0  lits-rem:     18958  v-fix:    0  time:  0.75 s
4.09/4.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
4.19/4.20	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
4.19/4.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5.50/5.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
6.79/6.84	c lits-rem:      2058  cl-subs:      550  v-elim:      0  v-fix:    0  time:  1.32 s
6.99/7.03	c asymm  cl-useful: 0/1418/3096 lits-rem:0 time: 0.19
6.99/7.03	c calculated reachability. Time: 0.00
6.99/7.03	c  N dy    96     30503       864      3096     78304     10502    238964    886090     11.10   no data
7.49/7.55	c  N dy   110     34603       864      3096     78304     14510    238964   1252968     10.94     11.52
7.99/8.03	c  N dy   125     38977       864      3096     78304     11075    238964    817140     10.85     11.43
8.59/8.66	c  N dy   156     43220       864      3096     78304     15211    238964   1233208     11.07     11.69
9.09/9.11	c  S st   167     45756       864      3096     78304      8943    238964    541961     11.03     11.04
9.09/9.15	c  S st   167     46258       864      3096     78304      9444    238964    580204     11.03   no data
9.09/9.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.30/9.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.9M T:  0.17
9.30/9.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.30/9.33	c bin-w-bin subsume rem            0 bins  time:  0.01 s
9.90/9.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
9.90/9.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
9.90/9.91	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
9.90/9.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.11/11.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
11.30/11.34	c lits-rem:       143  cl-subs:      123  v-elim:      0  v-fix:    0  time:  0.17 s
11.30/11.34	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
11.30/11.35	c vivif2 --  cl tried     9321 cl shrink        0 lits rem          0 time: 0.01
11.50/11.53	c asymm  cl-useful: 0/1487/3096 lits-rem:0 time: 0.18
11.50/11.54	c calculated reachability. Time: 0.00
11.50/11.54	c  N dy   167     46258       864      3096     78304      9321    238964    576347     11.03   no data
11.90/11.99	c  N dy   181     50588       864      3096     78304     13536    238964    995480     10.96     11.66
12.59/12.66	c  N dy   199     54754       864      3096     78304     17571    238964   1344254     11.04     11.69
13.20/13.26	c  N dy   214     58788       864      3096     78305     11759    238964    764626     11.03     11.63
13.69/13.78	c  N dy   238     62797       864      3096     78305     15679    238964   1122934     11.15     11.89
14.49/14.51	c  N dy   257     67297       864      3096     78305     20057    238964   1485671     11.15     11.81
14.79/14.86	c  S st   264     69387       864      3096     78305     11406    238964    701809     11.12   no data
14.89/14.91	c  S st   264     69890       864      3096     78305     11904    238964    739159     11.12   no data
14.89/14.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.09/15.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  0.19
15.09/15.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.09/15.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
15.59/15.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
15.59/15.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
15.59/15.68	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
15.59/15.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.89/16.95	c subs with bin:      424  lits-rem:         9  v-fix:    0  time:  1.24 s
17.19/17.28	c lits-rem:       253  cl-subs:      213  v-elim:      0  v-fix:    0  time:  0.33 s
17.19/17.28	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
17.19/17.29	c vivif2 --  cl tried    11267 cl shrink        0 lits rem          0 time: 0.01
17.39/17.48	c asymm  cl-useful: 0/1467/3096 lits-rem:0 time: 0.19
17.39/17.48	c calculated reachability. Time: 0.00
17.39/17.48	c  N dy   264     69890       864      3096     78305     11267    238964    727337     11.12   no data
17.89/17.98	c  N dy   277     74350       864      3096     78305     15596    238964   1105086     11.07     15.16
18.59/18.67	c  N dy   291     79380       864      3096     78305     20502    238964   1591493     11.04     11.65
19.39/19.43	c  N dy   313     84480       864      3096     78305     13801    238964    887628     11.03     11.90
19.80/19.82	c  F st   326     87501       864      3096     78305     16727    238964   1153525     11.03      9.98
20.29/20.39	c  N st   331     90796       864      3096     78305     19855    238964   1403553     11.03   no data
21.49/21.52	c  N dy   344     96663       864      3096     78305     12942    238964    786444     11.00     11.59
22.29/22.30	c  N dy   364    102863       864      3096     78306     18966    238964   1370930     10.95     15.48
22.59/22.65	c  S st   377    104835       864      3096     78306     20893    238964   1562370     10.97      7.29
22.69/22.74	c  S st   377    105338       864      3096     78306     21393    238964   1599093     10.97   no data
22.69/22.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.99/23.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.9M T:  0.31
22.99/23.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.99/23.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.59/23.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
23.59/23.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
23.59/23.64	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
23.59/23.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.90/24.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
27.50/27.52	c lits-rem:      1088  cl-subs:      781  v-elim:      0  v-fix:    0  time:  2.55 s
27.50/27.52	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
27.50/27.55	c vivif2 --  cl tried    20612 cl shrink        5 lits rem          5 time: 0.03
27.70/27.75	c asymm  cl-useful: 0/983/3096 lits-rem:0 time: 0.20
27.70/27.75	c calculated reachability. Time: 0.00
27.70/27.75	c  N dy   377    105338       864      3096     78306     20612    238964   1569625     10.97   no data
29.19/29.24	c  N dy   418    112111       864      3096     78306     13622    238964    857368     11.07     11.73
30.29/30.30	c  N dy   445    119398       864      3096     78307     20708    238964   1568034     11.05     11.70
31.90/32.00	c  N dy   485    127073       864      3096     78307     28160    238964   2253633     11.09     11.69
33.29/33.32	c  N dy   521    135284       864      3096     78307     21614    238964   1569168     11.15     11.83
34.99/35.02	c  N dy   553    143975       864      3096     78307     30103    238964   2366681     11.12     11.75
36.69/36.70	c  N dy   602    153182       864      3096     78307     23489    238964   1691097     11.21     13.15
37.69/37.78	c  S st   620    158007       864      3096     78307     28156    238964   2146669     11.20      9.82
37.89/37.91	c  S st   620    158508       864      3096     78307     28655    238964   2185996     11.20   no data
37.89/37.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
38.29/38.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.3M T:  0.41
38.29/38.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.29/38.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
38.79/38.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
38.89/38.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
38.89/38.91	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
38.89/38.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
40.19/40.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
45.10/45.18	c lits-rem:      1366  cl-subs:      769  v-elim:      0  v-fix:    0  time:  4.89 s
45.10/45.18	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
45.21/45.22	c vivif2 --  cl tried    27886 cl shrink        3 lits rem          3 time: 0.03
45.40/45.42	c asymm  cl-useful: 0/487/3096 lits-rem:0 time: 0.20
45.40/45.43	c calculated reachability. Time: 0.00
45.40/45.43	c  N dy   620    158508       864      3096     78307     27886    238964   2149991     11.20   no data
47.49/47.55	c  N dy   671    168633       864      3096     78307     21187    238964   1399519     11.25     13.48
49.69/49.72	c  N dy   713    179394       864      3096     78307     31655    238964   2264974     11.28     11.93
51.81/51.89	c  N dy   759    190879       864      3096     78307     25309    238964   1679476     11.28     14.88
54.89/54.98	c  N dy   836    203390       864      3096     78307     18972    238964   1023171     11.36     11.97
57.40/57.42	c  N dy   909    216420       864      3096     78307     31642    238964   2176177     11.44     17.28
60.39/60.41	c  N dy   968    230234       864      3096     78307     25579    238964   1520195     11.45     12.06
61.79/61.81	c  S st   993    237762       864      3096     78307     32913    238964   2229945     11.43     11.11
61.89/61.93	c  S st   993    238265       864      3096     78307     33415    238964   2271438     11.43   no data
61.89/61.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
62.29/62.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.8M T:  0.46
62.29/62.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.39/62.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
62.89/62.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.55 s
62.89/62.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
62.89/62.97	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
62.89/62.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
64.29/64.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
70.50/70.57	c lits-rem:      1766  cl-subs:     1206  v-elim:      0  v-fix:    0  time:  6.21 s
70.50/70.57	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
70.59/70.61	c vivif2 --  cl tried    32209 cl shrink        0 lits rem          0 time: 0.04
70.79/70.83	c asymm  cl-useful: 0/878/3096 lits-rem:0 time: 0.22
70.79/70.83	c calculated reachability. Time: 0.00
70.79/70.83	c  N dy   993    238265       864      3096     78307     32209    238964   2234002     11.43   no data
74.50/74.58	c  N dy  1064    254984       864      3096     78307     28081    238964   1787832     11.43     12.04
78.49/78.50	c  N dy  1134    271485       864      3096     78307     22732    238964   1189267     11.44     12.25
81.89/81.93	c  N dy  1206    288901       864      3096     78308     39656    238964   2709084     11.45     12.06
85.69/85.72	c  F st  1288    306250       864      3096     78308     34175    238964   2100754     11.47   no data
85.99/86.01	c  N st  1291    307437       864      3096     78308     35304    238964   2199379     11.47   no data
90.31/90.32	c  N dy  1356    327151       864      3096     78308     31069    238964   1767287     11.46     12.33
95.59/95.60	c  N dy  1458    347740       864      3096     78308     26759    238964   1309247     11.52     12.18
97.29/97.39	c  S st  1505    357397       864      3096     78308     36090    238964   2129835     11.54   no data
97.39/97.49	c  S st  1505    357899       864      3096     78308     36586    238964   2170204     11.54   no data
97.49/97.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
97.90/97.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.0M T:  0.44
97.90/97.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.90/97.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
98.49/98.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
98.49/98.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
98.49/98.52	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
98.49/98.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.89/99.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
105.50/105.58	c lits-rem:      1599  cl-subs:     1985  v-elim:      0  v-fix:    0  time:  5.67 s
105.50/105.58	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
105.60/105.62	c vivif2 --  cl tried    34601 cl shrink        8 lits rem          8 time: 0.04
105.80/105.82	c asymm  cl-useful: 0/507/3096 lits-rem:0 time: 0.20
105.80/105.83	c calculated reachability. Time: 0.00
105.80/105.83	c  N dy  1505    357899       864      3096     78308     34601    238964   2130824     11.54   no data
110.39/110.48	c  N dy  1590    377927       864      3096     78308     28877    238964   1522563     11.56     17.76
115.10/115.14	c  N dy  1685    398209       864      3096     78309     48494    238964   3192582     11.60     12.44
119.49/119.50	c  N dy  1775    418421       864      3096     78310     41879    238964   2475578     11.61     12.25
124.30/124.33	c  N dy  1876    438687       864      3096     78310     34427    238964   1869988     11.63     12.39
129.20/129.20	c  N dy  1963    458712       864      3096     78310     53806    238964   3470090     11.64     12.38
133.70/133.74	c  N dy  2042    479945       864      3096     78310     46328    238964   2740664     11.63     12.27
138.39/138.46	c  N dy  2111    500110       864      3096     78310     36818    238964   1929137     11.63     12.37
143.70/143.71	c  N dy  2207    520309       864      3096     78310     56330    238964   3489953     11.64     12.31
147.19/147.26	c  S st  2273    536849       864      3096     78310     42356    238964   2217072     11.65   no data
147.29/147.36	c  S st  2273    537353       864      3096     78310     42859    238964   2261323     11.65   no data
147.29/147.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.79/147.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.0M T:  0.45
147.79/147.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
147.79/147.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
148.29/148.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
148.29/148.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
148.29/148.39	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
148.39/148.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
149.71/149.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
155.49/155.58	c lits-rem:      2079  cl-subs:     2520  v-elim:      0  v-fix:    0  time:  5.85 s
155.49/155.58	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
155.59/155.63	c vivif2 --  cl tried    40339 cl shrink       59 lits rem         67 time: 0.05
155.79/155.83	c asymm  cl-useful: 0/424/3096 lits-rem:0 time: 0.20
155.79/155.83	c calculated reachability. Time: 0.00
155.79/155.83	c  N dy  2273    537353       864      3096     78310     40339    238964   2218787     11.65   no data
161.19/161.20	c  N dy  2354    557819       864      3096     78310     60131    238964   3814067     11.65     12.34
166.29/166.30	c  N dy  2438    580464       864      3096     78312     51132    238964   3117398     11.65     12.27
171.80/171.84	c  N dy  2524    600483       864      3096     78314     38639    238964   1938163     11.65     15.02
176.99/177.07	c  N dy  2609    620787       864      3096     78314     58207    238964   3528937     11.66     12.28
182.10/182.17	c  N dy  2704    640899       864      3096     78314     44757    238964   2397472     11.67     12.42
187.89/187.94	c  N dy  2795    661326       864      3096     78315     64468    238964   3987051     11.67     12.80
192.61/192.64	c  N dy  2871    681470       864      3096     78317     50194    238964   2825259     11.67     12.30
198.90/198.97	c  N dy  2966    702334       864      3096     78317     35561    238964   1576929     11.69     12.37
203.19/203.24	c  N dy  3035    722370       864      3096     78318     54948    238964   3048710     11.68     17.25
209.11/209.18	c  N dy  3125    742809       864      3096     78319     38952    238964   1842259     11.69     12.34
214.29/214.40	c  N dy  3205    763153       864      3096     78319     58532    238964   3367045     11.70     12.36
220.79/220.80	c  N dy  3303    783250       864      3096     78319     41276    238964   1950245     11.72     13.67
225.90/225.91	c  N dy  3385    803783       864      3096     78320     61120    238964   3561635     11.72     12.47
226.60/226.68	c  S st  3397    806030       864      3096     78320     63288    238964   3743837     11.72      9.54
226.80/226.85	c  S st  3397    806531       864      3096     78320     63789    238964   3786259     11.72   no data
226.80/226.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
227.60/227.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 33.9M T:  0.77
227.60/227.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
227.60/227.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
228.20/228.20	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.56 s
228.20/228.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
228.20/228.21	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
228.20/228.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
229.69/229.73	c subs with bin:      777  lits-rem:       345  v-fix:    0  time:  1.39 s
239.39/239.48	c lits-rem:      4028  cl-subs:     4830  v-elim:      0  v-fix:    0  time:  9.75 s
239.39/239.48	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
239.49/239.55	c vivif2 --  cl tried    58182 cl shrink      278 lits rem        283 time: 0.08
239.91/239.92	c asymm  cl-useful: 0/282/3096 lits-rem:0 time: 0.36
239.91/239.92	c calculated reachability. Time: 0.00
239.91/239.92	c  N dy  3397    806531       864      3096     78320     58182    238963   3684720     11.72   no data
247.10/247.14	c  N dy  3491    826607       864      3096     78321     39958    238963   1950446     11.73     18.15
252.30/252.30	c  N dy  3583    846646       864      3096     78321     59356    238963   3624244     11.75     12.56
259.90/259.92	c  N dy  3693    866745       864      3096     78322     40182    238963   1883326     11.77     12.53
264.50/264.59	c  N dy  3756    886768       864      3096     78324     59399    238963   3156519     11.76     15.20
271.60/271.64	c  N dy  3859    906833       864      3096     78325     78702    238963   4660629     11.78     20.11
276.50/276.54	c  N dy  3928    927341       864      3096     78325     58935    238963   3264236     11.76     12.52
283.30/283.34	c  N dy  4017    947520       864      3096     78326     78402    238963   4776766     11.77     12.51
288.50/288.52	c  N dy  4099    967789       864      3096     78326     57538    238963   3163179     11.77     12.45
294.92/294.99	c  N dy  4191    987815       864      3096     78326     76838    238963   4698603     11.78     12.50
300.80/300.81	c  N dy  4274   1008051       864      3096     78326     54838    238963   2885606     11.79     12.55
308.01/308.09	c  N dy  4389   1028743       864      3096     78326     74777    238963   4516440     11.81     12.45
315.30/315.39	c  N dy  4512   1048765       864      3096     78326     51671    238963   2609555     11.85     14.03
321.50/321.50	c  N dy  4600   1068907       864      3096     78326     71059    238963   4182970     11.86     12.52
322.31/322.36	c  F st  4606   1071875       864      3096     78326     73923    238963   4424180     11.86     10.10
329.20/329.24	c  N dy  4672   1088916       864      3096     78326     46982    238963   2190964     11.86     13.42
335.00/335.00	c  N dy  4767   1109128       864      3096     78326     66470    238963   3780100     11.88     12.75
343.10/343.10	c  N dy  4874   1129315       864      3096     78326     85924    238963   5416812     11.90     12.58
348.90/348.90	c  N dy  4967   1149319       864      3096     78326     60798    238963   3252095     11.91     15.60
356.90/356.90	c  N dy  5056   1169765       864      3096     78328     80494    238963   4869979     11.91     12.71
364.51/364.59	c  N dy  5151   1190520       864      3096     78328     55259    238963   2802419     11.92     12.69
371.20/371.25	c  S st  5246   1209796       864      3096     78328     73861    238963   4280781     11.93      7.82
371.40/371.45	c  S st  5246   1210300       864      3096     78328     74364    238963   4323416     11.93   no data
371.40/371.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
372.40/372.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 38.3M T:  0.95
372.40/372.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
372.40/372.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
372.91/372.98	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.56 s
372.91/372.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
372.91/372.99	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
373.02/373.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
374.40/374.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
384.40/384.42	c lits-rem:      5200  cl-subs:     6504  v-elim:      0  v-fix:    0  time:  9.97 s
384.40/384.43	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
384.50/384.51	c vivif2 --  cl tried    67860 cl shrink      871 lits rem        919 time: 0.09
384.70/384.75	c asymm  cl-useful: 0/444/3096 lits-rem:0 time: 0.24
384.70/384.76	c calculated reachability. Time: 0.00
384.70/384.76	c  N dy  5246   1210300       864      3096     78328     67860    238961   4211543     11.93   no data
394.01/394.09	c  N dy  5366   1230624       864      3096     78328     87454    238961   5772955     11.97     12.63
400.80/400.88	c  N dy  5466   1251271       864      3096     78328     61227    238961   3381934     11.98     12.68
408.50/408.54	c  N dy  5556   1271639       864      3096     78328     80887    238961   5012813     11.99     12.64
416.80/416.85	c  N dy  5652   1291704       864      3096     78328     53079    238961   2614157     12.00     12.81
423.31/423.30	c  N dy  5751   1312241       864      3096     78328     72924    238961   4224714     12.02     12.76
432.42/432.49	c  N dy  5849   1332648       864      3096     78329     92587    238961   5794042     12.03     12.70
438.61/438.60	c  N dy  5929   1352719       864      3096     78330     63697    238961   3305253     12.02     15.36
445.90/445.94	c  N dy  6015   1373694       864      3096     78331     83878    238961   4997439     12.03     12.69
453.91/453.93	c  N dy  6108   1393786       864      3096     78331     54110    238961   2644213     12.04     25.65
460.11/460.17	c  N dy  6193   1413861       864      3096     78331     73488    238961   4289028     12.05     20.12
469.10/469.12	c  N dy  6303   1433936       864      3096     78332     92832    238961   5899208     12.08     12.78
476.42/476.49	c  N dy  6407   1454078       864      3096     78333     62106    238961   3225654     12.09     12.75
484.50/484.57	c  N dy  6534   1474142       864      3096     78335     81429    238961   4812734     12.12     12.88
494.81/494.81	c  N dy  6646   1494285       864      3096     78336    100825    238961   6458234     12.14     12.85
501.11/501.13	c  N dy  6739   1514362       864      3096     78336     69130    238961   3867952     12.15     12.86
509.81/509.87	c  N dy  6846   1534562       864      3096     78337     88570    238961   5533982     12.18     12.96
520.50/520.57	c  N dy  6942   1554621       864      3096     78337     55852    238961   2667111     12.19     13.03
527.31/527.31	c  N dy  7002   1575006       864      3096     78338     75468    238961   4129030     12.17     13.04
536.31/536.30	c  N dy  7106   1595205       864      3096     78339     94932    238961   5760616     12.19     12.87
545.21/545.27	c  N dy  7234   1615262       864      3096     78339     61335    238961   3091567     12.23     12.88
552.81/552.80	c  N dy  7350   1635317       864      3096     78339     80675    238961   4765009     12.26     13.00
562.51/562.53	c  N dy  7457   1655505       864      3096     78339    100124    238961   6455404     12.28     13.07
570.41/570.40	c  N dy  7560   1675523       864      3096     78339     65479    238961   3415366     12.29     21.75
578.01/578.00	c  N dy  7660   1695916       864      3096     78339     85135    238961   5131340     12.30     13.39
585.32/585.38	c  S st  7735   1710300       864      3096     78339     98961    238961   6267187     12.31   no data
585.70/585.70	c  S st  7735   1710804       864      3096     78339     99463    238961   6308363     12.31   no data
585.70/585.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
587.10/587.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 52.5M T:  1.47
587.10/587.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
587.10/587.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
587.70/587.75	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.56 s
587.70/587.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
587.70/587.76	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
587.80/587.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
589.51/589.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.57 s
608.51/608.56	c lits-rem:      5664  cl-subs:     7433  v-elim:      0  v-fix:    0  time: 19.02 s
608.51/608.56	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
608.61/608.69	c vivif2 --  cl tried    92030 cl shrink      654 lits rem        668 time: 0.13
608.91/608.97	c asymm  cl-useful: 0/168/3096 lits-rem:0 time: 0.28
608.91/608.97	c calculated reachability. Time: 0.00
608.91/608.97	c  N dy  7735   1710804       864      3096     78340     92030    238960   6155286     12.31   no data
619.42/619.49	c  N dy  7822   1730885       864      3096     78340     56573    238960   2768781     12.32     15.58
626.03/626.07	c  N dy  7913   1751110       864      3096     78340     76044    238960   4478440     12.33     13.01
635.21/635.23	c  N dy  8006   1771558       864      3096     78340     95726    238960   6162673     12.33     13.02
645.82/645.87	c  N dy  8096   1791602       864      3096     78340     59163    238960   2902080     12.34     23.06
652.92/652.98	c  N dy  8212   1811803       864      3096     78341     78576    238960   4541318     12.36     13.22
661.81/661.82	c  N dy  8306   1831914       864      3096     78341     97907    238960   6222243     12.37     13.12
672.31/672.34	c  N dy  8418   1851992       864      3096     78341     60478    238960   2941810     12.38     21.41
679.22/679.25	c  N dy  8534   1872035       864      3096     78341     79776    238960   4576330     12.40     17.93
688.62/688.62	c  N dy  8637   1892047       864      3096     78341     99080    238960   6211663     12.42     19.69
699.21/699.20	c  N dy  8733   1912332       864      3096     78341     60846    238960   2902080     12.42     13.28
705.81/705.87	c  N dy  8825   1932379       864      3096     78341     80146    238960   4489809     12.43     24.32
715.81/715.87	c  N dy  8902   1952531       864      3096     78342     99468    238960   6015746     12.43     13.20
727.61/727.61	c  N dy  9007   1972611       864      3096     78343     60089    238960   2838756     12.45     15.08
734.82/734.83	c  N dy  9129   1992627       864      3096     78343     79451    238960   4504601     12.47     14.77
744.51/744.58	c  N dy  9251   2012642       864      3096     78343     98714    238960   6101560     12.49     13.18
756.42/756.46	c  N dy  9360   2032994       864      3096     78343    118274    238960   7704612     12.51     13.54
763.43/763.42	c  N dy  9443   2053089       864      3096     78343     77946    238960   4237352     12.50     15.55
771.23/771.28	c  N dy  9510   2073146       864      3096     78343     97195    238960   5837704     12.50     18.88
782.01/782.03	c  N dy  9613   2093716       864      3096     78343    116976    238960   7506895     12.50     13.24
790.32/790.36	c  N dy  9730   2114316       864      3096     78343     76179    238960   4133004     12.52     13.25
799.11/799.18	c  N dy  9832   2134323       864      3096     78343     95363    238960   5721550     12.53     13.31
810.02/810.05	c  N dy  9928   2154490       864      3096     78343    114683    238960   7311924     12.54     13.27
819.52/819.51	c  N dy 10030   2174548       864      3096     78343     72498    238960   3779386     12.55     17.81
827.72/827.75	c  N dy 10126   2195170       864      3096     78343     92327    238960   5333166     12.56     13.27
835.32/835.38	c  S st 10200   2210805       864      3096     78343    107321    238960   6581719     12.56     13.06
835.72/835.70	c  S st 10200   2211305       864      3096     78343    107820    238960   6623164     12.56   no data
835.72/835.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
837.32/837.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 55.4M T:  1.62
837.32/837.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
837.32/837.35	c bin-w-bin subsume rem            1 bins  time:  0.01 s
837.92/837.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
837.92/837.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
837.92/837.93	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
837.92/837.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
839.92/839.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.82 s
861.22/861.24	c lits-rem:      7038  cl-subs:     6772  v-elim:      0  v-fix:    0  time: 21.29 s
861.22/861.24	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
861.32/861.37	c vivif2 --  cl tried   101048 cl shrink      187 lits rem        187 time: 0.13
861.62/861.67	c asymm  cl-useful: 0/421/3096 lits-rem:0 time: 0.30
861.62/861.67	c calculated reachability. Time: 0.00
861.62/861.67	c  N dy 10200   2211305       864      3096     78342    101048    238960   6481950     12.56   no data
874.82/874.85	c  N dy 10314   2231368       864      3096     78343    120445    238960   8119726     12.58     15.97
882.92/882.99	c  N dy 10390   2251404       864      3096     78343     77331    238960   4193708     12.58     13.34
891.72/891.71	c  N dy 10491   2271471       864      3096     78344     96629    238960   5793393     12.59     13.54
902.42/902.47	c  N dy 10576   2291640       864      3096     78344    116065    238960   7453518     12.59     13.34
912.42/912.43	c  N dy 10676   2311958       864      3096     78344     72222    238960   3723047     12.60     13.27
921.52/921.54	c  N dy 10797   2333556       864      3096     78344     92999    238960   5496084     12.62     13.41
934.32/934.32	c  N dy 10896   2353614       864      3096     78344    112279    238960   7061538     12.63     13.38
949.02/949.09	c  N dy 11024   2373948       864      3096     78345     67429    238960   3304735     12.65     13.55
957.13/957.15	c  N dy 11107   2394383       864      3096     78345     87051    238960   4917547     12.65     13.51
968.14/968.14	c  N dy 11230   2414500       864      3096     78345    106413    238960   6603861     12.67     13.39
980.42/980.49	c  N dy 11316   2434673       864      3096     78346    125792    238960   8230969     12.67     13.35
990.03/990.11	c  N dy 11427   2454764       864      3096     78346     79724    238960   4316238     12.68     22.37
999.12/999.14	c  N dy 11526   2474840       864      3096     78346     99038    238960   5914696     12.69     13.46
1009.72/1009.73	c  N dy 11610   2494904       864      3096     78346    118294    238960   7495907     12.69     13.37
1021.52/1021.51	c  N dy 11710   2515037       864      3096     78346     71259    238960   3539049     12.70     13.42
1030.33/1030.33	c  N dy 11838   2535062       864      3096     78346     90449    238960   5084667     12.72     16.09
1040.02/1040.05	c  N dy 11917   2555064       864      3096     78346    109629    238960   6638561     12.72     15.73
1051.12/1051.16	c  N dy 11976   2575084       864      3096     78346    128731    238960   8207543     12.71     13.48
1060.92/1060.99	c  N dy 12081   2595113       864      3096     78347     80739    238960   4120282     12.73     15.76
1069.72/1069.76	c  N dy 12163   2615261       864      3096     78348    100145    238960   5748678     12.73     13.55
1083.22/1083.20	c  N dy 12260   2637463       864      3096     78348    121344    238960   7297642     12.73     13.61
1095.93/1095.93	c  N dy 12359   2658768       864      3096     78348     73702    238960   3469235     12.74     13.49
1103.33/1103.37	c  N dy 12442   2678945       864      3096     78348     93051    238960   5078365     12.74     13.48
1113.62/1113.62	c  N dy 12505   2700853       864      3096     78348    114061    238960   6810387     12.74     13.55
1119.53/1119.58	c  S st 12555   2711306       864      3096     78349    124143    238960   7657057     12.74   no data
1119.94/1119.97	c  S st 12555   2711807       864      3096     78349    124643    238960   7699769     12.74   no data
1119.94/1119.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1122.03/1122.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 62.8M T:  2.01
1122.03/1122.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1122.03/1122.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1122.53/1122.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.56 s
1122.53/1122.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    864 time:  0.01 s
1122.53/1122.59	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
1122.63/1122.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1124.53/1124.57	c subs with bin:       28  lits-rem:         0  v-fix:    0  time:  1.75 s
1151.63/1151.68	c lits-rem:      7642  cl-subs:     7190  v-elim:      0  v-fix:    0  time: 27.10 s
1151.63/1151.68	c vivif2 --  cl tried     3096 cl shrink        0 lits rem          0 time: 0.00
1151.84/1151.83	c vivif2 --  cl tried   117425 cl shrink      491 lits rem        507 time: 0.15
1152.12/1152.13	c asymm  cl-useful: 0/357/3096 lits-rem:0 time: 0.31
1152.12/1152.14	c calculated reachability. Time: 0.00
1152.12/1152.14	c  N dy 12555   2711807       864      3096     78349    117425    238960   7530695     12.74   no data
1166.32/1166.33	c  N dy 12662   2732687       864      3096     78349    137432    238960   9256442     12.75     13.61
1174.42/1174.45	c  N dy 12747   2752757       864      3096     78351     87710    238960   4564869     12.75     13.56
1183.93/1183.90	c  N dy 12813   2772798       864      3096     78352    106826    238960   6036684     12.75     18.18
1194.74/1194.79	c  N dy 12899   2793599       864      3096     78353    126803    238960   7646657     12.75     13.43
1206.03/1206.00	c  N dy 13003   2813632       864      3096     78353     76161    238960   3657169     12.76     13.50
1213.44/1213.44	c  N dy 13072   2833925       864      3096     78354     95574    238960   5285349     12.76     13.48
1222.53/1222.57	c  N dy 13147   2853944       864      3096     78354    114781    238960   6868749     12.76     14.92
1235.82/1235.86	c  N dy 13236   2876391       864      3096     78354    136304    238960   8732677     12.76     13.65
1245.53/1245.55	c  N dy 13347   2896540       864      3096     78355     84800    238960   4275660     12.77     13.57
1255.03/1255.00	c  N dy 13456   2917658       864      3096     78355    105050    238960   5948265     12.78     13.57
1265.93/1265.91	c  N dy 13546   2937707       864      3096     78355    124313    238960   7505674     12.79     14.95
1278.63/1278.67	c  N dy 13635   2957708       864      3096     78355    143394    238960   9028472     12.79     13.64
1286.33/1286.37	c  N dy 13737   2977942       864      3096     78356     90952    238960   4672546     12.80     13.59
1296.43/1296.43	c  N dy 13860   2997982       864      3096     78356    110159    238960   6197230     12.82     17.05

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

running on 2 cores: 5,7

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.85 1.11 1.98 3/377 16534
/proc/meminfo: memFree=22610296/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=30292 CPUtime=0 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 845 0 0 0 0 0 0 0 21 0 1 0 651235660 31019008 785 33554432000 4194304 4580011 140733451701088 18446744073709551615 212687336133 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 7573 786 322 95 0 2555 0

[startup+0.105099 s]
/proc/loadavg: 0.85 1.11 1.98 3/377 16534
/proc/meminfo: memFree=22610296/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=34852 CPUtime=0.09 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 2141 0 0 0 9 0 0 0 21 0 1 0 651235660 35688448 2081 33554432000 4194304 4580011 140733451701088 18446744073709551615 4416931 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 8713 2081 353 95 0 3695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34852

[startup+0.201092 s]
/proc/loadavg: 0.85 1.11 1.98 3/377 16534
/proc/meminfo: memFree=22610296/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=35036 CPUtime=0.19 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 2417 0 0 0 19 0 0 0 18 0 1 0 651235660 35876864 2324 33554432000 4194304 4580011 140733451701088 18446744073709551615 4316781 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 8759 2324 363 95 0 3741 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35036

[startup+0.301076 s]
/proc/loadavg: 0.85 1.11 1.98 3/377 16534
/proc/meminfo: memFree=22610296/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=35168 CPUtime=0.29 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 2622 0 0 0 29 0 0 0 18 0 1 0 651235660 36012032 2529 33554432000 4194304 4580011 140733451701088 18446744073709551615 4321068 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 8792 2530 363 95 0 3774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35168

[startup+0.700998 s]
/proc/loadavg: 0.85 1.11 1.98 3/377 16534
/proc/meminfo: memFree=22610296/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=37272 CPUtime=0.69 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 3514 0 0 0 69 0 0 0 18 0 1 0 651235660 38166528 2782 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 9318 2782 363 95 0 4300 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37272

[startup+1.50084 s]
/proc/loadavg: 0.85 1.11 1.98 5/383 16545
/proc/meminfo: memFree=22555136/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=38448 CPUtime=1.49 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 4868 0 0 0 148 1 0 0 19 0 1 0 651235660 39370752 3229 33554432000 4194304 4580011 140733451701088 18446744073709551615 4322671 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 9612 3229 363 95 0 4594 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38448

[startup+3.10055 s]
/proc/loadavg: 0.85 1.11 1.98 5/383 16545
/proc/meminfo: memFree=22542860/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=39836 CPUtime=3.09 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 7486 0 0 0 308 1 0 0 24 0 1 0 651235660 40792064 3496 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 9959 3496 364 95 0 4941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39836

[startup+6.30097 s]
/proc/loadavg: 1.10 1.16 1.99 5/383 16545
/proc/meminfo: memFree=22501232/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=59556 CPUtime=6.3 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 12246 0 0 0 628 2 0 0 25 0 1 0 651235660 60985344 8255 33554432000 4194304 4580011 140733451701088 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 14889 8255 366 95 0 9871 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 59556

[startup+12.7008 s]
/proc/loadavg: 1.33 1.20 2.00 5/383 16545
/proc/meminfo: memFree=22464420/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=59880 CPUtime=12.69 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 15744 0 0 0 1266 3 0 0 25 0 1 0 651235660 61317120 8703 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294542 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 14970 8703 366 95 0 9952 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59880

[startup+25.5005 s]
/proc/loadavg: 1.92 1.34 2.03 5/383 16546
/proc/meminfo: memFree=22425872/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=78912 CPUtime=25.5 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 27518 0 0 0 2545 5 0 0 25 0 1 0 651235660 80805888 13207 33554432000 4194304 4580011 140733451701088 18446744073709551615 4416638 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 19728 13207 366 95 0 14710 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 78912

[startup+51.1008 s]
/proc/loadavg: 2.63 1.55 2.08 5/383 16600
/proc/meminfo: memFree=22266240/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=94884 CPUtime=51.1 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 43711 0 0 0 5102 8 0 0 25 0 1 0 651235660 97161216 16453 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 23721 16453 366 95 0 18703 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 94884

[startup+102.3 s]
/proc/loadavg: 3.40 1.93 2.18 5/383 16602
/proc/meminfo: memFree=22077448/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=103020 CPUtime=102.3 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 68634 0 0 0 10217 13 0 0 25 0 1 0 651235660 105492480 19009 33554432000 4194304 4580011 140733451701088 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 25755 19009 366 95 0 20737 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 103020

[startup+162.301 s]
/proc/loadavg: 3.94 2.33 2.30 5/383 16603
/proc/meminfo: memFree=22026528/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=106608 CPUtime=162.3 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 95637 0 0 0 16211 19 0 0 25 0 1 0 651235660 109166592 19155 33554432000 4194304 4580011 140733451701088 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 26652 19155 366 95 0 21634 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 106608

[startup+222.315 s]
/proc/loadavg: 4.05 2.65 2.41 5/383 16605
/proc/meminfo: memFree=21980488/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=107684 CPUtime=222.31 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 123784 0 0 0 22206 25 0 0 25 0 1 0 651235660 110268416 20045 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294357 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 26921 20045 366 95 0 21903 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 107684

[startup+282.301 s]
/proc/loadavg: 4.02 2.89 2.51 5/383 16606
/proc/meminfo: memFree=21918440/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=214348 CPUtime=282.3 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 149991 0 0 0 28199 31 0 0 25 0 1 0 651235660 219492352 30557 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 53587 30557 366 95 0 48569 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 214348

[startup+342.301 s]
/proc/loadavg: 4.00 3.09 2.60 5/383 16608
/proc/meminfo: memFree=21771840/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=235284 CPUtime=342.31 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 172668 0 0 0 34195 36 0 0 25 0 1 0 651235660 240930816 35600 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 58821 35600 366 95 0 53803 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 235284

[startup+402.301 s]
/proc/loadavg: 4.00 3.25 2.68 5/383 16610
/proc/meminfo: memFree=21737088/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=164232 CPUtime=402.3 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 190168 0 0 0 40190 40 0 0 25 0 1 0 651235660 168173568 34738 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 41058 34738 366 95 0 36040 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 164232

[startup+462.301 s]
/proc/loadavg: 4.09 3.42 2.77 5/383 16611
/proc/meminfo: memFree=21690320/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=260116 CPUtime=462.31 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 209764 0 0 0 46186 45 0 0 25 0 1 0 651235660 266358784 40035 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 65029 40035 366 95 0 60011 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 260116

[startup+522.301 s]
/proc/loadavg: 4.21 3.57 2.86 6/383 16613
/proc/meminfo: memFree=21636968/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=182376 CPUtime=522.3 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 228873 0 0 0 52181 49 0 0 25 0 1 0 651235660 186753024 38417 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 45594 38417 366 95 0 40576 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 182376

[startup+582.301 s]
/proc/loadavg: 4.07 3.64 2.93 5/383 16614
/proc/meminfo: memFree=21573312/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=266236 CPUtime=582.31 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 246060 0 0 0 58177 54 0 0 25 0 1 0 651235660 272625664 41154 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 66559 41154 366 95 0 61541 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 266236

[startup+642.301 s]
/proc/loadavg: 4.03 3.70 3.00 5/383 16616
/proc/meminfo: memFree=21590888/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=306200 CPUtime=642.31 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 262795 0 0 0 64173 58 0 0 25 0 1 0 651235660 313548800 49757 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 76550 49757 366 95 0 71532 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 306200

[startup+702.301 s]
/proc/loadavg: 4.01 3.76 3.05 5/383 16618
/proc/meminfo: memFree=21595208/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=237104 CPUtime=702.31 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 282208 0 0 0 70169 62 0 0 25 0 1 0 651235660 242794496 51238 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 59276 51238 366 95 0 54258 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 237104

[startup+762.301 s]
/proc/loadavg: 4.08 3.83 3.12 5/383 16619
/proc/meminfo: memFree=21569764/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=237572 CPUtime=762.33 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 298272 0 0 0 76166 67 0 0 25 0 1 0 651235660 243273728 51464 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 59393 51464 366 95 0 54375 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 237572

[startup+822.301 s]
/proc/loadavg: 4.07 3.87 3.18 5/383 16621
/proc/meminfo: memFree=21538724/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=238160 CPUtime=822.32 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 315029 0 0 0 82161 71 0 0 25 0 1 0 651235660 243875840 51808 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 59540 51808 366 95 0 54522 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 238160

[startup+882.314 s]
/proc/loadavg: 4.02 3.89 3.23 5/383 16622
/proc/meminfo: memFree=21531356/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=238728 CPUtime=882.33 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 324003 0 0 0 88160 73 0 0 25 0 1 0 651235660 244457472 51852 33554432000 4194304 4580011 140733451701088 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 59682 51852 366 95 0 54664 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 238728

[startup+942.3 s]
/proc/loadavg: 4.01 3.91 3.27 5/383 16624
/proc/meminfo: memFree=21467188/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=333176 CPUtime=942.32 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 336593 0 0 0 94155 77 0 0 25 0 1 0 651235660 341172224 55783 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 83294 55783 366 95 0 78276 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 333176

[startup+1002.3 s]
/proc/loadavg: 4.06 3.94 3.32 5/383 16626
/proc/meminfo: memFree=21432560/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=335984 CPUtime=1002.32 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 352848 0 0 0 100149 83 0 0 25 0 1 0 651235660 344047616 54372 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 83996 54372 366 95 0 78978 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 335984

[startup+1062.3 s]
/proc/loadavg: 4.07 3.96 3.37 5/383 16627
/proc/meminfo: memFree=21407580/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=230352 CPUtime=1062.32 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 366539 0 0 0 106146 86 0 0 25 0 1 0 651235660 235880448 50148 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 57588 50148 366 95 0 52570 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 230352

[startup+1122.3 s]
/proc/loadavg: 4.06 3.98 3.41 5/383 16629
/proc/meminfo: memFree=21304388/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=348424 CPUtime=1122.33 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 378538 0 0 0 112144 89 0 0 25 0 1 0 651235660 356786176 59429 33554432000 4194304 4580011 140733451701088 18446744073709551615 4413539 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 87106 59429 366 95 0 82088 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 348424

[startup+1182.3 s]
/proc/loadavg: 4.02 3.98 3.44 5/383 16630
/proc/meminfo: memFree=21306820/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=377260 CPUtime=1182.32 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 387761 0 0 0 118140 92 0 0 25 0 1 0 651235660 386314240 64771 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 94315 64771 366 95 0 89297 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 377260

[startup+1242.3 s]
/proc/loadavg: 4.01 3.98 3.47 5/383 16632
/proc/meminfo: memFree=21283356/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=329344 CPUtime=1242.33 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 404002 0 0 0 124137 96 0 0 25 0 1 0 651235660 337248256 74660 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 82336 74660 366 95 0 77318 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 329344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.01 3.51 5/383 16634
/proc/meminfo: memFree=21257300/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=425948 CPUtime=1300.03 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 410433 0 0 0 129905 98 0 0 25 0 1 0 651235660 436170752 77777 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 106487 77777 366 95 0 101469 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 425948

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

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

[startup+1300 s]
/proc/loadavg: 4.11 4.01 3.51 5/383 16634
/proc/meminfo: memFree=21257300/32951124 swapFree=67111348/67111528
[pid=16534] ppid=16532 vsize=425948 CPUtime=1300.03 cores=5,7
/proc/16534/stat : 16534 (strangenight2-s) R 16532 16534 15158 0 -1 4202496 410433 0 0 0 129905 98 0 0 25 0 1 0 651235660 436170752 77777 33554432000 4194304 4580011 140733451701088 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16534/statm: 106487 77777 366 95 0 101469 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 425948

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.07
CPU system time (s): 1.00285
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 426096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.07
system time used= 1.00285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 410434
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 2434

runsolver used 4.65029 second user time and 10.8913 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 20:06:19
IDJOB=3368076
IDBENCH=88215
IDSOLVER=1845
FILE ID=node139/3368076-1305396379
RUNJOBID= node139-1305396379-16505
PBS_JOBID= 13324418
Free space on /tmp= 73344 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368076-1305396379/watcher-3368076-1305396379 -o /tmp/evaluation-result-3368076-1305396379/solver-3368076-1305396379 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368076-1305396379.cnf

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

MD5SUM BENCH= 02e75ad23aeadbf30b2a4fb3c21ae723
RANDOM SEED=1625970605

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22611196 kB
Buffers:        295668 kB
Cached:        2883956 kB
SwapCached:          0 kB
Active:        7977080 kB
Inactive:      2056596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22611196 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           19052 kB
Writeback:           0 kB
AnonPages:     6853196 kB
Mapped:          29568 kB
Slab:           203356 kB
PageTables:      39012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76843652 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= 73316 MiB
End job on node139 at 2011-05-14 20:28:01