Trace number 3370579

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1298.16 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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370579-1305389952.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 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.14	c  N st     8      4916       200        80       400      4810      1200    158573   no data   no data  --
0.39/0.44	c  N st    10     11299       200        80       400      4444      1200    119674   no data   no data  --
0.69/0.78	c  N st    11     17042       200        80       400     10037      1200    307307   no data   no data  --
1.19/1.25	c  F st    12     25000       200        80       400     12325      1200    366022   no data   no data  --
1.19/1.25	c  N st    12     25000       200        80       400     12325      1200    366022   no data   no data  --
1.49/1.55	c Decided on static restart strategy
1.49/1.55	c  N st    18     30001       200        80       400     10567      1200    265696   no data   no data  --
1.49/1.55	c  S st    18     30001       200        80       400     10567      1200    265696   no data   no data  --
1.59/1.60	c  S st    18     30503       200        80       400     11064      1200    279878   no data   no data  --
1.59/1.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.59/1.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1.59/1.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1.59/1.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.09/2.11	c lits-rem:       279  cl-subs:      171  v-elim:      0  v-fix:    0  time:  0.44 s
2.09/2.11	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
2.09/2.11	c calculated reachability. Time: 0.00
2.09/2.11	c  N st    18     30503       200        80       400     10893      1200    274383   no data   no data  --
2.49/2.50	c  N st    20     37614       200        80       400     10098      1200    255792   no data   no data  --
2.89/2.99	c  N st    21     44013       200        80       400     16331      1200    481941   no data   no data  --
3.09/3.12	c  S st    22     45754       200        80       400      9305      1200    198700   no data   no data  --
3.09/3.17	c  S st    22     46257       200        80       400      9804      1200    212884   no data   no data  --
3.09/3.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.09/3.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.09/3.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
3.09/3.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.19/3.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3.19/3.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
3.19/3.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.19/3.27	c lits-rem:        53  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.05 s
3.19/3.27	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
3.19/3.27	c vivif2 --  cl tried     9770 cl shrink        0 lits rem          0 time: 0.00
3.19/3.27	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
3.19/3.27	c calculated reachability. Time: 0.00
3.19/3.27	c  N st    22     46257       200        80       400      9770      1200    211890   no data   no data  --
4.32/4.47	c  N st    23     60654       200        80       400     14127      1200    348664   no data   no data  --
5.11/5.20	c  N st    24     69386       200        80       400     11922      1200    267777   no data   no data  --
5.11/5.20	c  S st    24     69386       200        80       400     11922      1200    267777   no data   no data  --
5.11/5.26	c  S st    24     69889       200        80       400     12420      1200    282081   no data   no data  --
5.11/5.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.11/5.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.11/5.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.11/5.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.21/5.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
5.21/5.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
5.21/5.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.14/6.99	c lits-rem:        77  cl-subs:       58  v-elim:      0  v-fix:    0  time:  0.98 s
6.14/6.99	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
6.14/6.99	c vivif2 --  cl tried    12362 cl shrink        0 lits rem          0 time: 0.00
6.14/6.99	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
6.14/6.99	c calculated reachability. Time: 0.00
6.14/6.99	c  N st    24     69889       200        80       400     12362      1200    280077   no data   no data  --
8.53/10.10	c  F st    25     87500       200        80       400     17866      1200    452008   no data   no data  --
8.53/10.10	c  N st    25     87500       200        80       400     17866      1200    452008   no data   no data  --
9.13/10.72	c Decided on static restart strategy
9.53/11.10	c  N st    32     95538       200        80       400     13018      1200    253996   no data   no data  --
10.43/12.02	c  N st    34    104833       200        80       400     22101      1200    541661   no data   no data  --
10.43/12.02	c  S st    34    104833       200        80       400     22101      1200    541661   no data   no data  --
10.54/12.12	c  S st    34    105335       200        80       400     22599      1200    555309   no data   no data  --
10.54/12.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.54/12.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.54/12.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
10.54/12.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.62/12.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
10.62/12.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
10.62/12.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.81/13.44	c lits-rem:       289  cl-subs:      378  v-elim:      0  v-fix:    0  time:  1.18 s
11.81/13.44	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
11.81/13.45	c vivif2 --  cl tried    22221 cl shrink        0 lits rem          0 time: 0.01
11.81/13.45	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
11.81/13.46	c calculated reachability. Time: 0.00
11.81/13.46	c  N st    34    105335       200        80       400     22221      1200    543524   no data   no data  --
12.72/14.37	c  N st    35    114933       200        80       400     17945      1200    400554   no data   no data  --
14.31/15.95	c  N st    36    129330       200        80       400     17361      1200    362792   no data   no data  --
16.81/18.41	c  N st    37    150926       200        80       400     22688      1200    526388   no data   no data  --
17.61/19.22	c  S st    38    158003       200        80       400     29631      1200    761158   no data   no data  --
17.71/19.35	c  S st    38    158505       200        80       400     30130      1200    775352   no data   no data  --
17.71/19.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.71/19.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.71/19.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
17.71/19.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.91/19.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
17.91/19.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
17.91/19.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.40/21.03	c lits-rem:       349  cl-subs:      542  v-elim:      0  v-fix:    0  time:  1.48 s
19.40/21.03	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
19.40/21.04	c vivif2 --  cl tried    29588 cl shrink        0 lits rem          0 time: 0.01
19.40/21.05	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
19.40/21.05	c calculated reachability. Time: 0.00
19.40/21.05	c  N st    38    158505       200        80       400     29588      1200    758990   no data   no data  --
25.40/27.04	c  N st    39    207094       200        80       400     24384      1200    537679   no data   no data  --
29.39/31.02	c  N st    40    237757       200        80       400     34671      1200    822201   no data   no data  --
29.39/31.02	c  S st    40    237757       200        80       400     34671      1200    822201   no data   no data  --
29.49/31.17	c  S st    40    238257       200        80       400     35171      1200    836811   no data   no data  --
29.49/31.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.49/31.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.59/31.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
29.59/31.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.69/31.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
29.69/31.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
29.69/31.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.59/33.22	c lits-rem:       639  cl-subs:      944  v-elim:      0  v-fix:    0  time:  1.87 s
31.59/33.22	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
31.59/33.23	c vivif2 --  cl tried    34227 cl shrink        0 lits rem          0 time: 0.01
31.59/33.24	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
31.59/33.24	c calculated reachability. Time: 0.00
31.59/33.24	c  N st    40    238257       200        80       400     34227      1200    812321   no data   no data  --
40.68/42.37	c  F st    41    306251       200        80       400     36389      1200    851483   no data   no data  --
40.68/42.37	c  N st    41    306251       200        80       400     36389      1200    851483   no data   no data  --
41.68/43.39	c Decided on static restart strategy
45.69/47.32	c  N st    51    334553       200        80       400     40625      1200    958598   no data   no data  --
49.08/50.75	c  N st    53    357385       200        80       400     38545      1200    892602   no data   no data  --
49.08/50.75	c  S st    53    357385       200        80       400     38545      1200    892602   no data   no data  --
49.28/50.91	c  S st    53    357886       200        80       400     39046      1200    906850   no data   no data  --
49.28/50.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.28/50.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.28/50.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
49.28/50.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.38/51.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
49.38/51.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
49.38/51.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.38/53.09	c lits-rem:       488  cl-subs:      380  v-elim:      0  v-fix:    0  time:  1.99 s
51.38/53.09	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
51.48/53.10	c vivif2 --  cl tried    38666 cl shrink        0 lits rem          0 time: 0.01
51.48/53.11	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
51.48/53.11	c calculated reachability. Time: 0.00
51.48/53.11	c  N st    53    357886       200        80       400     38666      1200    894204   no data   no data  --
57.28/58.92	c  N st    54    390279       200        80       400     44873      1200   1056670   no data   no data  --
64.97/66.61	c  N st    55    438868       200        80       400     38620      1200    842844   no data   no data  --
77.37/79.01	c  N st    56    511750       200        80       400     51926      1200   1298543   no data   no data  --
81.67/83.37	c  N st    57    536829       200        80       400     46198      1200   1057387   no data   no data  --
81.67/83.37	c  S st    57    536829       200        80       400     46198      1200   1057387   no data   no data  --
81.87/83.57	c  S st    57    537331       200        80       400     46699      1200   1071488   no data   no data  --
81.87/83.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.87/83.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.87/83.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
81.98/83.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.17/83.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
82.17/83.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
82.17/83.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.27/84.96	c lits-rem:       179  cl-subs:      578  v-elim:      0  v-fix:    0  time:  1.15 s
83.27/84.96	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
83.27/84.97	c vivif2 --  cl tried    46121 cl shrink        0 lits rem          0 time: 0.01
83.27/84.99	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.01
83.27/84.99	c calculated reachability. Time: 0.00
83.27/84.99	c  N st    57    537331       200        80       400     46121      1200   1052567   no data   no data  --
116.56/118.29	c  N st    58    701317       200        80       400     40488      1200    744787   no data   no data  --
139.25/140.96	c  N st    59    805996       200        80       400     69431      1200   1699827   no data   no data  --
139.25/140.96	c  S st    59    805996       200        80       400     69431      1200   1699827   no data   no data  --
139.55/141.24	c  S st    59    806500       200        80       400     69932      1200   1714174   no data   no data  --
139.55/141.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.55/141.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
139.65/141.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
139.65/141.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.95/141.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.32 s
139.95/141.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
139.95/141.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.26/144.91	c lits-rem:       274  cl-subs:     1074  v-elim:      0  v-fix:    0  time:  3.23 s
143.26/144.91	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
143.26/144.93	c vivif2 --  cl tried    68858 cl shrink        0 lits rem          0 time: 0.02
143.26/144.95	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.03
143.26/144.96	c calculated reachability. Time: 0.00
143.26/144.96	c  N st    59    806500       200        80       400     68858      1200   1680446   no data   no data  --
208.83/210.50	c  F st    60   1071876       200        80       400     84855      1200   2129715   no data   no data  --
208.83/210.50	c  N st    60   1071876       200        80       400     84855      1200   2129715   no data   no data  --
210.82/212.50	c Decided on static restart strategy
216.22/217.97	c  N st    70   1100180       200        80       400     68538      1200   1481526   no data   no data  --
226.12/227.89	c  N st    72   1136173       200        80       400     58776      1200   1158166   no data   no data  --
237.12/238.89	c  N st    73   1168566       200        80       400     90461      1200   2191340   no data   no data  --
248.71/250.43	c  N st    74   1209750       200        80       400     84903      1200   2043851   no data   no data  --
248.71/250.43	c  S st    74   1209750       200        80       400     84903      1200   2043851   no data   no data  --
249.12/250.83	c  S st    74   1210254       200        80       400     85406      1200   2057990   no data   no data  --
249.12/250.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
249.12/250.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
249.21/250.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.09
249.21/250.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.72/251.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
249.72/251.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
249.72/251.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
253.81/255.56	c lits-rem:       110  cl-subs:     1237  v-elim:      0  v-fix:    0  time:  4.15 s
253.81/255.56	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
253.81/255.58	c vivif2 --  cl tried    84169 cl shrink        0 lits rem          0 time: 0.03
253.91/255.61	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.03
253.91/255.62	c calculated reachability. Time: 0.00
253.91/255.62	c  N st    74   1210254       200        80       400     84169      1200   2020885   no data   no data  --
273.71/275.45	c  N st    75   1283137       200        80       400     60463      1200   1146375   no data   no data  --
302.31/304.02	c  N st    76   1392461       200        80       400     68737      1200   1418967   no data   no data  --
349.80/351.57	c  N st    77   1556446       200        80       400     73432      1200   1464192   no data   no data  --
400.48/402.29	c  N st    78   1710255       200        80       400     59422      1200    989074   no data   no data  --
400.48/402.29	c  S st    78   1710255       200        80       400     59422      1200    989074   no data   no data  --
400.80/402.53	c  S st    78   1710755       200        80       400     59920      1200   1003087   no data   no data  --
400.80/402.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
400.80/402.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
400.80/402.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
400.80/402.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
400.99/402.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
400.99/402.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
400.99/402.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
402.09/403.81	c lits-rem:       135  cl-subs:      287  v-elim:      0  v-fix:    0  time:  1.10 s
402.09/403.81	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
402.09/403.83	c vivif2 --  cl tried    59633 cl shrink        0 lits rem          0 time: 0.01
402.09/403.84	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.02
402.09/403.84	c calculated reachability. Time: 0.00
402.09/403.84	c  N st    78   1710755       200        80       400     59633      1200    995313   no data   no data  --
529.07/530.83	c  N st    79   2079719       200        80       400     65483      1200   1068310   no data   no data  --
576.06/577.86	c  N st    80   2210757       200        80       400     67499      1200   1109579   no data   no data  --
576.06/577.86	c  S st    80   2210757       200        80       400     67499      1200   1109579   no data   no data  --
576.36/578.17	c  S st    80   2211259       200        80       400     67997      1200   1123809   no data   no data  --
576.36/578.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
576.36/578.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
576.46/578.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
576.46/578.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
576.56/578.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
576.56/578.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
576.56/578.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
578.16/579.92	c lits-rem:       828  cl-subs:      304  v-elim:      0  v-fix:    0  time:  1.55 s
578.16/579.92	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
578.16/579.94	c vivif2 --  cl tried    67693 cl shrink        0 lits rem          0 time: 0.01
578.16/579.96	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.02
578.16/579.96	c calculated reachability. Time: 0.00
578.16/579.96	c  N st    80   2211259       200        80       400     67693      1200   1114615   no data   no data  --
777.72/779.51	c  N st    81   2711259       200        80       400     83730      1200   1478284   no data   no data  --
777.72/779.51	c  S st    81   2711259       200        80       400     83730      1200   1478284   no data   no data  --
778.02/779.85	c  S st    81   2711764       200        80       400     84231      1200   1492603   no data   no data  --
778.02/779.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
778.02/779.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
778.13/779.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.08
778.13/779.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
778.32/780.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
778.32/780.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
778.32/780.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
781.62/783.41	c lits-rem:       254  cl-subs:     1160  v-elim:      0  v-fix:    0  time:  3.23 s
781.62/783.41	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
781.62/783.43	c vivif2 --  cl tried    83071 cl shrink        0 lits rem          0 time: 0.02
781.62/783.45	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.03
781.62/783.46	c calculated reachability. Time: 0.00
781.62/783.46	c  N st    81   2711764       200        80       400     83071      1200   1467890   no data   no data  --
977.58/979.41	c  N st    82   3211765       200        80       400    129606      1200   2922665   no data   no data  --
977.58/979.41	c  S st    82   3211765       200        80       400    129606      1200   2922665   no data   no data  --
978.38/980.20	c  S st    82   3212275       200        80       400    130113      1200   2936583   no data   no data  --
978.38/980.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
978.38/980.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
978.48/980.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.16
978.58/980.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
979.19/981.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.59 s
979.19/981.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
979.19/981.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
989.09/990.97	c lits-rem:       397  cl-subs:     2105  v-elim:      0  v-fix:    0  time:  9.92 s
989.09/990.97	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
989.19/991.01	c vivif2 --  cl tried   128008 cl shrink        0 lits rem          0 time: 0.04
989.19/991.06	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.05
989.19/991.07	c calculated reachability. Time: 0.00
989.19/991.07	c  N st    82   3212275       200        80       400    128008      1200   2884282   no data   no data  --
1226.85/1228.78	c  N st    83   3712276       200        80       400    139390      1200   3241693   no data   no data  --
1226.85/1228.78	c  S st    83   3712276       200        80       400    139390      1200   3241693   no data   no data  --
1227.54/1229.45	c  S st    83   3712780       200        80       400    139888      1200   3255891   no data   no data  --
1227.54/1229.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1227.54/1229.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1227.74/1229.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.17
1227.85/1229.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1228.44/1230.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.61 s
1228.44/1230.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    200 time:  0.00 s
1228.44/1230.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1279.94/1281.87	c lits-rem:       941  cl-subs:     1620  v-elim:      0  v-fix:    0  time: 51.52 s
1279.94/1281.87	c vivif2 --  cl tried       80 cl shrink        0 lits rem          0 time: 0.00
1280.04/1281.91	c vivif2 --  cl tried   138268 cl shrink        0 lits rem          0 time: 0.04
1280.04/1281.98	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.07
1280.04/1281.99	c calculated reachability. Time: 0.00
1280.04/1281.99	c  N st    83   3712780       200        80       400    138268      1200   3200412   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-3370579-1305389952/watcher-3370579-1305389952 -o /tmp/evaluation-result-3370579-1305389952/solver-3370579-1305389952 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370579-1305389952.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: 4.02 4.04 4.00 2/287 3144
/proc/meminfo: memFree=19079260/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=29676 CPUtime=0 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 522 0 0 0 0 0 0 0 18 0 1 0 650594871 30388224 461 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 7419 461 377 112 0 2384 0

