Trace number 3421961

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)UNSAT 220.304 220.3

General information on the benchmark

NameSAT03/handmade/markstrom/UNSATISFIABLE/
mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
MD5SUM5fbbe7100f38217499e8b5ea555a4e4d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.703
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses2576
Sum of the clauses size8480
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 31536
Number of clauses of size 4128
Number of clauses of size 5512
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3421961-1306621141.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        2576
0.00/0.00	c -- clauses added:            0 learnts,         2576 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      2176       400         0      8480         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c Replacing        8 vars Replaced      123 lits Time:     0.00 s 
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  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:      92 undec:     200 neg:     108
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       392      2176       384         0      8448         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4914       392      2176       384      4707      8448     95527   no data   no data
0.29/0.36	c  N st    10     11296       392      2176       384      4448      8448     65757   no data   no data
0.49/0.57	c  N st    11     17039       392      2176       384      9829      8448    156465   no data   no data
0.89/0.93	c  F st    12     25000       392      2176       384     11998      8448    176349   no data   no data
0.89/0.93	c  N st    12     25000       392      2176       384     11998      8448    176349   no data   no data
1.11/1.14	c  N dy    18     30001       392      2176       384     10478      8448    146039   no data   no data
1.11/1.14	c  S st    18     30001       392      2176       384     10478      8448    146039   no data   no data
1.11/1.17	c  S st    18     30502       392      2176       384     10975      8448    155553   no data   no data
1.11/1.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.11/1.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.11/1.17	c blocked clauses removed:        0 vars:      0 tried:         392 T: 0.00 s
1.11/1.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.11/1.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.11/1.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1.11/1.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.11/1.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.11/1.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.25	c lits-rem:      1039  cl-subs:     1393  v-elim:      0  v-fix:    0  time:  0.07 s
1.19/1.26	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.01
1.19/1.26	c calculated reachability. Time: 0.00
1.19/1.26	c  N dy    18     30502       392      2176       384      9582      8448    133638   no data   no data
1.39/1.46	c  N dy    39     34910       392      2176       384     13893      8448    215281     10.39     10.95
1.59/1.66	c  N dy    64     38986       392      2176       384     10198      8448    126031     10.67     15.46
1.79/1.87	c  N dy    82     43301       392      2176       384     14416      8448    207740     10.37     11.01
1.99/2.02	c  S st    96     45754       392      2176       384     16825      8448    252078     10.43   no data
1.99/2.06	c  S st    96     46260       392      2176       384     17329      8448    262572     10.43   no data
1.99/2.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.99/2.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
1.99/2.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.99/2.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.99/2.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.99/2.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1.99/2.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.99/2.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.99/2.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2.10/2.15	c lits-rem:       741  cl-subs:      680  v-elim:      0  v-fix:    0  time:  0.06 s
2.10/2.15	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
2.10/2.15	c vivif2 --  cl tried    16649 cl shrink        0 lits rem          0 time: 0.00
2.10/2.17	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.01
2.10/2.17	c calculated reachability. Time: 0.00
2.10/2.17	c  N dy    96     46260       392      2176       384     16649      8448    250769     10.43   no data
2.29/2.38	c  N dy   126     50436       392      2176       384     12025      8448    146448     10.71     11.53
2.59/2.61	c  N dy   153     54507       392      2176       384     15994      8448    220935     10.90     11.60
2.79/2.86	c  N dy   177     58643       392      2176       384     10295      8448     98134     10.92     11.52
2.99/3.05	c  N dy   183     62740       392      2176       384     14282      8448    176586     10.75     11.42
3.30/3.32	c  N dy   208     67155       392      2176       384     18606      8448    257528     10.83     11.42
3.39/3.48	c  S st   226     69392       392      2176       384     20800      8448    298967     10.88   no data
3.49/3.53	c  S st   226     69895       392      2176       384     21301      8448    308467     10.88   no data
3.49/3.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
3.49/3.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.49/3.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.49/3.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
3.49/3.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.49/3.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.49/3.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3.59/3.63	c lits-rem:       867  cl-subs:      618  v-elim:      0  v-fix:    0  time:  0.07 s
3.59/3.63	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
3.59/3.63	c vivif2 --  cl tried    20683 cl shrink        0 lits rem          0 time: 0.00
3.59/3.65	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.02
3.59/3.65	c calculated reachability. Time: 0.00
3.59/3.65	c  N dy   226     69895       392      2176       384     20683      8448    297220     10.88   no data
3.89/3.91	c  N dy   235     74615       392      2176       384     14532      8448    161727     10.76     11.38
4.19/4.21	c  N dy   264     79395       392      2176       384     19219      8448    252768     10.84     11.44
4.49/4.59	c  N dy   290     85351       392      2176       384     13337      8448    125443     10.87     11.48
4.69/4.72	c  F st   292     87500       392      2176       384     15360      8448    159681     10.82     10.58
4.89/4.93	c  N st   297     90794       392      2176       384     18553      8448    221531     10.82   no data
4.99/5.07	c Decided on static restart strategy
5.50/5.56	c  N st   300     99801       392      2176       384     14900      8448    172422     10.82   no data
5.79/5.86	c  S st   301    104842       392      2176       384     19604      8448    253089     10.82   no data
5.89/5.90	c  S st   301    105345       392      2176       384     20105      8448    263333     10.82   no data
5.89/5.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.89/5.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
5.89/5.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.89/5.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.89/5.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.89/5.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
5.89/5.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.89/5.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.89/5.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.09/6.16	c lits-rem:      2100  cl-subs:     2537  v-elim:      0  v-fix:    0  time:  0.24 s
6.09/6.16	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
6.09/6.17	c vivif2 --  cl tried    17568 cl shrink        0 lits rem          0 time: 0.00
6.09/6.18	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.02
6.09/6.18	c calculated reachability. Time: 0.00
6.09/6.18	c  N st   301    105345       392      2176       384     17568      8448    223300     10.82   no data
6.78/6.84	c  N st   302    114946       392      2176       384     26477      8448    365840     10.82   no data
7.71/7.79	c  N st   303    129344       392      2176       384     27220      8448    357530     10.82   no data
9.19/9.26	c  N st   304    150940       392      2176       384     18702      8448    201076     10.82   no data
9.69/9.74	c  S st   305    158018       392      2176       384     25410      8448    344126     10.82   no data
9.69/9.80	c  S st   305    158521       392      2176       384     25912      8448    354347     10.82   no data
9.69/9.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.69/9.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.69/9.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.69/9.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.69/9.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.69/9.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
9.69/9.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.81/9.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.81/9.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.09/10.15	c lits-rem:      1242  cl-subs:     3087  v-elim:      0  v-fix:    0  time:  0.32 s
10.09/10.15	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
10.09/10.16	c vivif2 --  cl tried    22825 cl shrink        0 lits rem          0 time: 0.00
10.09/10.18	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.02
10.09/10.18	c calculated reachability. Time: 0.00
10.09/10.18	c  N st   305    158521       392      2176       384     22825      8448    306439     10.82   no data
14.09/14.13	c  N st   306    207109       392      2176       384     35123      8448    452557     10.82   no data
16.40/16.48	c  N st   307    237781       392      2176       384     27666      8448    343855     10.82   no data
16.40/16.48	c  S st   307    237781       392      2176       384     27666      8448    343855     10.82   no data
16.51/16.54	c  S st   307    238281       392      2176       384     28164      8448    354727     10.82   no data
16.51/16.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.51/16.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
16.51/16.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.51/16.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.51/16.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.51/16.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
16.51/16.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.51/16.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.51/16.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.99/17.05	c lits-rem:      1094  cl-subs:     3548  v-elim:      0  v-fix:    0  time:  0.48 s
16.99/17.05	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
16.99/17.06	c vivif2 --  cl tried    24616 cl shrink        0 lits rem          0 time: 0.00
16.99/17.08	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.02
16.99/17.08	c calculated reachability. Time: 0.00
16.99/17.08	c  N st   307    238281       392      2176       384     24616      8448    290770     10.82   no data
22.69/22.79	c  F st   308    306252       392      2176       384     26823      8448    305259     10.82   no data
22.69/22.79	c  N st   308    306252       392      2176       384     26823      8448    305259     10.82   no data
23.10/23.19	c Decided on static restart strategy
25.00/25.05	c  N st   318    334560       392      2176       384     31225      8448    381145     10.82   no data
27.29/27.30	c  N st   320    357422       392      2176       384     29132      8448    316748     10.82   no data
27.29/27.30	c  S st   320    357422       392      2176       384     29132      8448    316748     10.82   no data
27.29/27.36	c  S st   320    357926       392      2176       384     29635      8448    326677     10.82   no data
27.29/27.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.29/27.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
27.29/27.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.29/27.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.29/27.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.29/27.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
27.29/27.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.29/27.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.29/27.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.51/27.57	c lits-rem:       891  cl-subs:     1890  v-elim:      0  v-fix:    0  time:  0.18 s
27.51/27.57	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
27.51/27.57	c vivif2 --  cl tried    27745 cl shrink        0 lits rem          0 time: 0.00
27.59/27.60	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.03
27.59/27.60	c calculated reachability. Time: 0.00
27.59/27.60	c  N st   320    357926       392      2176       384     27745      8448    298684     10.82   no data
30.71/30.76	c  N st   321    390319       392      2176       384     33891      8448    411743     10.82   no data
35.69/35.73	c  N st   322    438908       392      2176       384     27955      8448    273184     10.82   no data
42.81/42.90	c  N st   323    511790       392      2176       384     41018      8448    471714     10.82   no data
45.69/45.70	c  N st   324    536889       392      2176       384     35406      8448    378263     10.82   no data
45.69/45.70	c  S st   324    536889       392      2176       384     35406      8448    378263     10.82   no data
45.69/45.79	c  S st   324    537391       392      2176       384     35905      8448    388671     10.82   no data
45.69/45.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.79/45.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
45.79/45.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.79/45.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.79/45.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.79/45.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
45.79/45.80	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
45.79/45.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.79/45.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.11/46.14	c lits-rem:      1868  cl-subs:     3509  v-elim:      0  v-fix:    0  time:  0.32 s
46.11/46.14	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
46.11/46.15	c vivif2 --  cl tried    32396 cl shrink        0 lits rem          0 time: 0.00
46.11/46.18	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.03
46.11/46.18	c calculated reachability. Time: 0.00
46.11/46.18	c  N st   324    537391       392      2176       384     32396      8448    340075     10.82   no data
63.71/63.74	c  N st   325    701377       392      2176       386     59896      8448    737073     10.82   no data
74.81/74.89	c  N st   326    806086       392      2176       386     54158      8448    642187     10.82   no data
74.81/74.89	c  S st   326    806086       392      2176       386     54158      8448    642187     10.82   no data
74.89/74.99	c  S st   326    806587       392      2176       386     54655      8448    652178     10.82   no data
74.89/74.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
74.99/75.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
74.99/75.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.99/75.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.99/75.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.99/75.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
74.99/75.01	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
74.99/75.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.39/75.41	c subs with bin:     3052  lits-rem:      2177  v-fix:    0  time:  0.37 s
76.70/76.78	c lits-rem:      2773  cl-subs:     7990  v-elim:      0  v-fix:    0  time:  1.37 s
76.70/76.78	c vivif2 --  cl tried     2176 cl shrink        0 lits rem          0 time: 0.00
76.70/76.78	c vivif2 --  cl tried    43613 cl shrink        0 lits rem          0 time: 0.01
76.80/76.83	c asymm  cl-useful: 0/2176/2176 lits-rem:0 time: 0.04
76.80/76.83	c calculated reachability. Time: 0.00
76.80/76.83	c  N st   326    806587       392      2176       387     43613      8448    502217     10.82   no data
99.49/99.59	c Finding binary XORs  T:     0.00 s  found:       0
106.61/106.65	c  F st   327   1071876       391      2144       388     50993      8320    587362     10.82   no data
106.61/106.65	c  N st   327   1071876       391      2144       388     50993      8320    587362     10.82   no data
107.10/107.19	c Decided on static restart strategy
109.91/109.97	c  N st   337   1100178       391      2144       388     40001      8320    408232     10.82   no data
113.90/113.91	c  N st   339   1136173       391      2144       388     73264      8320   1030388     10.82   no data
117.50/117.56	c  N st   340   1168565       391      2144       388     62404      8320    786657     10.82   no data
122.90/122.94	c  N st   341   1209882       391      2144       388     58296      8320    716809     10.82   no data
122.90/122.94	c  S st   341   1209882       391      2144       388     58296      8320    716809     10.82   no data
123.00/123.06	c  S st   341   1210387       391      2144       388     58798      8320    727603     10.82   no data
123.00/123.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
123.00/123.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
123.00/123.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
123.00/123.08	c bin-w-bin subsume rem            1 bins  time:  0.00 s
123.00/123.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.00/123.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
123.00/123.08	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
123.00/123.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
123.21/123.24	c subs with bin:      991  lits-rem:       610  v-fix:    0  time:  0.13 s
125.19/125.20	c lits-rem:      7689  cl-subs:     7124  v-elim:      0  v-fix:    0  time:  1.96 s
125.19/125.20	c vivif2 --  cl tried     2144 cl shrink        0 lits rem          0 time: 0.00
125.19/125.21	c vivif2 --  cl tried    50683 cl shrink        0 lits rem          0 time: 0.01
125.19/125.26	c asymm  cl-useful: 0/2144/2144 lits-rem:0 time: 0.05
125.19/125.26	c calculated reachability. Time: 0.00
125.19/125.26	c  N st   341   1210387       391      2144       387     50683      8320    615506     10.82   no data
134.69/134.76	c  N st   342   1283269       391      2144       387     73457      8320    944621     10.82   no data
149.69/149.78	c  N st   343   1392592       391      2144       388     82659      8320   1055421     10.82   no data
172.99/173.03	c  N st   344   1556579       391      2144       391     89963      8320   1091428     10.82   no data
188.49/188.53	c Finding binary XORs  T:     0.00 s  found:       0
193.39/193.43	c  N st   345   1710387       389      2080       389     61162      8064    734305     10.82   no data
193.39/193.43	c  S st   345   1710387       389      2080       389     61162      8064    734305     10.82   no data
193.51/193.58	c  S st   345   1710891       389      2080       389     61665      8064    744498     10.82   no data
193.51/193.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
193.51/193.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
193.51/193.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
193.51/193.60	c bin-w-bin subsume rem            1 bins  time:  0.00 s
193.51/193.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
193.51/193.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    389 time:  0.00 s
193.51/193.60	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
193.51/193.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
193.61/193.67	c subs with bin:      251  lits-rem:       404  v-fix:    0  time:  0.04 s
196.99/197.01	c lits-rem:      6517  cl-subs:    14481  v-elim:      0  v-fix:    0  time:  3.34 s
196.99/197.01	c vivif2 --  cl tried     2080 cl shrink        0 lits rem          0 time: 0.00
196.99/197.01	c vivif2 --  cl tried    46933 cl shrink        0 lits rem          0 time: 0.01
196.99/197.07	c asymm  cl-useful: 0/2080/2080 lits-rem:0 time: 0.05
196.99/197.07	c calculated reachability. Time: 0.00
196.99/197.07	c  N st   345   1710891       389      2080       388     46933      8064    534024     10.82   no data
206.30/206.38	c Finding binary XORs  T:     0.00 s  found:       0
215.90/215.98	c Finding binary XORs  T:     0.00 s  found:      16
216.00/216.01	c Replacing       16 vars Replaced     8600 lits Time:     0.02 s 
218.60/218.64	c Finding binary XORs  T:     0.00 s  found:       2
220.10/220.10	c Finding binary XORs  T:     0.00 s  found:      18
220.10/220.10	c Replacing       20 vars Replaced     4772 lits Time:     0.00 s 
220.20/220.29	c  E st   346   1910411       334      1664       440     22779      6544    184856     10.82   no data
220.20/220.29	c num threads              : 1          
220.20/220.29	c restarts                 : 346        
220.20/220.29	c dynamic restarts         : 274        
220.20/220.29	c static restarts          : 72         
220.20/220.29	c full restarts            : 4          
220.20/220.29	c total simplify time      : 1.09       
220.20/220.29	c learnts DL2              : 0          
220.20/220.29	c learnts size 2           : 661        
220.20/220.29	c learnts size 1           : 140         (35.00     % of vars)
220.20/220.29	c filedLit time            : 0.11        (0.05      % time)
220.20/220.29	c v-elim SatELite          : 0           (0.00      % vars)
220.20/220.29	c SatELite time            : 8.37        (3.80      % time)
220.20/220.29	c v-elim xor               : 0           (0.00      % vars)
220.20/220.29	c xor elim time            : 0.01        (0.01      % time)
220.20/220.29	c num binary xor trees     : 38         
220.20/220.29	c binxor trees' crown      : 44          (1.16      leafs/tree)
220.20/220.29	c bin xor find time        : 0.00       
220.20/220.29	c OTF clause improved      : 155960      (0.08      clauses/conflict)
220.20/220.29	c OTF impr. size diff      : 166577      (1.07       lits/clause)
220.20/220.29	c OTF cl watch-shrink      : 508165      (0.27      clauses/conflict)
220.20/220.29	c OTF cl watch-sh-lit      : 943578      (1.86       lits/clause)
220.20/220.29	c tried to recurMin cls    : 206517      (10.81      % of conflicts)
220.20/220.29	c updated cache            : 2721        (0.01       lits/tried recurMin)
220.20/220.29	c clauses over max glue    : 0           (0.00      % of all clauses)
220.20/220.29	c conflicts                : 1910411     (8675.07   / sec)
220.20/220.29	c decisions                : 2188908     (0.35      % random)
220.20/220.29	c bogo-props               : 37499424512 (170282791.57 / sec)
220.20/220.29	c conflict literals        : 30810103    (28.86     % deleted)
220.20/220.29	c Memory used              : 80.75       MB
220.20/220.29	c CPU time                 : 220.22      s
220.20/220.29	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3421961-1306621141/watcher-3421961-1306621141 -o /tmp/evaluation-result-3421961-1306621141/solver-3421961-1306621141 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421961-1306621141.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 2/488 32339
/proc/meminfo: memFree=16208676/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=30128 CPUtime=0.01 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 667 0 0 0 1 0 0 0 25 0 1 0 506305407 30851072 607 33554432000 4194304 4580011 140737046176688 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 7532 607 364 95 0 2514 0

