Trace number 3370650

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.07 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 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-3370650-1305379175.cnf'
0.00/0.03	c -- clauses added:            0 learnts,        96161 normals,            0 xors
0.00/0.03	c -- vars added      31951
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0     31951     34439     61522         0    226361         0   no data   no data  --
0.19/0.22	c asymm  cl-useful: 15/34199/34199 lits-rem:45 time: 0.18
0.99/1.01	c Flit:    75 Blit:    312 bXBeca:    0 bXProp: 1890 Bins:      0 BRemL:      0 BRemN:      0 P: 18.7M T:  0.76
0.99/1.01	c Cleaning up after failed var search:     0.00 s 
0.99/1.01	c Replacing     1890 vars Replaced    47731 lits Time:     0.01 s 
0.99/1.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.99/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1.10/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28403 time:  0.10 s
1.19/1.21	c Removed useless bin:       0  fixed:     0  props:  14.00M  time:  0.08 s
1.29/1.33	c lits-rem:        22  cl-subs:      822  v-elim:   9467  v-fix:    0  time:  0.12 s
1.29/1.37	c Finding binary XORs  T:     0.04 s  found:      12
1.29/1.37	c Replacing       12 vars Replaced      292 lits Time:     0.00 s 
1.29/1.39	c Finding non-binary XORs:     0.01 s (found:     322, avg size: 3.0)
1.29/1.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.39	c calculated reachability. Time: 0.01
1.39/1.40	c Calc default polars -  time:   0.00 s pos:    5776 undec:   13948 neg:   12227
1.39/1.40	c =========================================================================================
1.39/1.40	c types(t): F = full restart, N = normal restart
1.39/1.40	c types(t): S = simplification begin/end, E = solution found
1.39/1.40	c restart types(rt): st = static, dy = dynamic
1.39/1.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.39/1.40	c  B st     0         0     18924     25317     41236         0    182563         0   no data   no data  --
6.39/6.44	c  N dy     9      4064     18924     25317     41283      3968    182563    179311     12.95     13.81  --
11.58/11.63	c  N dy    15     10753     18924     25317     41327      7764    182563    300863     10.04     10.58  --
15.30/15.32	c  N dy    36     14842     18924     25317     41346      7069    182563    211965     10.28     10.89  --
19.39/19.40	c  N dy    51     18936     18924     25317     41362     11101    182563    369508     10.20     13.56  --
24.39/24.43	c  N dy    61     23940     18924     25317     41365      9855    182563    252245      9.99     10.56  --
25.20/25.24	c  F st    66     25000     18924     25317     41369     10902    182563    297273      9.99      9.35  --
28.50/28.61	c  N st    71     28295     18924     25317     41371     14159    182563    431101      9.99   no data  --
30.59/30.65	c Decided on static restart strategy
30.59/30.65	c  S st    72     30000     18924     25317     41373      8447    182563    160426      9.99   no data  --
30.70/30.77	c  S st    72     30502     18924     25317     41408      8913    182563    177166      9.99   no data  --
30.70/30.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.70/30.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
33.00/33.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    6 Bins:  13712 BRemL:    291 BRemN:      0 P: 21.4M T:  2.30
33.00/33.09	c Replacing        6 vars Replaced     2836 lits Time:     0.01 s 
33.09/33.10	c bin-w-bin subsume rem           32 bins  time:  0.00 s
33.09/33.15	c subs with bin:       80  lits-rem:     11100  v-fix:    0  time:  0.05 s
33.09/33.19	c Subs w/ non-existent bins:      0 l-rem:    766 v-fix:     0 done:   6188 time:  0.03 s
33.18/33.21	c Removed useless bin:      28  fixed:     0  props:   2.52M  time:  0.02 s
33.59/33.64	c lits-rem:      8859  cl-subs:     7618  v-elim:   8741  v-fix:    0  time:  0.42 s
33.79/33.87	c asymm  cl-useful: 1458/23721/23721 lits-rem:4643 time: 0.23
33.79/33.88	c calculated reachability. Time: 0.01
33.79/33.88	c  N st    72     30502     10177     23721     37943      3818    177738     73188      9.99   no data  --
33.89/33.90	c Finding binary XORs  T:     0.03 s  found:      12
42.19/42.27	c  N st    74     37612     10177     23721     37955     10874    177737    396623      9.99   no data  --
49.89/49.98	c  N st    75     44012     10177     23721     37957      8915    177737    213891      9.99   no data  --
51.89/51.95	c  S st    76     45753     10177     23721     37960     10639    177737    303259      9.99   no data  --
51.99/52.06	c  S st    76     46253     10177     23721     37964     11133    177737    321318      9.99   no data  --
51.99/52.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.99/52.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
52.80/52.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   4786 BRemL:     36 BRemN:     25 P: 13.5M T:  0.79
52.80/52.87	c Replacing       12 vars Replaced      215 lits Time:     0.01 s 
52.80/52.88	c bin-w-bin subsume rem           10 bins  time:  0.00 s
52.89/52.94	c subs with bin:     5244  lits-rem:      1536  v-fix:    0  time:  0.05 s
52.89/52.96	c Subs w/ non-existent bins:      0 l-rem:    611 v-fix:     0 done:   1173 time:  0.02 s
52.89/52.97	c Removed useless bin:      35  fixed:     0  props:   1.22M  time:  0.01 s
53.80/53.84	c lits-rem:      1468  cl-subs:     2649  v-elim:     59  v-fix:    0  time:  0.87 s
53.80/53.84	c vivif2 --  cl tried    18419 cl shrink      279 lits rem        547 time: 0.01
53.80/53.87	c vivif2 --  cl tried     8724 cl shrink     1640 lits rem       9780 time: 0.02
53.99/54.08	c asymm  cl-useful: 30/18406/18406 lits-rem:36 time: 0.21
53.99/54.08	c calculated reachability. Time: 0.01
53.99/54.08	c  N st    76     46253     10106     18404     42449      8724    159600    246569      9.99   no data  --
54.09/54.10	c Finding binary XORs  T:     0.01 s  found:       0
68.79/68.86	c  N st    77     60650     10106     18404     42455     13571    159600    405229      9.99   no data  --
78.19/78.24	c  N st    78     69380     10106     18404     42459     11708    159600    273970      9.99   no data  --
78.19/78.24	c  S st    78     69380     10106     18404     42459     11708    159600    273970      9.99   no data  --
78.29/78.35	c  S st    78     69883     10106     18404     42464     12206    159600    290971      9.99   no data  --
78.29/78.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.29/78.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.89/78.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     36 BRemL:      7 BRemN:     24 P: 13.5M T:  0.58
78.89/78.95	c bin-w-bin subsume rem           43 bins  time:  0.00 s
78.99/79.00	c subs with bin:       31  lits-rem:        11  v-fix:    0  time:  0.05 s
78.99/79.03	c Subs w/ non-existent bins:      0 l-rem:    555 v-fix:     0 done:   3083 time:  0.02 s
78.99/79.05	c Removed useless bin:      32  fixed:     0  props:   1.14M  time:  0.01 s
79.49/79.56	c lits-rem:       948  cl-subs:     1601  v-elim:     19  v-fix:    0  time:  0.51 s
79.49/79.57	c vivif2 --  cl tried    18361 cl shrink       22 lits rem         26 time: 0.01
79.49/79.59	c vivif2 --  cl tried    10668 cl shrink     1130 lits rem       6629 time: 0.02
79.79/79.83	c asymm  cl-useful: 228/18357/18357 lits-rem:629 time: 0.24
79.79/79.84	c calculated reachability. Time: 0.01
79.79/79.84	c  N st    78     69883     10087     18159     42546     10668    159026    242774      9.99   no data  --
99.09/99.16	c  F st    79     87500     10087     18159     42551     16586    159026    482425      9.99   no data  --
99.09/99.17	c  N st    79     87500     10087     18159     42551     16586    159026    482425      9.99   no data  --
106.49/106.50	c  N dy    87     95296     10087     18159     42553     24321    159026    831786      9.83     10.37  --
110.69/110.77	c  N dy   119    101580     10087     18159     42555     17694    159026    437882      9.93     10.52  --
113.39/113.42	c  S st   128    104825     10087     18159     42555     20906    159026    562546      9.89      9.30  --
113.49/113.56	c  S st   128    105327     10087     18159     42556     21407    159026    579851      9.89   no data  --
113.49/113.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.49/113.56	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
114.09/114.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:     38 BRemL:     11 BRemN:    208 P: 15.9M T:  0.62
114.19/114.20	c Replacing        9 vars Replaced      562 lits Time:     0.01 s 
114.19/114.22	c bin-w-bin subsume rem            6 bins  time:  0.00 s
114.30/114.32	c subs with bin:       20  lits-rem:        36  v-fix:    0  time:  0.10 s
114.30/114.34	c Subs w/ non-existent bins:      1 l-rem:   1263 v-fix:     0 done:    590 time:  0.02 s
114.30/114.35	c Removed useless bin:      10  fixed:     0  props:   1.13M  time:  0.02 s
115.89/115.90	c lits-rem:      5325  cl-subs:     1430  v-elim:     19  v-fix:    0  time:  1.55 s
115.89/115.91	c vivif2 --  cl tried    18108 cl shrink        8 lits rem         28 time: 0.01
115.89/115.96	c vivif2 --  cl tried    20000 cl shrink     4507 lits rem      22852 time: 0.05
116.19/116.22	c asymm  cl-useful: 54/16957/18107 lits-rem:136 time: 0.26
116.19/116.23	c calculated reachability. Time: 0.01
116.19/116.23	c  N dy   128    105327     10059     18066     42323     20000    158322    515129      9.89   no data  --
116.19/116.25	c Finding binary XORs  T:     0.02 s  found:       1
120.69/120.79	c  N dy   164    112077     10059     18066     42324     26687    158322    766882      9.98     10.54  --
126.50/126.54	c  N dy   206    119633     10059     18066     42325     20455    158322    467192     10.07     10.62  --
132.19/132.29	c  N dy   235    127270     10059     18066     42326     28030    158322    752910     10.07     14.23  --
138.69/138.78	c  N dy   268    135473     10059     18066     42329     21468    158322    452377     10.06     14.59  --
148.20/148.27	c  N dy   290    147309     10059     18066     42332     17553    158322    285186      9.87     10.51  --
155.50/155.57	c  N dy   312    156746     10059     18066     42335     26859    158322    595371      9.76     10.29  --
156.30/156.38	c  S st   318    157991     10059     18066     42335     28091    158322    637652      9.78      9.68  --
156.50/156.55	c  S st   318    158494     10059     18066     42341     28587    158322    655708      9.78   no data  --
156.50/156.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
156.50/156.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
157.21/157.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     51 BRemL:      1 BRemN:     41 P: 17.0M T:  0.64
157.21/157.22	c Replacing        1 vars Replaced     2536 lits Time:     0.01 s 
157.21/157.25	c bin-w-bin subsume rem            1 bins  time:  0.00 s
157.31/157.39	c subs with bin:     1293  lits-rem:        17  v-fix:    0  time:  0.14 s
157.40/157.40	c Subs w/ non-existent bins:      0 l-rem:    810 v-fix:     0 done:    127 time:  0.01 s
157.40/157.42	c Removed useless bin:      10  fixed:     0  props:   1.13M  time:  0.01 s
159.70/159.75	c lits-rem:      5779  cl-subs:     1212  v-elim:      8  v-fix:    0  time:  2.34 s
159.70/159.76	c vivif2 --  cl tried    18034 cl shrink        1 lits rem          1 time: 0.01
159.80/159.82	c vivif2 --  cl tried    26113 cl shrink     5169 lits rem      24682 time: 0.06
159.80/159.84	c asymm  cl-useful: 7/1076/18033 lits-rem:21 time: 0.02
159.80/159.85	c calculated reachability. Time: 0.01
159.80/159.85	c  N dy   318    158494     10050     18026     42326     26113    158106    587804      9.78   no data  --
167.00/167.07	c  N dy   369    168706     10050     18026     42326     19705    158106    316451      9.82     11.09  --
175.30/175.34	c  N dy   418    179471     10050     18026     42326     30364    158106    722251      9.85     10.65  --
184.20/184.29	c  N dy   463    192072     10050     18026     42326     25310    158106    482734      9.81     10.33  --
193.61/193.62	c  N dy   535    204775     10050     18026     42328     19335    158106    261436      9.89     10.44  --
208.90/208.96	c  N dy   615    223890     10050     18026     42331     38275    158106   1021549      9.92     10.46  --
219.50/219.57	c  S st   681    237741     10050     18026     42331     32435    158106    674235      9.95      7.22  --
219.70/219.76	c  S st   681    238243     10050     18026     42331     32936    158106    692560      9.95   no data  --
219.70/219.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
219.70/219.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
220.40/220.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     40 BRemL:      0 BRemN:     10 P: 19.3M T:  0.70
220.50/220.50	c bin-w-bin subsume rem            1 bins  time:  0.00 s
220.60/220.60	c subs with bin:        5  lits-rem:        23  v-fix:    0  time:  0.10 s
220.60/220.63	c Subs w/ non-existent bins:      0 l-rem:    954 v-fix:     0 done:   2128 time:  0.02 s
220.60/220.64	c Removed useless bin:       5  fixed:     0  props:   1.12M  time:  0.01 s
223.70/223.79	c lits-rem:      8130  cl-subs:     1790  v-elim:      2  v-fix:    0  time:  3.15 s
223.79/223.80	c vivif2 --  cl tried    18026 cl shrink        2 lits rem          3 time: 0.01
223.79/223.86	c vivif2 --  cl tried    31148 cl shrink     5649 lits rem      25101 time: 0.06
224.09/224.12	c asymm  cl-useful: 31/14317/18026 lits-rem:89 time: 0.26
224.09/224.13	c calculated reachability. Time: 0.01
224.09/224.13	c  N dy   681    238243     10048     17997     42377     31148    158046    630220      9.95   no data  --
238.30/238.33	c  N dy   748    255365     10048     17997     42378     27576    158046    493616      9.95     10.49  --
252.29/252.35	c  N dy   860    271745     10048     17997     42379     22255    158046    268550     10.05     15.73  --
268.00/268.03	c  N dy   932    291695     10048     17997     42380     41954    158046    943776     10.04     10.65  --
280.30/280.34	c  F st   986    306251     10048     17997     42380     33861    158046    658155     10.03      9.06  --
284.30/284.39	c Decided on static restart strategy
284.30/284.39	c  N st   992    311443     10048     17997     42380     38983    158046    849852     10.03   no data  --
310.50/310.51	c  N st   996    334552     10048     17997     42382     39072    158046   1077807     10.03   no data  --
337.00/337.04	c  N st   998    357364     10048     17997     42387     37504    158046    907431     10.03   no data  --
337.00/337.04	c  S st   998    357364     10048     17997     42387     37504    158046    907431     10.03   no data  --
337.20/337.28	c  S st   998    357870     10048     17997     42389     38006    158045    924983     10.03   no data  --
337.20/337.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.20/337.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
337.90/337.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     36 BRemL:      0 BRemN:     27 P: 19.4M T:  0.70
338.00/338.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
338.10/338.16	c subs with bin:       36  lits-rem:         5  v-fix:    0  time:  0.13 s
338.10/338.18	c Subs w/ non-existent bins:      0 l-rem:    504 v-fix:     0 done:   1517 time:  0.02 s
338.10/338.19	c Removed useless bin:      11  fixed:     0  props:   1.12M  time:  0.01 s
342.30/342.36	c lits-rem:      4257  cl-subs:     7498  v-elim:      3  v-fix:    0  time:  4.17 s
342.30/342.37	c vivif2 --  cl tried    17993 cl shrink        0 lits rem          0 time: 0.01
342.40/342.45	c vivif2 --  cl tried    30488 cl shrink     6759 lits rem      34680 time: 0.08
342.50/342.53	c asymm  cl-useful: 21/3676/17993 lits-rem:63 time: 0.08
342.50/342.54	c calculated reachability. Time: 0.01
342.50/342.54	c  N st   998    357870     10045     17972     42398     30488    157944    782105     10.03   no data  --
383.10/383.16	c  N st   999    390262     10045     17972     42402     37243    157944    839192     10.03   no data  --
442.11/442.18	c  N st  1000    438851     10045     17972     42405     31821    157944    585113     10.03   no data  --
533.42/533.46	c  N st  1001    511733     10045     17972     42410     46446    157942   1177031     10.03   no data  --
556.63/556.65	c  N st  1002    536805     10045     17972     42411     40851    157942    764599     10.03   no data  --
556.63/556.65	c  S st  1002    536805     10045     17972     42411     40851    157942    764599     10.03   no data  --
556.82/556.89	c  S st  1002    537308     10045     17972     42412     41352    157942    783044     10.03   no data  --
556.92/556.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
556.92/556.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
557.62/557.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     38 BRemL:      0 BRemN:     18 P: 21.5M T:  0.75
557.62/557.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
557.81/557.81	c subs with bin:       16  lits-rem:        15  v-fix:    0  time:  0.12 s
557.81/557.83	c Subs w/ non-existent bins:      0 l-rem:    650 v-fix:     0 done:   2109 time:  0.02 s
557.81/557.85	c Removed useless bin:       9  fixed:     0  props:   1.11M  time:  0.01 s
561.11/561.12	c lits-rem:      2622  cl-subs:     1842  v-elim:      2  v-fix:    0  time:  3.27 s
561.11/561.13	c vivif2 --  cl tried    17963 cl shrink        0 lits rem          0 time: 0.01
561.21/561.20	c vivif2 --  cl tried    39509 cl shrink     5715 lits rem      23004 time: 0.07
561.41/561.46	c asymm  cl-useful: 182/9130/17963 lits-rem:188 time: 0.26
561.41/561.47	c calculated reachability. Time: 0.01
561.41/561.47	c  N st  1002    537308     10043     17961     42420     39509    157709    725349     10.03   no data  --
765.72/765.76	c  N st  1003    701293     10043     17961     42424     70315    157708   2280040     10.03   no data  --
904.33/904.33	c  N st  1004    805962     10043     17961     42428     64893    157707   1637224     10.03   no data  --
904.33/904.33	c  S st  1004    805962     10043     17961     42428     64893    157707   1637224     10.03   no data  --
904.63/904.66	c  S st  1004    806466     10043     17961     42429     65396    157707   1652848     10.03   no data  --
904.63/904.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
904.63/904.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
905.53/905.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     11 BRemL:      2 BRemN:      8 P: 28.6M T:  0.88
905.63/905.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
905.83/905.83	c subs with bin:        4  lits-rem:         8  v-fix:    0  time:  0.21 s
905.83/905.85	c Subs w/ non-existent bins:      0 l-rem:    660 v-fix:     0 done:   2901 time:  0.03 s
905.83/905.87	c Removed useless bin:       3  fixed:     0  props:   1.11M  time:  0.02 s
910.84/910.84	c lits-rem:       594  cl-subs:     7208  v-elim:      2  v-fix:    0  time:  4.97 s
910.84/910.85	c vivif2 --  cl tried    17963 cl shrink        3 lits rem          3 time: 0.01
911.03/911.02	c vivif2 --  cl tried    58191 cl shrink    13941 lits rem      52853 time: 0.17
911.23/911.29	c asymm  cl-useful: 62/8486/17962 lits-rem:164 time: 0.27
911.23/911.30	c calculated reachability. Time: 0.01
911.33/911.30	c  N st  1004    806466     10041     17911     42470     58191    157623   1481672     10.03   no data  --
911.33/911.31	c Finding binary XORs  T:     0.01 s  found:       4
1284.34/1284.31	c  F st  1005   1071876     10041     17911     42477     76277    157623   2110782     10.03   no data  --
1284.54/1284.50	c Replacing        4 vars Replaced   107564 lits Time:     0.19 s 
1284.54/1284.51	c  N st  1005   1071876     10037     17903     42469     76277    157581   2110782     10.03   no data  --
1290.94/1290.98	c Decided on static restart strategy

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-3370650-1305379175/watcher-3370650-1305379175 -o /tmp/evaluation-result-3370650-1305379175/solver-3370650-1305379175 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370650-1305379175.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.50 0.11 0.04 3/337 17672
/proc/meminfo: memFree=12034984/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=29836 CPUtime=0 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 2980 0 0 0 0 0 0 0 21 0 1 0 630333180 30552064 2428 33554432000 4194304 4650387 140737084744848 18446744073709551615 270338080976 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 7459 2441 327 112 0 2424 0

