Trace number 3368179

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s39840374-sat.cnf
MD5SUM085a3847e14185843eddf941accab006
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.756884
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
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-3368179-1305388826.cnf'
0.00/0.01	c -- header says num vars:            200
0.00/0.01	c -- header says num clauses:         480
0.00/0.01	c -- clauses added:            0 learnts,          480 normals,            0 xors
0.00/0.01	c -- vars added        200
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       200        80       400         0      1200         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/80/80 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:    200 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:      98 undec:       0 neg:     102
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       200        80       400         0      1200         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.09/0.15	c  N st     8      4916       200        80       400      4810      1200    158573   no data   no data
0.39/0.45	c  N st    10     11299       200        80       400      4444      1200    119674   no data   no data
0.79/0.80	c  N st    11     17042       200        80       400     10037      1200    307307   no data   no data
1.20/1.28	c  F st    12     25000       200        80       400     12325      1200    366022   no data   no data
1.20/1.28	c  N st    12     25000       200        80       400     12325      1200    366022   no data   no data
1.49/1.58	c Decided on static restart strategy
1.49/1.58	c  N st    18     30001       200        80       400     10567      1200    265696   no data   no data
1.49/1.58	c  S st    18     30001       200        80       400     10567      1200    265696   no data   no data
1.59/1.63	c  S st    18     30503       200        80       400     11064      1200    279878   no data   no data
1.59/1.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.59/1.64	c blocked clauses removed:        0 vars:      0 tried:         200 T: 0.00 s
1.59/1.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1.59/1.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.59/1.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.69/1.75	c lits-rem:       264  cl-subs:      171  v-elim:      0  v-fix:    0  time:  0.06 s
1.69/1.75	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
1.69/1.75	c calculated reachability. Time: 0.00
1.69/1.75	c  N st    18     30503       200        80       400     10893      1200    274398   no data   no data
2.08/2.19	c  N st    20     37615       200        80       400     10133      1200    250801   no data   no data
2.68/2.73	c  N st    21     44016       200        80       400     16392      1200    463747   no data   no data
2.78/2.86	c  S st    22     45754       200        80       400      9344      1200    199688   no data   no data
2.88/2.90	c  S st    22     46258       200        80       400      9845      1200    213394   no data   no data
2.88/2.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.88/2.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.88/2.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.88/2.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.88/2.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.88/2.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
2.88/2.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.88/2.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.88/2.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2.88/2.95	c lits-rem:        36  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.02 s
2.88/2.95	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
2.88/2.95	c vivif2 --  cl tried     9804 cl shrink        0 lits rem          0 time: 0.00
2.88/2.95	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
2.88/2.95	c calculated reachability. Time: 0.00
2.88/2.95	c  N st    22     46258       200        80       400      9804      1200    212198   no data   no data
3.88/3.98	c  N st    23     60657       200        80       400     14121      1200    345465   no data   no data
4.31/4.63	c  N st    24     69388       200        80       400     11942      1200    256569   no data   no data
4.31/4.63	c  S st    24     69388       200        80       400     11942      1200    256569   no data   no data
4.31/4.68	c  S st    24     69890       200        80       400     12441      1200    270218   no data   no data
4.31/4.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.31/4.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
4.31/4.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.31/4.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.31/4.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.31/4.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
4.31/4.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.31/4.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.31/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4.31/4.75	c lits-rem:        26  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.02 s
4.31/4.75	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
4.31/4.76	c vivif2 --  cl tried    12391 cl shrink        0 lits rem          0 time: 0.00
4.31/4.76	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
4.31/4.76	c calculated reachability. Time: 0.00
4.31/4.76	c  N st    24     69890       200        80       400     12391      1200    268550   no data   no data
4.31/6.28	c  F st    25     87500       200        80       400     17913      1200    446555   no data   no data
4.31/6.28	c  N st    25     87500       200        80       400     17913      1200    446555   no data   no data
4.31/6.82	c Decided on static restart strategy
4.31/7.15	c  N st    32     95538       200        80       400     13028      1200    248388   no data   no data
4.31/7.96	c  N st    34    104836       200        80       400     22132      1200    539270   no data   no data
4.31/7.96	c  S st    34    104836       200        80       400     22132      1200    539270   no data   no data
4.31/8.05	c  S st    34    105341       200        80       400     22636      1200    553149   no data   no data
4.31/8.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.31/8.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
4.31/8.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.31/8.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.31/8.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.31/8.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
4.31/8.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.31/8.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.31/8.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
4.31/8.32	c lits-rem:       231  cl-subs:      271  v-elim:      0  v-fix:    0  time:  0.17 s
4.31/8.32	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
4.31/8.33	c vivif2 --  cl tried    22365 cl shrink        0 lits rem          0 time: 0.01
4.31/8.33	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
4.31/8.33	c calculated reachability. Time: 0.00
4.31/8.33	c  N st    34    105341       200        80       400     22365      1200    544202   no data   no data
4.31/9.22	c  N st    35    114941       200        80       400     18040      1200    400259   no data   no data
4.31/10.88	c  N st    36    129338       200        80       400     17407      1200    364034   no data   no data
13.30/13.32	c  N st    37    150933       200        80       400     22800      1200    508598   no data   no data
14.18/14.24	c  S st    38    158011       200        80       400     29747      1200    744187   no data   no data
14.28/14.36	c  S st    38    158515       200        80       400     30243      1200    757981   no data   no data
14.28/14.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.28/14.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
14.28/14.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.28/14.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.28/14.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.28/14.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
14.28/14.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.28/14.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
14.39/14.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
14.88/14.94	c lits-rem:       478  cl-subs:      540  v-elim:      0  v-fix:    0  time:  0.44 s
14.88/14.94	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
14.88/14.95	c vivif2 --  cl tried    29703 cl shrink        0 lits rem          0 time: 0.01
14.88/14.95	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
14.88/14.95	c calculated reachability. Time: 0.00
14.88/14.95	c  N st    38    158515       200        80       400     29703      1200    740736   no data   no data
21.18/21.25	c  N st    39    207103       200        80       400     24417      1200    544421   no data   no data
25.50/25.57	c  N st    40    237772       200        80       400     34988      1200    892924   no data   no data
25.50/25.57	c  S st    40    237772       200        80       400     34988      1200    892924   no data   no data
25.69/25.72	c  S st    40    238275       200        80       400     35489      1200    907066   no data   no data
25.69/25.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.69/25.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
25.69/25.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.69/25.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.69/25.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.69/25.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
25.69/25.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.69/25.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.79/25.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
26.50/26.53	c lits-rem:       522  cl-subs:      469  v-elim:      0  v-fix:    0  time:  0.65 s
26.50/26.53	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
26.50/26.54	c vivif2 --  cl tried    35020 cl shrink        0 lits rem          0 time: 0.01
26.50/26.55	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
26.50/26.55	c calculated reachability. Time: 0.00
26.50/26.55	c  N st    40    238275       200        80       400     35020      1200    889732   no data   no data
36.40/36.50	c  F st    41    306251       200        80       400     36878      1200    887839   no data   no data
36.40/36.50	c  N st    41    306251       200        80       400     36878      1200    887839   no data   no data
37.50/37.59	c Decided on static restart strategy
41.18/41.27	c  N st    51    334555       200        80       400     41022      1200    983858   no data   no data
45.09/45.21	c  N st    53    357412       200        80       400     38966      1200    886364   no data   no data
45.09/45.21	c  S st    53    357412       200        80       400     38966      1200    886364   no data   no data
45.30/45.38	c  S st    53    357914       200        80       400     39465      1200    900191   no data   no data
45.30/45.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.39/45.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
45.39/45.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.39/45.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.39/45.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.39/45.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
45.39/45.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.39/45.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.49/45.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
45.99/46.04	c lits-rem:       533  cl-subs:      513  v-elim:      0  v-fix:    0  time:  0.50 s
45.99/46.04	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
45.99/46.05	c vivif2 --  cl tried    38952 cl shrink        0 lits rem          0 time: 0.01
45.99/46.06	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
45.99/46.06	c calculated reachability. Time: 0.00
45.99/46.06	c  N st    53    357914       200        80       400     38952      1200    885174   no data   no data
51.99/52.08	c  N st    54    390307       200        80       400     45251      1200   1115573   no data   no data
60.98/61.03	c  N st    55    438895       200        80       400     38896      1200    841074   no data   no data
74.90/74.99	c  N st    56    511777       200        80       400     52273      1200   1339779   no data   no data
80.58/80.61	c  N st    57    536871       200        80       400     46620      1200   1072414   no data   no data
80.58/80.61	c  S st    57    536871       200        80       400     46620      1200   1072414   no data   no data
80.68/80.78	c  S st    57    537374       200        80       400     47121      1200   1086907   no data   no data
80.68/80.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.78/80.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
80.78/80.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.78/80.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.78/80.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.78/80.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
80.78/80.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.78/80.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.88/80.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
81.89/81.91	c lits-rem:       989  cl-subs:      753  v-elim:      0  v-fix:    0  time:  0.94 s
81.89/81.91	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
81.89/81.93	c vivif2 --  cl tried    46368 cl shrink        0 lits rem          0 time: 0.01
81.89/81.94	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
81.89/81.94	c calculated reachability. Time: 0.00
81.89/81.94	c  N st    57    537374       200        80       400     46368      1200   1063640   no data   no data
115.18/115.26	c  N st    58    701359       200        80       400     40603      1200    773908   no data   no data
141.29/141.30	c  N st    59    806062       200        80       400     69806      1200   1710829   no data   no data
141.29/141.30	c  S st    59    806062       200        80       400     69806      1200   1710829   no data   no data
141.49/141.58	c  S st    59    806564       200        80       400     70303      1200   1724858   no data   no data
141.49/141.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.59/141.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.07
141.59/141.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.59/141.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.59/141.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.59/141.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
141.59/141.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.59/141.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
141.89/141.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
144.59/144.60	c lits-rem:       662  cl-subs:     1353  v-elim:      0  v-fix:    0  time:  2.66 s
144.59/144.60	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
144.59/144.63	c vivif2 --  cl tried    68950 cl shrink        0 lits rem          0 time: 0.03
144.59/144.66	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.02
144.59/144.66	c calculated reachability. Time: 0.00
144.59/144.66	c  N st    59    806564       200        80       400     68950      1200   1688879   no data   no data
218.38/218.49	c  F st    60   1071875       200        80       400     84939      1200   2134169   no data   no data
218.38/218.50	c  N st    60   1071875       200        80       400     84939      1200   2134169   no data   no data
220.10/220.18	c Decided on static restart strategy
225.60/225.71	c  N st    70   1100184       200        80       400     68704      1200   1500884   no data   no data
236.49/236.51	c  N st    72   1136177       200        80       400     58857      1200   1190163   no data   no data
246.39/246.49	c  N st    73   1168569       200        80       400     90471      1200   2200083   no data   no data
257.79/257.85	c  N st    74   1209848       200        80       400     84939      1200   2045417   no data   no data
257.79/257.85	c  S st    74   1209848       200        80       400     84939      1200   2045417   no data   no data
258.19/258.24	c  S st    74   1210351       200        80       400     85440      1200   2059086   no data   no data
258.19/258.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
258.29/258.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.08
258.29/258.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
258.29/258.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.29/258.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.29/258.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
258.29/258.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
258.29/258.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
258.61/258.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.29 s
262.40/262.44	c lits-rem:       869  cl-subs:     1271  v-elim:      0  v-fix:    0  time:  3.75 s
262.40/262.44	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
262.40/262.47	c vivif2 --  cl tried    84169 cl shrink        0 lits rem          0 time: 0.03
262.50/262.50	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.03
262.50/262.50	c calculated reachability. Time: 0.00
262.50/262.50	c  N st    74   1210351       200        80       400     84169      1200   2022627   no data   no data
285.39/285.42	c  N st    75   1283233       200        80       400     60514      1200   1182492   no data   no data
316.09/316.19	c  N st    76   1392556       200        80       400     68384      1200   1403983   no data   no data
370.69/370.74	c  N st    77   1556540       200        80       400     73475      1200   1496525   no data   no data
422.60/422.60	c  N st    78   1710351       200        80       400     59487      1200    997436   no data   no data
422.60/422.60	c  S st    78   1710351       200        80       400     59487      1200    997436   no data   no data
422.80/422.83	c  S st    78   1710851       200        80       400     59985      1200   1011160   no data   no data
422.80/422.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.80/422.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.05
422.80/422.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.80/422.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.80/422.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.80/422.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
422.80/422.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.80/422.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
422.91/423.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
423.40/423.42	c lits-rem:       141  cl-subs:      273  v-elim:      0  v-fix:    0  time:  0.42 s
423.40/423.42	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
423.40/423.44	c vivif2 --  cl tried    59712 cl shrink        0 lits rem          0 time: 0.01
423.40/423.45	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.02
423.40/423.45	c calculated reachability. Time: 0.00
423.40/423.45	c  N st    78   1710851       200        80       400     59712      1200   1004971   no data   no data
563.81/563.82	c  N st    79   2079817       200        80       400     65389      1200   1093949   no data   no data
617.40/617.49	c  N st    80   2210851       200        80       400     67537      1200   1119681   no data   no data
617.40/617.49	c  S st    80   2210851       200        80       400     67537      1200   1119681   no data   no data
617.72/617.79	c  S st    80   2211353       200        80       400     68036      1200   1133622   no data   no data
617.80/617.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
617.80/617.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.06
617.80/617.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
617.80/617.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
617.80/617.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
617.80/617.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
617.80/617.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
617.80/617.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
617.90/617.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
618.40/618.46	c lits-rem:       130  cl-subs:      208  v-elim:      0  v-fix:    0  time:  0.47 s
618.40/618.46	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
618.40/618.48	c vivif2 --  cl tried    67828 cl shrink        0 lits rem          0 time: 0.02
618.50/618.50	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.02
618.50/618.50	c calculated reachability. Time: 0.00
618.50/618.50	c  N st    80   2211353       200        80       400     67828      1200   1128705   no data   no data
838.10/838.12	c  N st    81   2711354       200        80       400     84263      1200   1551692   no data   no data
838.10/838.12	c  S st    81   2711354       200        80       400     84263      1200   1551692   no data   no data
838.50/838.52	c  S st    81   2711860       200        80       400     84767      1200   1566038   no data   no data
838.50/838.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
838.60/838.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.08
838.60/838.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
838.60/838.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
838.60/838.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
838.60/838.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
838.60/838.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
838.60/838.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
838.82/838.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
840.20/840.20	c lits-rem:       250  cl-subs:      777  v-elim:      0  v-fix:    0  time:  1.36 s
840.20/840.20	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
840.20/840.22	c vivif2 --  cl tried    83990 cl shrink        0 lits rem          0 time: 0.02
840.20/840.25	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.03
840.20/840.25	c calculated reachability. Time: 0.00
840.20/840.25	c  N st    81   2711860       200        80       400     83990      1200   1548318   no data   no data
1082.92/1083.01	c  N st    82   3211860       200        80       400    129527      1200   3016654   no data   no data
1082.92/1083.01	c  S st    82   3211860       200        80       400    129527      1200   3016654   no data   no data
1083.61/1083.63	c  S st    82   3212361       200        80       400    130024      1200   3031298   no data   no data
1083.61/1083.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1083.71/1083.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.16
1083.71/1083.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1083.71/1083.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1083.71/1083.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1083.71/1083.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1083.71/1083.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1083.81/1083.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1084.31/1084.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.41 s
1092.31/1092.34	c lits-rem:      2427  cl-subs:     3446  v-elim:      0  v-fix:    0  time:  8.01 s
1092.31/1092.34	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
1092.31/1092.38	c vivif2 --  cl tried   126578 cl shrink        0 lits rem          0 time: 0.04
1092.41/1092.43	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.05
1092.41/1092.44	c calculated reachability. Time: 0.00
1092.41/1092.44	c  N st    82   3212361       200        80       400    126578      1200   2936290   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-3368179-1305388826/watcher-3368179-1305388826 -o /tmp/evaluation-result-3368179-1305388826/solver-3368179-1305388826 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368179-1305388826.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.00 3.81 3.87 3/396 26884
/proc/meminfo: memFree=24511432/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=29732 CPUtime=0 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 650481245 30445568 460 33554432000 4194304 4580011 140734442130944 18446744073709551615 242970211013 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 7433 460 363 95 0 2415 0

