Trace number 3370591

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) 1300.05 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n240-s78945233-sat.cnf
MD5SUM1f90ac4288669aff970e47f4201b5ea4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2234
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of clauses576
Sum of the clauses size1440
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2480
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 596
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3370591-1305390068.cnf'
0.00/0.00	c -- header says num vars:            240
0.00/0.00	c -- header says num clauses:         576
0.00/0.00	c -- clauses added:            0 learnts,          576 normals,            0 xors
0.00/0.00	c -- vars added        240
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       240        96       480         0      1440         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:     125 undec:       0 neg:     115
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       240        96       480         0      1440         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.09/0.14	c  N st     8      4914       240        96       480      4815      1440    178320   no data   no data  --
0.39/0.43	c  N st    10     11299       240        96       480      4459      1440    131198   no data   no data  --
0.79/0.80	c  N st    11     17043       240        96       480     10108      1440    365792   no data   no data  --
1.29/1.36	c  F st    12     25002       240        96       480     12374      1440    429637   no data   no data  --
1.29/1.36	c  N st    12     25002       240        96       480     12374      1440    429637   no data   no data  --
1.59/1.68	c Decided on static restart strategy
1.59/1.68	c  N st    18     30002       240        96       480     10626      1440    321154   no data   no data  --
1.59/1.68	c  S st    18     30002       240        96       480     10626      1440    321154   no data   no data  --
1.69/1.74	c  S st    18     30503       240        96       480     11123      1440    337352   no data   no data  --
1.69/1.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.69/1.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.69/1.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1.69/1.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.79/1.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1.79/1.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
1.79/1.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.48	c lits-rem:       245  cl-subs:      154  v-elim:      0  v-fix:    0  time:  0.68 s
2.39/2.48	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.00
2.39/2.48	c calculated reachability. Time: 0.00
2.39/2.48	c  N st    18     30503       240        96       480     10969      1440    330604   no data   no data  --
2.99/3.01	c  N st    20     37614       240        96       480     10185      1440    284068   no data   no data  --
3.49/3.55	c  N st    21     44013       240        96       480     16489      1440    545690   no data   no data  --
3.69/3.71	c  S st    22     45754       240        96       480      9402      1440    226818   no data   no data  --
3.69/3.75	c  S st    22     46256       240        96       480      9903      1440    242784   no data   no data  --
3.69/3.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.69/3.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.69/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
3.69/3.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3.79/3.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
3.79/3.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.79/3.86	c lits-rem:        61  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.06 s
3.79/3.86	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
3.79/3.86	c vivif2 --  cl tried     9874 cl shrink        0 lits rem          0 time: 0.00
3.79/3.87	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.00
3.79/3.87	c calculated reachability. Time: 0.00
3.79/3.87	c  N st    22     46256       240        96       480      9874      1440    241581   no data   no data  --
4.99/5.09	c  N st    23     60653       240        96       480     14157      1440    395716   no data   no data  --
5.70/5.77	c  N st    24     69385       240        96       480     11981      1440    289536   no data   no data  --
5.70/5.77	c  S st    24     69385       240        96       480     11981      1440    289536   no data   no data  --
5.80/5.83	c  S st    24     69890       240        96       480     12485      1440    305490   no data   no data  --
5.80/5.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.80/5.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.80/5.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.80/5.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.80/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
5.80/5.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
5.80/5.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.39/6.44	c lits-rem:        95  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.56 s
6.39/6.44	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
6.39/6.44	c vivif2 --  cl tried    12441 cl shrink        0 lits rem          0 time: 0.00
6.39/6.45	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.00
6.39/6.45	c calculated reachability. Time: 0.00
6.39/6.45	c  N st    24     69890       240        96       480     12441      1440    303659   no data   no data  --
7.99/8.09	c  F st    25     87500       240        96       480     17944      1440    487516   no data   no data  --
7.99/8.09	c  N st    25     87500       240        96       480     17944      1440    487516   no data   no data  --
8.59/8.65	c Decided on static restart strategy
8.89/8.96	c  N st    32     95543       240        96       480     13088      1440    280592   no data   no data  --
9.80/9.84	c  N st    34    104839       240        96       480     22252      1440    612153   no data   no data  --
9.80/9.84	c  S st    34    104839       240        96       480     22252      1440    612153   no data   no data  --
9.90/9.94	c  S st    34    105343       240        96       480     22754      1440    628473   no data   no data  --
9.90/9.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.90/9.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.90/9.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
9.90/9.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.99/10.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
9.99/10.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
9.99/10.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.29/11.34	c lits-rem:       292  cl-subs:      207  v-elim:      0  v-fix:    0  time:  1.28 s
11.29/11.34	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
11.29/11.35	c vivif2 --  cl tried    22547 cl shrink        0 lits rem          0 time: 0.01
11.29/11.35	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.01
11.29/11.35	c calculated reachability. Time: 0.00
11.29/11.35	c  N st    34    105343       240        96       480     22547      1440    620545   no data   no data  --
12.19/12.23	c  N st    35    114944       240        96       480     18173      1440    479473   no data   no data  --
13.99/14.00	c  N st    36    129341       240        96       480     17598      1440    423632   no data   no data  --
16.50/16.59	c  N st    37    150938       240        96       480     23106      1440    609324   no data   no data  --
17.50/17.53	c  S st    38    158014       240        96       480     30105      1440    870553   no data   no data  --
17.60/17.66	c  S st    38    158517       240        96       480     30605      1440    886959   no data   no data  --
17.60/17.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.60/17.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.60/17.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
17.69/17.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.79/17.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
17.79/17.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
17.79/17.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.39/19.49	c lits-rem:       603  cl-subs:      361  v-elim:      0  v-fix:    0  time:  1.65 s
19.39/19.49	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
19.39/19.49	c vivif2 --  cl tried    30244 cl shrink        0 lits rem          0 time: 0.01
19.49/19.50	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.01
19.49/19.50	c calculated reachability. Time: 0.00
19.49/19.50	c  N st    38    158517       240        96       480     30244      1440    872125   no data   no data  --
25.69/25.76	c  N st    39    207105       240        96       480     24757      1440    632308   no data   no data  --
30.29/30.31	c  N st    40    237775       240        96       480     35325      1440   1032549   no data   no data  --
30.29/30.31	c  S st    40    237775       240        96       480     35325      1440   1032549   no data   no data  --
30.39/30.48	c  S st    40    238278       240        96       480     35825      1440   1047767   no data   no data  --
30.39/30.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.39/30.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.49/30.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
30.49/30.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.59/30.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
30.59/30.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
30.59/30.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.80/31.87	c lits-rem:       359  cl-subs:      455  v-elim:      0  v-fix:    0  time:  1.19 s
31.80/31.87	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
31.80/31.88	c vivif2 --  cl tried    35370 cl shrink        0 lits rem          0 time: 0.01
31.80/31.89	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.01
31.80/31.89	c calculated reachability. Time: 0.00
31.80/31.89	c  N st    40    238278       240        96       480     35370      1440   1028769   no data   no data  --
42.09/42.15	c  F st    41    306250       240        96       480     37416      1440   1021897   no data   no data  --
42.09/42.15	c  N st    41    306250       240        96       480     37416      1440   1021897   no data   no data  --
43.19/43.20	c Decided on static restart strategy
46.79/46.86	c  N st    51    334552       240        96       480     41604      1440   1123676   no data   no data  --
50.60/50.69	c  N st    53    357417       240        96       480     39415      1440   1028947   no data   no data  --
50.60/50.69	c  S st    53    357417       240        96       480     39415      1440   1028947   no data   no data  --
50.79/50.87	c  S st    53    357917       240        96       480     39914      1440   1044810   no data   no data  --
50.79/50.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.79/50.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.89/50.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
50.89/50.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.09/51.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.16 s
51.09/51.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
51.09/51.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.19/52.20	c lits-rem:       491  cl-subs:      518  v-elim:      0  v-fix:    0  time:  1.08 s
52.19/52.20	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
52.19/52.21	c vivif2 --  cl tried    39396 cl shrink        0 lits rem          0 time: 0.01
52.19/52.23	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.02
52.19/52.23	c calculated reachability. Time: 0.00
52.19/52.23	c  N st    53    357917       240        96       480     39396      1440   1025728   no data   no data  --
57.69/57.78	c  N st    54    390310       240        96       480     45532      1440   1290317   no data   no data  --
65.90/65.98	c  N st    55    438901       240        96       480     39443      1440    956028   no data   no data  --
79.79/79.87	c  N st    56    511783       240        96       480     52759      1440   1449599   no data   no data  --
84.49/84.57	c  N st    57    536875       240        96       480     47126      1440   1166482   no data   no data  --
84.49/84.57	c  S st    57    536875       240        96       480     47126      1440   1166482   no data   no data  --
84.70/84.78	c  S st    57    537377       240        96       480     47626      1440   1181696   no data   no data  --
84.70/84.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.70/84.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.79/84.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
84.79/84.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.99/85.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
84.99/85.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
84.99/85.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.19/86.27	c lits-rem:        68  cl-subs:      488  v-elim:      0  v-fix:    0  time:  1.26 s
86.19/86.27	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
86.19/86.28	c vivif2 --  cl tried    47138 cl shrink        0 lits rem          0 time: 0.01
86.19/86.30	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.01
86.29/86.30	c calculated reachability. Time: 0.00
86.29/86.30	c  N st    57    537377       240        96       480     47138      1440   1165383   no data   no data  --
118.99/119.04	c  N st    58    701363       240        96       480     41239      1440    849969   no data   no data  --
144.50/144.55	c  N st    59    806066       240        96       480     70457      1440   1909947   no data   no data  --
144.50/144.55	c  S st    59    806066       240        96       480     70457      1440   1909947   no data   no data  --
144.80/144.88	c  S st    59    806569       240        96       480     70960      1440   1926341   no data   no data  --
144.80/144.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
144.80/144.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.90/144.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
145.00/145.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.29/145.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
145.29/145.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
145.29/145.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
148.69/148.73	c lits-rem:       298  cl-subs:      999  v-elim:      0  v-fix:    0  time:  3.41 s
148.69/148.73	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
148.69/148.75	c vivif2 --  cl tried    69961 cl shrink        0 lits rem          0 time: 0.03
148.69/148.78	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.03
148.69/148.79	c calculated reachability. Time: 0.00
148.69/148.79	c  N st    59    806569       240        96       480     69961      1440   1889985   no data   no data  --
218.60/218.66	c  F st    60   1071878       240        96       480     85919      1440   2414458   no data   no data  --
218.60/218.66	c  N st    60   1071878       240        96       480     85919      1440   2414458   no data   no data  --
220.20/220.20	c Decided on static restart strategy
225.60/225.68	c  N st    70   1100182       240        96       480     69518      1440   1677858   no data   no data  --
235.60/235.60	c  N st    72   1136175       240        96       480     59824      1440   1316315   no data   no data  --
246.40/246.49	c  N st    73   1168567       240        96       480     91359      1440   2415581   no data   no data  --
257.70/257.79	c  N st    74   1209854       240        96       480     85842      1440   2280830   no data   no data  --
257.70/257.79	c  S st    74   1209854       240        96       480     85842      1440   2280830   no data   no data  --
258.10/258.17	c  S st    74   1210356       240        96       480     86343      1440   2296524   no data   no data  --
258.10/258.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
258.10/258.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
258.20/258.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
258.30/258.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.69/258.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.40 s
258.69/258.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
258.69/258.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
263.10/263.13	c lits-rem:       184  cl-subs:     1278  v-elim:      0  v-fix:    0  time:  4.39 s
263.10/263.13	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
263.10/263.16	c vivif2 --  cl tried    85065 cl shrink        0 lits rem          0 time: 0.03
263.10/263.19	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.04
263.20/263.20	c calculated reachability. Time: 0.00
263.20/263.20	c  N st    74   1210356       240        96       480     85065      1440   2260226   no data   no data  --
284.19/284.26	c  N st    75   1283238       240        96       480     61481      1440   1339119   no data   no data  --
319.40/319.49	c  N st    76   1392562       240        96       480     69673      1440   1627974   no data   no data  --
372.60/372.61	c  N st    77   1556547       240        96       480     74471      1440   1719940   no data   no data  --
426.71/426.79	c  N st    78   1710356       240        96       480     60824      1440   1120475   no data   no data  --
426.71/426.79	c  S st    78   1710356       240        96       480     60824      1440   1120475   no data   no data  --
427.10/427.11	c  S st    78   1710859       240        96       480     61325      1440   1136067   no data   no data  --
427.10/427.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
427.10/427.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
427.10/427.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
427.20/427.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.30/427.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
427.30/427.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
427.30/427.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
428.70/428.70	c lits-rem:        48  cl-subs:      171  v-elim:      0  v-fix:    0  time:  1.37 s
428.70/428.70	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
428.70/428.72	c vivif2 --  cl tried    61154 cl shrink        0 lits rem          0 time: 0.02
428.70/428.74	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.02
428.70/428.75	c calculated reachability. Time: 0.00
428.70/428.75	c  N st    78   1710859       240        96       480     61154      1440   1130715   no data   no data  --
562.30/562.38	c  N st    79   2079824       240        96       480     66986      1440   1232522   no data   no data  --
617.11/617.14	c  N st    80   2210860       240        96       480     68787      1440   1251961   no data   no data  --
617.11/617.14	c  S st    80   2210860       240        96       480     68787      1440   1251961   no data   no data  --
617.41/617.48	c  S st    80   2211361       240        96       480     69284      1440   1268586   no data   no data  --
617.41/617.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
617.41/617.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
617.51/617.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
617.51/617.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
617.71/617.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
617.71/617.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
617.71/617.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
619.10/619.14	c lits-rem:        25  cl-subs:      246  v-elim:      0  v-fix:    0  time:  1.40 s
619.10/619.14	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
619.10/619.16	c vivif2 --  cl tried    69038 cl shrink        0 lits rem          0 time: 0.02
619.10/619.19	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.03
619.10/619.19	c calculated reachability. Time: 0.00
619.10/619.19	c  N st    80   2211361       240        96       480     69038      1440   1261073   no data   no data  --
823.82/823.81	c  N st    81   2711361       240        96       480     85350      1440   1741913   no data   no data  --
823.82/823.81	c  S st    81   2711361       240        96       480     85350      1440   1741913   no data   no data  --
824.21/824.24	c  S st    81   2711864       240        96       480     85852      1440   1757830   no data   no data  --
824.21/824.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
824.21/824.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
824.31/824.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.10
824.41/824.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
824.62/824.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
824.62/824.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
824.62/824.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
828.32/828.33	c lits-rem:       532  cl-subs:      827  v-elim:      0  v-fix:    0  time:  3.70 s
828.32/828.33	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
828.32/828.35	c vivif2 --  cl tried    85025 cl shrink        0 lits rem          0 time: 0.03
828.32/828.39	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.04
828.32/828.39	c calculated reachability. Time: 0.00
828.32/828.39	c  N st    81   2711864       240        96       480     85025      1440   1733357   no data   no data  --
1058.23/1058.27	c  N st    82   3211864       240        96       480    131224      1440   3502156   no data   no data  --
1058.23/1058.27	c  S st    82   3211864       240        96       480    131224      1440   3502156   no data   no data  --
1058.92/1058.99	c  S st    82   3212366       240        96       480    131725      1440   3517641   no data   no data  --
1059.02/1059.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1059.02/1059.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1059.22/1059.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.19
1059.33/1059.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1060.02/1060.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
1060.02/1060.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
1060.02/1060.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1118.52/1118.51	c lits-rem:       133  cl-subs:     1956  v-elim:      0  v-fix:    0  time: 58.45 s
1118.52/1118.51	c vivif2 --  cl tried       96 cl shrink        0 lits rem          0 time: 0.00
1118.52/1118.56	c vivif2 --  cl tried   129769 cl shrink        0 lits rem          0 time: 0.05
1118.63/1118.63	c asymm  cl-useful: 0/96/96 lits-rem:0 time: 0.07
1118.63/1118.63	c calculated reachability. Time: 0.00
1118.63/1118.63	c  N st    82   3212366       240        96       480    129769      1440   3453701   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-3370591-1305390068/watcher-3370591-1305390068 -o /tmp/evaluation-result-3370591-1305390068/solver-3370591-1305390068 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370591-1305390068.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.75 3.95 3.92 3/279 24812
/proc/meminfo: memFree=20986180/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=29808 CPUtime=0 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 552 0 0 0 0 0 0 0 25 0 1 0 650606586 30523392 491 33554432000 4194304 4650387 140733307403328 18446744073709551615 237278540485 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 7452 492 377 112 0 2417 0

