Trace number 3175602

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S943787219-031-UNKNOWN.cnf
MD5SUM6105ec111e1e16da586afadcc6f09041
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175602-1301784959.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:       34000
0.00/0.02	c -- clauses added:            0 learnts,        34000 normals,            0 xors
0.00/0.02	c -- vars added        400
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0       400     34000         0         0    238000         0   no data   no data  --
0.29/0.39	c asymm  cl-useful: 0/14714/34000 lits-rem:0 time: 0.37
0.39/0.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.39/0.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.39/0.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.48/0.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
0.48/0.54	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.56	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.48/0.56	c calculated reachability. Time: 0.00
0.48/0.57	c Calc default polars -  time:   0.00 s pos:     180 undec:       6 neg:     214
0.48/0.57	c =========================================================================================
0.48/0.57	c types(t): F = full restart, N = normal restart
0.48/0.57	c types(t): S = simplification begin/end, E = solution found
0.48/0.57	c restart types(rt): st = static, dy = dynamic
0.48/0.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.57	c  B st     0         0       400     34000         0         0    238000         0   no data   no data  --
0.88/0.91	c  N dy    13      4394       400     34000         0      4339    238000    417090     84.26     89.03  --
1.18/1.25	c  N dy    29      8645       400     34000         0      5744    238000    427004     82.11     87.16  --
1.58/1.63	c  N dy    42     13168       400     34000         0      5524    238000    291012     81.37     86.20  --
1.99/2.00	c  N dy    63     17443       400     34000         0      9744    238000    687560     81.68     86.55  --
2.28/2.39	c  N dy    80     21848       400     34000         0      7973    238000    416924     81.55     86.15  --
2.68/2.70	c  F st    98     25001       400     34000         0     11074    238000    703936     81.64     75.70  --
2.78/2.81	c  N st   101     26193       400     34000         0     12256    238000    813942     81.64   no data  --
3.08/3.16	c  S st   104     30002       400     34000         0      8667    238000    397142     81.64   no data  --
3.19/3.23	c  S st   104     30505       400     34000         0      9166    238000    440735     81.64   no data  --
3.19/3.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.19/3.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
3.19/3.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.19/3.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.19/3.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
3.19/3.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.29/7.33	c lits-rem:      1297  cl-subs:       84  v-elim:      0  v-fix:    0  time:  4.06 s
7.49/7.53	c asymm  cl-useful: 0/6552/34000 lits-rem:0 time: 0.20
7.49/7.53	c calculated reachability. Time: 0.00
7.49/7.53	c  N dy   104     30505       400     34000         0      9082    238000    426784     81.64   no data  --
7.89/7.93	c  N dy   129     34587       400     34000         0     13104    238000    805903     81.95     86.53  --
8.29/8.39	c  N dy   142     39316       400     34000         0      9336    238000    364849     81.68     86.14  --
8.69/8.76	c  N dy   160     43397       400     34000         0     13365    238000    740717     81.73     86.31  --
8.98/9.01	c  S st   175     45757       400     34000         0     15694    238000    962006     81.87   no data  --
8.98/9.08	c  S st   175     46259       400     34000         0     16195    238000   1005946     81.87   no data  --
8.98/9.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.98/9.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.08/9.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
9.08/9.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.08/9.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.08/9.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
9.08/9.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.18/16.29	c lits-rem:      1347  cl-subs:      202  v-elim:      0  v-fix:    0  time:  7.15 s
16.18/16.29	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
16.28/16.30	c vivif2 --  cl tried    15993 cl shrink        0 lits rem          0 time: 0.01
16.49/16.56	c asymm  cl-useful: 0/5496/34000 lits-rem:0 time: 0.25
16.49/16.56	c calculated reachability. Time: 0.00
16.49/16.56	c  N dy   175     46259       400     34000         0     15993    238000    974742     81.87   no data  --
16.88/16.99	c  N dy   191     50278       400     34000         0     10478    238000    387260     81.83     88.49  --
17.38/17.43	c  N dy   210     54671       400     34000         0     14822    238000    797707     81.86     86.18  --
17.78/17.88	c  N dy   231     58890       400     34000         0     18999    238000   1187773     81.86     86.20  --
18.29/18.32	c  N dy   248     62948       400     34000         0     12489    238000    491882     81.84     94.03  --
18.69/18.75	c  N dy   262     67165       400     34000         0     16645    238000    884954     81.81     86.55  --
18.99/19.04	c  S st   276     69388       400     34000         0     18840    238000   1091705     81.85   no data  --
19.09/19.14	c  S st   276     69894       400     34000         0     19344    238000   1136419     81.85   no data  --
19.09/19.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.09/19.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.09/19.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
19.19/19.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.19/19.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.19/19.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
19.19/19.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.98/27.03	c lits-rem:      1719  cl-subs:      256  v-elim:      0  v-fix:    0  time:  7.82 s
26.98/27.04	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
26.98/27.05	c vivif2 --  cl tried    19088 cl shrink        0 lits rem          0 time: 0.01
27.18/27.28	c asymm  cl-useful: 0/5045/34000 lits-rem:0 time: 0.24
27.18/27.28	c calculated reachability. Time: 0.00
27.18/27.28	c  N dy   276     69894       400     34000         0     19088    238000   1097495     81.85   no data  --
27.78/27.83	c  N dy   300     74369       400     34000         0     11997    238000    363789     81.91     86.68  --
28.28/28.30	c  N dy   324     79133       400     34000         0     16705    238000    803566     81.93     86.42  --
28.79/28.87	c  N dy   343     84219       400     34000         0     21729    238000   1274502     81.90     86.42  --
29.19/29.25	c  F st   360     87500       400     34000         0     24964    238000   1577101     81.91   no data  --
29.49/29.58	c  N st   365     90795       400     34000         0     15720    238000    635287     81.91   no data  --
30.09/30.19	c  N dy   383     96666       400     34000         0     21501    238000   1188070     81.92     86.36  --
30.89/30.92	c  N dy   406    103026       400     34000         0     14300    238000    417243     81.89     87.28  --
31.08/31.10	c  S st   418    104841       400     34000         0     16096    238000    588889     81.93   no data  --
31.08/31.17	c  S st   418    105343       400     34000         0     16597    238000    632772     81.93   no data  --
31.08/31.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.08/31.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.08/31.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
31.18/31.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.18/31.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.18/31.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
31.18/31.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.88/35.95	c lits-rem:      1045  cl-subs:       87  v-elim:      0  v-fix:    0  time:  4.73 s
35.88/35.95	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
35.88/35.96	c vivif2 --  cl tried    16510 cl shrink        0 lits rem          0 time: 0.01
35.98/36.05	c asymm  cl-useful: 0/2193/34000 lits-rem:0 time: 0.09
35.98/36.05	c calculated reachability. Time: 0.00
35.98/36.05	c  N dy   418    105343       400     34000         0     16510    238000    618949     81.93   no data  --
36.68/36.78	c  N dy   445    112161       400     34000         0     23236    238000   1247329     81.94     86.32  --
37.58/37.67	c  N dy   480    119552       400     34000         0     16060    238000    501167     82.01     86.68  --
38.49/38.51	c  N dy   514    127335       400     34000         0     23754    238000   1222702     82.04     86.49  --
39.39/39.50	c  N dy   540    135557       400     34000         0     16413    238000    453869     81.97     86.38  --
40.49/40.50	c  N dy   583    144299       400     34000         0     25050    238000   1261977     82.00     86.96  --
41.59/41.66	c  N dy   632    153514       400     34000         0     17685    238000    495714     82.08     93.82  --
42.09/42.15	c  S st   655    158014       400     34000         0     22119    238000    914475     82.11   no data  --
42.19/42.24	c  S st   655    158519       400     34000         0     22621    238000    958102     82.11   no data  --
42.19/42.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.19/42.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.19/42.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
42.19/42.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.19/42.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.19/42.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
42.19/42.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.59/48.60	c lits-rem:       581  cl-subs:      148  v-elim:      0  v-fix:    0  time:  6.31 s
48.59/48.60	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
48.59/48.61	c vivif2 --  cl tried    22473 cl shrink        0 lits rem          0 time: 0.01
48.79/48.83	c asymm  cl-useful: 0/5908/34000 lits-rem:0 time: 0.22
48.79/48.83	c calculated reachability. Time: 0.00
48.79/48.83	c  N dy   655    158519       400     34000         0     22473    238000    935706     82.11   no data  --
49.99/50.09	c  N dy   696    168852       400     34000         0     32685    238000   1899298     82.09     86.68  --
51.28/51.37	c  N dy   740    179734       400     34000         0     26000    238000   1186723     82.03     86.42  --
52.80/52.83	c  N dy   786    191370       400     34000         0     19047    238000    458401     82.03     87.28  --
54.29/54.31	c  N dy   850    203701       400     34000         0     31217    238000   1606270     82.08     87.08  --
55.99/56.09	c  N dy   912    216972       400     34000         0     24889    238000    924780     82.12     87.22  --
57.89/57.99	c  N dy   978    230939       400     34000         0     38680    238000   2222564     82.15     86.70  --
58.89/58.92	c  S st  1013    237778       400     34000         0     25028    238000    856344     82.17     78.15  --
58.99/59.01	c  S st  1013    238282       400     34000         0     25531    238000    899470     82.17   no data  --
58.99/59.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.99/59.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.99/59.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
58.99/59.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.99/59.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.99/59.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
58.99/59.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
64.09/64.10	c lits-rem:       521  cl-subs:      124  v-elim:      0  v-fix:    0  time:  5.03 s
64.09/64.11	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
64.09/64.11	c vivif2 --  cl tried    25407 cl shrink        0 lits rem          0 time: 0.01
64.29/64.37	c asymm  cl-useful: 0/4796/34000 lits-rem:0 time: 0.25
64.29/64.37	c calculated reachability. Time: 0.00
64.29/64.37	c  N dy  1013    238282       400     34000         0     25407    238000    880850     82.17   no data  --
66.49/66.50	c  N dy  1092    253725       400     34000         0     40650    238000   2313956     82.23     86.69  --
68.58/68.67	c  N dy  1175    269922       400     34000         0     35259    238000   1738192     82.28     87.03  --
70.99/71.09	c  N dy  1252    287263       400     34000         0     30024    238000   1164400     82.30     86.70  --
73.69/73.78	c  N dy  1326    305736       400     34000         0     24890    238000    592111     82.27     86.66  --
73.78/73.85	c  F st  1330    306252       400     34000         0     25400    238000    639800     82.27     81.99  --
76.39/76.48	c  N dy  1403    325272       400     34000         0     44231    238000   2418901     82.26     86.74  --
79.29/79.32	c  N dy  1493    345351       400     34000         0     39652    238000   1898411     82.27     88.52  --
81.29/81.31	c  S st  1553    357425       400     34000         0     26224    238000    554994     82.30     70.77  --
81.39/81.41	c  S st  1553    357929       400     34000         0     26727    238000    598515     82.30   no data  --
81.39/81.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.39/81.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.39/81.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
81.39/81.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.39/81.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.39/81.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
81.39/81.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.79/85.89	c lits-rem:       552  cl-subs:       23  v-elim:      0  v-fix:    0  time:  4.44 s
85.79/85.90	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
85.88/85.90	c vivif2 --  cl tried    26704 cl shrink        0 lits rem          0 time: 0.01
86.08/86.16	c asymm  cl-useful: 0/4493/34000 lits-rem:0 time: 0.26
86.08/86.16	c calculated reachability. Time: 0.00
86.08/86.16	c  N dy  1553    357929       400     34000         0     26704    238000    594526     82.30   no data  --
88.99/89.05	c  N dy  1625    378320       400     34000         0     46843    238000   2487230     82.27     87.98  --
91.99/92.02	c  N dy  1705    398465       400     34000         0     40411    238000   1819961     82.27     86.76  --
95.19/95.22	c  N dy  1807    418548       400     34000         0     32913    238000   1018866     82.30     86.65  --
98.38/98.42	c  N dy  1895    438708       400     34000         0     52845    238000   2898115     82.31     87.18  --
101.29/101.32	c  N dy  1985    458735       400     34000         0     44289    238000   2015385     82.33     87.12  --
104.58/104.61	c  N dy  2072    479827       400     34000         0     35819    238000   1126499     82.32     87.02  --
107.59/107.68	c  N dy  2152    500043       400     34000         0     55770    238000   2992966     82.30     87.18  --
110.69/110.73	c  N dy  2253    520082       400     34000         0     45275    238000   1947062     82.35     88.05  --
113.58/113.63	c  S st  2337    536893       400     34000         0     61873    238000   3506244     82.37   no data  --
113.68/113.78	c  S st  2337    537396       400     34000         0     62376    238000   3550745     82.37   no data  --
113.68/113.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.68/113.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
113.78/113.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
113.89/113.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.89/113.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.89/113.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
113.89/113.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
748.01/748.02	c lits-rem:      2089  cl-subs:      829  v-elim:      0  v-fix:    0  time: 634.10 s
748.01/748.02	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
748.01/748.06	c vivif2 --  cl tried    61547 cl shrink        0 lits rem          0 time: 0.03
748.31/748.38	c asymm  cl-useful: 0/2737/34000 lits-rem:0 time: 0.32
748.31/748.38	c calculated reachability. Time: 0.00
748.31/748.38	c  N dy  2337    537396       400     34000         0     61547    238000   3425788     82.37   no data  --
751.32/751.35	c  N dy  2419    557437       400     34000         0     50063    238000   2302498     82.35     86.74  --
754.71/754.75	c  N dy  2516    577707       400     34000         0     37831    238000   1070096     82.36     86.84  --
758.01/758.00	c  N dy  2618    597752       400     34000         0     57628    238000   2929454     82.38     87.21  --
761.31/761.38	c  N dy  2720    618255       400     34000         0     44634    238000   1632285     82.41     86.75  --
764.81/764.88	c  N dy  2813    638362       400     34000         0     64471    238000   3495990     82.41     87.18  --
768.12/768.18	c  N dy  2915    658469       400     34000         0     50083    238000   2063757     82.43     87.31  --
771.91/771.92	c  N dy  3004    678512       400     34000         0     69900    238000   3925473     82.43     86.81  --
775.12/775.12	c  N dy  3081    698981       400     34000         0     54900    238000   2433907     82.42     87.44  --
778.82/778.86	c  N dy  3170    718989       400     34000         0     38437    238000    795984     82.41     86.94  --
782.02/782.09	c  N dy  3265    739043       400     34000         0     58225    238000   2659828     82.44     87.00  --
786.02/786.01	c  N dy  3363    759136       400     34000         0     40861    238000    942266     82.44     87.14  --
789.21/789.25	c  N dy  3440    779174       400     34000         0     60660    238000   2801038     82.43     87.69  --
793.12/793.12	c  N dy  3524    799440       400     34000         0     42523    238000   1015634     82.43     87.33  --
794.12/794.14	c  S st  3556    806095       400     34000         0     49104    238000   1633316     82.43   no data  --
794.22/794.28	c  S st  3556    806598       400     34000         0     49605    238000   1677396     82.43   no data  --
794.22/794.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
794.22/794.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
794.31/794.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
794.31/794.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.31/794.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.31/794.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
794.31/794.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
813.31/813.35	c lits-rem:       615  cl-subs:      305  v-elim:      0  v-fix:    0  time: 18.99 s
813.31/813.35	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
813.31/813.37	c vivif2 --  cl tried    49300 cl shrink        0 lits rem          0 time: 0.02
813.61/813.69	c asymm  cl-useful: 0/3150/34000 lits-rem:0 time: 0.31
813.61/813.69	c calculated reachability. Time: 0.00
813.61/813.69	c  N dy  3556    806598       400     34000         0     49300    238000   1631437     82.43   no data  --
817.62/817.68	c  N dy  3646    826761       400     34000         0     69206    238000   3506559     82.43     87.83  --
821.41/821.48	c  N dy  3724    846785       400     34000         0     49787    238000   1624053     82.43     87.17  --
825.32/825.37	c  N dy  3812    866856       400     34000         0     69603    238000   3494860     82.43     87.67  --
829.42/829.46	c  N dy  3906    887261       400     34000         0     49595    238000   1507392     82.43     87.17  --
833.42/833.47	c  N dy  4013    907586       400     34000         0     69669    238000   3391957     82.45     87.72  --
837.61/837.66	c  N dy  4104    927632       400     34000         0     48330    238000   1316348     82.45     87.17  --
841.42/841.41	c  N dy  4186    947650       400     34000         0     68137    238000   3188703     82.45     87.32  --
845.82/845.90	c  N dy  4276    967855       400     34000         0     45939    238000   1003432     82.45     87.48  --
849.62/849.66	c  N dy  4353    988511       400     34000         0     66339    238000   2925624     82.44     86.83  --
854.11/854.15	c  N dy  4427   1008612       400     34000         0     86202    238000   4796910     82.43     91.49  --
857.82/857.83	c  N dy  4510   1028942       400     34000         0     63138    238000   2544132     82.43     87.11  --
862.32/862.30	c  N dy  4598   1049073       400     34000         0     83036    238000   4415939     82.44     87.91  --
866.12/866.16	c  N dy  4667   1069081       400     34000         0     58656    238000   2046019     82.42     88.10  --
866.72/866.71	c  F st  4682   1071876       400     34000         0     61422    238000   2308902     82.42   no data  --
870.32/870.35	c  N dy  4742   1089193       400     34000         0     78497    238000   3938135     82.43     88.03  --
874.52/874.58	c  N dy  4833   1109229       400     34000         0     53197    238000   1441602     82.44     86.92  --
878.22/878.27	c  N dy  4912   1129251       400     34000         0     72988    238000   3300423     82.43     86.90  --
882.92/882.97	c  N dy  4998   1149577       400     34000         0     46983    238000    769505     82.42     86.85  --
886.42/886.41	c  N dy  5077   1169631       400     34000         0     66778    238000   2622508     82.41     86.93  --
890.62/890.68	c  N dy  5165   1189653       400     34000         0     86581    238000   4492294     82.41     86.80  --
894.72/894.74	c  N dy  5252   1209897       400     34000         0     59497    238000   1863643     82.40     72.49  --
894.72/894.74	c  S st  5252   1209897       400     34000         0     59497    238000   1863643     82.40     72.49  --
894.82/894.89	c  S st  5252   1210400       400     34000         0     60000    238000   1907071     82.40   no data  --
894.92/894.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
894.92/894.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
894.92/894.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
894.92/894.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
894.92/894.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
894.92/894.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
894.92/894.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
916.32/916.37	c lits-rem:       663  cl-subs:      377  v-elim:      0  v-fix:    0  time: 21.38 s
916.32/916.37	c vivif2 --  cl tried    34000 cl shrink        0 lits rem          0 time: 0.00
916.32/916.39	c vivif2 --  cl tried    59623 cl shrink        0 lits rem          0 time: 0.02
916.62/916.69	c asymm  cl-useful: 0/2783/34000 lits-rem:0 time: 0.30
916.72/916.70	c calculated reachability. Time: 0.00
916.72/916.70	c  N dy  5252   1210400       400     34000         0     59623    238000   1851885     82.40   no data  --
920.73/920.79	c  N dy  5334   1230498       400     34000         0     79479    238000   3731542     82.40     94.91  --
925.51/925.54	c  N dy  5414   1251294       400     34000         0     51935    238000   1074932     82.39     87.82  --
929.22/929.27	c  N dy  5498   1271385       400     34000         0     71792    238000   2946096     82.39     87.07  --
933.83/933.89	c  N dy  5597   1291439       400     34000         0     91577    238000   4809046     82.40     87.66  --
937.92/937.94	c  N dy  5678   1311445       400     34000         0     62282    238000   1964610     82.40     88.34  --
942.01/942.05	c  N dy  5760   1331540       400     34000         0     82122    238000   3822952     82.39     87.28  --
946.82/946.87	c  N dy  5839   1351558       400     34000         0     51840    238000    896977     82.39     86.81  --
950.62/950.60	c  N dy  5916   1371899       400     34000         0     71963    238000   2787514     82.38     88.05  --
955.02/955.07	c  N dy  5979   1391964       400     34000         0     91777    238000   4663457     82.36     88.08  --
959.42/959.46	c  N dy  6065   1412042       400     34000         0     60578    238000   1638120     82.36     86.91  --
963.53/963.56	c  N dy  6156   1432136       400     34000         0     80428    238000   3513662     82.37     86.91  --
968.52/968.56	c  N dy  6241   1452330       400     34000         0    100370    238000   5386200     82.37     87.87  --
972.52/972.57	c  N dy  6322   1472395       400     34000         0     68145    238000   2258509     82.36     86.85  --
977.02/977.05	c  N dy  6422   1492530       400     34000         0     88034    238000   4131674     82.37     87.31  --
982.12/982.12	c  N dy  6493   1512755       400     34000         0     55013    238000    942843     82.36     87.19  --
985.92/985.91	c  N dy  6578   1532870       400     34000         0     74883    238000   2812600     82.35     87.80  --
990.52/990.54	c  N dy  6670   1552929       400     34000         0     94717    238000   4681788     82.35     86.69  --
995.32/995.33	c  N dy  6739   1573409       400     34000         0     60920    238000   1413740     82.34     86.89  --
999.52/999.50	c  N dy  6836   1593490       400     34000         0     80745    238000   3292105     82.35     86.73  --
1004.33/1004.36	c  N dy  6903   1613583       400     34000         0    100582    238000   5158102     82.34     87.72  --
1008.92/1008.99	c  N dy  6995   1633674       400     34000         0     65463    238000   1759498     82.34     87.67  --
1013.22/1013.28	c  N dy  7085   1653761       400     34000         0     85304    238000   3632916     82.34     87.04  --
1018.33/1018.39	c  N dy  7171   1673865       400     34000         0    105141    238000   5493720     82.34     87.03  --
1022.93/1022.97	c  N dy  7269   1693931       400     34000         0     69011    238000   2011996     82.35     87.90  --
1026.52/1026.59	c  S st  7352   1710401       400     34000         0     85273    238000   3542475     82.36   no data  --
1026.82/1026.80	c  S st  7352   1710903       400     34000         0     85772    238000   3586538     82.36   no data  --
1026.82/1026.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1026.82/1026.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1026.82/1026.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
1026.92/1026.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1026.92/1026.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1026.92/1026.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
1026.92/1026.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 3.95 3.64 3/185 17621
/proc/meminfo: memFree=18218640/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=10612 CPUtime=0 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) S 17619 17621 17493 0 -1 4194304 101 0 0 0 0 0 0 0 25 0 1 0 368726589 10866688 57 33554432000 4194304 4650387 140735445404768 18446744073709551615 256410467975 0 2147483391 4096 0 18446744071699199166 0 0 17 4 0 0 0
/proc/17621/statm: 2653 57 43 112 0 45 0