[startup+0.0839959 s]
/proc/loadavg: 0.50 0.11 0.04 3/337 17672
/proc/meminfo: memFree=12034984/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=41808 CPUtime=0.07 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 4116 0 0 0 7 0 0 0 21 0 1 0 630333180 42811392 3554 33554432000 4194304 4650387 140737084744848 18446744073709551615 4369182 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 10452 3554 349 112 0 5417 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 41808

[startup+0.100993 s]
/proc/loadavg: 0.50 0.11 0.04 3/337 17672
/proc/meminfo: memFree=12034984/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=41808 CPUtime=0.09 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 4116 0 0 0 9 0 0 0 21 0 1 0 630333180 42811392 3554 33554432000 4194304 4650387 140737084744848 18446744073709551615 4369128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 10452 3554 349 112 0 5417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41808

[startup+0.300953 s]
/proc/loadavg: 0.50 0.11 0.04 3/337 17672
/proc/meminfo: memFree=12034984/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=49512 CPUtime=0.28 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 5967 0 0 0 28 0 0 0 22 0 1 0 630333180 50700288 5202 33554432000 4194304 4650387 140737084744848 18446744073709551615 270338044613 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 12378 5203 355 112 0 7343 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49512

[startup+0.700871 s]
/proc/loadavg: 0.50 0.11 0.04 3/337 17672
/proc/meminfo: memFree=12034984/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=74856 CPUtime=0.68 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 12306 0 0 0 67 1 0 0 23 0 1 0 630333180 76652544 11541 33554432000 4194304 4650387 140737084744848 18446744073709551615 4369128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 18714 11541 355 112 0 13679 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 74856