[startup+0.10431 s]
/proc/loadavg: 3.00 3.81 3.87 3/396 26884
/proc/meminfo: memFree=24511432/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=30020 CPUtime=0.09 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 708 0 0 0 9 0 0 0 25 0 1 0 650481245 30740480 648 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 7505 648 364 95 0 2487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30020

[startup+0.200314 s]
/proc/loadavg: 3.00 3.81 3.87 3/396 26884
/proc/meminfo: memFree=24511432/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=30344 CPUtime=0.19 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 885 0 0 0 19 0 0 0 25 0 1 0 650481245 31072256 652 33554432000 4194304 4580011 140734442130944 18446744073709551615 4321128 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 7586 653 364 95 0 2568 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30344

[startup+0.300284 s]
/proc/loadavg: 3.00 3.81 3.87 3/396 26884
/proc/meminfo: memFree=24511432/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=30480 CPUtime=0.29 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 1009 0 0 0 29 0 0 0 25 0 1 0 650481245 31211520 776 33554432000 4194304 4580011 140734442130944 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 7620 776 364 95 0 2602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30480

[startup+0.700215 s]
/proc/loadavg: 3.00 3.81 3.87 3/396 26884
/proc/meminfo: memFree=24511432/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=31052 CPUtime=0.69 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 1447 0 0 0 69 0 0 0 25 0 1 0 650481245 31797248 930 33554432000 4194304 4580011 140734442130944 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 7763 930 364 95 0 2745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31052