[startup+0.0629969 s]
/proc/loadavg: 4.02 4.04 4.00 2/287 3144
/proc/meminfo: memFree=19079260/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=29940 CPUtime=0.06 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 659 0 0 0 6 0 0 0 18 0 1 0 650594871 30658560 598 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 7485 598 378 112 0 2450 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29940

[startup+0.101033 s]
/proc/loadavg: 4.02 4.04 4.00 2/287 3144
/proc/meminfo: memFree=19079260/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=30088 CPUtime=0.09 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 724 0 0 0 9 0 0 0 18 0 1 0 650594871 30810112 663 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 7522 663 378 112 0 2487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30088

[startup+0.300999 s]
/proc/loadavg: 4.02 4.04 4.00 2/287 3144
/proc/meminfo: memFree=19079260/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=30564 CPUtime=0.29 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 1039 0 0 0 29 0 0 0 18 0 1 0 650594871 31297536 804 33554432000 4194304 4650387 140735148032032 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 7641 804 380 112 0 2606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30564

[startup+0.70093 s]
/proc/loadavg: 4.02 4.04 4.00 2/287 3144
/proc/meminfo: memFree=19079260/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=31272 CPUtime=0.69 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 1486 0 0 0 69 0 0 0 18 0 1 0 650594871 32022528 966 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 7818 966 380 112 0 2783 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31272