[startup+0.0829511 s]
/proc/loadavg: 3.75 3.95 3.92 3/279 24812
/proc/meminfo: memFree=20986180/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=29940 CPUtime=0.08 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 701 0 0 0 8 0 0 0 25 0 1 0 650606586 30658560 640 33554432000 4194304 4650387 140733307403328 18446744073709551615 4326483 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 7485 640 378 112 0 2450 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29940

[startup+0.100947 s]
/proc/loadavg: 3.75 3.95 3.92 3/279 24812
/proc/meminfo: memFree=20986180/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=30076 CPUtime=0.09 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 741 0 0 0 9 0 0 0 25 0 1 0 650606586 30797824 680 33554432000 4194304 4650387 140733307403328 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 7519 680 378 112 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30076

[startup+0.300911 s]
/proc/loadavg: 3.75 3.95 3.92 3/279 24812
/proc/meminfo: memFree=20986180/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=30748 CPUtime=0.29 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 1084 0 0 0 29 0 0 0 25 0 1 0 650606586 31485952 829 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 7687 829 380 112 0 2652 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30748

[startup+0.700903 s]
/proc/loadavg: 3.75 3.95 3.92 3/279 24812
/proc/meminfo: memFree=20986180/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=31348 CPUtime=0.69 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 1595 0 0 0 69 0 0 0 25 0 1 0 650606586 32100352 1032 33554432000 4194304 4650387 140733307403328 18446744073709551615 4310431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 7837 1032 380 112 0 2802 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31348

