Trace number 3280505

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.04 1300.01

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications 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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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-3280505-1307639986.cnf'
0.00/0.00	c -- header says num vars:           7502
0.00/0.00	c -- header says num clauses:       28770
0.00/0.01	c -- clauses added:            0 learnts,        28770 normals,            0 xors
0.00/0.01	c -- vars added       7502
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      7502     12844     10393         0     63534         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 41/12844/12844 lits-rem:51 time: 0.03
0.04/0.08	c Flit:    18 Blit:    136 bXBeca:    0 bXProp:  896 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
0.04/0.08	c Cleaning up after failed var search:     0.00 s 
0.04/0.09	c Replacing      896 vars Replaced    20711 lits Time:     0.00 s 
0.04/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.04/0.09	c subs with bin:       88  lits-rem:        54  v-fix:    0  time:  0.00 s
0.09/0.10	c Subs w/ non-existent bins:     84 l-rem:     56 v-fix:     0 done:   5592 time:  0.00 s
0.09/0.10	c Removed useless bin:      62  fixed:     0  props:   0.27M  time:  0.00 s
0.09/0.13	c lits-rem:      1456  cl-subs:     1680  v-elim:   1864  v-fix:    0  time:  0.03 s
0.09/0.13	c Finding binary XORs  T:     0.00 s  found:      22
0.09/0.13	c Replacing       22 vars Replaced      574 lits Time:     0.00 s 
0.09/0.14	c Finding non-binary XORs:     0.00 s (found:    1226, avg size: 3.5)
0.09/0.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     88 locsubst:    33 time:   0.00
0.09/0.14	c calculated reachability. Time: 0.00
0.09/0.14	c Calc default polars -  time:   0.00 s pos:    1459 undec:    3938 neg:    2105
0.09/0.14	c =========================================================================================
0.09/0.14	c types(t): F = full restart, N = normal restart
0.09/0.14	c types(t): S = simplification begin/end, E = solution found
0.09/0.14	c restart types(rt): st = static, dy = dynamic
0.09/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.14	c  B st     0         0      3618      4859      5541         0     34376         0   no data   no data  --
0.19/0.27	c Decided on static restart strategy
0.39/0.47	c  N st     8      4915      3616      4859      5748      4628     34376    159377   no data   no data  --
0.99/1.06	c  N st    10     11297      3616      4859      5845      4772     34375     92455   no data   no data  --
1.69/1.70	c  N st    11     17040      3616      4859      5904     10348     34375    295714   no data   no data  --
2.79/2.85	c  F st    12     25001      3616      4859      5977     13123     34375    426799   no data   no data  --
2.79/2.86	c Replacing       15 vars Replaced      678 lits Time:     0.00 s 
2.79/2.86	c  N st    12     25001      3601      4859      5943     13121     34301    426788   no data   no data  --
2.79/2.86	c Finding binary XORs  T:     0.00 s  found:       2
3.39/3.44	c Decided on static restart strategy
3.39/3.44	c  N st    18     30002      3601      4859      5962     11761     34301    250920   no data   no data  --
3.39/3.44	c  S st    18     30002      3601      4859      5962     11761     34301    250920   no data   no data  --
3.49/3.50	c  S st    18     30505      3601      4859      5983     12240     34301    259377   no data   no data  --
3.49/3.50	c x-sub:    15 x-cut:      0 vfix:      0 v-elim:     42 locsubst:     0 time:   0.00
3.49/3.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.59/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   14 Bins:   6204 BRemL:   1079 BRemN:     19 P:  2.9M T:  0.14
3.59/3.65	c Replacing       16 vars Replaced     1406 lits Time:     0.00 s 
3.59/3.66	c bin-w-bin subsume rem           36 bins  time:  0.00 s
3.59/3.68	c subs with bin:      244  lits-rem:      6512  v-fix:    0  time:  0.02 s
3.59/3.69	c Subs w/ non-existent bins:      6 l-rem:   1837 v-fix:     0 done:   3543 time:  0.01 s
3.59/3.69	c Removed useless bin:       3  fixed:     0  props:   0.08M  time:  0.00 s
3.88/3.96	c lits-rem:      1479  cl-subs:     5393  v-elim:    856  v-fix:    0  time:  0.27 s
3.88/3.99	c asymm  cl-useful: 134/5157/5157 lits-rem:209 time: 0.03
3.88/3.99	c calculated reachability. Time: 0.00
3.88/3.99	c  N st    18     30505      2687      5150      6347      6493     29440     93445   no data   no data  --
4.39/4.43	c Finding binary XORs  T:     0.00 s  found:       0
4.98/5.05	c  N st    20     37615      2687      5150      6355     13468     29440    432945   no data   no data  --
5.98/6.00	c  N st    21     44015      2687      5150      6369     12715     29440    301825   no data   no data  --
6.08/6.18	c  S st    22     45758      2687      5150      6370     14431     29440    334873   no data   no data  --
6.18/6.24	c  S st    22     46260      2687      5150      6387     14915     29440    342274   no data   no data  --
6.18/6.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.18/6.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.28/6.32	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2097 BRemL:    106 BRemN:      0 P:  1.9M T:  0.08
6.28/6.34	c bin-w-bin subsume rem           24 bins  time:  0.00 s
6.28/6.38	c subs with bin:      179  lits-rem:      3269  v-fix:    0  time:  0.04 s
6.28/6.39	c Subs w/ non-existent bins:      4 l-rem:   2452 v-fix:     0 done:   2664 time:  0.01 s
6.28/6.39	c Removed useless bin:       7  fixed:     0  props:   0.06M  time:  0.00 s
7.28/7.31	c lits-rem:      1653  cl-subs:     1196  v-elim:     43  v-fix:    0  time:  0.92 s
7.28/7.31	c vivif2 --  cl tried     5123 cl shrink       64 lits rem         77 time: 0.00
7.28/7.33	c vivif2 --  cl tried    13738 cl shrink     3410 lits rem       8950 time: 0.02
7.28/7.38	c asymm  cl-useful: 19/5104/5104 lits-rem:23 time: 0.05
7.28/7.39	c calculated reachability. Time: 0.00
7.28/7.39	c  N st    22     46260      2643      5104      8093     13732     28988    300623   no data   no data  --
9.89/9.96	c  N st    23     60658      2643      5104      8102     19657     28988    662857   no data   no data  --
9.89/9.96	c Finding binary XORs  T:     0.00 s  found:       0
11.69/11.71	c  N st    24     69390      2643      5104      8107     18768     28988    655759   no data   no data  --
11.69/11.71	c  S st    24     69390      2643      5104      8107     18768     28988    655759   no data   no data  --
11.69/11.79	c  S st    24     69892      2643      5104      8116     19255     28988    662928   no data   no data  --
11.69/11.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.69/11.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.79/11.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    639 BRemL:    167 BRemN:      5 P:  2.3M T:  0.10
11.89/11.91	c bin-w-bin subsume rem           48 bins  time:  0.00 s
11.99/12.00	c subs with bin:       96  lits-rem:      1187  v-fix:    0  time:  0.09 s
11.99/12.02	c Subs w/ non-existent bins:      3 l-rem:   2408 v-fix:     0 done:    472 time:  0.01 s
11.99/12.02	c Removed useless bin:       2  fixed:     0  props:   0.06M  time:  0.00 s
15.49/15.58	c lits-rem:      2757  cl-subs:      652  v-elim:      2  v-fix:    0  time:  3.56 s
15.49/15.58	c vivif2 --  cl tried     5045 cl shrink        2 lits rem          2 time: 0.00
15.59/15.63	c vivif2 --  cl tried    18572 cl shrink     3371 lits rem      23536 time: 0.04
15.59/15.69	c asymm  cl-useful: 124/5045/5045 lits-rem:316 time: 0.06
15.59/15.69	c calculated reachability. Time: 0.00
15.59/15.69	c  N st    24     69892      2641      4959      8610     18570     28645    614516   no data   no data  --
18.19/18.24	c  F st    25     87500      2641      4959      8622     25394     28645    627832   no data   no data  --
18.19/18.24	c  N st    25     87500      2641      4959      8622     25394     28645    627832   no data   no data  --
18.19/18.25	c Finding binary XORs  T:     0.00 s  found:       0
19.09/19.14	c Decided on static restart strategy
19.59/19.66	c  N st    32     95538      2641      4959      8630     21751     28645    716042   no data   no data  --
21.29/21.32	c  N st    34    104838      2638      4959      8633     18363     28644    381187   no data   no data  --
21.29/21.32	c  S st    34    104838      2638      4959      8633     18363     28644    381187   no data   no data  --
21.29/21.38	c  S st    34    105340      2638      4959      8639     18857     28644    387956   no data   no data  --
21.29/21.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.29/21.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.39/21.48	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    628 BRemL:    176 BRemN:      5 P:  2.2M T:  0.09
21.39/21.49	c bin-w-bin subsume rem           23 bins  time:  0.00 s
21.49/21.53	c subs with bin:       81  lits-rem:       308  v-fix:    0  time:  0.04 s
21.49/21.54	c Subs w/ non-existent bins:      5 l-rem:   1902 v-fix:     0 done:   2381 time:  0.01 s
21.49/21.54	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
22.79/22.89	c lits-rem:       944  cl-subs:      422  v-elim:      9  v-fix:    0  time:  1.35 s
22.79/22.89	c vivif2 --  cl tried     4941 cl shrink       16 lits rem         23 time: 0.00
22.89/22.91	c vivif2 --  cl tried    18374 cl shrink     1419 lits rem       7285 time: 0.02
22.89/22.98	c asymm  cl-useful: 47/4940/4940 lits-rem:235 time: 0.06
22.89/22.98	c calculated reachability. Time: 0.00
22.89/22.98	c  N st    34    105340      2627      4927      8061     18372     28433    365539   no data   no data  --
24.69/24.75	c  N st    35    114938      2627      4927      8064     27890     28433    844361   no data   no data  --
24.69/24.75	c Finding binary XORs  T:     0.00 s  found:       0
27.49/27.58	c  N st    36    129336      2627      4927      8070     28349     28433    665041   no data   no data  --
32.39/32.49	c  N st    37    150933      2627      4927      8073     19424     28433    276197   no data   no data  --
33.79/33.88	c  S st    38    158010      2626      4927      8079     26413     28433    670772   no data   no data  --
33.89/33.95	c  S st    38    158510      2626      4927      8083     26903     28433    677441   no data   no data  --
33.89/33.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.89/33.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.99/34.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    406 BRemL:     63 BRemN:      0 P:  2.7M T:  0.10
33.99/34.08	c bin-w-bin subsume rem           17 bins  time:  0.00 s
34.09/34.15	c subs with bin:       28  lits-rem:       227  v-fix:    0  time:  0.06 s
34.09/34.16	c Subs w/ non-existent bins:      0 l-rem:   1773 v-fix:     0 done:   1170 time:  0.01 s
34.09/34.16	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
37.59/37.69	c lits-rem:      2073  cl-subs:      772  v-elim:      1  v-fix:    0  time:  3.54 s
37.68/37.70	c vivif2 --  cl tried     4922 cl shrink        3 lits rem          3 time: 0.00
37.68/37.74	c vivif2 --  cl tried    26070 cl shrink     2996 lits rem      14341 time: 0.04
37.79/37.82	c asymm  cl-useful: 27/4922/4922 lits-rem:66 time: 0.08
37.79/37.82	c calculated reachability. Time: 0.00
37.79/37.82	c  N st    38    158510      2625      4920      8403     26068     28277    641182   no data   no data  --
47.98/48.06	c  N st    39    207099      2625      4920      8408     39751     28277    908874   no data   no data  --
47.98/48.06	c Finding binary XORs  T:     0.00 s  found:       0
54.79/54.89	c  N st    40    237765      2625      4920      8411     31579     28277    734097   no data   no data  --
54.79/54.89	c  S st    40    237765      2625      4920      8411     31579     28277    734097   no data   no data  --
54.90/54.99	c  S st    40    238267      2625      4920      8411     32077     28277    743153   no data   no data  --
54.90/54.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.90/54.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.09/55.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    395 BRemL:     40 BRemN:      0 P:  3.2M T:  0.11
55.09/55.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.09/55.19	c subs with bin:       19  lits-rem:        96  v-fix:    0  time:  0.07 s
55.09/55.20	c Subs w/ non-existent bins:      0 l-rem:    905 v-fix:     0 done:    482 time:  0.01 s
55.19/55.20	c Removed useless bin:       2  fixed:     0  props:   0.06M  time:  0.00 s
58.89/58.94	c lits-rem:      3254  cl-subs:     2517  v-elim:      1  v-fix:    0  time:  3.75 s
58.89/58.94	c vivif2 --  cl tried     4915 cl shrink        2 lits rem          2 time: 0.00
58.89/58.98	c vivif2 --  cl tried    29547 cl shrink     2609 lits rem      10369 time: 0.04
58.99/59.07	c asymm  cl-useful: 16/4915/4915 lits-rem:17 time: 0.09
58.99/59.08	c calculated reachability. Time: 0.00
58.99/59.08	c  N st    40    238267      2624      4915      8738     29547     28240    642881   no data   no data  --
75.99/76.08	c  F st    41    306250      2624      4915      8742     31915     28240    501573   no data   no data  --
75.99/76.08	c  N st    41    306250      2624      4915      8742     31915     28240    501573   no data   no data  --
75.99/76.08	c Finding binary XORs  T:     0.00 s  found:       0
76.89/76.95	c Decided on static restart strategy
81.88/81.97	c  N st    51    334554      2623      4915      8750     36363     28240    730636   no data   no data  --
87.59/87.61	c  N st    53    357402      2623      4915      8753     34426     28240    627135   no data   no data  --
87.59/87.61	c  S st    53    357402      2623      4915      8753     34426     28240    627135   no data   no data  --
87.69/87.72	c  S st    53    357905      2623      4915      8755     34924     28240    634180   no data   no data  --
87.69/87.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.69/87.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.79/87.85	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:    0 Bins:   1064 BRemL:    156 BRemN:      0 P:  3.8M T:  0.12
87.79/87.87	c bin-w-bin subsume rem            1 bins  time:  0.00 s
87.90/87.92	c subs with bin:      105  lits-rem:       484  v-fix:    0  time:  0.05 s
87.90/87.93	c Subs w/ non-existent bins:      0 l-rem:   1030 v-fix:     0 done:   1819 time:  0.01 s
87.90/87.93	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
91.39/91.45	c lits-rem:      4866  cl-subs:      964  v-elim:      2  v-fix:    0  time:  3.51 s
91.39/91.45	c vivif2 --  cl tried     4917 cl shrink       19 lits rem         29 time: 0.00
91.39/91.48	c vivif2 --  cl tried    33847 cl shrink     2219 lits rem       7060 time: 0.04
91.49/91.59	c asymm  cl-useful: 24/4915/4915 lits-rem:51 time: 0.10
91.49/91.59	c calculated reachability. Time: 0.00
91.49/91.59	c  N st    53    357905      2619      4906      9632     33843     28106    600884   no data   no data  --
97.79/97.86	c Finding binary XORs  T:     0.00 s  found:       0
98.79/98.81	c  N st    54    390297      2617      4901      9626     39111     28090    965279   no data   no data  --
110.89/110.99	c  N st    55    438886      2616      4901      9633     33644     28090    440403   no data   no data  --
128.09/128.18	c  N st    56    511768      2616      4901      9641     47727     28090   1056133   no data   no data  --
134.89/134.98	c  N st    57    536858      2616      4901      9641     41943     28090    844671   no data   no data  --
134.89/134.98	c  S st    57    536858      2616      4901      9641     41943     28090    844671   no data   no data  --
134.99/135.09	c  S st    57    537364      2616      4901      9644     42444     28090    853040   no data   no data  --
134.99/135.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
134.99/135.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
135.20/135.23	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:    0 Bins:    609 BRemL:    164 BRemN:      3 P:  4.0M T:  0.13
135.20/135.24	c Replacing        2 vars Replaced       36 lits Time:     0.01 s 
135.20/135.26	c bin-w-bin subsume rem           13 bins  time:  0.00 s
135.30/135.36	c subs with bin:      149  lits-rem:       950  v-fix:    0  time:  0.09 s
135.30/135.37	c Subs w/ non-existent bins:      3 l-rem:    667 v-fix:     0 done:    313 time:  0.01 s
135.30/135.37	c Removed useless bin:       1  fixed:     0  props:   0.06M  time:  0.00 s
139.39/139.44	c lits-rem:      3936  cl-subs:     1997  v-elim:      2  v-fix:    0  time:  4.08 s
139.39/139.44	c vivif2 --  cl tried     4891 cl shrink        5 lits rem         11 time: 0.00
139.39/139.49	c vivif2 --  cl tried    40031 cl shrink     2850 lits rem      14936 time: 0.05
139.60/139.63	c asymm  cl-useful: 30/4889/4889 lits-rem:30 time: 0.13
139.60/139.63	c calculated reachability. Time: 0.00
139.60/139.63	c  N st    57    537364      2610      4889     10042     40025     28008    785699   no data   no data  --
157.99/158.01	c Finding binary XORs  T:     0.00 s  found:       0
184.70/184.70	c  N st    58    701349      2606      4884     10064     69115     27995   1942505   no data   no data  --
213.79/213.83	c  N st    59    806046      2606      4884     10069     64114     27995   2031474   no data   no data  --
213.79/213.83	c  S st    59    806046      2606      4884     10069     64114     27995   2031474   no data   no data  --
213.89/214.00	c  S st    59    806550      2606      4884     10070     64616     27995   2040065   no data   no data  --
213.99/214.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.99/214.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
214.09/214.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    476 BRemL:     85 BRemN:      0 P:  5.6M T:  0.18
214.19/214.26	c bin-w-bin subsume rem           14 bins  time:  0.00 s
214.40/214.47	c subs with bin:      105  lits-rem:       799  v-fix:    0  time:  0.22 s
214.40/214.49	c Subs w/ non-existent bins:      3 l-rem:   1224 v-fix:     0 done:    297 time:  0.02 s
214.40/214.49	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
219.29/219.36	c lits-rem:      1371  cl-subs:     4556  v-elim:      0  v-fix:    0  time:  4.86 s
219.29/219.36	c vivif2 --  cl tried     4860 cl shrink        0 lits rem          0 time: 0.00
219.39/219.49	c vivif2 --  cl tried    59860 cl shrink     8810 lits rem      34170 time: 0.13
219.69/219.70	c asymm  cl-useful: 23/4860/4860 lits-rem:24 time: 0.21
219.69/219.71	c calculated reachability. Time: 0.00
219.69/219.71	c  N st    59    806550      2606      4860     10403     59855     27854   1879106   no data   no data  --
219.69/219.71	c Finding binary XORs  T:     0.00 s  found:       0
297.19/297.28	c  F st    60   1071875      2605      4860     10416     76745     27854   2027092   no data   no data  --
297.29/297.31	c Replacing        2 vars Replaced      216 lits Time:     0.01 s 
297.29/297.31	c  N st    60   1071875      2603      4859     10345     76736     27832   2026932   no data   no data  --
298.99/299.00	c Decided on static restart strategy
305.00/305.00	c  N st    70   1100178      2602      4859     10348     60273     27832   1042492   no data   no data  --
317.09/317.11	c  N st    72   1136171      2602      4859     10349     95734     27832   3144236   no data   no data  --
325.80/325.87	c  N st    73   1168563      2602      4859     10352     82398     27832   2547575   no data   no data  --
339.40/339.49	c  N st    74   1209825      2602      4859     10352     76952     27832   2017641   no data   no data  --
339.40/339.49	c  S st    74   1209825      2602      4859     10352     76952     27832   2017641   no data   no data  --
339.60/339.69	c  S st    74   1210329      2602      4859     10354     77447     27832   2024163   no data   no data  --
339.60/339.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
339.60/339.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
339.80/339.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    723 BRemL:    199 BRemN:      0 P:  6.4M T:  0.20
339.90/339.98	c bin-w-bin subsume rem            6 bins  time:  0.00 s
340.09/340.19	c subs with bin:       52  lits-rem:      1205  v-fix:    0  time:  0.21 s
340.19/340.20	c Subs w/ non-existent bins:      0 l-rem:   2397 v-fix:     0 done:   1080 time:  0.01 s
340.19/340.20	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
344.49/344.58	c lits-rem:      1206  cl-subs:     2004  v-elim:      2  v-fix:    0  time:  4.38 s
344.49/344.58	c vivif2 --  cl tried     4857 cl shrink       11 lits rem         14 time: 0.00
344.69/344.74	c vivif2 --  cl tried    75386 cl shrink    12748 lits rem      55560 time: 0.15
344.89/344.96	c asymm  cl-useful: 23/3671/4853 lits-rem:29 time: 0.23
344.89/344.97	c calculated reachability. Time: 0.00
344.89/344.97	c  N st    74   1210329      2599      4851     10853     75377     27759   1924585   no data   no data  --
344.89/344.97	c Finding binary XORs  T:     0.00 s  found:       0
366.10/366.13	c  N st    75   1283211      2599      4851     10853     99593     27759   3181133   no data   no data  --
398.20/398.28	c  N st    76   1392534      2599      4851     10854     59525     27759    816397   no data   no data  --
455.50/455.50	c  N st    77   1556518      2599      4851     10860     64502     27759    958886   no data   no data  --
506.10/506.15	c  N st    78   1710330      2598      4851     10861    106934     27759   3580060   no data   no data  --
506.10/506.15	c  S st    78   1710330      2598      4851     10861    106934     27759   3580060   no data   no data  --
506.40/506.47	c  S st    78   1710833      2598      4851     10862    107431     27759   3587560   no data   no data  --
506.40/506.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
506.40/506.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
506.70/506.77	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    350 BRemL:     87 BRemN:      6 P:  9.7M T:  0.29
506.90/506.91	c bin-w-bin subsume rem           13 bins  time:  0.00 s
507.30/507.32	c subs with bin:       38  lits-rem:       921  v-fix:    0  time:  0.41 s
507.30/507.33	c Subs w/ non-existent bins:      0 l-rem:    990 v-fix:     0 done:     11 time:  0.01 s
507.30/507.33	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
547.70/547.74	c lits-rem:       299  cl-subs:     8212  v-elim:      1  v-fix:    0  time: 40.41 s
547.70/547.74	c vivif2 --  cl tried     4849 cl shrink        3 lits rem          4 time: 0.00
548.00/548.01	c vivif2 --  cl tried    99150 cl shrink    18803 lits rem      85667 time: 0.27
548.00/548.09	c asymm  cl-useful: 1/1177/4848 lits-rem:3 time: 0.07
548.00/548.09	c calculated reachability. Time: 0.00
548.00/548.09	c  N st    78   1710833      2595      4847     11077     99144     27708   3295903   no data   no data  --
548.10/548.10	c Finding binary XORs  T:     0.00 s  found:       0
664.21/664.21	c  N st    79   2079800      2595      4847     11083    111397     27708   3513506   no data   no data  --
709.71/709.71	c  N st    80   2210835      2595      4847     11083    115305     27708   3329699   no data   no data  --
709.71/709.71	c  S st    80   2210835      2595      4847     11083    115305     27708   3329699   no data   no data  --
710.01/710.01	c  S st    80   2211337      2595      4847     11083    115803     27708   3337022   no data   no data  --
710.01/710.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
710.01/710.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
710.31/710.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    129 BRemL:     59 BRemN:      2 P:  9.8M T:  0.29
710.41/710.41	c bin-w-bin subsume rem            2 bins  time:  0.00 s
710.71/710.76	c subs with bin:        8  lits-rem:       583  v-fix:    0  time:  0.34 s
710.81/710.84	c Subs w/ non-existent bins:      1 l-rem:   2961 v-fix:     0 done:    533 time:  0.08 s
710.81/710.84	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
744.31/744.35	c lits-rem:       350  cl-subs:    10633  v-elim:      0  v-fix:    0  time: 33.51 s
744.31/744.35	c vivif2 --  cl tried     4844 cl shrink        0 lits rem          0 time: 0.00
744.51/744.58	c vivif2 --  cl tried   105164 cl shrink    16096 lits rem      60350 time: 0.22
744.80/744.84	c asymm  cl-useful: 24/2337/4844 lits-rem:31 time: 0.26
744.80/744.84	c calculated reachability. Time: 0.00
744.80/744.84	c  N st    80   2211337      2595      4841     11152    105164     27672   2951337   no data   no data  --
744.80/744.84	c Finding binary XORs  T:     0.00 s  found:       0
930.01/930.08	c  N st    81   2711337      2595      4841     11156    128639     27672   3662475   no data   no data  --
930.01/930.08	c  S st    81   2711337      2595      4841     11156    128639     27672   3662475   no data   no data  --
930.41/930.43	c  S st    81   2711839      2595      4841     11157    129136     27672   3671350   no data   no data  --
930.41/930.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
930.41/930.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
930.71/930.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     60 BRemL:     14 BRemN:      0 P: 10.4M T:  0.30
930.81/930.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
931.21/931.26	c subs with bin:       15  lits-rem:        64  v-fix:    0  time:  0.40 s
931.21/931.27	c Subs w/ non-existent bins:      0 l-rem:    601 v-fix:     0 done:    510 time:  0.01 s
931.21/931.27	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
973.31/973.33	c lits-rem:       557  cl-subs:    18479  v-elim:      0  v-fix:    0  time: 42.06 s
973.31/973.33	c vivif2 --  cl tried     4838 cl shrink        0 lits rem          0 time: 0.00
973.52/973.57	c vivif2 --  cl tried   110645 cl shrink    14527 lits rem      48994 time: 0.23
973.71/973.76	c asymm  cl-useful: 0/2501/4838 lits-rem:0 time: 0.19
973.71/973.76	c calculated reachability. Time: 0.00
973.71/973.76	c  N st    81   2711839      2595      4838     11204    110645     27661   3110803   no data   no data  --
1166.02/1166.07	c  N st    82   3211839      2594      4838     11221     87161     27661   1174868   no data   no data  --
1166.02/1166.07	c  S st    82   3211839      2594      4838     11221     87161     27661   1174868   no data   no data  --
1166.02/1166.09	c Finding binary XORs  T:     0.00 s  found:       0
1166.31/1166.31	c  S st    82   3212342      2594      4827     11185     87589     27617   1182516   no data   no data  --
1166.31/1166.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1166.31/1166.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1166.51/1166.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    100 BRemL:    105 BRemN:      0 P:  7.6M T:  0.22
1166.51/1166.55	c Replacing        1 vars Replaced      708 lits Time:     0.01 s 
1166.51/1166.59	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1166.61/1166.67	c subs with bin:       30  lits-rem:       856  v-fix:    0  time:  0.07 s
1166.61/1166.67	c Subs w/ non-existent bins:      0 l-rem:    414 v-fix:     0 done:    715 time:  0.01 s
1166.61/1166.68	c Removed useless bin:       0  fixed:     0  props:   0.07M  time:  0.00 s
1168.81/1168.85	c lits-rem:      2654  cl-subs:     1029  v-elim:      0  v-fix:    0  time:  2.17 s
1168.81/1168.85	c vivif2 --  cl tried     4825 cl shrink        0 lits rem          0 time: 0.00
1168.91/1168.91	c vivif2 --  cl tried    86532 cl shrink     2614 lits rem       7936 time: 0.06
1169.11/1169.14	c asymm  cl-useful: 6/3403/4825 lits-rem:8 time: 0.23
1169.11/1169.15	c calculated reachability. Time: 0.00
1169.11/1169.15	c  N st    82   3212342      2593      4824     11182     86530     27589   1145291   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3280505-1307639986/watcher-3280505-1307639986 -o /tmp/evaluation-result-3280505-1307639986/solver-3280505-1307639986 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3280505-1307639986.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: 1.46 1.88 2.33 7/184 21716
/proc/meminfo: memFree=32162236/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=20420 CPUtime=0 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4194304 244 0 0 0 0 0 0 0 17 0 1 0 875596783 20910080 196 33554432000 4194304 4650387 140735944167744 18446744073709551615 232330930065 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21716/statm: 5105 196 162 112 0 57 0