[startup+1.50081 s]
/proc/loadavg: 4.02 4.04 4.00 5/295 3191
/proc/meminfo: memFree=19065268/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=32028 CPUtime=1.49 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 2398 0 0 0 149 0 0 0 20 0 1 0 650594871 32796672 1086 33554432000 4194304 4650387 140735148032032 18446744073709551615 4331302 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 8007 1086 381 112 0 2972 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32028

[startup+3.10045 s]
/proc/loadavg: 4.02 4.04 4.00 5/295 3191
/proc/meminfo: memFree=19041952/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=39212 CPUtime=3.09 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 5047 0 0 0 308 1 0 0 25 0 1 0 650594871 40153088 2703 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365268 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/3144/statm: 9803 2703 382 112 0 4768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39212

[startup+6.30096 s]
/proc/loadavg: 4.01 4.04 4.00 5/295 3191
/proc/meminfo: memFree=19024112/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=41932 CPUtime=5.68 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 7022 0 0 0 566 2 0 0 25 0 1 0 650594871 42938368 3406 33554432000 4194304 4650387 140735148032032 18446744073709551615 4438375 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 10483 3406 382 112 0 5448 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 41932

[startup+12.7009 s]
/proc/loadavg: 4.25 4.08 4.02 5/295 3191
/proc/meminfo: memFree=19001136/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=49120 CPUtime=11.12 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 10458 0 0 0 1106 6 0 0 25 0 1 0 650594871 50298880 5377 33554432000 4194304 4650387 140735148032032 18446744073709551615 4438346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 12280 5377 382 112 0 7245 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 49120