[startup+1.50109 s]
/proc/loadavg: 3.00 3.81 3.87 5/411 26908
/proc/meminfo: memFree=24472600/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=31884 CPUtime=1.49 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 2334 0 0 0 149 0 0 0 25 0 1 0 650481245 32649216 1027 33554432000 4194304 4580011 140734442130944 18446744073709551615 4322550 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 7971 1027 365 95 0 2953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31884

[startup+3.10081 s]
/proc/loadavg: 3.08 3.82 3.87 5/411 26908
/proc/meminfo: memFree=24455216/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=39496 CPUtime=3.08 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 5214 0 0 0 308 0 0 0 25 0 1 0 650481245 40443904 2893 33554432000 4194304 4580011 140734442130944 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 9874 2893 367 95 0 4856 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39496

[startup+11.2454 s]
/proc/loadavg: 3.08 3.82 3.87 5/411 26908
/proc/meminfo: memFree=24440640/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=48564 CPUtime=11.23 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 11756 0 0 0 1121 2 0 0 25 0 1 0 650481245 49729536 5122 33554432000 4194304 4580011 140734442130944 18446744073709551615 4321618 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 12141 5122 367 95 0 7123 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 48564

[startup+12.7001 s]
/proc/loadavg: 3.51 3.89 3.89 5/411 26908
/proc/meminfo: memFree=24405892/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=48628 CPUtime=12.68 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 12443 0 0 0 1266 2 0 0 25 0 1 0 650481245 49795072 4939 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 12157 4939 367 95 0 7139 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48628