[startup+1.5007 s]
/proc/loadavg: 3.75 3.95 3.92 5/285 24821
/proc/meminfo: memFree=20968640/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=32248 CPUtime=1.49 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 2573 0 0 0 149 0 0 0 25 0 1 0 650606586 33021952 1088 33554432000 4194304 4650387 140733307403328 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 8062 1088 381 112 0 3027 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32248

[startup+3.10047 s]
/proc/loadavg: 3.75 3.95 3.92 5/285 24821
/proc/meminfo: memFree=20937564/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=40916 CPUtime=3.09 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 5295 0 0 0 309 0 0 0 25 0 1 0 650606586 41897984 3254 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365503 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 10229 3254 382 112 0 5194 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40916

[startup+6.30084 s]
/proc/loadavg: 3.77 3.95 3.92 5/285 24821
/proc/meminfo: memFree=20933216/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=43732 CPUtime=6.29 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 7915 0 0 0 628 1 0 0 25 0 1 0 650606586 44781568 3848 33554432000 4194304 4650387 140733307403328 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 10933 3848 382 112 0 5898 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43732

[startup+12.7007 s]
/proc/loadavg: 3.79 3.95 3.92 5/285 24821
/proc/meminfo: memFree=20899420/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=51220 CPUtime=12.69 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 12464 0 0 0 1268 1 0 0 25 0 1 0 650606586 52449280 5898 33554432000 4194304 4650387 140733307403328 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 12805 5898 382 112 0 7770 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51220

