Trace number 3370763

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370763-1305379163.cnf'
0.00/0.02	c -- header says num vars:          45937
0.00/0.02	c -- header says num clauses:      166840
0.00/0.08	c -- clauses added:            0 learnts,       166840 normals,            0 xors
0.00/0.08	c -- vars added      45937
0.00/0.08	c Parsing time:  0.06 s
0.00/0.08	c  N st     0         0     45937     79956     85826         0    444254         0   no data   no data  --
0.48/0.59	c asymm  cl-useful: 8/3058/79806 lits-rem:15 time: 0.51
4.48/4.55	c Flit:   149 Blit:      3 bXBeca:    0 bXProp: 14030 Bins:      0 BRemL:      0 BRemN:      0 P: 105.2M T:  3.92
4.48/4.55	c Cleaning up after failed var search:     0.00 s 
4.48/4.57	c Replacing    14030 vars Replaced   284641 lits Time:     0.02 s 
4.58/4.60	c bin-w-bin subsume rem            6 bins  time:  0.01 s
4.58/4.61	c subs with bin:        2  lits-rem:         5  v-fix:    0  time:  0.01 s
4.98/5.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30691 time:  0.42 s
5.18/5.21	c Removed useless bin:       2  fixed:     0  props:  20.00M  time:  0.18 s
5.39/5.47	c lits-rem:         0  cl-subs:        0  v-elim:  10230  v-fix:    0  time:  0.25 s
5.58/5.64	c Finding binary XORs  T:     0.17 s  found:    1807
5.58/5.65	c Replacing     1807 vars Replaced    33961 lits Time:     0.01 s 
5.68/5.75	c Finding non-binary XORs:     0.07 s (found:    7953, avg size: 3.7)
5.68/5.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2995 locsubst: 89793 time:   0.03
5.68/5.76	c Replacing      720 vars Replaced     8108 lits Time:     0.01 s 
5.68/5.79	c calculated reachability. Time: 0.03
5.68/5.79	c Calc default polars -  time:   0.00 s pos:    6154 undec:   31032 neg:    8751
5.68/5.79	c =========================================================================================
5.68/5.79	c types(t): F = full restart, N = normal restart
5.68/5.79	c types(t): S = simplification begin/end, E = solution found
5.68/5.79	c restart types(rt): st = static, dy = dynamic
5.68/5.79	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.68/5.79	c  B st     0         0     14939     22400     51951         0    248292         0   no data   no data  --
5.98/6.05	c  N dy    11      4006     14939     22400     51994      3242    248292    167067     14.73     20.43  --
6.18/6.24	c  N dy    25      8255     14939     22400     52018      6350    248292    243641     13.45     14.77  --
6.28/6.35	c  N dy    32     13328     14939     22400     52036      9744    248292    291174     11.35     12.42  --
6.59/6.65	c  N dy    56     18696     14939     22400     52072     13671    248291    387047     11.81     12.72  --
6.78/6.87	c  N dy    71     23324     14939     22400     52100      9706    248291    116385     11.51     12.45  --
6.88/6.91	c  F st    73     25000     14939     22400     52103     10847    248291    129467     11.26     10.10  --
6.98/7.08	c  N st    78     28296     14939     22400     52124     13283    248291    216698     11.26   no data  --
7.28/7.39	c  S st    79     30001     14939     22400     52124     14846    248291    392664     11.26   no data  --
7.39/7.49	c  S st    79     30502     14939     22400     52149     15254    248291    400471     11.26   no data  --
7.49/7.52	c x-sub:   720 x-cut:      0 vfix:      0 v-elim:   1543 locsubst:  1000 time:   0.04
7.49/7.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.98/28.06	c Flit:     4 Blit:     33 bXBeca:    0 bXProp: 2379 Bins:  12591 BRemL:   3811 BRemN:     53 P: 76.3M T: 20.53
27.98/28.08	c Replacing     2434 vars Replaced    59180 lits Time:     0.02 s 
28.08/28.10	c bin-w-bin subsume rem        17757 bins  time:  0.01 s
28.08/28.14	c subs with bin:     1356  lits-rem:      9795  v-fix:    0  time:  0.04 s
28.18/28.27	c Subs w/ non-existent bins:     27 l-rem:     18 v-fix:     0 done:  10925 time:  0.12 s
28.28/28.35	c Removed useless bin:     408  fixed:     0  props:  13.61M  time:  0.08 s
28.49/28.55	c lits-rem:       647  cl-subs:     6732  v-elim:   4392  v-fix:    0  time:  0.19 s
28.98/29.08	c asymm  cl-useful: 1602/7346/20801 lits-rem:2450 time: 0.53
28.98/29.09	c calculated reachability. Time: 0.01
28.98/29.09	c  N dy    79     30502      6533     20790     20667       653    171216      7901     11.26   no data  --
29.18/29.20	c Finding binary XORs  T:     0.11 s  found:       3
29.28/29.35	c  N dy   106     34580      6533     20790     20673      3692    171216     92397     11.93     12.84  --
29.38/29.48	c  N dy   129     38996      6533     20790     20680      7129    171216    180795     12.33     13.06  --
29.59/29.66	c  N dy   151     43051      6533     20790     20683      5722    171216     96635     13.15     38.63  --
29.69/29.72	c  S st   157     45753      6533     20790     20683      7825    171216    145319     13.03   no data  --
29.69/29.76	c  S st   157     46253      6533     20790     20689      8272    171216    153796     13.03   no data  --
29.78/29.80	c x-sub:    56 x-cut:      0 vfix:      0 v-elim:    412 locsubst:  1665 time:   0.04
29.78/29.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.28/31.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  122 Bins:   2067 BRemL:    323 BRemN:    309 P: 13.6M T:  1.50
31.28/31.31	c Replacing      230 vars Replaced     7505 lits Time:     0.00 s 
31.28/31.32	c bin-w-bin subsume rem         1090 bins  time:  0.00 s
31.28/31.34	c subs with bin:      608  lits-rem:      4323  v-fix:    0  time:  0.02 s
31.28/31.38	c Subs w/ non-existent bins:     74 l-rem:     63 v-fix:     0 done:   5891 time:  0.04 s
31.28/31.39	c Removed useless bin:     128  fixed:     0  props:   0.98M  time:  0.01 s
31.38/31.44	c lits-rem:       259  cl-subs:      892  v-elim:     18  v-fix:    0  time:  0.05 s
31.38/31.46	c vivif2 --  cl tried    19672 cl shrink       28 lits rem         65 time: 0.01
31.38/31.46	c vivif2 --  cl tried     2622 cl shrink       10 lits rem         10 time: 0.00
31.98/32.01	c asymm  cl-useful: 224/9231/19670 lits-rem:224 time: 0.55
31.98/32.01	c calculated reachability. Time: 0.00
31.98/32.01	c  N dy   157     46253      5873     19670     20992      2622    159146     48118     13.03   no data  --
32.18/32.20	c  N dy   189     50645      5873     19670     20992      6323    159146    216517     14.56     15.36  --
32.28/32.35	c  N dy   202     56255      5873     19670     20992      9765    159146    340140     15.15     16.68  --
32.38/32.43	c Finding binary XORs  T:     0.07 s  found:       0
32.48/32.57	c  N dy   207     69379      5873     19670     20992      9595    159146    125456     14.54     11.54  --
32.48/32.57	c  S st   207     69379      5873     19670     20992      9595    159146    125456     14.54     11.54  --
32.58/32.60	c  S st   207     69880      5873     19670     20993     10043    159146    134500     14.54   no data  --
32.58/32.66	c x-sub:   105 x-cut:      0 vfix:      0 v-elim:    202 locsubst:   590 time:   0.05
32.58/32.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.18/33.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     32 BRemL:      7 BRemN:    854 P: 10.9M T:  0.56
33.18/33.22	c Replacing       12 vars Replaced       77 lits Time:     0.00 s 
33.18/33.23	c bin-w-bin subsume rem          150 bins  time:  0.00 s
33.18/33.24	c subs with bin:       82  lits-rem:        18  v-fix:    0  time:  0.02 s
33.18/33.29	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:   5659 time:  0.04 s
33.18/33.29	c Removed useless bin:     611  fixed:     0  props:   0.95M  time:  0.01 s
33.28/33.34	c lits-rem:        51  cl-subs:     1081  v-elim:      4  v-fix:    0  time:  0.05 s
33.28/33.36	c vivif2 --  cl tried    19593 cl shrink       13 lits rem         37 time: 0.01
33.28/33.36	c vivif2 --  cl tried     3653 cl shrink        1 lits rem          1 time: 0.00
33.78/33.89	c asymm  cl-useful: 3864/14826/19591 lits-rem:7406 time: 0.53
33.88/33.90	c calculated reachability. Time: 0.00
33.88/33.90	c  N dy   207     69880      5655     19081     19901      3653    147266     63857     14.54   no data  --
34.10/34.16	c  N dy   250     74419      5655     19081     19902      7509    147265    342529     16.61     46.79  --
34.28/34.38	c  N dy   283     79173      5655     19081     19902     11106    147265    543022     17.73     63.44  --
34.68/34.71	c  N dy   328     84231      5655     19081     19902     15347    147265    872418     19.78     74.81  --
34.78/34.87	c  F st   345     87500      5655     19081     19902     18242    147265   1036570     20.39     16.51  --
34.98/35.07	c  N st   350     90797      5655     19081     19904     11612    147265    430170     20.39   no data  --
35.28/35.38	c  N dy   378     97209      5655     19081     19904     17187    147265    771669     21.30     22.48  --
35.78/35.84	c  N dy   432    103422      5655     19081     19904     22756    147265   1214733     23.14     25.07  --
35.88/35.94	c  S st   446    104820      5655     19081     19904     23941    147265   1307517     23.50   no data  --
35.88/35.98	c  S st   446    105323      5655     19081     19905     24390    147265   1313510     23.50   no data  --
35.98/36.03	c x-sub:    12 x-cut:      0 vfix:      0 v-elim:    120 locsubst:     0 time:   0.06
35.98/36.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.98/37.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  178 Bins:    899 BRemL:    451 BRemN:    642 P: 11.3M T:  1.05
36.98/37.09	c Replacing      178 vars Replaced     5852 lits Time:     0.01 s 
37.08/37.11	c bin-w-bin subsume rem          749 bins  time:  0.00 s
37.08/37.14	c subs with bin:      388  lits-rem:      1483  v-fix:    0  time:  0.03 s
37.08/37.18	c Subs w/ non-existent bins:      1 l-rem:    691 v-fix:     0 done:   5001 time:  0.03 s
37.08/37.18	c Removed useless bin:      23  fixed:     0  props:   1.19M  time:  0.01 s
39.68/39.73	c lits-rem:      2662  cl-subs:     2617  v-elim:      7  v-fix:    0  time:  2.55 s
39.68/39.74	c vivif2 --  cl tried    18102 cl shrink        4 lits rem          6 time: 0.01
39.68/39.76	c vivif2 --  cl tried    12982 cl shrink      462 lits rem        623 time: 0.01
39.88/39.93	c asymm  cl-useful: 1599/3276/18102 lits-rem:4797 time: 0.17
39.88/39.93	c calculated reachability. Time: 0.00
39.88/39.94	c  N dy   446    105323      5350     16503     20501     12982    135653    357424     23.50   no data  --
39.98/40.01	c Finding binary XORs  T:     0.07 s  found:      32
40.59/40.66	c  N dy   513    112058      5349     16503     20507     19064    135653   1124251     27.65    111.57  --
41.08/41.19	c  N dy   563    119213      5349     16503     20509     14205    135651    500620     29.91     57.45  --
41.98/42.02	c  N dy   639    129476      5349     16503     20513     23511    135650   1414428     33.13     35.06  --
42.69/42.75	c  N dy   709    137766      5349     16503     20522     30820    135649   2172814     35.63     51.82  --
43.58/43.67	c  N dy   797    146619      5349     16503     20531     22691    135647   1074936     38.51    109.52  --
44.58/44.65	c  N dy   887    156052      5349     16503     20536     31347    135645   2120068     41.31     82.51  --
44.78/44.86	c  S st   905    157984      5349     16503     20536     33052    135645   2317867     41.78   no data  --
44.88/44.92	c  S st   905    158488      5349     16503     20537     33527    135644   2332633     41.78   no data  --
44.88/44.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     75 locsubst:     0 time:   0.06
44.88/44.98	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.00
45.88/45.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  422 Bins:    668 BRemL:    661 BRemN:    746 P:  9.5M T:  0.96
45.88/45.97	c Replacing      456 vars Replaced    19098 lits Time:     0.02 s 
45.98/46.00	c bin-w-bin subsume rem         1676 bins  time:  0.00 s
45.98/46.07	c subs with bin:      540  lits-rem:      4972  v-fix:    0  time:  0.07 s
45.98/46.08	c Subs w/ non-existent bins:     23 l-rem:     37 v-fix:     0 done:    847 time:  0.01 s
45.98/46.08	c Removed useless bin:     177  fixed:     0  props:   0.73M  time:  0.00 s
49.39/49.42	c lits-rem:      4454  cl-subs:     3064  v-elim:     20  v-fix:    0  time:  3.33 s
49.39/49.43	c vivif2 --  cl tried    15173 cl shrink      128 lits rem        140 time: 0.01
49.39/49.46	c vivif2 --  cl tried    21185 cl shrink      677 lits rem       1609 time: 0.03
49.68/49.71	c asymm  cl-useful: 1929/10172/15153 lits-rem:5189 time: 0.25
49.68/49.71	c calculated reachability. Time: 0.00
49.68/49.71	c  N dy   905    158488      4798     14698     17958     21184    117978    736012     41.78   no data  --
49.68/49.78	c Finding binary XORs  T:     0.07 s  found:     217
49.78/49.80	c Replacing      217 vars Replaced    16339 lits Time:     0.02 s 
50.49/50.55	c  N dy   963    170390      4581     14694     17530     16346    117094    301380     42.54     45.62  --
51.59/51.68	c  N dy   985    197704      4581     14694     17535     20215    117094    356323     40.22     42.56  --
52.79/52.89	c  N dy  1079    210407      4581     14694     17548     31578    117094   1435869     42.12    103.18  --
54.48/54.54	c  N dy  1171    237733      4581     14694     17561     34262    117093    778895     42.18     22.94  --
54.48/54.54	c  S st  1171    237733      4581     14694     17561     34262    117093    778895     42.18     22.94  --
54.48/54.59	c  S st  1171    238236      4581     14694     17568     34717    117093    783946     42.18   no data  --
54.58/54.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     68 locsubst:     2 time:   0.08
54.58/54.68	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.00
54.99/55.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  148 Bins:    379 BRemL:    200 BRemN:    707 P:  5.7M T:  0.36
54.99/55.04	c Replacing      151 vars Replaced     6955 lits Time:     0.01 s 
54.99/55.07	c bin-w-bin subsume rem          802 bins  time:  0.00 s
55.08/55.11	c subs with bin:      532  lits-rem:      3196  v-fix:    0  time:  0.04 s
55.08/55.12	c Subs w/ non-existent bins:    116 l-rem:    233 v-fix:     0 done:   2437 time:  0.01 s
55.08/55.12	c Removed useless bin:     151  fixed:     0  props:   0.46M  time:  0.00 s
59.48/59.54	c lits-rem:      2658  cl-subs:     5296  v-elim:     23  v-fix:    0  time:  4.42 s
59.48/59.54	c vivif2 --  cl tried    12429 cl shrink       16 lits rem         16 time: 0.00
59.48/59.57	c vivif2 --  cl tried    30118 cl shrink      313 lits rem        328 time: 0.02
59.58/59.66	c asymm  cl-useful: 379/2251/12423 lits-rem:1137 time: 0.09
59.58/59.67	c calculated reachability. Time: 0.00
59.58/59.67	c  N dy  1171    238236      4339     12044     16266     30118    104163    676796     42.18   no data  --
59.68/59.79	c Finding binary XORs  T:     0.07 s  found:      89
59.78/59.80	c Replacing       89 vars Replaced     4831 lits Time:     0.01 s 
60.39/60.48	c  N dy  1197    259233      4250     12042     16090     22386    103798    404773     41.85     44.74  --
61.09/61.15	c  F st  1198    306250      4250     12042     16090     28896    103798    346638     37.20     10.73  --
61.09/61.16	c  N st  1198    306250      4250     12042     16090     28896    103798    346638     37.20     10.73  --
61.19/61.26	c Decided on static restart strategy
64.18/64.28	c  N st  1208    334552      4250     12042     16093     35286    103798   3097969     37.20   no data  --
67.78/67.81	c  N st  1210    357354      4250     12042     16095     33469    103798   3472157     37.20   no data  --
67.78/67.81	c  S st  1210    357354      4250     12042     16095     33469    103798   3472157     37.20   no data  --
67.78/67.89	c  S st  1210    357857      4250     12042     16104     33900    103798   3477150     37.20   no data  --
67.98/68.00	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:     62 locsubst:    13 time:   0.12
67.98/68.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.09/68.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   37 Bins:    187 BRemL:     66 BRemN:    242 P:  3.6M T:  0.19
68.19/68.23	c Replacing       42 vars Replaced     6636 lits Time:     0.04 s 
68.28/68.33	c bin-w-bin subsume rem          195 bins  time:  0.00 s
68.58/68.66	c subs with bin:      246  lits-rem:      7193  v-fix:    0  time:  0.33 s
68.58/68.67	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:    175 time:  0.01 s
68.58/68.67	c Removed useless bin:      33  fixed:     0  props:   0.34M  time:  0.00 s
76.38/76.47	c lits-rem:       519  cl-subs:     2094  v-elim:     16  v-fix:    0  time:  7.79 s
76.38/76.47	c vivif2 --  cl tried    11135 cl shrink        4 lits rem          5 time: 0.00
76.58/76.66	c vivif2 --  cl tried    28731 cl shrink    11108 lits rem      29865 time: 0.19
76.89/76.91	c asymm  cl-useful: 1323/11134/11134 lits-rem:3272 time: 0.25
76.89/76.91	c calculated reachability. Time: 0.00
76.89/76.91	c  N st  1210    357857      4130     10408     16356     28731     96670   3019426     37.20   no data  --
76.89/76.98	c Finding binary XORs  T:     0.06 s  found:     310
77.09/77.13	c Replacing      310 vars Replaced   208098 lits Time:     0.16 s 
81.48/81.55	c  N st  1211    390250      3820     10405     15726     32776     95387   3288672     37.20   no data  --
86.98/87.06	c  N st  1212    438838      3820     10405     15733     50769     95387   5479375     37.20   no data  --
91.58/91.66	c  N st  1213    511721      3820     10405     15734     49240     95387   3390375     37.20   no data  --
94.99/95.02	c  N st  1214    536785      3820     10405     15735     42494     95387   3476918     37.20   no data  --
94.99/95.02	c  S st  1214    536785      3820     10405     15735     42494     95387   3476918     37.20   no data  --
94.99/95.08	c  S st  1214    537287      3820     10405     15745     42919     95387   3492780     37.20   no data  --
95.19/95.24	c x-sub:     5 x-cut:      0 vfix:      0 v-elim:     63 locsubst:   220 time:   0.16
95.19/95.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.39/95.40	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   21 Bins:    237 BRemL:     54 BRemN:    427 P:  3.2M T:  0.17
95.39/95.46	c Replacing       45 vars Replaced     6226 lits Time:     0.05 s 
95.49/95.54	c bin-w-bin subsume rem          284 bins  time:  0.00 s
95.59/95.67	c subs with bin:       83  lits-rem:      5532  v-fix:    0  time:  0.13 s
95.59/95.68	c Subs w/ non-existent bins:      5 l-rem:      6 v-fix:     0 done:    487 time:  0.01 s
95.59/95.68	c Removed useless bin:      31  fixed:     0  props:   0.30M  time:  0.00 s
159.89/159.95	c lits-rem:       359  cl-subs:     6035  v-elim:     77  v-fix:    0  time: 64.27 s
159.89/159.95	c vivif2 --  cl tried     8361 cl shrink       44 lits rem         48 time: 0.00
159.99/160.08	c vivif2 --  cl tried    35831 cl shrink     6670 lits rem      11630 time: 0.13
160.29/160.30	c asymm  cl-useful: 1688/8359/8359 lits-rem:2593 time: 0.22
160.29/160.31	c calculated reachability. Time: 0.00
160.29/160.31	c  N st  1214    537287      3634      8032     15058     35831     83266   2797596     37.20   no data  --
193.38/193.49	c  N st  1215    701271      3634      8032     15079     51971     83265   5047204     37.20   no data  --
193.49/193.56	c Finding binary XORs  T:     0.07 s  found:     171
193.69/193.75	c Replacing      171 vars Replaced    69538 lits Time:     0.19 s 
199.18/199.27	c  N st  1216    805931      3463      8019     14738     66439     82487   5189825     37.20   no data  --
199.18/199.27	c  S st  1216    805931      3463      8019     14738     66439     82487   5189825     37.20   no data  --
199.29/199.34	c  S st  1216    806433      3463      8019     14752     66807     82487   5192478     37.20   no data  --
199.49/199.56	c x-sub:    24 x-cut:      0 vfix:      0 v-elim:     68 locsubst:   216 time:   0.22
199.49/199.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
199.69/199.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:    295 BRemL:     11 BRemN:    145 P:  2.9M T:  0.15
199.69/199.74	c Replacing       31 vars Replaced     3499 lits Time:     0.03 s 
199.79/199.86	c bin-w-bin subsume rem          136 bins  time:  0.00 s
199.89/199.93	c subs with bin:      425  lits-rem:       734  v-fix:    0  time:  0.08 s
199.89/199.95	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:    171 time:  0.01 s
199.89/199.95	c Removed useless bin:      23  fixed:     0  props:   0.25M  time:  0.00 s
560.30/560.39	c lits-rem:      3642  cl-subs:     8098  v-elim:    110  v-fix:    0  time: 360.45 s
560.30/560.39	c vivif2 --  cl tried     6707 cl shrink        5 lits rem          7 time: 0.00
560.50/560.50	c vivif2 --  cl tried    53441 cl shrink     1694 lits rem       2304 time: 0.11
560.60/560.65	c asymm  cl-useful: 538/6707/6707 lits-rem:940 time: 0.15
560.60/560.65	c calculated reachability. Time: 0.00
560.60/560.65	c  N st  1216    806433      3254      6557     14222     53441     74763   3895753     37.20   no data  --
598.00/598.04	c  F st  1217   1071875      3254      6557     14229     57327     74763   4875476     37.20   no data  --
598.00/598.05	c  N st  1217   1071875      3254      6557     14229     57327     74763   4875476     37.20   no data  --
598.10/598.11	c Finding binary XORs  T:     0.06 s  found:     106
598.20/598.26	c Replacing      106 vars Replaced    36516 lits Time:     0.15 s 
598.90/598.94	c Decided on static restart strategy
601.79/601.85	c  N st  1227   1100177      3148      6528     14065     82391     74264   7870859     37.20   no data  --
606.29/606.35	c  N st  1229   1136171      3148      6528     14070     69780     74263   6288551     37.20   no data  --
611.29/611.36	c  N st  1230   1168563      3148      6528     14083     54361     74263   4394922     37.20   no data  --
617.79/617.84	c  N st  1231   1209649      3148      6528     14084     90351     74263   8852481     37.20   no data  --
617.79/617.84	c  S st  1231   1209649      3148      6528     14084     90351     74263   8852481     37.20   no data  --
617.89/617.94	c  S st  1231   1210150      3148      6528     14090     90740     74263   8862650     37.20   no data  --
618.21/618.21	c x-sub:    23 x-cut:      0 vfix:      0 v-elim:     62 locsubst:   105 time:   0.27
618.21/618.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
618.29/618.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   19 Bins:    292 BRemL:     36 BRemN:     43 P:  2.8M T:  0.14
618.39/618.49	c Replacing       38 vars Replaced    20350 lits Time:     0.13 s 
618.60/618.69	c bin-w-bin subsume rem           37 bins  time:  0.00 s
618.80/618.82	c subs with bin:      499  lits-rem:       350  v-fix:    0  time:  0.12 s
618.80/618.82	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:     40 time:  0.01 s
618.80/618.83	c Removed useless bin:       8  fixed:     0  props:   0.21M  time:  0.00 s
1039.81/1039.81	c lits-rem:      8379  cl-subs:    10167  v-elim:     75  v-fix:    0  time: 421.00 s
1039.81/1039.82	c vivif2 --  cl tried     5668 cl shrink        5 lits rem          8 time: 0.00
1039.91/1039.96	c vivif2 --  cl tried    70540 cl shrink     1538 lits rem       2088 time: 0.14
1040.01/1040.05	c asymm  cl-useful: 601/5668/5668 lits-rem:1593 time: 0.09
1040.01/1040.06	c calculated reachability. Time: 0.00
1040.01/1040.06	c  N st  1231   1210150      2973      5232     14236     70540     69321   6705179     37.20   no data  --
1049.81/1049.86	c  N st  1232   1283032      2973      5232     14244     52467     69320   4139286     37.20   no data  --
1049.91/1049.92	c Finding binary XORs  T:     0.05 s  found:      34
1049.91/1049.98	c Replacing       34 vars Replaced    10660 lits Time:     0.06 s 
1068.91/1068.92	c  N st  1233   1392355      2939      5220     14180     56105     69168   4667881     37.20   no data  --
1090.51/1090.56	c  N st  1234   1556340      2939      5220     14186     50893     69165   3766830     37.20   no data  --
1103.61/1103.63	c  N st  1235   1710151      2939      5220     14188     78472     69165   6293538     37.20   no data  --
1103.61/1103.63	c  S st  1235   1710151      2939      5220     14188     78472     69165   6293538     37.20   no data  --
1103.71/1103.70	c  S st  1235   1710652      2939      5220     14194     78847     69165   6303647     37.20   no data  --
1103.91/1103.94	c x-sub:    19 x-cut:      0 vfix:      0 v-elim:     18 locsubst:   146 time:   0.24
1103.91/1103.94	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.00
1104.01/1104.06	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    9 Bins:    181 BRemL:     25 BRemN:    129 P:  2.4M T:  0.12
1104.11/1104.15	c Replacing       24 vars Replaced     5286 lits Time:     0.09 s 
1104.21/1104.29	c bin-w-bin subsume rem          324 bins  time:  0.00 s
1104.32/1104.34	c subs with bin:      241  lits-rem:      1439  v-fix:    0  time:  0.05 s
1104.32/1104.36	c Subs w/ non-existent bins:     18 l-rem:      0 v-fix:     0 done:     88 time:  0.01 s
1104.32/1104.36	c Removed useless bin:      19  fixed:     0  props:   0.18M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370763-1305379163/watcher-3370763-1305379163 -o /tmp/evaluation-result-3370763-1305379163/solver-3370763-1305379163 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370763-1305379163.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.08 0.02 0.01 1/313 5223
/proc/meminfo: memFree=24235904/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=8508 CPUtime=0 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) S 5221 5223 5193 0 -1 4194304 96 0 0 0 0 0 0 0 20 0 1 0 382107673 8712192 52 33554432000 4194304 4650387 140733995597776 18446744073709551615 268655738503 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/5223/statm: 2127 52 41 112 0 44 0