[startup+1.50071 s]
/proc/loadavg: 0.50 0.11 0.04 5/343 17683
/proc/meminfo: memFree=11856072/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=88828 CPUtime=1.49 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 16090 0 0 0 147 2 0 0 25 0 1 0 630333180 90959872 15325 33554432000 4194304 4650387 140737084744848 18446744073709551615 4333755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 22207 15325 378 112 0 17172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88828

[startup+3.10041 s]
/proc/loadavg: 0.78 0.18 0.06 5/343 17683
/proc/meminfo: memFree=11826192/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=88828 CPUtime=3.09 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 16155 0 0 0 307 2 0 0 25 0 1 0 630333180 90959872 15390 33554432000 4194304 4650387 140737084744848 18446744073709551615 4333387 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 22207 15390 378 112 0 17172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88828

[startup+6.30076 s]
/proc/loadavg: 0.78 0.18 0.06 4/338 17699
/proc/meminfo: memFree=11890500/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=88828 CPUtime=6.29 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 16265 0 0 0 627 2 0 0 25 0 1 0 630333180 90959872 15500 33554432000 4194304 4650387 140737084744848 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 22207 15500 378 112 0 17172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88828

[startup+12.7005 s]
/proc/loadavg: 1.12 0.27 0.09 4/338 17701
/proc/meminfo: memFree=11772716/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=89404 CPUtime=12.69 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 16960 0 0 0 1266 3 0 0 25 0 1 0 630333180 91549696 15334 33554432000 4194304 4650387 140737084744848 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 22351 15334 380 112 0 17316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89404