[startup+25.5004 s]
/proc/loadavg: 3.84 3.95 3.92 5/285 24822
/proc/meminfo: memFree=20866240/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=61648 CPUtime=25.49 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 20329 0 0 0 2546 3 0 0 25 0 1 0 650606586 63127552 8121 33554432000 4194304 4650387 140733307403328 18446744073709551615 4360882 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 15412 8121 382 112 0 10377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61648

[startup+51.1009 s]
/proc/loadavg: 4.02 3.99 3.93 5/285 24822
/proc/meminfo: memFree=20830336/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=76148 CPUtime=51.09 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 32777 0 0 0 5105 4 0 0 25 0 1 0 650606586 77975552 12050 33554432000 4194304 4650387 140733307403328 18446744073709551615 4436087 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 19037 12050 382 112 0 14002 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76148

[startup+102.311 s]
/proc/loadavg: 4.01 3.99 3.93 6/285 24932
/proc/meminfo: memFree=20724140/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=89668 CPUtime=102.3 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 50789 0 0 0 10222 8 0 0 25 0 1 0 650606586 91820032 15813 33554432000 4194304 4650387 140733307403328 18446744073709551615 4366036 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 22417 15813 382 112 0 17382 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 89668

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.93 5/285 24933
/proc/meminfo: memFree=20650600/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=111424 CPUtime=162.29 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 70210 0 0 0 16215 14 0 0 25 0 1 0 650606586 114098176 19564 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 27856 19564 382 112 0 22821 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 111424