[startup+25.5149 s]
/proc/loadavg: 3.59 3.89 3.89 5/411 26909
/proc/meminfo: memFree=24374400/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=58440 CPUtime=25.5 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 19406 0 0 0 2547 3 0 0 25 0 1 0 650481245 59842560 7696 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294892 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 14610 7696 367 95 0 9592 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 58440

[startup+51.1006 s]
/proc/loadavg: 3.73 3.90 3.90 5/411 26918
/proc/meminfo: memFree=24346804/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=69696 CPUtime=51.09 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 29955 0 0 0 5104 5 0 0 25 0 1 0 650481245 71368704 10423 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294386 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 17424 10423 367 95 0 12406 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69696

[startup+102.301 s]
/proc/loadavg: 3.88 3.91 3.90 5/411 26920
/proc/meminfo: memFree=24271284/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=78880 CPUtime=102.29 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 45866 0 0 0 10221 8 0 0 25 0 1 0 650481245 80773120 12784 33554432000 4194304 4580011 140734442130944 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 19720 12784 367 95 0 14702 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 78880

[startup+162.3 s]
/proc/loadavg: 3.99 3.94 3.91 5/411 26921
/proc/meminfo: memFree=24200820/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=96860 CPUtime=162.29 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 62203 0 0 0 16217 12 0 0 25 0 1 0 650481245 99184640 16803 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294398 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 24215 16803 367 95 0 19197 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96860

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.91 5/411 26923
/proc/meminfo: memFree=24204144/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=97304 CPUtime=222.3 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 73951 0 0 0 22215 15 0 0 25 0 1 0 650481245 99639296 16617 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 24326 16617 367 95 0 19308 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 97304