[startup+0.0223081 s]
/proc/loadavg: 0.08 0.02 0.01 1/313 5223
/proc/meminfo: memFree=24235904/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=30256 CPUtime=0 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 857 0 0 0 0 0 0 0 20 0 1 0 382107673 30982144 797 33554432000 4194304 4650387 140733995597776 18446744073709551615 4316932 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 7564 799 329 112 0 2529 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30256

[startup+0.100297 s]
/proc/loadavg: 0.08 0.02 0.01 1/313 5223
/proc/meminfo: memFree=24235904/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=49272 CPUtime=0.08 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 6569 0 0 0 8 0 0 0 20 0 1 0 382107673 50454528 5501 33554432000 4194304 4650387 140733995597776 18446744073709551615 4302833 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 12318 5501 348 112 0 7283 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 49272

[startup+0.30026 s]
/proc/loadavg: 0.08 0.02 0.01 1/313 5223
/proc/meminfo: memFree=24235904/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=49272 CPUtime=0.28 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 6569 0 0 0 28 0 0 0 21 0 1 0 382107673 50454528 5501 33554432000 4194304 4650387 140733995597776 18446744073709551615 4369156 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 12318 5501 348 112 0 7283 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49272

[startup+0.70019 s]
/proc/loadavg: 0.08 0.02 0.01 1/313 5223
/proc/meminfo: memFree=24235904/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=58616 CPUtime=0.68 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 8715 0 0 0 67 1 0 0 22 0 1 0 382107673 60022784 7145 33554432000 4194304 4650387 140733995597776 18446744073709551615 4370308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 14654 7148 354 112 0 9619 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 58616