[startup+0.066292 s]
/proc/loadavg: 1.92 2.00 1.99 2/488 32339
/proc/meminfo: memFree=16208676/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=30128 CPUtime=0.06 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 713 0 0 0 6 0 0 0 25 0 1 0 506305407 30851072 653 33554432000 4194304 4580011 140737046176688 18446744073709551615 4293891 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 7532 653 365 95 0 2514 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30128

[startup+0.100283 s]
/proc/loadavg: 1.92 2.00 1.99 2/488 32339
/proc/meminfo: memFree=16208676/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=30280 CPUtime=0.09 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 757 0 0 0 9 0 0 0 25 0 1 0 506305407 31006720 697 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 7570 697 365 95 0 2552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30280

[startup+0.300251 s]
/proc/loadavg: 1.92 2.00 1.99 2/488 32339
/proc/meminfo: memFree=16208676/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=30844 CPUtime=0.29 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 984 0 0 0 29 0 0 0 25 0 1 0 506305407 31584256 801 33554432000 4194304 4580011 140737046176688 18446744073709551615 4316470 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 7711 801 365 95 0 2693 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30844

[startup+0.700189 s]
/proc/loadavg: 1.92 2.00 1.99 2/488 32339
/proc/meminfo: memFree=16208676/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=31328 CPUtime=0.69 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 1442 0 0 0 69 0 0 0 25 0 1 0 506305407 32079872 875 33554432000 4194304 4580011 140737046176688 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 7832 875 365 95 0 2814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31328