[startup+282.301 s]
/proc/loadavg: 4.03 3.97 3.91 5/411 26925
/proc/meminfo: memFree=24161080/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=115344 CPUtime=282.29 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 87917 0 0 0 28212 17 0 0 25 0 1 0 650481245 118112256 20458 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 28836 20458 367 95 0 23818 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 115344

[startup+342.315 s]
/proc/loadavg: 4.01 3.97 3.91 5/411 26928
/proc/meminfo: memFree=24126612/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=115564 CPUtime=342.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 97630 0 0 0 34211 20 0 0 25 0 1 0 650481245 118337536 22112 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 28891 22112 367 95 0 23873 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 115564

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/411 26931
/proc/meminfo: memFree=24131996/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=115864 CPUtime=402.29 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 107454 0 0 0 40207 22 0 0 25 0 1 0 650481245 118644736 20610 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 28966 20610 367 95 0 23948 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 115864

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/411 26932
/proc/meminfo: memFree=24122676/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=116024 CPUtime=462.29 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 115251 0 0 0 46205 24 0 0 25 0 1 0 650481245 118808576 22329 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 29006 22329 367 95 0 23988 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 116024

[startup+522.3 s]
/proc/loadavg: 4.06 3.99 3.92 5/411 26934
/proc/meminfo: memFree=24133572/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=116276 CPUtime=522.3 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 124106 0 0 0 52203 27 0 0 25 0 1 0 650481245 119066624 21416 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 29069 21416 367 95 0 24051 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 116276