[startup+0.0340239 s]
/proc/loadavg: 4.00 3.95 3.64 3/185 17621
/proc/meminfo: memFree=18218640/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=31128 CPUtime=0.02 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 1414 0 0 0 2 0 0 0 25 0 1 0 368726589 31875072 1354 33554432000 4194304 4650387 140735445404768 18446744073709551615 4370553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 7782 1354 347 112 0 2747 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31128

[startup+0.101002 s]
/proc/loadavg: 4.00 3.95 3.64 3/185 17621
/proc/meminfo: memFree=18218640/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=31260 CPUtime=0.09 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 1438 0 0 0 9 0 0 0 25 0 1 0 368726589 32010240 1378 33554432000 4194304 4650387 140735445404768 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 7815 1378 347 112 0 2780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31260

[startup+0.300968 s]
/proc/loadavg: 4.00 3.95 3.64 3/185 17621
/proc/meminfo: memFree=18218640/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=31392 CPUtime=0.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 1482 0 0 0 29 0 0 0 25 0 1 0 368726589 32145408 1422 33554432000 4194304 4650387 140735445404768 18446744073709551615 4370669 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 7848 1422 347 112 0 2813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31392

[startup+0.700896 s]
/proc/loadavg: 4.00 3.95 3.64 3/185 17621
/proc/meminfo: memFree=18218640/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=42732 CPUtime=0.68 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 4562 0 0 0 68 0 0 0 25 0 1 0 368726589 43757568 3874 33554432000 4194304 4650387 140735445404768 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 10683 3874 377 112 0 5648 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42732