[startup+25.5006 s]
/proc/loadavg: 4.26 4.10 4.02 6/295 3191
/proc/meminfo: memFree=18960488/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=58220 CPUtime=23.9 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 17270 0 0 0 2381 9 0 0 25 0 1 0 650594871 59617280 7622 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 14555 7622 382 112 0 9520 0
Current children cumulated CPU time (s) 23.9
Current children cumulated vsize (KiB) 58220

[startup+51.1011 s]
/proc/loadavg: 4.23 4.10 4.02 5/295 3192
/proc/meminfo: memFree=18932712/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=68604 CPUtime=49.48 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 28288 0 0 0 4935 13 0 0 25 0 1 0 650594871 70250496 10101 33554432000 4194304 4650387 140735148032032 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 17151 10101 382 112 0 12116 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 68604

[startup+102.311 s]
/proc/loadavg: 4.10 4.08 4.02 5/295 3194
/proc/meminfo: memFree=18866756/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=78540 CPUtime=100.68 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 44918 0 0 0 10049 19 0 0 25 0 1 0 650594871 80424960 11963 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 19635 11963 382 112 0 14600 0
Current children cumulated CPU time (s) 100.68
Current children cumulated vsize (KiB) 78540

[startup+162.301 s]
/proc/loadavg: 4.03 4.07 4.01 5/295 3195
/proc/meminfo: memFree=18776848/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=102248 CPUtime=160.64 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 63191 0 0 0 16039 25 0 0 25 0 1 0 650594871 104701952 18161 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 25562 18161 382 112 0 20527 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 102248