[startup+0.049859 s]
/proc/loadavg: 1.46 1.88 2.33 7/184 21716
/proc/meminfo: memFree=32162236/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=33232 CPUtime=0.04 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 1567 0 0 0 4 0 0 0 17 0 1 0 875596783 34029568 1361 33554432000 4194304 4650387 140735944167744 18446744073709551615 232335552833 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 8308 1361 354 112 0 3273 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33232

[startup+0.100851 s]
/proc/loadavg: 1.46 1.88 2.33 7/184 21716
/proc/meminfo: memFree=32162236/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=36232 CPUtime=0.09 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 2277 0 0 0 9 0 0 0 17 0 1 0 875596783 37101568 2071 33554432000 4194304 4650387 140735944167744 18446744073709551615 4550100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 9058 2071 366 112 0 4023 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36232

[startup+0.300814 s]
/proc/loadavg: 1.46 1.88 2.33 7/184 21716
/proc/meminfo: memFree=32162236/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=38312 CPUtime=0.29 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 2950 0 0 0 29 0 0 0 18 0 1 0 875596783 39231488 2744 33554432000 4194304 4650387 140735944167744 18446744073709551615 4364628 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 9578 2744 380 112 0 4543 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38312

[startup+0.700758 s]
/proc/loadavg: 1.46 1.88 2.33 7/184 21716
/proc/meminfo: memFree=32162236/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=38508 CPUtime=0.69 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 3257 0 0 0 69 0 0 0 18 0 1 0 875596783 39432192 2717 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 9627 2717 381 112 0 4592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38508

