Trace number 3368182

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n170-s56409011-unsat.cnf
MD5SUM6545c783f127618649f1200914f62dc5
Bench CategoryCRAFTED (crafted 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 variables173
Number of clauses356
Sum of the clauses size1068
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3356
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368182-1305388835.cnf'
0.00/0.01	c -- header says num vars:            173
0.00/0.01	c -- header says num clauses:         356
0.00/0.01	c -- clauses added:            0 learnts,          356 normals,            0 xors
0.00/0.01	c -- vars added        173
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       173       356         0         0      1068         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       6 undec:     163 neg:       4
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       173       356         0         0      1068         0   no data   no data
0.00/0.03	c Decided on static restart strategy
0.00/0.08	c  N st     8      4919       173       356         0      4378      1068    105629   no data   no data
0.19/0.23	c  N st    10     11301       173       356         0      4082      1068     74638   no data   no data
0.39/0.40	c  N st    11     17045       173       356         0      9016      1068    210679   no data   no data
0.59/0.67	c  F st    12     25001       173       356         0     10952      1068    264881   no data   no data
0.59/0.67	c  N st    12     25001       173       356         0     10952      1068    264881   no data   no data
0.79/0.82	c Decided on static restart strategy
0.79/0.82	c  N st    18     30003       173       356         0      9499      1068    197187   no data   no data
0.79/0.82	c  S st    18     30003       173       356         0      9499      1068    197187   no data   no data
0.79/0.85	c  S st    18     30503       173       356         0      9974      1068    207564   no data   no data
0.79/0.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.85	c blocked clauses removed:        0 vars:      0 tried:         173 T: 0.00 s
0.79/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
0.79/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.79/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.79/0.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.89/0.96	c lits-rem:      1662  cl-subs:      438  v-elim:      0  v-fix:    0  time:  0.10 s
0.89/0.96	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
0.89/0.96	c calculated reachability. Time: 0.00
0.89/0.96	c  N st    18     30503       173       356         0      9536      1068    191838   no data   no data
1.10/1.19	c  N st    20     37613       173       356         0      8898      1068    160493   no data   no data
1.39/1.41	c  N st    21     44012       173       356         0     14560      1068    328596   no data   no data
1.39/1.48	c  S st    22     45755       173       356         0      8232      1068    124848   no data   no data
1.39/1.50	c  S st    22     46258       173       356         0      8718      1068    135730   no data   no data
1.39/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.49/1.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.49/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1.49/1.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.49/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.52	c lits-rem:       125  cl-subs:       62  v-elim:      0  v-fix:    0  time:  0.01 s
1.49/1.52	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1.49/1.52	c vivif2 --  cl tried     8656 cl shrink        0 lits rem          0 time: 0.00
1.49/1.52	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
1.49/1.52	c calculated reachability. Time: 0.00
1.49/1.52	c  N st    22     46258       173       356         0      8656      1068    134104   no data   no data
2.09/2.11	c  N st    23     60656       173       356         0     12806      1068    241685   no data   no data
2.39/2.47	c  N st    24     69387       173       356         0     10786      1068    161554   no data   no data
2.39/2.47	c  S st    24     69387       173       356         0     10786      1068    161554   no data   no data
2.39/2.49	c  S st    24     69888       173       356         0     11270      1068    172836   no data   no data
2.39/2.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
2.39/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.48/2.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.48/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.48/2.52	c lits-rem:       130  cl-subs:      126  v-elim:      0  v-fix:    0  time:  0.02 s
2.48/2.52	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
2.48/2.52	c vivif2 --  cl tried    11144 cl shrink        0 lits rem          0 time: 0.00
2.48/2.53	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
2.48/2.53	c calculated reachability. Time: 0.00
2.48/2.53	c  N st    24     69888       173       356         0     11144      1068    169089   no data   no data
3.19/3.26	c  F st    25     87500       173       356         0     15739      1068    285320   no data   no data
3.19/3.26	c  N st    25     87500       173       356         0     15739      1068    285320   no data   no data
3.38/3.48	c Decided on static restart strategy
3.58/3.62	c  N st    32     95543       173       356         0     23046      1068    467004   no data   no data
3.88/3.99	c  N st    34    104832       173       356         0     19780      1068    361943   no data   no data
3.88/3.99	c  S st    34    104832       173       356         0     19780      1068    361943   no data   no data
3.98/4.03	c  S st    34    105334       173       356         0     20271      1068    373082   no data   no data
3.98/4.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/4.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.98/4.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.98/4.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/4.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
3.98/4.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.98/4.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.98/4.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.29/4.31	c lits-rem:      3327  cl-subs:      946  v-elim:      0  v-fix:    0  time:  0.25 s
4.29/4.31	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
4.29/4.31	c vivif2 --  cl tried    19325 cl shrink        0 lits rem          0 time: 0.00
4.29/4.31	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.00
4.29/4.31	c calculated reachability. Time: 0.00
4.29/4.31	c  N st    34    105334       173       356         0     19325      1068    341078   no data   no data
4.68/4.75	c  N st    35    114932       173       356         0     15481      1068    243107   no data   no data
5.28/5.39	c  N st    36    129329       173       356         0     14621      1068    206284   no data   no data
6.29/6.32	c  N st    37    150925       173       356         0     18768      1068    312270   no data   no data
6.60/6.64	c  S st    38    158002       173       356         0     25002      1068    470165   no data   no data
6.60/6.69	c  S st    38    158509       173       356         0     25493      1068    482049   no data   no data
6.60/6.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.60/6.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.60/6.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.60/6.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.60/6.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.60/6.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
6.60/6.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.69/6.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.69/6.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.38/7.48	c lits-rem:      3404  cl-subs:     1494  v-elim:      0  v-fix:    0  time:  0.76 s
7.38/7.48	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
7.38/7.48	c vivif2 --  cl tried    23999 cl shrink        0 lits rem          0 time: 0.00
7.38/7.49	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
7.38/7.49	c calculated reachability. Time: 0.00
7.38/7.49	c  N st    38    158509       173       356         0     23999      1068    431253   no data   no data
9.99/10.07	c  N st    39    207099       173       356         0     19818      1068    324707   no data   no data
11.79/11.85	c  N st    40    237765       173       356         0     28780      1068    553775   no data   no data
11.79/11.85	c  S st    40    237765       173       356         0     28780      1068    553775   no data   no data
11.89/11.90	c  S st    40    238273       173       356         0     29276      1068    566208   no data   no data
11.89/11.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.89/11.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
11.89/11.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.89/11.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.89/11.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/11.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
11.89/11.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.89/11.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.89/11.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.89/12.93	c lits-rem:      2776  cl-subs:     2152  v-elim:      0  v-fix:    0  time:  1.00 s
12.89/12.93	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
12.89/12.94	c vivif2 --  cl tried    27124 cl shrink        0 lits rem          0 time: 0.01
12.89/12.94	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
12.89/12.95	c calculated reachability. Time: 0.00
12.89/12.95	c  N st    40    238273       173       356         0     27124      1068    490998   no data   no data
16.78/16.80	c  F st    41    306254       173       356         0     27729      1068    492328   no data   no data
16.78/16.80	c  N st    41    306254       173       356         0     27729      1068    492328   no data   no data
17.08/17.16	c Decided on static restart strategy
18.38/18.43	c  N st    51    334566       173       356         0     32564      1068    627728   no data   no data
20.09/20.16	c  N st    53    357409       173       356         0     31872      1068    584272   no data   no data
20.09/20.16	c  S st    53    357409       173       356         0     31872      1068    584272   no data   no data
20.19/20.22	c  S st    53    357913       173       356         0     32366      1068    596693   no data   no data
20.19/20.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.19/20.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.19/20.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.19/20.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.19/20.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.19/20.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
20.19/20.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.19/20.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.19/20.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.69/20.79	c lits-rem:      2652  cl-subs:      877  v-elim:      0  v-fix:    0  time:  0.54 s
20.69/20.79	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
20.69/20.79	c vivif2 --  cl tried    31489 cl shrink        0 lits rem          0 time: 0.01
20.69/20.81	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
20.69/20.81	c calculated reachability. Time: 0.00
20.69/20.81	c  N st    53    357913       173       356         0     31489      1068    564910   no data   no data
22.88/22.98	c  N st    54    390306       173       356         0     36828      1068    697583   no data   no data
26.68/26.70	c  N st    55    438895       173       356         0     30744      1068    506834   no data   no data
31.79/31.83	c  N st    56    511778       173       356         0     41500      1068    804557   no data   no data
33.68/33.74	c  N st    57    536872       173       356         0     36488      1068    648011   no data   no data
33.68/33.74	c  S st    57    536872       173       356         0     36488      1068    648011   no data   no data
33.78/33.81	c  S st    57    537378       173       356         0     36983      1068    660405   no data   no data
33.78/33.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.78/33.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
33.78/33.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.78/33.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.78/33.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.78/33.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
33.78/33.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
33.78/33.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.78/33.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.38/35.41	c lits-rem:      7325  cl-subs:     3617  v-elim:      0  v-fix:    0  time:  1.56 s
35.38/35.41	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
35.38/35.41	c vivif2 --  cl tried    33366 cl shrink        0 lits rem          0 time: 0.01
35.38/35.42	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
35.38/35.42	c calculated reachability. Time: 0.00
35.38/35.42	c  N st    57    537378       173       356         0     33366      1068    543138   no data   no data
47.89/47.91	c  N st    58    701362       173       356         0     57876      1068   1211652   no data   no data
56.59/56.64	c  N st    59    806070       173       356         0     52548      1068   1000828   no data   no data
56.59/56.64	c  S st    59    806070       173       356         0     52548      1068   1000828   no data   no data
56.69/56.73	c  S st    59    806573       173       356         0     53042      1068   1013690   no data   no data
56.69/56.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.69/56.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
56.69/56.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.69/56.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.69/56.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.69/56.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
56.69/56.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.69/56.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.69/56.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.69/61.76	c lits-rem:     11060  cl-subs:     6447  v-elim:      0  v-fix:    0  time:  4.98 s
61.69/61.76	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
61.69/61.77	c vivif2 --  cl tried    46595 cl shrink        0 lits rem          0 time: 0.01
61.69/61.79	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.01
61.69/61.79	c calculated reachability. Time: 0.00
61.69/61.79	c  N st    59    806573       173       356         0     46595      1068    802910   no data   no data
88.29/88.31	c  F st    60   1071877       173       356         0     62826      1068   1214957   no data   no data
88.29/88.31	c  N st    60   1071877       173       356         0     62826      1068   1214957   no data   no data
88.78/88.85	c Decided on static restart strategy
91.08/91.13	c  N st    70   1100178       173       356         0     50057      1068    876095   no data   no data
94.59/94.68	c  N st    72   1136170       173       356         0     41684      1068    594990   no data   no data
97.79/97.90	c  N st    73   1168563       173       356         0     69402      1068   1361430   no data   no data
101.39/101.48	c  N st    74   1209859       173       356         0     64209      1068   1196928   no data   no data
101.39/101.48	c  S st    74   1209859       173       356         0     64209      1068   1196928   no data   no data
101.49/101.60	c  S st    74   1210362       173       356         0     64703      1068   1210251   no data   no data
101.59/101.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
101.59/101.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
101.59/101.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.59/101.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.59/101.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.59/101.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
101.59/101.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.59/101.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
101.59/101.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.70/106.76	c lits-rem:     12999  cl-subs:     6258  v-elim:      0  v-fix:    0  time:  5.10 s
106.70/106.76	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
106.70/106.77	c vivif2 --  cl tried    58445 cl shrink        0 lits rem          0 time: 0.01
106.70/106.79	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.02
106.70/106.79	c calculated reachability. Time: 0.00
106.70/106.79	c  N st    74   1210362       173       356         0     58445      1068    983955   no data   no data
113.58/113.68	c  N st    75   1283246       173       356         0     81915      1068   1633519   no data   no data
126.50/126.55	c  N st    76   1392569       173       356         0     45497      1068    630754   no data   no data
145.09/145.16	c  N st    77   1556553       173       356         0     49311      1068    707545   no data   no data
164.49/164.53	c  N st    78   1710362       173       356         0     85873      1068   1631162   no data   no data
164.49/164.53	c  S st    78   1710362       173       356         0     85873      1068   1631162   no data   no data
164.69/164.70	c  S st    78   1710866       173       356         0     86370      1068   1644961   no data   no data
164.69/164.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
164.69/164.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
164.69/164.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
164.69/164.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.69/164.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.69/164.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
164.69/164.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
164.69/164.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
164.78/164.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
175.79/175.89	c lits-rem:     14263  cl-subs:     7691  v-elim:      0  v-fix:    0  time: 11.09 s
175.79/175.89	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
175.89/175.91	c vivif2 --  cl tried    78679 cl shrink        0 lits rem          0 time: 0.02
175.89/175.94	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.03
175.89/175.94	c calculated reachability. Time: 0.00
175.89/175.94	c  N st    78   1710866       173       356         0     78679      1068   1404493   no data   no data
220.29/220.39	c  N st    79   2079832       173       356         0     85820      1068   1640768   no data   no data
235.40/235.41	c  N st    80   2210866       173       356         0     91376      1068   1767528   no data   no data
235.40/235.41	c  S st    80   2210866       173       356         0     91376      1068   1767528   no data   no data
235.49/235.58	c  S st    80   2211369       173       356         0     91867      1068   1780299   no data   no data
235.49/235.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
235.59/235.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
235.59/235.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
235.59/235.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.59/235.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.59/235.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
235.59/235.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
235.59/235.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
235.59/235.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.59/249.61	c lits-rem:     20596  cl-subs:    10539  v-elim:      0  v-fix:    0  time: 13.92 s
249.59/249.61	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
249.59/249.63	c vivif2 --  cl tried    81328 cl shrink        0 lits rem          0 time: 0.02
249.59/249.66	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.03
249.59/249.67	c calculated reachability. Time: 0.00
249.59/249.67	c  N st    80   2211369       173       356         0     81328      1068   1456183   no data   no data
327.09/327.14	c  N st    81   2711371       173       356         0    110352      1068   2369512   no data   no data
327.09/327.14	c  S st    81   2711371       173       356         0    110352      1068   2369512   no data   no data
327.30/327.33	c  S st    81   2711873       173       356         0    110849      1068   2382837   no data   no data
327.30/327.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
327.30/327.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
327.30/327.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
327.30/327.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
327.30/327.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
327.30/327.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
327.30/327.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
327.40/327.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
327.40/327.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
343.69/343.78	c lits-rem:     18205  cl-subs:     4971  v-elim:      0  v-fix:    0  time: 16.31 s
343.69/343.78	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
343.79/343.81	c vivif2 --  cl tried   105878 cl shrink        0 lits rem          0 time: 0.03
343.79/343.86	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.04
343.79/343.86	c calculated reachability. Time: 0.00
343.79/343.86	c  N st    81   2711873       173       356         0    105878      1068   2195888   no data   no data
424.89/424.96	c  N st    82   3211873       173       356         0     83090      1068   1337071   no data   no data
424.89/424.96	c  S st    82   3211873       173       356         0     83090      1068   1337071   no data   no data
425.09/425.13	c  S st    82   3212375       173       356         0     83582      1068   1349885   no data   no data
425.09/425.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
425.09/425.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
425.09/425.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
425.09/425.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.09/425.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.09/425.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
425.09/425.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.09/425.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
425.19/425.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.19/428.27	c lits-rem:      4394  cl-subs:     1857  v-elim:      0  v-fix:    0  time:  3.05 s
428.19/428.27	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
428.19/428.28	c vivif2 --  cl tried    81725 cl shrink        0 lits rem          0 time: 0.02
428.29/428.31	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.03
428.29/428.31	c calculated reachability. Time: 0.00
428.29/428.31	c  N st    82   3212375       173       356         0     81725      1068   1281611   no data   no data
507.11/507.17	c  N st    83   3712375       173       356         0     90689      1068   1468172   no data   no data
507.11/507.17	c  S st    83   3712375       173       356         0     90689      1068   1468172   no data   no data
507.30/507.33	c  S st    83   3712879       173       356         0     91179      1068   1480794   no data   no data
507.30/507.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
507.30/507.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
507.30/507.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
507.30/507.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
507.30/507.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
507.30/507.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
507.30/507.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
507.30/507.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
507.40/507.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
511.20/511.29	c lits-rem:      5022  cl-subs:     1751  v-elim:      0  v-fix:    0  time:  3.87 s
511.20/511.29	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
511.30/511.31	c vivif2 --  cl tried    89428 cl shrink        0 lits rem          0 time: 0.02
511.30/511.35	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.03
511.30/511.35	c calculated reachability. Time: 0.00
511.30/511.35	c  N st    83   3712879       173       356         0     89428      1068   1418475   no data   no data
516.00/516.06	c  F st    84   3751563       173       356         0    122797      1068   2315278   no data   no data
516.00/516.06	c  N st    84   3751563       173       356         0    122797      1068   2315278   no data   no data
516.90/516.91	c Decided on static restart strategy
520.59/520.62	c  N st    94   3779876       173       356         0    148526      1068   3060722   no data   no data
525.90/525.90	c  N st    96   3815868       173       356         0    106384      1068   1905024   no data   no data
530.21/530.24	c  N st    97   3848260       173       356         0    135756      1068   2698861   no data   no data
537.40/537.47	c  N st    98   3896848       173       356         0    102919      1068   1815196   no data   no data
548.20/548.21	c  N st    99   3969730       173       356         0     88253      1068   1326078   no data   no data
564.90/564.94	c  N st   100   4079055       173       356         0    105217      1068   1845073   no data   no data
585.60/585.63	c  N st   101   4212881       173       356         0    141538      1068   2877497   no data   no data
585.60/585.63	c  S st   101   4212881       173       356         0    141538      1068   2877497   no data   no data
585.90/585.91	c  S st   101   4213385       173       356         0    142032      1068   2890780   no data   no data
585.90/585.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
585.90/585.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
585.90/585.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
585.90/585.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
585.90/585.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
585.90/585.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
585.90/585.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
586.00/586.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
586.00/586.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
646.51/646.57	c lits-rem:     11644  cl-subs:    23180  v-elim:      0  v-fix:    0  time: 60.48 s
646.51/646.57	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
646.61/646.60	c vivif2 --  cl tried   118852 cl shrink        0 lits rem          0 time: 0.03
646.61/646.66	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.05
646.61/646.66	c calculated reachability. Time: 0.00
646.61/646.66	c  N st   101   4213385       173       356         0    118852      1068   2149543   no data   no data
683.40/683.40	c  N st   102   4459365       173       356         0    100864      1068   1638119   no data   no data
728.40/728.45	c  N st   103   4713385       173       356         0    156407      1068   3432728   no data   no data
728.40/728.45	c  S st   103   4713385       173       356         0    156407      1068   3432728   no data   no data
728.70/728.75	c  S st   103   4713886       173       356         0    156896      1068   3445890   no data   no data
728.70/728.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
728.80/728.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
728.80/728.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
728.80/728.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
728.80/728.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
728.80/728.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
728.80/728.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
728.80/728.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
728.90/728.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
799.21/799.20	c lits-rem:     36624  cl-subs:    18024  v-elim:      0  v-fix:    0  time: 70.23 s
799.21/799.20	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
799.21/799.23	c vivif2 --  cl tried   138872 cl shrink        0 lits rem          0 time: 0.04
799.31/799.30	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.07
799.31/799.31	c calculated reachability. Time: 0.00
799.31/799.31	c  N st   103   4713886       173       356         0    138872      1068   2806749   no data   no data
884.61/884.60	c  N st   104   5213886       173       356         0    152269      1068   3034043   no data   no data
884.61/884.60	c  S st   104   5213886       173       356         0    152269      1068   3034043   no data   no data
884.91/884.91	c  S st   104   5214389       173       356         0    152767      1068   3047359   no data   no data
884.91/884.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
884.91/884.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
884.91/884.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
884.91/884.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.91/884.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.91/884.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
884.91/884.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
885.01/885.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
885.11/885.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
942.62/942.64	c lits-rem:     14902  cl-subs:    19248  v-elim:      0  v-fix:    0  time: 57.53 s
942.62/942.64	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
942.62/942.67	c vivif2 --  cl tried   133519 cl shrink        0 lits rem          0 time: 0.03
942.72/942.73	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.06
942.72/942.74	c calculated reachability. Time: 0.00
942.72/942.74	c  N st   104   5214389       173       356         0    133519      1068   2448374   no data   no data
1037.21/1037.21	c  N st   105   5714389       173       356         0    132761      1068   2489144   no data   no data
1037.21/1037.21	c  S st   105   5714389       173       356         0    132761      1068   2489144   no data   no data
1037.41/1037.48	c  S st   105   5714890       173       356         0    133246      1068   2501959   no data   no data
1037.41/1037.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1037.51/1037.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
1037.51/1037.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1037.51/1037.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1037.51/1037.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1037.51/1037.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1037.51/1037.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1037.51/1037.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1037.61/1037.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1061.01/1061.05	c lits-rem:     12521  cl-subs:     7206  v-elim:      0  v-fix:    0  time: 23.41 s
1061.01/1061.05	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1061.01/1061.08	c vivif2 --  cl tried   126040 cl shrink        0 lits rem          0 time: 0.03
1061.11/1061.15	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.07
1061.11/1061.16	c calculated reachability. Time: 0.00
1061.11/1061.16	c  N st   105   5714890       173       356         0    126040      1068   2254984   no data   no data
1151.72/1151.77	c  N st   106   6214890       173       356         0     92692      1068   1222434   no data   no data
1151.72/1151.77	c  S st   106   6214890       173       356         0     92692      1068   1222434   no data   no data
1151.91/1151.95	c  S st   106   6215394       173       356         0     93187      1068   1235409   no data   no data
1151.91/1151.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1151.91/1151.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1151.91/1151.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1151.91/1151.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1151.91/1151.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1151.91/1151.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1151.91/1151.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1152.01/1152.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1152.01/1152.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1152.61/1152.62	c lits-rem:      1058  cl-subs:      445  v-elim:      0  v-fix:    0  time:  0.57 s
1152.61/1152.62	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1152.61/1152.63	c vivif2 --  cl tried    92742 cl shrink        0 lits rem          0 time: 0.02
1152.61/1152.67	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.04
1152.61/1152.67	c calculated reachability. Time: 0.00
1152.61/1152.67	c  N st   106   6215394       173       356         0     92742      1068   1220841   no data   no data
1236.22/1236.22	c  N st   107   6715394       173       356         0    135762      1068   2486374   no data   no data
1236.22/1236.22	c  S st   107   6715394       173       356         0    135762      1068   2486374   no data   no data
1236.43/1236.46	c  S st   107   6715898       173       356         0    136261      1068   2499193   no data   no data
1236.43/1236.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1236.51/1236.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
1236.51/1236.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1236.51/1236.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1236.51/1236.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1236.51/1236.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    173 time:  0.00 s
1236.51/1236.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1236.51/1236.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1236.62/1236.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1257.61/1257.63	c lits-rem:     16191  cl-subs:     8048  v-elim:      0  v-fix:    0  time: 21.02 s
1257.61/1257.63	c vivif2 --  cl tried      356 cl shrink        0 lits rem          0 time: 0.00
1257.61/1257.66	c vivif2 --  cl tried   128213 cl shrink        0 lits rem          0 time: 0.03
1257.71/1257.72	c asymm  cl-useful: 0/356/356 lits-rem:0 time: 0.06
1257.71/1257.72	c calculated reachability. Time: 0.00
1257.71/1257.72	c  N st   107   6715898       173       356         0    128213      1068   2210926   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: 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-3368182-1305388835/watcher-3368182-1305388835 -o /tmp/evaluation-result-3368182-1305388835/solver-3368182-1305388835 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368182-1305388835.cnf 

running on 2 cores: 0,2

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: 3.85 3.85 3.92 5/320 12080
/proc/meminfo: memFree=11245564/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=21400 CPUtime=0 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 432 0 0 0 0 0 0 0 25 0 1 0 650482237 21913600 372 33554432000 4194304 4580011 140733972565792 18446744073709551615 4231408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 5350 374 319 95 0 332 0

[startup+0.092743 s]
/proc/loadavg: 3.85 3.85 3.92 5/320 12080
/proc/meminfo: memFree=11245564/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=30232 CPUtime=0.08 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 743 0 0 0 8 0 0 0 25 0 1 0 650482237 30957568 562 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 7558 562 364 95 0 2540 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30232

[startup+0.100741 s]
/proc/loadavg: 3.85 3.85 3.92 5/320 12080
/proc/meminfo: memFree=11245564/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=30232 CPUtime=0.09 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 755 0 0 0 9 0 0 0 25 0 1 0 650482237 30957568 574 33554432000 4194304 4580011 140733972565792 18446744073709551615 4301592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 7558 574 364 95 0 2540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30232

[startup+0.300709 s]
/proc/loadavg: 3.85 3.85 3.92 5/320 12080
/proc/meminfo: memFree=11245564/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=30544 CPUtime=0.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 1118 0 0 0 29 0 0 0 25 0 1 0 650482237 31277056 741 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 7636 741 364 95 0 2618 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30544

[startup+0.700637 s]
/proc/loadavg: 3.85 3.85 3.92 5/320 12080
/proc/meminfo: memFree=11245564/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=31140 CPUtime=0.69 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 1639 0 0 0 69 0 0 0 25 0 1 0 650482237 31887360 1003 33554432000 4194304 4580011 140733972565792 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 7785 1003 365 95 0 2767 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31140

[startup+1.5005 s]
/proc/loadavg: 3.85 3.85 3.92 5/321 12081
/proc/meminfo: memFree=11234644/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=37104 CPUtime=1.49 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 3933 0 0 0 149 0 0 0 25 0 1 0 650482237 37994496 2218 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 9276 2218 367 95 0 4258 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37104

[startup+3.10021 s]
/proc/loadavg: 3.86 3.85 3.92 5/321 12081
/proc/meminfo: memFree=11231048/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=38588 CPUtime=3.08 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 5740 0 0 0 308 0 0 0 25 0 1 0 650482237 39514112 2614 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 9647 2614 367 95 0 4629 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38588

[startup+6.30072 s]
/proc/loadavg: 3.86 3.85 3.92 5/321 12081
/proc/meminfo: memFree=11224608/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=44656 CPUtime=6.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 9559 0 0 0 628 1 0 0 25 0 1 0 650482237 45727744 4152 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 11164 4152 367 95 0 6146 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44656

[startup+12.7006 s]
/proc/loadavg: 3.88 3.85 3.92 5/321 12081
/proc/meminfo: memFree=11193724/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=55740 CPUtime=12.69 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 15521 0 0 0 1267 2 0 0 25 0 1 0 650482237 57077760 6981 33554432000 4194304 4580011 140733972565792 18446744073709551615 4416373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 13935 6981 367 95 0 8917 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55740

[startup+25.5003 s]
/proc/loadavg: 3.90 3.86 3.92 5/321 12081
/proc/meminfo: memFree=11171264/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=60628 CPUtime=25.48 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 23823 0 0 0 2545 3 0 0 25 0 1 0 650482237 62083072 8396 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 15157 8396 367 95 0 10139 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60628

[startup+51.1008 s]
/proc/loadavg: 3.93 3.87 3.92 5/321 12091
/proc/meminfo: memFree=11158576/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=67980 CPUtime=51.08 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 37233 0 0 0 5102 6 0 0 25 0 1 0 650482237 69611520 10296 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 16995 10296 367 95 0 11977 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67980

[startup+102.312 s]
/proc/loadavg: 3.97 3.89 3.92 5/321 12092
/proc/meminfo: memFree=11004040/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=93100 CPUtime=102.3 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 61455 0 0 0 10219 11 0 0 25 0 1 0 650482237 95334400 16073 33554432000 4194304 4580011 140733972565792 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 23275 16073 367 95 0 18257 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 93100

[startup+162.3 s]
/proc/loadavg: 3.99 3.91 3.92 5/321 12094
/proc/meminfo: memFree=10979560/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=95928 CPUtime=162.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 80833 0 0 0 16214 15 0 0 25 0 1 0 650482237 98230272 16706 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 23982 16706 367 95 0 18964 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95928

[startup+222.301 s]
/proc/loadavg: 4.07 3.94 3.93 5/321 12098
/proc/meminfo: memFree=10891244/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=123968 CPUtime=222.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 94404 0 0 0 22209 20 0 0 25 0 1 0 650482237 126943232 23430 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 30992 23430 367 95 0 25974 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 123968

[startup+282.301 s]
/proc/loadavg: 4.03 3.94 3.93 5/321 12100
/proc/meminfo: memFree=10828528/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=126784 CPUtime=282.3 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 111316 0 0 0 28206 24 0 0 25 0 1 0 650482237 129826816 24692 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 31696 24692 367 95 0 26678 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 126784

[startup+342.301 s]
/proc/loadavg: 4.08 3.97 3.93 5/321 12101
/proc/meminfo: memFree=10852552/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=146312 CPUtime=342.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 128719 0 0 0 34203 26 0 0 25 0 1 0 650482237 149823488 29418 33554432000 4194304 4580011 140733972565792 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 36578 29418 367 95 0 31560 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 146312

[startup+402.301 s]
/proc/loadavg: 4.13 4.00 3.94 5/321 12103
/proc/meminfo: memFree=10800088/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=146636 CPUtime=402.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 145092 0 0 0 40198 31 0 0 25 0 1 0 650482237 150155264 29064 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 36659 29064 367 95 0 31641 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 146636

[startup+462.3 s]
/proc/loadavg: 4.05 4.00 3.94 5/321 12105
/proc/meminfo: memFree=10772536/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=147032 CPUtime=462.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 159762 0 0 0 46195 34 0 0 25 0 1 0 650482237 150560768 30038 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 36758 30038 367 95 0 31740 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 147032

[startup+522.301 s]
/proc/loadavg: 4.15 4.03 3.95 5/321 12106
/proc/meminfo: memFree=10781560/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=149852 CPUtime=522.29 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 176246 0 0 0 52192 37 0 0 25 0 1 0 650482237 153448448 28811 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 37463 28811 367 95 0 32445 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 149852

[startup+582.3 s]
/proc/loadavg: 4.12 4.04 3.96 5/321 12108
/proc/meminfo: memFree=10702408/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=162964 CPUtime=582.3 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 191905 0 0 0 58189 41 0 0 25 0 1 0 650482237 166875136 33435 33554432000 4194304 4580011 140733972565792 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 40741 33435 367 95 0 35723 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 162964

[startup+642.301 s]
/proc/loadavg: 4.04 4.03 3.96 5/321 12109
/proc/meminfo: memFree=10578504/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=177816 CPUtime=642.31 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 195627 0 0 0 64189 42 0 0 25 0 1 0 650482237 182083584 37157 33554432000 4194304 4580011 140733972565792 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 44454 37157 367 95 0 39436 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 177816

[startup+702.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/321 12111
/proc/meminfo: memFree=10539892/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=202584 CPUtime=702.3 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 206005 0 0 0 70186 44 0 0 25 0 1 0 650482237 207446016 42731 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 50646 42731 367 95 0 45628 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 202584

[startup+762.313 s]
/proc/loadavg: 4.00 4.02 3.96 5/321 12113
/proc/meminfo: memFree=10455276/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=261344 CPUtime=762.32 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 212119 0 0 0 76186 46 0 0 25 0 1 0 650482237 267616256 44873 33554432000 4194304 4580011 140733972565792 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 65336 44873 367 95 0 60318 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 261344

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/321 12114
/proc/meminfo: memFree=10362484/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=203092 CPUtime=822.3 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 217590 0 0 0 82183 47 0 0 25 0 1 0 650482237 207966208 42262 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 50773 42262 367 95 0 45755 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 203092

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.96 5/321 12116
/proc/meminfo: memFree=10337156/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=217516 CPUtime=882.31 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 230924 0 0 0 88180 51 0 0 25 0 1 0 650482237 222736384 47373 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 54379 47373 367 95 0 49361 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 217516

[startup+942.301 s]
/proc/loadavg: 4.10 4.03 3.97 5/321 12117
/proc/meminfo: memFree=10347036/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=217516 CPUtime=942.31 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 231278 0 0 0 94180 51 0 0 25 0 1 0 650482237 222736384 47727 33554432000 4194304 4580011 140733972565792 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 54379 47727 367 95 0 49361 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 217516

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.97 5/321 12119
/proc/meminfo: memFree=10277924/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=217728 CPUtime=1002.31 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 243872 0 0 0 100178 53 0 0 25 0 1 0 650482237 222953472 47797 33554432000 4194304 4580011 140733972565792 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 54432 47797 367 95 0 49414 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 217728

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.97 5/321 12121
/proc/meminfo: memFree=10280000/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=218036 CPUtime=1062.31 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 251953 0 0 0 106177 54 0 0 25 0 1 0 650482237 223268864 47332 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 54509 47332 367 95 0 49491 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 218036

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.97 5/321 12122
/proc/meminfo: memFree=10257272/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=228216 CPUtime=1122.31 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 263875 0 0 0 112174 57 0 0 25 0 1 0 650482237 233693184 50273 33554432000 4194304 4580011 140733972565792 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 57054 50273 367 95 0 52036 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 228216

[startup+1182.3 s]
/proc/loadavg: 4.03 4.03 3.98 5/321 12124
/proc/meminfo: memFree=10238652/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=243076 CPUtime=1182.32 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 269439 0 0 0 118173 59 0 0 25 0 1 0 650482237 248909824 54346 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 60769 54346 367 95 0 55751 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 243076

[startup+1242.3 s]
/proc/loadavg: 3.93 3.99 3.97 5/321 12317
/proc/meminfo: memFree=11759892/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=223484 CPUtime=1242.31 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 283804 0 0 0 124169 62 0 0 25 0 1 0 650482237 228847616 48120 33554432000 4194304 4580011 140733972565792 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 55871 48120 367 95 0 50853 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 223484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.97 3.99 3.97 5/321 12319
/proc/meminfo: memFree=11663664/32950928 swapFree=67111348/67111528
[pid=12080] ppid=12078 vsize=223752 CPUtime=1300.02 cores=0,2
/proc/12080/stat : 12080 (strangenight2-s) R 12078 12080 11963 0 -1 4202496 293341 0 0 0 129937 65 0 0 25 0 1 0 650482237 229122048 48562 33554432000 4194304 4580011 140733972565792 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12080/statm: 55938 48562 367 95 0 50920 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 223752

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.05
CPU user time (s): 1299.38
CPU system time (s): 0.667898
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 303452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.38
system time used= 0.667898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293342
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= 12
involuntary context switches= 2049

runsolver used 3.74543 second user time and 9.28659 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 18:00:35
IDJOB=3368182
IDBENCH=83145
IDSOLVER=1845
FILE ID=node120/3368182-1305388835
RUNJOBID= node120-1305388734-11981
PBS_JOBID= 13324413
Free space on /tmp= 73484 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n170-s56409011-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368182-1305388835/watcher-3368182-1305388835 -o /tmp/evaluation-result-3368182-1305388835/solver-3368182-1305388835 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368182-1305388835.cnf

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

MD5SUM BENCH= 6545c783f127618649f1200914f62dc5
RANDOM SEED=192676335

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:     32950928 kB
MemFree:      11245720 kB
Buffers:        245016 kB
Cached:        3579272 kB
SwapCached:          0 kB
Active:       18454376 kB
Inactive:      2960000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11245720 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            7140 kB
Writeback:           0 kB
AnonPages:    17590368 kB
Mapped:          25720 kB
Slab:           174696 kB
PageTables:      51624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52908460 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= 73472 MiB
End job on node120 at 2011-05-14 18:22:17