[startup+1.50074 s]
/proc/loadavg: 3.84 3.92 3.63 3/186 17622
/proc/meminfo: memFree=18201148/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=43496 CPUtime=1.48 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 5998 0 0 0 148 0 0 0 25 0 1 0 368726589 44539904 4437 33554432000 4194304 4650387 140735445404768 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 10874 4437 379 112 0 5839 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 43496

[startup+3.10043 s]
/proc/loadavg: 3.84 3.92 3.63 5/187 17670
/proc/meminfo: memFree=18195552/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=44080 CPUtime=3.08 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 9426 0 0 0 307 1 0 0 25 0 1 0 368726589 45137920 4082 33554432000 4194304 4650387 140735445404768 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 11020 4082 380 112 0 5985 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44080

[startup+6.30083 s]
/proc/loadavg: 3.84 3.92 3.63 5/190 17676
/proc/meminfo: memFree=18119340/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=56948 CPUtime=6.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 12668 0 0 0 627 2 0 0 25 0 1 0 368726589 58314752 7324 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 14237 7324 381 112 0 9202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56948

[startup+12.7006 s]
/proc/loadavg: 3.86 3.92 3.64 5/190 17704
/proc/meminfo: memFree=18251388/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=70752 CPUtime=12.68 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 17989 0 0 0 1266 2 0 0 25 0 1 0 368726589 72450048 11120 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 17688 11120 381 112 0 12653 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70752