[startup+222.301 s]
/proc/loadavg: 4.06 4.07 4.01 5/295 3197
/proc/meminfo: memFree=18772596/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=102664 CPUtime=220.62 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 75586 0 0 0 22031 31 0 0 25 0 1 0 650594871 105127936 18801 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 25666 18801 382 112 0 20631 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 102664

[startup+282.301 s]
/proc/loadavg: 4.02 4.05 4.01 5/295 3198
/proc/meminfo: memFree=18716516/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=117664 CPUtime=280.61 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 89283 0 0 0 28023 38 0 0 25 0 1 0 650594871 120487936 22488 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 29416 22488 382 112 0 24381 0
Current children cumulated CPU time (s) 280.61
Current children cumulated vsize (KiB) 117664

[startup+342.301 s]
/proc/loadavg: 4.07 4.06 4.01 5/295 3200
/proc/meminfo: memFree=18683888/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=117996 CPUtime=340.6 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 100353 0 0 0 34018 42 0 0 25 0 1 0 650594871 120827904 22772 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 29499 22772 382 112 0 24464 0
Current children cumulated CPU time (s) 340.6
Current children cumulated vsize (KiB) 117996

[startup+402.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/295 3201
/proc/meminfo: memFree=18678408/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=118284 CPUtime=400.58 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 110642 0 0 0 40011 47 0 0 25 0 1 0 650594871 121122816 21515 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 29571 21515 382 112 0 24536 0
Current children cumulated CPU time (s) 400.58
Current children cumulated vsize (KiB) 118284

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/295 3203
/proc/meminfo: memFree=18655316/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=118424 CPUtime=460.58 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 118805 0 0 0 46006 52 0 0 25 0 1 0 650594871 121266176 23474 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 29606 23475 382 112 0 24571 0
Current children cumulated CPU time (s) 460.58
Current children cumulated vsize (KiB) 118424

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/295 3205
/proc/meminfo: memFree=18676616/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=118656 CPUtime=520.57 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 128161 0 0 0 52001 56 0 0 25 0 1 0 650594871 121503744 23112 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 29664 23112 382 112 0 24629 0
Current children cumulated CPU time (s) 520.57
Current children cumulated vsize (KiB) 118656

[startup+582.3 s]
/proc/loadavg: 4.07 4.04 4.00 5/295 3206
/proc/meminfo: memFree=18625392/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=124308 CPUtime=580.56 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 138505 0 0 0 57995 61 0 0 25 0 1 0 650594871 127291392 23165 33554432000 4194304 4650387 140735148032032 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 31077 23165 382 112 0 26042 0
Current children cumulated CPU time (s) 580.56
Current children cumulated vsize (KiB) 124308

[startup+642.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/295 3208
/proc/meminfo: memFree=18596356/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=124436 CPUtime=640.56 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 146181 0 0 0 63990 66 0 0 25 0 1 0 650594871 127422464 23989 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 31109 23989 382 112 0 26074 0
Current children cumulated CPU time (s) 640.56
Current children cumulated vsize (KiB) 124436

[startup+702.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/295 3209
/proc/meminfo: memFree=18589896/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=124608 CPUtime=700.53 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 153754 0 0 0 69983 70 0 0 25 0 1 0 650594871 127598592 24457 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 31152 24457 382 112 0 26117 0
Current children cumulated CPU time (s) 700.53
Current children cumulated vsize (KiB) 124608

[startup+762.311 s]
/proc/loadavg: 4.17 4.07 4.01 5/295 3211
/proc/meminfo: memFree=18583684/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=124756 CPUtime=760.53 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 161231 0 0 0 75979 74 0 0 25 0 1 0 650594871 127750144 24577 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 31189 24577 382 112 0 26154 0
Current children cumulated CPU time (s) 760.53
Current children cumulated vsize (KiB) 124756

[startup+822.301 s]
/proc/loadavg: 4.06 4.05 4.00 5/295 3213
/proc/meminfo: memFree=18568032/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=130836 CPUtime=820.51 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 169938 0 0 0 81973 78 0 0 25 0 1 0 650594871 133976064 25963 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 32709 25963 382 112 0 27674 0
Current children cumulated CPU time (s) 820.51
Current children cumulated vsize (KiB) 130836

[startup+882.3 s]
/proc/loadavg: 4.06 4.05 4.00 5/295 3214
/proc/meminfo: memFree=18552396/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=131024 CPUtime=880.5 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 177493 0 0 0 87967 83 0 0 25 0 1 0 650594871 134168576 25975 33554432000 4194304 4650387 140735148032032 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 32756 25975 382 112 0 27721 0
Current children cumulated CPU time (s) 880.5
Current children cumulated vsize (KiB) 131024

[startup+942.301 s]
/proc/loadavg: 4.05 4.06 4.00 5/295 3216
/proc/meminfo: memFree=18528696/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=131200 CPUtime=940.49 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 185269 0 0 0 93962 87 0 0 25 0 1 0 650594871 134348800 25902 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 32800 25902 382 112 0 27765 0
Current children cumulated CPU time (s) 940.49
Current children cumulated vsize (KiB) 131200

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/295 3218
/proc/meminfo: memFree=18496184/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=221072 CPUtime=1000.49 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 197565 0 0 0 99956 93 0 0 25 0 1 0 650594871 226377728 34213 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 55268 34213 382 112 0 50233 0
Current children cumulated CPU time (s) 1000.49
Current children cumulated vsize (KiB) 221072

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/295 3219
/proc/meminfo: memFree=18499780/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=162524 CPUtime=1060.48 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 204792 0 0 0 105951 97 0 0 25 0 1 0 650594871 166424576 33318 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 40631 33318 382 112 0 35596 0
Current children cumulated CPU time (s) 1060.48
Current children cumulated vsize (KiB) 162524

[startup+1122.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/295 3221
/proc/meminfo: memFree=18501748/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=162688 CPUtime=1120.45 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 211566 0 0 0 111944 101 0 0 25 0 1 0 650594871 166592512 31799 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 40672 31799 382 112 0 35637 0
Current children cumulated CPU time (s) 1120.45
Current children cumulated vsize (KiB) 162688

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/295 3222
/proc/meminfo: memFree=18456100/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=162756 CPUtime=1180.45 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 217348 0 0 0 117941 104 0 0 25 0 1 0 650594871 166662144 33414 33554432000 4194304 4650387 140735148032032 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 40689 33414 382 112 0 35654 0
Current children cumulated CPU time (s) 1180.45
Current children cumulated vsize (KiB) 162756

[startup+1242.3 s]
/proc/loadavg: 4.06 4.05 4.00 5/295 3227
/proc/meminfo: memFree=18434376/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=174012 CPUtime=1240.44 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 224995 0 0 0 123936 108 0 0 25 0 1 0 650594871 178188288 36707 33554432000 4194304 4650387 140735148032032 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 43503 36707 382 112 0 38468 0
Current children cumulated CPU time (s) 1240.44
Current children cumulated vsize (KiB) 174012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.04 4.00 4/294 3230
/proc/meminfo: memFree=18544732/32951132 swapFree=67093824/67111528
[pid=3144] ppid=3142 vsize=234616 CPUtime=1298.14 cores=4,6
/proc/3144/stat : 3144 (strangenight1-s) R 3142 3144 2953 0 -1 4202496 226033 0 0 0 129704 110 0 0 25 0 1 0 650594871 240246784 37745 33554432000 4194304 4650387 140735148032032 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3144/statm: 58654 37745 382 112 0 53619 0
Current children cumulated CPU time (s) 1298.14
Current children cumulated vsize (KiB) 234616

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): 1298.16
CPU user time (s): 1297.05
CPU system time (s): 1.11083
CPU usage (%): 99.857
Max. virtual memory (cumulated for all children) (KiB): 237732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.05
system time used= 1.11083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226033
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= 9
involuntary context switches= 1113

runsolver used 3.73343 second user time and 8.10277 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 18:19:12
IDJOB=3370579
IDBENCH=83142
IDSOLVER=1847
FILE ID=node131/3370579-1305389952
RUNJOBID= node131-1305388650-2974
PBS_JOBID= 13324410
Free space on /tmp= 73672 MiB

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

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

MD5SUM BENCH= 085a3847e14185843eddf941accab006
RANDOM SEED=834641109

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19079556 kB
Buffers:        261652 kB
Cached:        3630496 kB
SwapCached:       1504 kB
Active:       10558984 kB
Inactive:      3054592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19079556 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           12452 kB
Writeback:           0 kB
AnonPages:     9719452 kB
Mapped:          27320 kB
Slab:           163808 kB
PageTables:      31148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28060624 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= 73664 MiB
End job on node131 at 2011-05-14 18:40:54