[startup+1.50104 s]
/proc/loadavg: 1.92 2.00 1.99 3/489 32340
/proc/meminfo: memFree=16205196/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=36140 CPUtime=1.49 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 2980 0 0 0 149 0 0 0 25 0 1 0 506305407 37007360 2171 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 9035 2171 368 95 0 4017 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36140

[startup+3.10075 s]
/proc/loadavg: 1.92 2.00 1.99 3/489 32340
/proc/meminfo: memFree=16196640/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=39228 CPUtime=3.09 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 4678 0 0 0 309 0 0 0 25 0 1 0 506305407 40169472 2853 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 9807 2853 368 95 0 4789 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39228

[startup+6.30019 s]
/proc/loadavg: 1.93 2.00 1.99 3/489 32340
/proc/meminfo: memFree=16193168/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=43844 CPUtime=6.29 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 7019 0 0 0 629 0 0 0 25 0 1 0 506305407 44896256 3966 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 10961 3966 368 95 0 5943 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43844

[startup+12.7011 s]
/proc/loadavg: 1.93 2.00 1.99 3/489 32340
/proc/meminfo: memFree=16186228/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=46848 CPUtime=12.69 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 10292 0 0 0 1268 1 0 0 25 0 1 0 506305407 47972352 4565 33554432000 4194304 4580011 140737046176688 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 11712 4565 368 95 0 6694 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46848