[startup+25.5009 s]
/proc/loadavg: 1.72 0.42 0.14 5/343 17711
/proc/meminfo: memFree=11126956/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=89800 CPUtime=25.49 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 18212 0 0 0 2546 3 0 0 25 0 1 0 630333180 91955200 15408 33554432000 4194304 4650387 140737084744848 18446744073709551615 4334252 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 22450 15408 381 112 0 17415 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89800

[startup+51.1009 s]
/proc/loadavg: 2.62 0.74 0.25 5/343 17712
/proc/meminfo: memFree=10842624/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=105860 CPUtime=51.09 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 23887 0 0 0 5105 4 0 0 25 0 1 0 630333180 108400640 19079 33554432000 4194304 4650387 140737084744848 18446744073709551615 4363718 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 26465 19079 382 112 0 21430 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105860

[startup+102.313 s]
/proc/loadavg: 3.50 1.30 0.47 5/343 17713
/proc/meminfo: memFree=10670196/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=121288 CPUtime=102.31 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 28894 0 0 0 10225 6 0 0 25 0 1 0 630333180 124198912 21926 33554432000 4194304 4650387 140737084744848 18446744073709551615 4368052 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 30322 21926 382 112 0 25287 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 121288

[startup+162.301 s]
/proc/loadavg: 3.81 1.79 0.69 5/343 17715
/proc/meminfo: memFree=10581752/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=130936 CPUtime=162.3 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 32785 0 0 0 16223 7 0 0 25 0 1 0 630333180 134078464 24551 33554432000 4194304 4650387 140737084744848 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 32734 24551 382 112 0 27699 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 130936