[startup+1.50106 s]
/proc/loadavg: 0.08 0.02 0.01 2/314 5224
/proc/meminfo: memFree=24191048/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=101072 CPUtime=1.48 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 19245 0 0 0 147 1 0 0 25 0 1 0 382107673 103497728 17675 33554432000 4194304 4650387 140733995597776 18446744073709551615 4369328 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 25268 17675 354 112 0 20233 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101072

[startup+3.10076 s]
/proc/loadavg: 0.08 0.02 0.01 3/316 5228
/proc/meminfo: memFree=24118976/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=156688 CPUtime=3.08 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 33123 0 0 0 304 4 0 0 25 0 1 0 382107673 160448512 31553 33554432000 4194304 4650387 140733995597776 18446744073709551615 4370297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 39172 31553 354 112 0 34137 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 156688

[startup+6.30021 s]
/proc/loadavg: 0.31 0.07 0.02 4/324 5245
/proc/meminfo: memFree=23683312/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=179180 CPUtime=6.28 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 39126 0 0 0 624 4 0 0 25 0 1 0 382107673 183480320 37556 33554432000 4194304 4650387 140733995597776 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 44795 37556 379 112 0 39760 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 179180

[startup+12.7011 s]
/proc/loadavg: 0.61 0.13 0.04 5/329 5255
/proc/meminfo: memFree=23392396/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=185876 CPUtime=12.68 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 42013 0 0 0 1263 5 0 0 25 0 1 0 382107673 190337024 39002 33554432000 4194304 4650387 140733995597776 18446744073709551615 4345562 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 46469 39002 381 112 0 41434 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 185876