[startup+25.5008 s]
/proc/loadavg: 1.95 2.00 1.99 3/489 32340
/proc/meminfo: memFree=16180784/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=49752 CPUtime=25.5 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 15547 0 0 0 2548 2 0 0 25 0 1 0 506305407 50946048 5482 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 12438 5482 368 95 0 7420 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 49752

[startup+51.1003 s]
/proc/loadavg: 1.96 2.00 1.99 3/489 32341
/proc/meminfo: memFree=16166496/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=53980 CPUtime=51.09 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 23909 0 0 0 5106 3 0 0 25 0 1 0 506305407 55275520 6462 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 13495 6462 368 95 0 8477 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53980

[startup+102.317 s]
/proc/loadavg: 1.98 2.00 1.99 3/489 32342
/proc/meminfo: memFree=16173672/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=59584 CPUtime=102.3 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 38299 0 0 0 10225 5 0 0 25 0 1 0 506305407 61014016 8054 33554432000 4194304 4580011 140737046176688 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 14896 8054 368 95 0 9878 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59584

[startup+162.301 s]
/proc/loadavg: 2.11 2.03 2.00 3/489 32344
/proc/meminfo: memFree=16148224/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=92028 CPUtime=162.3 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 46839 0 0 0 16223 7 0 0 25 0 1 0 506305407 94236672 13646 33554432000 4194304 4580011 140737046176688 18446744073709551615 4316764 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 23007 13646 368 95 0 17989 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 92028

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