[startup+25.5012 s]
/proc/loadavg: 3.96 3.94 3.65 5/190 17704
/proc/meminfo: memFree=18071496/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=82392 CPUtime=25.48 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 24076 0 0 0 2545 3 0 0 25 0 1 0 368726589 84369408 13825 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 20598 13825 381 112 0 15563 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 82392

[startup+51.1003 s]
/proc/loadavg: 3.97 3.94 3.65 5/190 17705
/proc/meminfo: memFree=18031708/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=85772 CPUtime=51.08 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 40135 0 0 0 5102 6 0 0 25 0 1 0 368726589 87830528 14625 33554432000 4194304 4650387 140735445404768 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 21443 14625 381 112 0 16408 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85772

[startup+102.307 s]
/proc/loadavg: 3.99 3.95 3.67 5/190 17707
/proc/meminfo: memFree=17890944/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=88324 CPUtime=102.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 76925 0 0 0 10215 14 0 0 25 0 1 0 368726589 90443776 16823 33554432000 4194304 4650387 140735445404768 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 22081 16823 381 112 0 17046 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 88324

[startup+162.3 s]
/proc/loadavg: 4.03 3.97 3.69 5/190 17708
/proc/meminfo: memFree=17740760/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=162.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97456 0 0 0 16213 16 0 0 25 0 1 0 368726589 194674688 29693 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29693 381 112 0 42493 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 190112