[startup+25.5008 s]
/proc/loadavg: 1.36 0.32 0.10 5/329 5255
/proc/meminfo: memFree=23041424/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=187888 CPUtime=25.48 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 42518 0 0 0 2543 5 0 0 25 0 1 0 382107673 192397312 39507 33554432000 4194304 4650387 140733995597776 18446744073709551615 4345745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 46972 39507 381 112 0 41937 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 187888

[startup+51.1003 s]
/proc/loadavg: 2.26 0.62 0.21 5/329 5256
/proc/meminfo: memFree=22992100/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=221392 CPUtime=51.08 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 54557 0 0 0 5100 8 0 0 25 0 1 0 382107673 226705408 49628 33554432000 4194304 4650387 140733995597776 18446744073709551615 4364756 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 55348 49628 381 112 0 50313 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 221392

[startup+102.312 s]
/proc/loadavg: 3.24 1.14 0.40 5/329 5311
/proc/meminfo: memFree=22839140/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=304312 CPUtime=102.3 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 103086 0 0 0 10212 18 0 0 25 0 1 0 382107673 311615488 68408 33554432000 4194304 4650387 140733995597776 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 76078 68408 382 112 0 71043 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 304312

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.63 5/329 5313
/proc/meminfo: memFree=22783648/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=369856 CPUtime=162.28 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 105753 0 0 0 16210 18 0 0 25 0 1 0 382107673 378732544 71075 33554432000 4194304 4650387 140733995597776 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 92464 71075 382 112 0 87429 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 369856