[startup+1.50061 s]
/proc/loadavg: 1.46 1.88 2.33 6/191 21733
/proc/meminfo: memFree=31903992/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=38932 CPUtime=1.49 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 3740 0 0 0 149 0 0 0 19 0 1 0 875596783 39866368 2891 33554432000 4194304 4650387 140735944167744 18446744073709551615 4366936 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 9733 2891 381 112 0 4698 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38932

[startup+3.10032 s]
/proc/loadavg: 1.46 1.88 2.33 6/191 21734
/proc/meminfo: memFree=31723324/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=39508 CPUtime=3.09 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 4699 0 0 0 309 0 0 0 25 0 1 0 875596783 40456192 2912 33554432000 4194304 4650387 140735944167744 18446744073709551615 4315240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 9877 2912 382 112 0 4842 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39508

[startup+6.30075 s]
/proc/loadavg: 1.75 1.93 2.34 6/191 21734
/proc/meminfo: memFree=31290092/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=44500 CPUtime=6.28 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 6931 0 0 0 628 0 0 0 25 0 1 0 875596783 45568000 4342 33554432000 4194304 4650387 140735944167744 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 11125 4342 382 112 0 6090 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44500

[startup+12.7006 s]
/proc/loadavg: 1.93 1.97 2.35 6/191 21734
/proc/meminfo: memFree=30822132/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=56420 CPUtime=12.69 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 11675 0 0 0 1268 1 0 0 25 0 1 0 875596783 57774080 7473 33554432000 4194304 4650387 140735944167744 18446744073709551615 4438907 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 14105 7473 382 112 0 9070 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56420