[startup+222.301 s]
/proc/loadavg: 4.01 3.97 3.71 5/190 17710
/proc/meminfo: memFree=17724988/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=222.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97472 0 0 0 22213 16 0 0 25 0 1 0 368726589 194674688 29709 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29709 381 112 0 42493 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 190112

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/190 17711
/proc/meminfo: memFree=17700056/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=282.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 28213 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 190112

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 17722
/proc/meminfo: memFree=17690700/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=342.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 34213 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476405 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 190112

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 17724
/proc/meminfo: memFree=17646032/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=402.29 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 40213 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 190112

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 17725
/proc/meminfo: memFree=17627044/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=462.3 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 46214 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 190112

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 17727
/proc/meminfo: memFree=17608432/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=522.3 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 52214 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 190112

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 17728
/proc/meminfo: memFree=17588200/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=582.3 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 58214 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 190112

[startup+642.3 s]
/proc/loadavg: 4.06 3.99 3.80 5/190 17730
/proc/meminfo: memFree=17586692/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=642.31 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 64215 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 190112

[startup+702.301 s]
/proc/loadavg: 4.02 3.99 3.82 5/190 17732
/proc/meminfo: memFree=17579108/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=190112 CPUtime=702.31 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 97473 0 0 0 70215 16 0 0 25 0 1 0 368726589 194674688 29710 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 47528 29710 381 112 0 42493 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 190112