[startup+222.301 s]
/proc/loadavg: 3.93 2.19 0.89 5/343 17716
/proc/meminfo: memFree=9947424/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=141012 CPUtime=222.3 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 34215 0 0 0 22223 7 0 0 25 0 1 0 630333180 144396288 25981 33554432000 4194304 4650387 140737084744848 18446744073709551615 4438639 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 35253 25981 382 112 0 30218 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 141012

[startup+282.301 s]
/proc/loadavg: 4.05 2.54 1.10 5/343 17718
/proc/meminfo: memFree=9949780/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=123248 CPUtime=282.3 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 38264 0 0 0 28221 9 0 0 25 0 1 0 630333180 126205952 23868 33554432000 4194304 4650387 140737084744848 18446744073709551615 4333577 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 30812 23868 382 112 0 25777 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 123248

[startup+342.301 s]
/proc/loadavg: 4.12 2.84 1.29 5/343 17722
/proc/meminfo: memFree=9884716/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=132800 CPUtime=342.3 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 43645 0 0 0 34219 11 0 0 25 0 1 0 630333180 135987200 26016 33554432000 4194304 4650387 140737084744848 18446744073709551615 270338042098 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 33200 26016 382 112 0 28165 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 132800

[startup+402.301 s]
/proc/loadavg: 4.04 3.05 1.45 5/343 17724
/proc/meminfo: memFree=9836800/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=133092 CPUtime=402.3 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 46698 0 0 0 40218 12 0 0 25 0 1 0 630333180 136286208 26563 33554432000 4194304 4650387 140737084744848 18446744073709551615 4364912 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 33273 26563 382 112 0 28238 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133092