[startup+222.301 s]
/proc/loadavg: 3.95 2.09 0.84 5/329 5314
/proc/meminfo: memFree=22719120/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=358660 CPUtime=222.29 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 148970 0 0 0 22204 25 0 0 25 0 1 0 382107673 367267840 81654 33554432000 4194304 4650387 140733995597776 18446744073709551615 4438611 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 89665 81654 382 112 0 84630 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 358660

[startup+282.301 s]
/proc/loadavg: 4.01 2.45 1.04 5/329 5316
/proc/meminfo: memFree=22676580/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=358660 CPUtime=282.29 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 148977 0 0 0 28204 25 0 0 25 0 1 0 382107673 367267840 81661 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 89665 81661 382 112 0 84630 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 358660

[startup+342.301 s]
/proc/loadavg: 4.04 2.75 1.23 5/329 5318
/proc/meminfo: memFree=22654584/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=359144 CPUtime=342.29 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 149032 0 0 0 34204 25 0 0 25 0 1 0 382107673 367763456 81716 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 89786 81716 382 112 0 84751 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 359144

[startup+402.3 s]
/proc/loadavg: 4.01 2.97 1.40 5/329 5319
/proc/meminfo: memFree=22632496/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=359144 CPUtime=402.29 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 149032 0 0 0 40204 25 0 0 25 0 1 0 382107673 367763456 81716 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 89786 81716 382 112 0 84751 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 359144