[startup+179.101 s]
/proc/loadavg: 2.08 2.03 2.00 4/489 32344
/proc/meminfo: memFree=16138920/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=92128 CPUtime=179.09 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 48441 0 0 0 17902 7 0 0 25 0 1 0 506305407 94339072 13725 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 23032 13725 368 95 0 18014 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 92128

[startup+204.7 s]
/proc/loadavg: 2.12 2.04 2.00 3/489 32345
/proc/meminfo: memFree=16133328/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=204.7 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50277 0 0 0 20462 8 0 0 25 0 1 0 506305407 84672512 13988 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13988 368 95 0 15654 0
Current children cumulated CPU time (s) 204.7
Current children cumulated vsize (KiB) 82688

[startup+211.1 s]
/proc/loadavg: 2.11 2.04 2.00 3/489 32345
/proc/meminfo: memFree=16130720/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=211.11 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50278 0 0 0 21103 8 0 0 25 0 1 0 506305407 84672512 13989 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13989 368 95 0 15654 0
Current children cumulated CPU time (s) 211.11
Current children cumulated vsize (KiB) 82688

[startup+214.301 s]
/proc/loadavg: 2.11 2.04 2.00 3/489 32345
/proc/meminfo: memFree=16131216/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=214.3 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50278 0 0 0 21422 8 0 0 25 0 1 0 506305407 84672512 13989 33554432000 4194304 4580011 140737046176688 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13989 368 95 0 15654 0
Current children cumulated CPU time (s) 214.3
Current children cumulated vsize (KiB) 82688