[startup+462.3 s]
/proc/loadavg: 4.06 3.23 1.61 5/343 17726
/proc/meminfo: memFree=9814420/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=133296 CPUtime=462.31 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 50491 0 0 0 46217 14 0 0 25 0 1 0 630333180 136495104 26578 33554432000 4194304 4650387 140737084744848 18446744073709551615 4363718 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 33324 26578 382 112 0 28289 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 133296

[startup+522.3 s]
/proc/loadavg: 4.02 3.36 1.75 5/343 17727
/proc/meminfo: memFree=9785460/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=133520 CPUtime=522.31 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 54148 0 0 0 52215 16 0 0 25 0 1 0 630333180 136724480 25847 33554432000 4194304 4650387 140737084744848 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 33380 25847 382 112 0 28345 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 133520

[startup+582.3 s]
/proc/loadavg: 4.16 3.53 1.91 5/343 17729
/proc/meminfo: memFree=9744504/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=138672 CPUtime=582.32 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 58932 0 0 0 58214 18 0 0 25 0 1 0 630333180 142000128 28471 33554432000 4194304 4650387 140737084744848 18446744073709551615 4363585 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 34668 28471 382 112 0 29633 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 138672

[startup+642.3 s]
/proc/loadavg: 4.06 3.61 2.04 5/343 17730
/proc/meminfo: memFree=9527688/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=138804 CPUtime=642.32 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 62817 0 0 0 64212 20 0 0 25 0 1 0 630333180 142135296 27430 33554432000 4194304 4650387 140737084744848 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 34701 27430 382 112 0 29666 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 138804