[startup+462.301 s]
/proc/loadavg: 4.07 3.17 1.56 5/329 5321
/proc/meminfo: memFree=22632348/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=359144 CPUtime=462.29 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 149032 0 0 0 46204 25 0 0 25 0 1 0 382107673 367763456 81716 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 89786 81716 382 112 0 84751 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 359144

[startup+522.301 s]
/proc/loadavg: 4.09 3.34 1.72 5/329 5322
/proc/meminfo: memFree=22578008/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=359144 CPUtime=522.3 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 149044 0 0 0 52205 25 0 0 25 0 1 0 382107673 367763456 81728 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 89786 81728 382 112 0 84751 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 359144

[startup+582.301 s]
/proc/loadavg: 4.03 3.45 1.86 5/329 5324
/proc/meminfo: memFree=22508424/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=399796 CPUtime=582.3 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 174159 0 0 0 58202 28 0 0 25 0 1 0 382107673 409391104 92323 33554432000 4194304 4650387 140733995597776 18446744073709551615 4364010 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 99949 92323 382 112 0 94914 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 399796

[startup+642.301 s]
/proc/loadavg: 4.01 3.55 1.99 5/329 5326
/proc/meminfo: memFree=22449620/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=495696 CPUtime=642.31 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 222645 0 0 0 64195 36 0 0 25 0 1 0 382107673 507592704 101444 33554432000 4194304 4650387 140733995597776 18446744073709551615 4433058 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 123924 101444 382 112 0 118889 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 495696