[startup+25.5003 s]
/proc/loadavg: 2.38 2.07 2.38 6/191 21734
/proc/meminfo: memFree=30762716/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=58088 CPUtime=25.48 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 16013 0 0 0 2546 2 0 0 25 0 1 0 875596783 59482112 7420 33554432000 4194304 4650387 140735944167744 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 14522 7420 382 112 0 9487 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58088

[startup+51.1008 s]
/proc/loadavg: 3.08 2.25 2.43 6/191 21773
/proc/meminfo: memFree=30055552/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=63776 CPUtime=51.08 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 25097 0 0 0 5104 4 0 0 25 0 1 0 875596783 65306624 9417 33554432000 4194304 4650387 140735944167744 18446744073709551615 4328857 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 15944 9417 382 112 0 10909 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63776

[startup+102.308 s]
/proc/loadavg: 3.60 2.52 2.51 5/191 21774
/proc/meminfo: memFree=29659592/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=69472 CPUtime=102.3 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 38682 0 0 0 10222 8 0 0 25 0 1 0 875596783 71139328 11356 33554432000 4194304 4650387 140735944167744 18446744073709551615 4366807 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 17368 11356 382 112 0 12333 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69472

[startup+162.301 s]
/proc/loadavg: 3.85 2.79 2.60 6/191 21776
/proc/meminfo: memFree=29603744/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=73176 CPUtime=162.29 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 53542 0 0 0 16218 11 0 0 25 0 1 0 875596783 74932224 11660 33554432000 4194304 4650387 140735944167744 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 18294 11660 382 112 0 13259 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73176