[startup+582.301 s]
/proc/loadavg: 4.09 4.00 3.93 5/411 26936
/proc/meminfo: memFree=24064832/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=117672 CPUtime=582.3 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 132193 0 0 0 58200 30 0 0 25 0 1 0 650481245 120496128 22708 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 29418 22708 367 95 0 24400 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 117672

[startup+642.301 s]
/proc/loadavg: 4.03 4.00 3.93 5/411 26937
/proc/meminfo: memFree=24025372/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=119860 CPUtime=642.3 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 139723 0 0 0 64199 31 0 0 25 0 1 0 650481245 122736640 23644 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 29965 23644 367 95 0 24947 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 119860

[startup+702.3 s]
/proc/loadavg: 4.10 4.03 3.94 5/411 26939
/proc/meminfo: memFree=24005864/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=175540 CPUtime=702.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 146903 0 0 0 70197 34 0 0 25 0 1 0 650481245 179752960 23934 33554432000 4194304 4580011 140734442130944 18446744073709551615 4316713 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 43885 23934 367 95 0 38867 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 175540

[startup+762.301 s]
/proc/loadavg: 4.08 4.03 3.94 5/411 26940
/proc/meminfo: memFree=23993820/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=120480 CPUtime=762.3 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 153970 0 0 0 76193 37 0 0 25 0 1 0 650481245 123371520 23891 33554432000 4194304 4580011 140734442130944 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 30120 23891 367 95 0 25102 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 120480

[startup+822.316 s]
/proc/loadavg: 4.11 4.05 3.95 5/411 26942
/proc/meminfo: memFree=23987100/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=122644 CPUtime=822.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 161440 0 0 0 82191 40 0 0 25 0 1 0 650481245 125587456 23972 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 30661 23972 367 95 0 25643 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 122644