[startup+702.301 s]
/proc/loadavg: 4.02 3.68 2.16 5/343 17732
/proc/meminfo: memFree=9555404/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=138912 CPUtime=702.32 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 65845 0 0 0 70210 22 0 0 25 0 1 0 630333180 142245888 28070 33554432000 4194304 4650387 140737084744848 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 34728 28070 382 112 0 29693 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 138912

[startup+762.313 s]
/proc/loadavg: 4.12 3.77 2.28 5/343 17734
/proc/meminfo: memFree=9519400/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=139004 CPUtime=762.33 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 68917 0 0 0 76210 23 0 0 25 0 1 0 630333180 142340096 28601 33554432000 4194304 4650387 140737084744848 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 34751 28601 382 112 0 29716 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 139004

[startup+822.301 s]
/proc/loadavg: 4.10 3.82 2.39 5/343 17735
/proc/meminfo: memFree=9496424/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=139172 CPUtime=822.33 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 72621 0 0 0 82208 25 0 0 25 0 1 0 630333180 142512128 27032 33554432000 4194304 4650387 140737084744848 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 34793 27032 382 112 0 29758 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 139172

[startup+882.301 s]
/proc/loadavg: 4.03 3.85 2.49 5/343 17737
/proc/meminfo: memFree=9465272/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=139252 CPUtime=882.32 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 75683 0 0 0 88206 26 0 0 25 0 1 0 630333180 142594048 27392 33554432000 4194304 4650387 140737084744848 18446744073709551615 4363648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 34813 27392 382 112 0 29778 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 139252