[startup+222.3 s]
/proc/loadavg: 3.94 3.00 2.68 6/191 21777
/proc/meminfo: memFree=29508484/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=145076 CPUtime=222.29 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 75672 0 0 0 22214 15 0 0 25 0 1 0 875596783 148557824 20715 33554432000 4194304 4650387 140735944167744 18446744073709551615 4364138 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 36269 20715 382 112 0 31234 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 145076

[startup+282.301 s]
/proc/loadavg: 3.98 3.18 2.76 6/191 21779
/proc/meminfo: memFree=28873152/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=101428 CPUtime=282.29 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 92663 0 0 0 28209 20 0 0 25 0 1 0 875596783 103862272 19499 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 25357 19499 382 112 0 20322 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 101428

[startup+342.301 s]
/proc/loadavg: 3.99 3.33 2.84 6/191 21781
/proc/meminfo: memFree=28774496/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=109964 CPUtime=342.29 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 107957 0 0 0 34205 24 0 0 25 0 1 0 875596783 112603136 21070 33554432000 4194304 4650387 140735944167744 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 27491 21070 382 112 0 22456 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 109964

[startup+402.3 s]
/proc/loadavg: 3.99 3.45 2.91 6/191 21782
/proc/meminfo: memFree=28708080/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=113080 CPUtime=402.29 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 122898 0 0 0 40201 28 0 0 25 0 1 0 875596783 115793920 21235 33554432000 4194304 4650387 140735944167744 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 28270 21236 382 112 0 23235 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 113080