[startup+702.3 s]
/proc/loadavg: 4.00 3.63 2.11 5/329 5327
/proc/meminfo: memFree=22450824/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=495696 CPUtime=702.3 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 222645 0 0 0 70194 36 0 0 25 0 1 0 382107673 507592704 101444 33554432000 4194304 4650387 140733995597776 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 123924 101444 382 112 0 118889 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 495696

[startup+762.313 s]
/proc/loadavg: 4.08 3.71 2.23 5/329 5329
/proc/meminfo: memFree=22456252/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=495696 CPUtime=762.31 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 222649 0 0 0 76195 36 0 0 25 0 1 0 382107673 507592704 101448 33554432000 4194304 4650387 140733995597776 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 123924 101448 382 112 0 118889 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 495696

[startup+822.3 s]
/proc/loadavg: 4.07 3.78 2.35 5/329 5330
/proc/meminfo: memFree=22405512/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=495696 CPUtime=822.3 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 222650 0 0 0 82194 36 0 0 25 0 1 0 382107673 507592704 101449 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 123924 101449 382 112 0 118889 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 495696

[startup+882.301 s]
/proc/loadavg: 4.14 3.84 2.46 5/329 5332
/proc/meminfo: memFree=22420440/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=495696 CPUtime=882.3 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 222650 0 0 0 88194 36 0 0 25 0 1 0 382107673 507592704 101449 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 123924 101449 382 112 0 118889 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 495696