[startup+217.501 s]
/proc/loadavg: 2.10 2.04 2.00 3/489 32345
/proc/meminfo: memFree=16130596/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=217.5 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50278 0 0 0 21742 8 0 0 25 0 1 0 506305407 84672512 13989 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13989 368 95 0 15654 0
Current children cumulated CPU time (s) 217.5
Current children cumulated vsize (KiB) 82688

[startup+219.101 s]
/proc/loadavg: 2.09 2.04 2.00 3/489 32346
/proc/meminfo: memFree=16129108/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=219.1 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50278 0 0 0 21902 8 0 0 25 0 1 0 506305407 84672512 13989 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13989 368 95 0 15654 0
Current children cumulated CPU time (s) 219.1
Current children cumulated vsize (KiB) 82688

[startup+219.901 s]
/proc/loadavg: 2.09 2.04 2.00 3/489 32346
/proc/meminfo: memFree=16128860/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=219.91 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50278 0 0 0 21983 8 0 0 25 0 1 0 506305407 84672512 13989 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13989 368 95 0 15654 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 82688

[startup+220.101 s]
/proc/loadavg: 2.09 2.04 2.00 3/489 32346
/proc/meminfo: memFree=16128860/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=220.1 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50278 0 0 0 22002 8 0 0 25 0 1 0 506305407 84672512 13989 33554432000 4194304 4580011 140737046176688 18446744073709551615 4487042 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13989 368 95 0 15654 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 82688