[startup+462.301 s]
/proc/loadavg: 3.99 3.55 2.97 6/191 21784
/proc/meminfo: memFree=28704916/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=113272 CPUtime=462.3 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 134461 0 0 0 46197 33 0 0 25 0 1 0 875596783 115990528 22104 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 28318 22104 382 112 0 23283 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 113272

[startup+522.301 s]
/proc/loadavg: 3.99 3.63 3.03 6/191 21785
/proc/meminfo: memFree=28655128/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=192136 CPUtime=522.3 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 151713 0 0 0 52194 36 0 0 25 0 1 0 875596783 196747264 30251 33554432000 4194304 4650387 140735944167744 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 48034 30251 382 112 0 42999 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 192136

[startup+582.3 s]
/proc/loadavg: 3.99 3.69 3.09 6/191 21787
/proc/meminfo: memFree=28638092/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=192808 CPUtime=582.3 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 162686 0 0 0 58190 40 0 0 25 0 1 0 875596783 197435392 29665 33554432000 4194304 4650387 140735944167744 18446744073709551615 4363718 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 48202 29665 382 112 0 43167 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 192808

[startup+642.301 s]
/proc/loadavg: 3.99 3.74 3.15 6/191 21789
/proc/meminfo: memFree=28631956/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=193984 CPUtime=642.31 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 177375 0 0 0 64187 44 0 0 25 0 1 0 875596783 198639616 29877 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 48496 29877 382 112 0 43461 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 193984