[startup+942.301 s]
/proc/loadavg: 4.10 3.89 2.56 5/329 5334
/proc/meminfo: memFree=22397220/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=495696 CPUtime=942.31 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 222650 0 0 0 94195 36 0 0 25 0 1 0 382107673 507592704 101449 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 123924 101449 382 112 0 118889 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 495696

[startup+1002.3 s]
/proc/loadavg: 4.04 3.90 2.64 5/329 5335
/proc/meminfo: memFree=22389248/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=497136 CPUtime=1002.31 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 222893 0 0 0 100195 36 0 0 25 0 1 0 382107673 509067264 101692 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 124284 101692 382 112 0 119249 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 497136

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 2.73 5/329 5337
/proc/meminfo: memFree=22357352/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=541460 CPUtime=1062.3 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 248320 0 0 0 106189 41 0 0 25 0 1 0 382107673 554455040 110991 33554432000 4194304 4650387 140733995597776 18446744073709551615 4315277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 135365 110991 382 112 0 130330 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 541460

[startup+1122.3 s]
/proc/loadavg: 4.03 3.94 2.81 5/329 5338
/proc/meminfo: memFree=22335504/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=505744 CPUtime=1122.31 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 277918 0 0 0 112181 50 0 0 25 0 1 0 382107673 517881856 100741 33554432000 4194304 4650387 140733995597776 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 126436 100741 382 112 0 121401 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 505744

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 2.88 5/329 5340
/proc/meminfo: memFree=22339068/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=505744 CPUtime=1182.31 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 277919 0 0 0 118181 50 0 0 25 0 1 0 382107673 517881856 100742 33554432000 4194304 4650387 140733995597776 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 126436 100742 382 112 0 121401 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 505744

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 2.95 5/329 5342
/proc/meminfo: memFree=22312636/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=506336 CPUtime=1242.31 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 277922 0 0 0 124181 50 0 0 25 0 1 0 382107673 518488064 100745 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 126584 100745 382 112 0 121549 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 506336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.01 5/329 5343
/proc/meminfo: memFree=22324388/32951124 swapFree=46575252/67111528
[pid=5223] ppid=5221 vsize=506336 CPUtime=1300.02 cores=1,3
/proc/5223/stat : 5223 (strangenight1-s) R 5221 5223 5193 0 -1 4202496 277922 0 0 0 129952 50 0 0 25 0 1 0 382107673 518488064 100745 33554432000 4194304 4650387 140733995597776 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5223/statm: 126584 100745 382 112 0 121549 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 506336

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.53
CPU system time (s): 0.52292
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 541460

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

runsolver used 3.72143 second user time and 9.40757 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 15:19:24
IDJOB=3370763
IDBENCH=20521
IDSOLVER=1847
FILE ID=node107/3370763-1305379163
RUNJOBID= node107-1305379157-5213
PBS_JOBID= 13324395
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370763-1305379163/watcher-3370763-1305379163 -o /tmp/evaluation-result-3370763-1305379163/solver-3370763-1305379163 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370763-1305379163.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=1451802766

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24236192 kB
Buffers:        291256 kB
Cached:        3849304 kB
SwapCached:      10016 kB
Active:        6035136 kB
Inactive:      2387984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24236192 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           10360 kB
Writeback:           0 kB
AnonPages:     4280064 kB
Mapped:          18668 kB
Slab:           159516 kB
PageTables:      69276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64918020 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= 73380 MiB
End job on node107 at 2011-05-14 15:41:06