[startup+762.307 s]
/proc/loadavg: 4.01 3.99 3.82 5/190 17733
/proc/meminfo: memFree=17594216/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=140152 CPUtime=762.32 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 108636 0 0 0 76213 19 0 0 25 0 1 0 368726589 143515648 28368 33554432000 4194304 4650387 140735445404768 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 35038 28368 381 112 0 30003 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 140152

[startup+822.3 s]
/proc/loadavg: 4.08 4.00 3.83 5/190 17735
/proc/meminfo: memFree=17594808/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=144860 CPUtime=822.31 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 137077 0 0 0 82206 25 0 0 25 0 1 0 368726589 148336640 29282 33554432000 4194304 4650387 140735445404768 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 36215 29282 381 112 0 31180 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 144860

[startup+882.301 s]
/proc/loadavg: 4.03 4.00 3.84 5/190 17736
/proc/meminfo: memFree=17566756/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=199692 CPUtime=882.32 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 171406 0 0 0 88196 36 0 0 25 0 1 0 368726589 204484608 32222 33554432000 4194304 4650387 140735445404768 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 49923 32222 381 112 0 44888 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 199692

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.85 5/190 17738
/proc/meminfo: memFree=17569080/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=205608 CPUtime=942.31 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 194416 0 0 0 94190 41 0 0 25 0 1 0 368726589 210542592 32167 33554432000 4194304 4650387 140735445404768 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 51402 32167 381 112 0 46367 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 205608