[startup+702.301 s]
/proc/loadavg: 3.99 3.79 3.20 6/191 21790
/proc/meminfo: memFree=28592092/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=143560 CPUtime=702.3 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 190255 0 0 0 70182 48 0 0 25 0 1 0 875596783 147005440 28870 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365462 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 35890 28870 382 112 0 30855 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 143560

[startup+762.307 s]
/proc/loadavg: 4.03 3.84 3.25 6/191 21792
/proc/meminfo: memFree=28577400/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=149880 CPUtime=762.32 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 198184 0 0 0 76182 50 0 0 25 0 1 0 875596783 153477120 29944 33554432000 4194304 4650387 140735944167744 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 37470 29944 382 112 0 32435 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 149880

[startup+822.301 s]
/proc/loadavg: 4.05 3.88 3.30 6/191 21793
/proc/meminfo: memFree=28554276/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=202376 CPUtime=822.3 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 209303 0 0 0 82177 53 0 0 25 0 1 0 875596783 207233024 31413 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 50594 31413 382 112 0 45559 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 202376

[startup+882.301 s]
/proc/loadavg: 4.13 3.93 3.35 6/191 21795
/proc/meminfo: memFree=28543428/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=203008 CPUtime=882.3 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 220285 0 0 0 88174 56 0 0 25 0 1 0 875596783 207880192 33025 33554432000 4194304 4650387 140735944167744 18446744073709551615 4363655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 50752 33025 382 112 0 45717 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 203008