[startup+882.3 s]
/proc/loadavg: 4.08 4.06 3.96 5/411 26944
/proc/meminfo: memFree=23983616/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=128400 CPUtime=882.3 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 169368 0 0 0 88188 42 0 0 25 0 1 0 650481245 131481600 24363 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 32100 24363 367 95 0 27082 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 128400

[startup+942.301 s]
/proc/loadavg: 4.03 4.04 3.96 5/411 26945
/proc/meminfo: memFree=23994008/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=186260 CPUtime=942.3 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 174990 0 0 0 94185 45 0 0 25 0 1 0 650481245 190730240 26068 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 46565 26068 367 95 0 41547 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 186260

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.96 5/411 26947
/proc/meminfo: memFree=23987672/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=128644 CPUtime=1002.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 182273 0 0 0 100183 48 0 0 25 0 1 0 650481245 131731456 25398 33554432000 4194304 4580011 140734442130944 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 32161 25398 367 95 0 27143 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 128644

[startup+1062.3 s]
/proc/loadavg: 4.16 4.06 3.97 5/411 26948
/proc/meminfo: memFree=23976612/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=129504 CPUtime=1062.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 189431 0 0 0 106181 50 0 0 25 0 1 0 650481245 132612096 24162 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 32376 24162 367 95 0 27358 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 129504

[startup+1122.3 s]
/proc/loadavg: 4.14 4.06 3.97 5/411 26950
/proc/meminfo: memFree=23917560/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=159892 CPUtime=1122.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 201633 0 0 0 112178 53 0 0 25 0 1 0 650481245 163729408 32049 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 39973 32049 367 95 0 34955 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 159892

[startup+1182.3 s]
/proc/loadavg: 4.19 4.09 3.99 5/411 26952
/proc/meminfo: memFree=23885412/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=219552 CPUtime=1182.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 207354 0 0 0 118176 55 0 0 25 0 1 0 650481245 224821248 33439 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 54888 33439 367 95 0 49870 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 219552

[startup+1242.3 s]
/proc/loadavg: 4.21 4.11 4.00 5/411 26953
/proc/meminfo: memFree=23877340/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=160136 CPUtime=1242.31 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 214834 0 0 0 124173 58 0 0 25 0 1 0 650481245 163979264 32210 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 40034 32210 367 95 0 35016 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 160136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.10 4.00 5/411 26955
/proc/meminfo: memFree=23872492/32951132 swapFree=67093844/67111528
[pid=26884] ppid=26882 vsize=220772 CPUtime=1300.02 cores=4,6
/proc/26884/stat : 26884 (strangenight2-s) R 26882 26884 26847 0 -1 4202496 220414 0 0 0 129941 61 0 0 25 0 1 0 650481245 226070528 33483 33554432000 4194304 4580011 140734442130944 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/26884/statm: 55193 33483 367 95 0 50175 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 220772

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.04
CPU user time (s): 1299.42
CPU system time (s): 0.617906
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 220772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.42
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220414
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= 10
involuntary context switches= 951

runsolver used 6.23005 second user time and 13.8299 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 18:00:26
IDJOB=3368179
IDBENCH=83142
IDSOLVER=1845
FILE ID=node128/3368179-1305388826
RUNJOBID= node128-1305388826-26866
PBS_JOBID= 13324420
Free space on /tmp= 73608 MiB

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

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

MD5SUM BENCH= 085a3847e14185843eddf941accab006
RANDOM SEED=1975150499

node128.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.852
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.70
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.852
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.852
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.852
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.852
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.82
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.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24512828 kB
Buffers:        253780 kB
Cached:        2635204 kB
SwapCached:       1440 kB
Active:        6060252 kB
Inactive:      2084840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24512828 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            7600 kB
Writeback:           0 kB
AnonPages:     5254560 kB
Mapped:          31196 kB
Slab:           187080 kB
PageTables:      38544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100671980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73584 MiB
End job on node128 at 2011-05-14 18:22:08