[startup+942.301 s]
/proc/loadavg: 4.08 3.89 2.59 5/343 17738
/proc/meminfo: memFree=9338728/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=202940 CPUtime=942.32 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 81901 0 0 0 94204 28 0 0 25 0 1 0 630333180 207810560 33610 33554432000 4194304 4650387 140737084744848 18446744073709551615 4364824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 50735 33610 382 112 0 45700 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 202940

[startup+1002.3 s]
/proc/loadavg: 4.03 3.91 2.67 5/343 17740
/proc/meminfo: memFree=9287712/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=154924 CPUtime=1002.33 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 85502 0 0 0 100203 30 0 0 25 0 1 0 630333180 158642176 30815 33554432000 4194304 4650387 140737084744848 18446744073709551615 4368052 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 38731 30815 382 112 0 33696 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 154924

[startup+1062.3 s]
/proc/loadavg: 4.16 3.97 2.77 5/343 17742
/proc/meminfo: memFree=9280236/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=155000 CPUtime=1062.33 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 88388 0 0 0 106201 32 0 0 25 0 1 0 630333180 158720000 30826 33554432000 4194304 4650387 140737084744848 18446744073709551615 4363813 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 38750 30826 382 112 0 33715 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 155000

[startup+1122.3 s]
/proc/loadavg: 4.10 3.99 2.85 5/343 17743
/proc/meminfo: memFree=9255268/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=155080 CPUtime=1122.33 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 91267 0 0 0 112200 33 0 0 25 0 1 0 630333180 158801920 30887 33554432000 4194304 4650387 140737084744848 18446744073709551615 4354931 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 38770 30887 382 112 0 33735 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 155080

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 2.92 5/343 17745
/proc/meminfo: memFree=9236492/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=155080 CPUtime=1182.34 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 93280 0 0 0 118199 35 0 0 25 0 1 0 630333180 158801920 32900 33554432000 4194304 4650387 140737084744848 18446744073709551615 4313427 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 38770 32900 382 112 0 33735 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 155080

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 2.98 5/343 17746
/proc/meminfo: memFree=9116316/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=155164 CPUtime=1242.34 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 96307 0 0 0 124198 36 0 0 25 0 1 0 630333180 158887936 32974 33554432000 4194304 4650387 140737084744848 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 38791 32974 382 112 0 33756 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 155164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.05 4/341 17777
/proc/meminfo: memFree=11171836/32951124 swapFree=67111352/67111528
[pid=17672] ppid=17670 vsize=155248 CPUtime=1300.06 cores=1,3
/proc/17672/stat : 17672 (strangenight1-s) R 17670 17672 17595 0 -1 4202496 99292 0 0 0 129968 38 0 0 25 0 1 0 630333180 158973952 32900 33554432000 4194304 4650387 140737084744848 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17672/statm: 38812 32900 382 112 0 33777 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 155248

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.68
CPU system time (s): 0.386941
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 202940

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

runsolver used 4.26435 second user time and 9.95049 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-14 15:19:36
IDJOB=3370650
IDBENCH=70849
IDSOLVER=1847
FILE ID=node143/3370650-1305379175
RUNJOBID= node143-1305379151-17615
PBS_JOBID= 13324359
Free space on /tmp= 73372 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370650-1305379175/watcher-3370650-1305379175 -o /tmp/evaluation-result-3370650-1305379175/solver-3370650-1305379175 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370650-1305379175.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1326778265

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      12035264 kB
Buffers:        269180 kB
Cached:        3423612 kB
SwapCached:          0 kB
Active:       17991936 kB
Inactive:      2658740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12035264 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           51860 kB
Writeback:           0 kB
AnonPages:    16958184 kB
Mapped:          29668 kB
Slab:           144704 kB
PageTables:      55128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70840596 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= 73336 MiB
End job on node143 at 2011-05-14 15:41:18