[startup+942.3 s]
/proc/loadavg: 4.05 3.94 3.39 6/191 21797
/proc/meminfo: memFree=28539524/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=212868 CPUtime=942.31 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 231651 0 0 0 94172 59 0 0 25 0 1 0 875596783 217976832 33933 33554432000 4194304 4650387 140735944167744 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 53217 33933 382 112 0 48182 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 212868

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 3.42 6/191 21798
/proc/meminfo: memFree=28534876/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=213880 CPUtime=1002.31 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 238948 0 0 0 100170 61 0 0 25 0 1 0 875596783 219013120 33693 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 53470 33693 382 112 0 48435 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 213880

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.46 6/191 21800
/proc/meminfo: memFree=28536296/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=160348 CPUtime=1062.31 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 249495 0 0 0 106166 65 0 0 25 0 1 0 875596783 164196352 33631 33554432000 4194304 4650387 140735944167744 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 40087 33631 382 112 0 35052 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 160348

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.49 6/191 21801
/proc/meminfo: memFree=28526680/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=215464 CPUtime=1122.31 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 259628 0 0 0 112163 68 0 0 25 0 1 0 875596783 220635136 33695 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 53866 33695 382 112 0 48831 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 215464

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.52 6/191 21803
/proc/meminfo: memFree=28526744/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=164296 CPUtime=1182.32 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 271121 0 0 0 118159 73 0 0 25 0 1 0 875596783 168239104 34050 33554432000 4194304 4650387 140735944167744 18446744073709551615 4364138 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 41074 34050 382 112 0 36039 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 164296

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.54 6/191 21805
/proc/meminfo: memFree=28521352/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=164348 CPUtime=1242.31 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 281759 0 0 0 124154 77 0 0 25 0 1 0 875596783 168292352 34073 33554432000 4194304 4650387 140735944167744 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 41087 34073 382 112 0 36052 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 164348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.57 6/191 21806
/proc/meminfo: memFree=28517560/32951124 swapFree=67063272/67111528
[pid=21716] ppid=21712 vsize=164440 CPUtime=1300.03 cores=1,3
/proc/21716/stat : 21716 (strangenight1-s) R 21712 21716 20425 0 -1 4202496 291490 0 0 0 129921 82 0 0 25 0 1 0 875596783 168386560 33558 33554432000 4194304 4650387 140735944167744 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21716/statm: 41110 33558 382 112 0 36075 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 164440

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.04
CPU user time (s): 1299.21
CPU system time (s): 0.826874
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 220340

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

runsolver used 2.07768 second user time and 5.03923 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-09 19:19:46
IDJOB=3280505
IDBENCH=20399
IDSOLVER=1589
FILE ID=node132/3280505-1307639986
RUNJOBID= node132-1307639986-21676
PBS_JOBID= 13549360
Free space on /tmp= 74188 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280505-1307639986/watcher-3280505-1307639986 -o /tmp/evaluation-result-3280505-1307639986/solver-3280505-1307639986 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3280505-1307639986.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=2127387560

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32164752 kB
Buffers:        182144 kB
Cached:         377560 kB
SwapCached:       9968 kB
Active:         320516 kB
Inactive:       261188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32164752 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           41168 kB
Writeback:           0 kB
AnonPages:       19724 kB
Mapped:           9012 kB
Slab:           141844 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   165792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74112 MiB
End job on node132 at 2011-06-09 19:41:28