[startup+222.3 s]
/proc/loadavg: 4.00 3.99 3.93 5/285 24935
/proc/meminfo: memFree=20647948/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=111880 CPUtime=222.3 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 83768 0 0 0 22212 18 0 0 25 0 1 0 650606586 114565120 20078 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 27970 20078 382 112 0 22935 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 111880

[startup+282.301 s]
/proc/loadavg: 4.07 4.00 3.94 5/285 24937
/proc/meminfo: memFree=20555168/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=131848 CPUtime=282.3 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 99447 0 0 0 28208 22 0 0 25 0 1 0 650606586 135012352 24680 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 32962 24680 382 112 0 27927 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 131848

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.94 5/285 24938
/proc/meminfo: memFree=20550424/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=132080 CPUtime=342.3 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 109826 0 0 0 34203 27 0 0 25 0 1 0 650606586 135249920 25951 33554432000 4194304 4650387 140733307403328 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 33020 25951 382 112 0 27985 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 132080

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/285 24940
/proc/meminfo: memFree=20552472/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=132316 CPUtime=402.3 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 119997 0 0 0 40200 30 0 0 25 0 1 0 650606586 135491584 26656 33554432000 4194304 4650387 140733307403328 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 33079 26656 382 112 0 28044 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 132316

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/285 24941
/proc/meminfo: memFree=20517816/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=132568 CPUtime=462.3 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 129798 0 0 0 46196 34 0 0 25 0 1 0 650606586 135749632 26348 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 33142 26348 382 112 0 28107 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 132568