[startup+1002.3 s]
/proc/loadavg: 4.05 4.01 3.86 5/190 17740
/proc/meminfo: memFree=17546500/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=206988 CPUtime=1002.32 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 226070 0 0 0 100184 48 0 0 25 0 1 0 368726589 211955712 32667 33554432000 4194304 4650387 140735445404768 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 51747 32667 381 112 0 46712 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 206988

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.86 5/190 17741
/proc/meminfo: memFree=17544356/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=217036 CPUtime=1062.33 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 240900 0 0 0 106182 51 0 0 25 0 1 0 368726589 222244864 34290 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 54259 34290 381 112 0 49224 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 217036

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.87 5/190 17743
/proc/meminfo: memFree=17540368/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=217252 CPUtime=1122.33 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 240951 0 0 0 112182 51 0 0 25 0 1 0 368726589 222466048 34341 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 54313 34341 381 112 0 49278 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 217252

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.88 5/190 17744
/proc/meminfo: memFree=17525712/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=217252 CPUtime=1182.33 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 240952 0 0 0 118182 51 0 0 25 0 1 0 368726589 222466048 34342 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 54313 34342 381 112 0 49278 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 217252

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/190 17746
/proc/meminfo: memFree=17495192/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=217252 CPUtime=1242.33 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 240952 0 0 0 124182 51 0 0 25 0 1 0 368726589 222466048 34342 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 54313 34342 381 112 0 49278 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 217252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 17747
/proc/meminfo: memFree=17570452/32950928 swapFree=67111528/67111528
[pid=17621] ppid=17619 vsize=217252 CPUtime=1300.04 cores=4,6
/proc/17621/stat : 17621 (strangenight1-s) R 17619 17621 17493 0 -1 4202496 240953 0 0 0 129953 51 0 0 25 0 1 0 368726589 222466048 34343 33554432000 4194304 4650387 140735445404768 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17621/statm: 54313 34343 381 112 0 49278 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 217252

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.01
CPU time (s): 1300.06
CPU user time (s): 1299.54
CPU system time (s): 0.51992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 220860

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

runsolver used 2.25266 second user time and 4.85726 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-03 00:55:59
IDJOB=3175602
IDBENCH=82620
IDSOLVER=1589
FILE ID=node115/3175602-1301784959
RUNJOBID= node115-1301783654-17512
PBS_JOBID= 12841403
Free space on /tmp= 71348 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S943787219-031-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175602-1301784959/watcher-3175602-1301784959 -o /tmp/evaluation-result-3175602-1301784959/solver-3175602-1301784959 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175602-1301784959.cnf

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

MD5SUM BENCH= 6105ec111e1e16da586afadcc6f09041
RANDOM SEED=1030384632

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      18218920 kB
Buffers:        401456 kB
Cached:       13753940 kB
SwapCached:          0 kB
Active:        9503348 kB
Inactive:      4921460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18218920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7020 kB
Writeback:           0 kB
AnonPages:      269884 kB
Mapped:          15600 kB
Slab:           242440 kB
PageTables:       5808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   525492 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= 71340 MiB
End job on node115 at 2011-04-03 01:17:41