[startup+220.201 s]
/proc/loadavg: 2.09 2.04 2.00 3/489 32346
/proc/meminfo: memFree=16128860/32951124 swapFree=46575304/67111528
[pid=32339] ppid=32337 vsize=82688 CPUtime=220.2 cores=1,3,5,7
/proc/32339/stat : 32339 (strangenight2-s) R 32337 32339 31758 0 -1 4202496 50278 0 0 0 22012 8 0 0 25 0 1 0 506305407 84672512 13989 33554432000 4194304 4580011 140737046176688 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32339/statm: 20672 13989 368 95 0 15654 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 82688

Child status: 20
Real time (s): 220.3
CPU time (s): 220.304
CPU user time (s): 220.219
CPU system time (s): 0.085986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 92128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.219
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50289
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= 14
involuntary context switches= 403

runsolver used 0.946856 second user time and 2.48162 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-29 00:19:01
IDJOB=3421961
IDBENCH=84062
IDSOLVER=1887
FILE ID=node107/3421961-1306621141
RUNJOBID= node107-1306609420-31777
PBS_JOBID= 13471583
Free space on /tmp= 73524 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT03/handmade/markstrom/UNSATISFIABLE/mm-2x2-6-6-s.1.shuffled-as.sat03-1499.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421961-1306621141/watcher-3421961-1306621141 -o /tmp/evaluation-result-3421961-1306621141/solver-3421961-1306621141 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421961-1306621141.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5fbbe7100f38217499e8b5ea555a4e4d
RANDOM SEED=18411671

node107.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16208964 kB
Buffers:        325916 kB
Cached:        7225756 kB
SwapCached:       9840 kB
Active:       12216032 kB
Inactive:      4201080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16208964 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:     8862832 kB
Mapped:          33028 kB
Slab:           161172 kB
PageTables:      95252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145278812 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= 73520 MiB
End job on node107 at 2011-05-29 00:22:42