[startup+522.301 s]
/proc/loadavg: 4.04 4.01 3.94 5/285 24943
/proc/meminfo: memFree=20526352/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=132840 CPUtime=522.3 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 139811 0 0 0 52193 37 0 0 25 0 1 0 650606586 136028160 25420 33554432000 4194304 4650387 140733307403328 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 33210 25420 382 112 0 28175 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 132840

[startup+582.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/285 24945
/proc/meminfo: memFree=20471744/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=133336 CPUtime=582.31 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 148822 0 0 0 58190 41 0 0 25 0 1 0 650606586 136536064 26938 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 33334 26938 382 112 0 28299 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 133336

[startup+642.301 s]
/proc/loadavg: 4.08 4.03 3.95 5/285 24946
/proc/meminfo: memFree=20458304/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=196528 CPUtime=642.32 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 158181 0 0 0 64187 45 0 0 25 0 1 0 650606586 201244672 28806 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 49132 28806 382 112 0 44097 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 196528

[startup+702.301 s]
/proc/loadavg: 4.03 4.02 3.95 5/285 24948
/proc/meminfo: memFree=20466076/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=140464 CPUtime=702.31 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 167832 0 0 0 70183 48 0 0 25 0 1 0 650606586 143835136 26823 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 35116 26823 382 112 0 30081 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 140464

[startup+762.31 s]
/proc/loadavg: 4.01 4.02 3.95 5/285 24949
/proc/meminfo: memFree=20465028/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=140636 CPUtime=762.32 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 176306 0 0 0 76181 51 0 0 25 0 1 0 650606586 144011264 27187 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 35159 27187 382 112 0 30124 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 140636

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.95 5/285 24951
/proc/meminfo: memFree=20442160/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=141928 CPUtime=822.31 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 184667 0 0 0 82177 54 0 0 25 0 1 0 650606586 145334272 27248 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 35482 27248 382 112 0 30447 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 141928

[startup+882.301 s]
/proc/loadavg: 4.03 4.02 3.96 5/285 24953
/proc/meminfo: memFree=20417092/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=208584 CPUtime=882.31 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 192731 0 0 0 88174 57 0 0 25 0 1 0 650606586 213590016 31047 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 52146 31047 382 112 0 47111 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 208584

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/285 24954
/proc/meminfo: memFree=20419044/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=149796 CPUtime=942.31 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 200985 0 0 0 94171 60 0 0 25 0 1 0 650606586 153391104 30499 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 37449 30499 382 112 0 32414 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 149796

[startup+1002.3 s]
/proc/loadavg: 3.44 3.86 3.90 4/279 24973
/proc/meminfo: memFree=20498408/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=149980 CPUtime=1002.31 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 209124 0 0 0 100168 63 0 0 25 0 1 0 650606586 153579520 29515 33554432000 4194304 4650387 140733307403328 18446744073709551615 4328240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 37495 29515 382 112 0 32460 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 149980

[startup+1062.3 s]
/proc/loadavg: 3.21 3.71 3.85 4/279 24974
/proc/meminfo: memFree=20463148/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=246244 CPUtime=1062.32 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 223717 0 0 0 106165 67 0 0 25 0 1 0 650606586 252153856 39389 33554432000 4194304 4650387 140733307403328 18446744073709551615 4432364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 61561 39389 382 112 0 56526 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 246244

[startup+1122.3 s]
/proc/loadavg: 3.08 3.58 3.79 4/279 24976
/proc/meminfo: memFree=20456268/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=248244 CPUtime=1122.32 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 224480 0 0 0 112165 67 0 0 25 0 1 0 650606586 254201856 40152 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 62061 40152 382 112 0 57026 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 248244

[startup+1182.3 s]
/proc/loadavg: 3.13 3.50 3.75 4/279 24978
/proc/meminfo: memFree=20465412/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=187604 CPUtime=1182.32 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 232320 0 0 0 118162 70 0 0 25 0 1 0 650606586 192106496 38398 33554432000 4194304 4650387 140733307403328 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 46901 38398 382 112 0 41866 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 187604

[startup+1242.3 s]
/proc/loadavg: 3.05 3.41 3.70 4/279 24979
/proc/meminfo: memFree=20442952/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=187696 CPUtime=1242.32 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 238225 0 0 0 124159 73 0 0 25 0 1 0 650606586 192200704 39521 33554432000 4194304 4650387 140733307403328 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 46924 39521 382 112 0 41889 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 187696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.33 3.66 3/278 24982
/proc/meminfo: memFree=20621252/32950904 swapFree=67057400/67111528
[pid=24812] ppid=24810 vsize=249976 CPUtime=1300.03 cores=0,2
/proc/24812/stat : 24812 (strangenight1-s) R 24810 24812 24601 0 -1 4202496 244099 0 0 0 129928 75 0 0 25 0 1 0 650606586 255975424 40479 33554432000 4194304 4650387 140733307403328 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24812/statm: 62494 40479 382 112 0 57459 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 249976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.29
CPU system time (s): 0.765883
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 263556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.29
system time used= 0.765883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244099
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= 6
involuntary context switches= 1504

runsolver used 3.33849 second user time and 7.54885 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 18:21:08
IDJOB=3370591
IDBENCH=83154
IDSOLVER=1847
FILE ID=node121/3370591-1305390068
RUNJOBID= node121-1305388766-24619
PBS_JOBID= 13324417
Free space on /tmp= 73420 MiB

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

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

MD5SUM BENCH= 1f90ac4288669aff970e47f4201b5ea4
RANDOM SEED=656294526

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20986196 kB
Buffers:        294200 kB
Cached:        5944176 kB
SwapCached:       7656 kB
Active:        6396752 kB
Inactive:      5214880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20986196 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           18684 kB
Writeback:           0 kB
AnonPages:     5371448 kB
Mapped:          22676 kB
Slab:           265192 kB
PageTables:      24280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30708116 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73420 MiB
End job on node121 at 2011-05-14 18:42:50