Trace number 3265194

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? (TO) 1300.07 1300.03

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3841
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3265194-1303576050.cnf'
0.00/0.00	c -- header says num vars:           1560
0.00/0.00	c -- header says num clauses:       30460
0.00/0.00	c -- clauses added:            0 learnts,        30460 normals,            0 xors
0.00/0.00	c -- vars added       1560
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0      1560        40     30420         0     62400         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/40/40 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.2M T:  0.01
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1560 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.16M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:     40  v-fix:    0  time:  0.02 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:     756 undec:      40 neg:     764
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0      1520      1539     28881         0    118560         0   no data   no data  --
0.29/0.34	c  N dy    11      4521      1520      1539     28881      4353    118560    829864     40.30     42.70  --
0.69/0.74	c  N dy    17      9195      1520      1539     28881      6391    118560   1151995     39.76     42.02  --
1.00/1.10	c  N dy    31     13268      1520      1539     28881      6268    118560   1065941     40.39     42.87  --
1.39/1.46	c  N dy    49     17363      1520      1539     28881     10190    118560   1825589     40.92     45.55  --
2.59/2.68	c  N dy    53     24838      1520      1539     28881     11893    118560   2252355     39.80     41.98  --
2.69/2.70	c  F st    54     25000      1520      1539     28881     12053    118560   2281042     39.79     39.11  --
3.09/3.19	c  N dy    60     30000      1520      1539     28881     10385    118560   1924385     39.79   no data  --
3.09/3.19	c  S st    60     30000      1520      1539     28881     10385    118560   1924385     39.79   no data  --
3.20/3.22	c  S st    60     30504      1520      1539     28881     10877    118560   2005221     39.79   no data  --
3.20/3.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.20/3.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.20/3.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
3.30/3.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.69/4.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
4.69/4.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
4.69/4.77	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
7.29/7.39	c lits-rem:        31  cl-subs:      228  v-elim:      0  v-fix:    0  time:  2.62 s
7.39/7.41	c asymm  cl-useful: 0/1499/1539 lits-rem:0 time: 0.02
7.39/7.41	c calculated reachability. Time: 0.00
7.39/7.41	c  N dy    60     30504      1520      1539     28881     10649    118560   1943876     39.79   no data  --
7.79/7.82	c  N dy    65     34934      1520      1539     28881     14967    118560   3098893     39.83     42.03  --
8.29/8.33	c  N dy    69     39852      1520      1539     28881     12138    118560   2451380     39.81     41.92  --
9.09/9.18	c  N dy    74     45756      1520      1539     28881      9172    118560   1611072     39.67     37.98  --
9.09/9.18	c  S st    74     45756      1520      1539     28881      9172    118560   1611072     39.67     37.98  --
9.19/9.21	c  S st    74     46261      1520      1539     28881      9672    118560   1704972     39.67   no data  --
9.19/9.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/9.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.19/9.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
9.19/9.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.59/10.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
10.59/10.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
10.59/10.69	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
12.59/12.64	c lits-rem:        14  cl-subs:       27  v-elim:      0  v-fix:    0  time:  1.95 s
12.59/12.64	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
12.59/12.66	c vivif2 --  cl tried     9645 cl shrink        0 lits rem          0 time: 0.02
12.59/12.68	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.02
12.59/12.68	c calculated reachability. Time: 0.00
12.59/12.68	c  N dy    74     46261      1520      1539     28881      9645    118560   1695820     39.67   no data  --
14.99/15.02	c  N dy    75     59010      1520      1539     28881     12166    118560   2402064     39.03     41.09  --
15.39/15.49	c  N dy    84     63295      1520      1539     28881     16273    118560   3365341     39.13     41.74  --
15.99/16.01	c  N dy   100     67650      1520      1539     28881     20499    118560   4384211     39.32     41.42  --
16.19/16.24	c  S st   105     69391      1520      1539     28881     11655    118560   2297590     39.34     38.85  --
16.19/16.27	c  S st   105     69894      1520      1539     28881     12154    118560   2387125     39.34   no data  --
16.19/16.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.19/16.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.29/16.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
16.29/16.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.79/17.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
17.79/17.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
17.79/17.81	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
20.89/20.91	c lits-rem:        16  cl-subs:      129  v-elim:      0  v-fix:    0  time:  3.10 s
20.89/20.91	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
20.89/20.94	c vivif2 --  cl tried    12025 cl shrink        0 lits rem          0 time: 0.03
20.89/20.97	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.03
20.89/20.97	c calculated reachability. Time: 0.00
20.89/20.97	c  N dy   105     69894      1520      1539     28881     12025    118560   2344351     39.34   no data  --
21.59/21.68	c  N dy   112     76132      1520      1539     28881     18017    118560   3905341     39.29     41.41  --
22.49/22.51	c  N dy   123     82245      1520      1539     28881     12347    118560   2460308     39.35     41.44  --
23.09/23.12	c  F st   131     87500      1520      1539     28881     17419    118560   3808731     39.32     38.42  --
23.09/23.12	c  N st   131     87500      1520      1539     28881     17419    118560   3808731     39.32     38.42  --
24.10/24.10	c  N dy   140     93092      1520      1539     28881     22858    118560   5240840     39.34     41.56  --
24.99/25.06	c  N dy   161    100058      1520      1539     28881     17078    118560   3586384     39.44     41.54  --
25.69/25.71	c  S st   165    104842      1520      1539     28881     21686    118560   4832884     39.43     40.04  --
25.69/25.75	c  S st   165    105346      1520      1539     28881     22183    118560   4920153     39.43   no data  --
25.69/25.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.69/25.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.79/25.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
25.89/25.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.39/27.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
27.39/27.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
27.39/27.50	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
33.99/34.08	c lits-rem:         9  cl-subs:      198  v-elim:      0  v-fix:    0  time:  6.58 s
33.99/34.08	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
34.09/34.14	c vivif2 --  cl tried    21985 cl shrink        0 lits rem          0 time: 0.05
34.09/34.18	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.04
34.09/34.18	c calculated reachability. Time: 0.00
34.09/34.18	c  N dy   165    105346      1520      1539     28881     21985    118560   4848425     39.43   no data  --
34.99/35.04	c  N dy   176    112788      1520      1539     28881     15686    118560   3039803     39.40     41.58  --
35.99/36.02	c  N dy   203    120107      1520      1539     28881     22840    118560   4953479     39.51     41.69  --
37.19/37.21	c  N dy   221    127832      1520      1539     28881     15817    118560   2977047     39.55     42.12  --
38.40/38.50	c  N dy   234    136482      1520      1539     28881     24227    118560   5353140     39.57     41.70  --
39.99/40.08	c  N dy   277    145754      1520      1539     28881     17716    118560   3300913     39.70     41.82  --
41.59/41.63	c  N dy   301    155153      1520      1539     28881     26911    118560   5808209     39.73     41.93  --
42.19/42.26	c  S st   319    158019      1520      1539     28881     29720    118560   6509919     39.80   no data  --
42.29/42.30	c  S st   319    158523      1520      1539     28881     30220    118560   6602150     39.80   no data  --
42.29/42.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.29/42.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.29/42.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
42.49/42.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.09/44.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.57 s
44.09/44.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
44.09/44.15	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
79.59/79.67	c lits-rem:         1  cl-subs:      222  v-elim:      0  v-fix:    0  time: 35.52 s
79.59/79.67	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
79.69/79.74	c vivif2 --  cl tried    29998 cl shrink        0 lits rem          0 time: 0.07
79.79/79.80	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.06
79.79/79.80	c calculated reachability. Time: 0.00
79.79/79.80	c  N dy   319    158523      1520      1539     28881     29998    118560   6526059     39.80   no data  --
81.19/81.20	c  N dy   328    169448      1520      1539     28881     23976    118560   4649017     39.68     41.78  --
82.99/83.04	c  N dy   358    180264      1520      1539     28881     34545    118560   7232844     39.74     41.88  --
85.19/85.24	c  N dy   388    194611      1520      1539     28881     30940    118560   6257430     39.77     41.97  --
87.49/87.56	c  N dy   421    207130      1520      1539     28881     24594    118560   4493462     39.81     43.90  --
90.29/90.38	c  N dy   457    220603      1520      1539     28881     37758    118560   7794064     39.84     42.01  --
93.19/93.27	c  N dy   497    234850      1520      1539     28881     32258    118560   6298119     39.91     42.02  --
94.09/94.11	c  S st   507    237784      1520      1539     28881     35093    118560   7003738     39.92     41.27  --
94.09/94.14	c  S st   507    238286      1520      1539     28881     35588    118560   7087296     39.92   no data  --
94.09/94.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
94.09/94.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.19/94.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
94.39/94.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.10/96.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.76 s
96.20/96.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
96.20/96.20	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
145.20/145.21	c lits-rem:         7  cl-subs:      258  v-elim:      0  v-fix:    0  time: 49.01 s
145.20/145.21	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
145.20/145.30	c vivif2 --  cl tried    35330 cl shrink        0 lits rem          0 time: 0.08
145.30/145.37	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.07
145.30/145.37	c calculated reachability. Time: 0.00
145.30/145.37	c  N dy   507    238286      1520      1539     28881     35330    118560   7009899     39.92   no data  --
147.09/147.11	c  N dy   553    253533      1520      1539     28881     29582    118560   5428511     39.98     47.94  --
149.60/149.66	c  N dy   581    269957      1520      1539     28881     24154    118560   4074038     39.98     42.09  --
152.80/152.80	c  N dy   633    289560      1520      1539     28881     43212    118560   8866213     40.03     42.27  --
155.29/155.34	c  F st   666    306250      1520      1539     28881     37112    118560   7144423     40.06     39.90  --
155.69/155.80	c  N st   670    308281      1520      1539     28881     39090    118560   7674093     40.06   no data  --
159.29/159.33	c  N dy   712    328170      1520      1539     28881     35147    118560   6546423     40.08     42.22  --
163.30/163.35	c  N dy   769    348241      1520      1539     28881     30365    118560   5202954     40.14     43.03  --
165.00/165.06	c  S st   790    357430      1520      1539     28881     39278    118560   7438035     40.14     38.32  --
165.09/165.10	c  S st   790    357931      1520      1539     28881     39776    118560   7532827     40.14   no data  --
165.09/165.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
165.09/165.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
165.09/165.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.07
165.29/165.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.90/166.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
166.90/166.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
166.90/166.93	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
214.60/214.67	c lits-rem:        28  cl-subs:      289  v-elim:      0  v-fix:    0  time: 47.74 s
214.60/214.67	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
214.70/214.75	c vivif2 --  cl tried    39487 cl shrink        0 lits rem          0 time: 0.09
214.80/214.83	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.08
214.80/214.84	c calculated reachability. Time: 0.00
214.80/214.84	c  N dy   790    357931      1520      1539     28881     39487    118560   7442943     40.14   no data  --
217.49/217.54	c  N dy   841    378008      1520      1539     28881     33691    118560   5929086     40.16     49.10  --
222.20/222.26	c  N dy   909    399238      1520      1539     28881     28083    118560   4292966     40.22     42.39  --
225.90/225.98	c  N dy   945    419272      1520      1539     28881     47614    118560   9658913     40.22     45.42  --
230.10/230.16	c  N dy   989    439500      1520      1539     28881     40114    118560   7306233     40.23     42.42  --
234.99/235.01	c  N dy  1028    459846      1520      1539     28881     31624    118560   5012492     40.23     42.40  --
240.10/240.16	c  N dy  1114    480262      1520      1539     28881     51570    118560  10178427     40.32     42.53  --
245.20/245.25	c  N dy  1152    500302      1520      1539     28881     41759    118560   7523527     40.32     42.54  --
251.40/251.47	c  N dy  1218    520711      1520      1539     28881     31486    118560   4631819     40.36     42.62  --
255.39/255.42	c  S st  1260    536898      1520      1539     28881     47255    118560   8645934     40.36     40.54  --
255.39/255.46	c  S st  1260    537404      1520      1539     28881     47756    118560   8744809     40.36   no data  --
255.39/255.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
255.39/255.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
255.49/255.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.07
255.69/255.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.30/257.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
257.30/257.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
257.30/257.32	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
333.00/333.08	c lits-rem:         8  cl-subs:      280  v-elim:      0  v-fix:    0  time: 75.76 s
333.00/333.08	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
333.10/333.19	c vivif2 --  cl tried    47476 cl shrink        0 lits rem          0 time: 0.10
333.20/333.29	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.10
333.20/333.29	c calculated reachability. Time: 0.00
333.20/333.29	c  N dy  1260    537404      1520      1539     28881     47476    118560   8656167     40.36   no data  --
336.10/336.14	c  N dy  1300    558805      1520      1539     28881     37104    118560   6014633     40.35     42.48  --
340.30/340.37	c  N dy  1337    580503      1520      1539     28881     58115    118560  11873143     40.36     42.71  --
344.40/344.48	c  N dy  1393    600512      1520      1539     28881     45582    118560   8154113     40.39     42.52  --
350.10/350.10	c  N dy  1445    622485      1520      1539     28881     33854    118560   4859527     40.40     42.66  --
354.70/354.76	c  N dy  1480    643340      1520      1539     28881     54021    118560  10208681     40.40     42.84  --
360.81/360.80	c  N dy  1527    663396      1520      1539     28881     39567    118560   6240450     40.43     45.57  --
366.00/366.04	c  N dy  1574    686389      1520      1539     28881     61861    118560  12207945     40.43     42.63  --
371.50/371.52	c  N dy  1641    707293      1520      1539     28881     47281    118560   8164213     40.46     42.67  --
377.70/377.71	c  N dy  1698    728854      1520      1539     28881     68218    118560  13637731     40.49     42.71  --
382.91/382.97	c  N dy  1744    750274      1520      1539     28881     53149    118560   9462042     40.50     42.73  --
390.41/390.45	c  N dy  1808    774044      1520      1539     28881     39313    118560   5798300     40.52     42.71  --
396.70/396.75	c  N dy  1857    798582      1520      1539     28881     63236    118560  11737324     40.53     42.78  --
399.40/399.41	c  S st  1879    806108      1520      1539     28881     70570    118560  13560870     40.54     40.47  --
399.40/399.46	c  S st  1879    806609      1520      1539     28881     71063    118560  13651910     40.54   no data  --
399.40/399.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
399.40/399.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
399.50/399.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.5M T:  0.10
400.00/400.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
401.70/401.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.69 s
401.70/401.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
401.70/401.70	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
616.01/616.09	c lits-rem:        25  cl-subs:      572  v-elim:      0  v-fix:    0  time: 214.39 s
616.01/616.10	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
616.20/616.26	c vivif2 --  cl tried    70491 cl shrink        0 lits rem          0 time: 0.17
616.40/616.45	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.19
616.40/616.46	c calculated reachability. Time: 0.00
616.40/616.46	c  N dy  1879    806609      1520      1539     28881     70491    118560  13488503     40.54   no data  --
619.51/619.58	c  N dy  1903    826797      1520      1539     28881     52087    118560   9118037     40.52     42.74  --
625.91/625.97	c  N dy  1933    846809      1520      1539     28881     71473    118560  14896661     40.52     43.87  --
631.10/631.18	c  N dy  1979    867343      1520      1539     28881     52618    118560   9116811     40.53     42.80  --
636.91/636.97	c  N dy  2042    887902      1520      1539     28881     72636    118560  14756581     40.55     42.75  --
642.31/642.33	c  N dy  2092    908648      1520      1539     28881     52982    118560   9028945     40.57     42.83  --
647.91/647.99	c  N dy  2137    929176      1520      1539     28881     72971    118560  14414922     40.58     42.77  --
654.71/654.73	c  N dy  2185    952881      1520      1539     28881     55137    118560   9477309     40.58     42.88  --
661.02/661.06	c  N dy  2243    974447      1520      1539     28881     76153    118560  15227844     40.60     42.80  --
666.21/666.20	c  N dy  2292    994877      1520      1539     28881     54205    118560   8911375     40.60     42.93  --
673.11/673.12	c  N dy  2364   1016473      1520      1539     28881     75202    118560  14488318     40.62     42.78  --
679.51/679.52	c  N dy  2407   1036538      1520      1539     28881     51888    118560   8247142     40.63     42.79  --
685.51/685.58	c  N dy  2437   1058727      1520      1539     28881     73475    118560  14049627     40.62     42.89  --
691.21/691.28	c  F st  2488   1071878      1520      1539     28881     86312    118560  17442733     40.65     41.69  --
693.21/693.25	c  N dy  2503   1078920      1520      1539     28881     49377    118560   7406600     40.65     42.85  --
699.41/699.42	c  N dy  2553   1098939      1520      1539     28881     68812    118560  12533432     40.66     52.70  --
708.21/708.28	c  N dy  2601   1122490      1520      1539     28881     46930    118560   6704740     40.67     43.03  --
714.31/714.30	c  N dy  2654   1142744      1520      1539     28881     66675    118560  11822627     40.68     42.87  --
722.02/722.07	c  N dy  2709   1162943      1520      1539     28881     86309    118560  17029529     40.69     42.90  --
728.81/728.83	c  N dy  2757   1183401      1520      1539     28881     60483    118560  10118653     40.70     43.01  --
736.11/736.10	c  N dy  2803   1203709      1520      1539     28881     80264    118560  15304830     40.71     42.94  --
738.92/738.91	c  S st  2821   1209915      1520      1539     28881     86284    118560  16926969     40.71     39.75  --
738.92/738.97	c  S st  2821   1210419      1520      1539     28881     86776    118560  17019449     40.71   no data  --
739.02/739.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
739.02/739.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
739.12/739.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.12
739.61/739.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
741.32/741.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.73 s
741.32/741.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
741.32/741.37	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
1077.32/1077.33	c lits-rem:        11  cl-subs:      704  v-elim:      0  v-fix:    0  time: 335.97 s
1077.32/1077.33	c vivif2 --  cl tried     1539 cl shrink        0 lits rem          0 time: 0.00
1077.52/1077.54	c vivif2 --  cl tried    86072 cl shrink        0 lits rem          0 time: 0.20
1077.72/1077.79	c asymm  cl-useful: 0/1539/1539 lits-rem:0 time: 0.25
1077.72/1077.80	c calculated reachability. Time: 0.00
1077.72/1077.80	c  N dy  2821   1210419      1520      1539     28881     86072    118560  16786983     40.71   no data  --
1080.92/1080.96	c  N dy  2856   1231028      1520      1539     28881     59286    118560   9889805     40.70     43.14  --
1086.92/1086.94	c  N dy  2898   1253329      1520      1539     28881     80744    118560  16011504     40.71     42.88  --
1092.62/1092.61	c  N dy  2940   1274681      1520      1539     28881     53951    118560   8406945     40.70     42.87  --
1098.12/1098.10	c  N dy  2991   1296435      1520      1539     28881     75105    118560  14411535     40.71     42.93  --
1105.63/1105.62	c  N dy  3037   1317778      1520      1539     28881     95817    118560  20269561     40.72     42.88  --
1110.42/1110.46	c  N dy  3087   1340289      1520      1539     28881     69310    118560  12336280     40.72     42.91  --
1117.22/1117.20	c  N dy  3144   1360688      1520      1539     28881     89076    118560  17738546     40.74     42.92  --
1123.92/1123.98	c  N dy  3209   1381233      1520      1539     28881     59469    118560   9621460     40.75     42.99  --
1130.12/1130.10	c  N dy  3256   1401281      1520      1539     28881     78872    118560  14767870     40.76     42.91  --
1137.03/1137.02	c  N dy  3295   1422175      1520      1539     28881     98981    118560  20210808     40.77     43.16  --
1142.32/1142.36	c  N dy  3360   1443781      1520      1539     28881     69675    118560  11940161     40.78     42.94  --
1149.02/1149.07	c  N dy  3412   1464458      1520      1539     28881     89700    118560  17368438     40.79     43.01  --
1157.42/1157.48	c  N dy  3495   1485299      1520      1539     28881     58596    118560   9050672     40.81     42.98  --
1163.83/1163.84	c  N dy  3526   1506254      1520      1539     28881     78945    118560  14660074     40.81     43.02  --
1172.12/1172.10	c  N dy  3599   1526262      1520      1539     28881     98401    118560  19692866     40.84     44.57  --
1179.13/1179.18	c  N dy  3656   1546284      1520      1539     28881     65416    118560  10658971     40.85     47.07  --
1185.53/1185.58	c  N dy  3715   1566583      1520      1539     28881     84959    118560  15522773     40.87     43.23  --
1195.42/1195.43	c  N dy  3757   1586839      1520      1539     28881    104626    118560  20612716     40.87     43.03  --
1201.33/1201.34	c  N dy  3800   1609295      1520      1539     28881     73132    118560  12642834     40.86     43.05  --
1208.83/1208.83	c  N dy  3875   1629322      1520      1539     28881     92391    118560  17786583     40.89     43.06  --
1217.32/1217.36	c  N dy  3926   1649932      1520      1539     28881     58138    118560   8582736     40.90     43.06  --
1222.53/1222.52	c  N dy  3976   1669971      1520      1539     28881     77589    118560  13643098     40.91     53.89  --
1229.93/1229.96	c  N dy  4032   1689980      1520      1539     28881     96948    118560  18626481     40.92     45.49  --
1239.23/1239.21	c  N dy  4122   1710053      1520      1539     28881     61304    118560   9134364     40.94     50.02  --
1239.33/1239.32	c  S st  4126   1710419      1520      1539     28881     61669    118560   9222003     40.94   no data  --
1239.33/1239.37	c  S st  4126   1710920      1520      1539     28881     62163    118560   9315869     40.94   no data  --
1239.33/1239.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1239.33/1239.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1239.43/1239.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.08
1239.73/1239.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1241.33/1241.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.67 s
1241.43/1241.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1520 time:  0.00 s
1241.43/1241.40	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s

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: 935)

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-3265194-1303576050/watcher-3265194-1303576050 -o /tmp/evaluation-result-3265194-1303576050/solver-3265194-1303576050 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3265194-1303576050.cnf 

running on 2 cores: 1,3

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.62 3.93 3.89 4/189 9483
/proc/meminfo: memFree=15393364/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=30444 CPUtime=0 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 710 0 0 0 0 0 0 0 18 0 1 0 469202959 31174656 650 33554432000 4194304 4650387 140735429187568 18446744073709551615 228122374853 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 7611 651 327 112 0 2576 0

[startup+0.0899001 s]
/proc/loadavg: 3.62 3.93 3.89 4/189 9483
/proc/meminfo: memFree=15393364/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=32440 CPUtime=0.08 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 1489 0 0 0 8 0 0 0 18 0 1 0 469202959 33218560 1426 33554432000 4194304 4650387 140735429187568 18446744073709551615 4361034 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 8110 1426 378 112 0 3075 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32440

[startup+0.100896 s]
/proc/loadavg: 3.62 3.93 3.89 4/189 9483
/proc/meminfo: memFree=15393364/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=32440 CPUtime=0.09 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 1523 0 0 0 9 0 0 0 18 0 1 0 469202959 33218560 1460 33554432000 4194304 4650387 140735429187568 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 8110 1460 378 112 0 3075 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32440

[startup+0.300861 s]
/proc/loadavg: 3.62 3.93 3.89 4/189 9483
/proc/meminfo: memFree=15393364/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=32868 CPUtime=0.29 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 2131 0 0 0 29 0 0 0 18 0 1 0 469202959 33656832 2068 33554432000 4194304 4650387 140735429187568 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 8217 2069 378 112 0 3182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32868

[startup+0.700787 s]
/proc/loadavg: 3.62 3.93 3.89 4/189 9483
/proc/meminfo: memFree=15393364/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=35268 CPUtime=0.69 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 3559 0 0 0 69 0 0 0 18 0 1 0 469202959 36114432 2506 33554432000 4194304 4650387 140735429187568 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 8817 2506 380 112 0 3782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35268

[startup+1.50064 s]
/proc/loadavg: 3.62 3.93 3.89 5/190 9512
/proc/meminfo: memFree=15378600/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=37168 CPUtime=1.49 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 6097 0 0 0 148 1 0 0 20 0 1 0 469202959 38060032 3497 33554432000 4194304 4650387 140735429187568 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 9292 3497 380 112 0 4257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37168

[startup+3.10036 s]
/proc/loadavg: 3.62 3.93 3.89 5/190 9539
/proc/meminfo: memFree=15372820/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=40196 CPUtime=3.09 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 10631 0 0 0 307 2 0 0 25 0 1 0 469202959 41160704 3521 33554432000 4194304 4650387 140735429187568 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 10049 3521 381 112 0 5014 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40196

[startup+6.30078 s]
/proc/loadavg: 3.65 3.93 3.89 5/190 9539
/proc/meminfo: memFree=15244108/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=85468 CPUtime=6.29 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 21726 0 0 0 626 3 0 0 25 0 1 0 469202959 87519232 14614 33554432000 4194304 4650387 140735429187568 18446744073709551615 4439334 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 21367 14614 382 112 0 16332 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85468

[startup+12.7006 s]
/proc/loadavg: 3.68 3.93 3.89 5/190 9539
/proc/meminfo: memFree=15222724/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=90748 CPUtime=12.69 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 29457 0 0 0 1265 4 0 0 25 0 1 0 469202959 92925952 15152 33554432000 4194304 4650387 140735429187568 18446744073709551615 4365254 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 22687 15152 382 112 0 17652 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90748

[startup+25.5003 s]
/proc/loadavg: 3.75 3.93 3.89 5/190 9539
/proc/meminfo: memFree=15056520/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=112872 CPUtime=25.49 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 55896 0 0 0 2540 9 0 0 25 0 1 0 469202959 115580928 21993 33554432000 4194304 4650387 140735429187568 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 28218 21993 382 112 0 23183 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 112872

[startup+51.1007 s]
/proc/loadavg: 3.90 3.95 3.90 5/190 9540
/proc/meminfo: memFree=14864344/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=278248 CPUtime=51.09 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 100669 0 0 0 5093 16 0 0 25 0 1 0 469202959 284925952 46667 33554432000 4194304 4650387 140735429187568 18446744073709551615 4438629 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 69562 46667 382 112 0 64527 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 278248

[startup+102.306 s]
/proc/loadavg: 3.96 3.96 3.90 5/190 9541
/proc/meminfo: memFree=14696296/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=312768 CPUtime=102.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 139118 0 0 0 10205 25 0 0 25 0 1 0 469202959 320274432 54648 33554432000 4194304 4650387 140735429187568 18446744073709551615 4439587 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 78192 54648 382 112 0 73157 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 312768

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.91 5/190 9543
/proc/meminfo: memFree=14601148/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=315044 CPUtime=162.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 178045 0 0 0 16198 32 0 0 25 0 1 0 469202959 322605056 57569 33554432000 4194304 4650387 140735429187568 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 78761 57569 382 112 0 73726 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 315044

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 9544
/proc/meminfo: memFree=14555224/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=271880 CPUtime=222.29 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 208699 0 0 0 22191 38 0 0 25 0 1 0 469202959 278405120 56849 33554432000 4194304 4650387 140735429187568 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 67970 56850 382 112 0 62935 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 271880

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 9546
/proc/meminfo: memFree=14395100/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=376648 CPUtime=282.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 269151 0 0 0 28181 49 0 0 25 0 1 0 469202959 385687552 69658 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 94162 69658 382 112 0 89127 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 376648

[startup+342.301 s]
/proc/loadavg: 4.07 3.99 3.91 5/190 9548
/proc/meminfo: memFree=14361096/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=312692 CPUtime=342.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 291258 0 0 0 34176 54 0 0 25 0 1 0 469202959 320196608 65957 33554432000 4194304 4650387 140735429187568 18446744073709551615 4334336 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 78173 65957 382 112 0 73138 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 312692

[startup+402.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 9549
/proc/meminfo: memFree=14128696/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=507132 CPUtime=402.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 400531 0 0 0 40159 71 0 0 25 0 1 0 469202959 519303168 104230 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 126783 104230 382 112 0 121748 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 507132

[startup+462.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 9551
/proc/meminfo: memFree=14062060/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=507132 CPUtime=462.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 400546 0 0 0 46159 71 0 0 25 0 1 0 469202959 519303168 104245 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 126783 104245 382 112 0 121748 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 507132

[startup+522.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 9552
/proc/meminfo: memFree=13989384/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=507132 CPUtime=522.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 400546 0 0 0 52159 71 0 0 25 0 1 0 469202959 519303168 104245 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 126783 104245 382 112 0 121748 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 507132

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 9554
/proc/meminfo: memFree=13989100/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=507132 CPUtime=582.3 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 400546 0 0 0 58159 71 0 0 25 0 1 0 469202959 519303168 104245 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 126783 104245 382 112 0 121748 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 507132

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 9556
/proc/meminfo: memFree=14029508/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=508792 CPUtime=642.31 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 444048 0 0 0 64151 80 0 0 25 0 1 0 469202959 521003008 99675 33554432000 4194304 4650387 140735429187568 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 127198 99675 382 112 0 122163 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 508792

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 9557
/proc/meminfo: memFree=14002184/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=511240 CPUtime=702.31 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 518404 0 0 0 70137 94 0 0 25 0 1 0 469202959 523509760 105160 33554432000 4194304 4650387 140735429187568 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 127810 105160 382 112 0 122775 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 511240

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 9559
/proc/meminfo: memFree=13772760/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=634880 CPUtime=762.32 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 586020 0 0 0 76126 106 0 0 25 0 1 0 469202959 650117120 136542 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 158720 136542 382 112 0 153685 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 634880

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 9560
/proc/meminfo: memFree=13775836/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=634880 CPUtime=822.31 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 586172 0 0 0 82125 106 0 0 25 0 1 0 469202959 650117120 136694 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 158720 136694 382 112 0 153685 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 634880

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 9562
/proc/meminfo: memFree=13769844/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=636052 CPUtime=882.31 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 586425 0 0 0 88125 106 0 0 25 0 1 0 469202959 651317248 136947 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 159013 136947 382 112 0 153978 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 636052

[startup+942.3 s]
/proc/loadavg: 4.04 4.00 3.92 5/190 9564
/proc/meminfo: memFree=13654272/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=636052 CPUtime=942.31 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 586425 0 0 0 94125 106 0 0 25 0 1 0 469202959 651317248 136947 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 159013 136947 382 112 0 153978 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 636052

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.93 5/190 9565
/proc/meminfo: memFree=13675592/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=636052 CPUtime=1002.32 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 586425 0 0 0 100126 106 0 0 25 0 1 0 469202959 651317248 136947 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 159013 136947 382 112 0 153978 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 636052

[startup+1062.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/190 9567
/proc/meminfo: memFree=13669996/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=636052 CPUtime=1062.32 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 586425 0 0 0 106126 106 0 0 25 0 1 0 469202959 651317248 136947 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 159013 136947 382 112 0 153978 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 636052

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 9568
/proc/meminfo: memFree=13654348/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=573728 CPUtime=1122.33 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 656141 0 0 0 112114 119 0 0 25 0 1 0 469202959 587497472 127045 33554432000 4194304 4650387 140735429187568 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 143432 127045 382 112 0 138397 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 573728

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 9570
/proc/meminfo: memFree=13661380/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=641228 CPUtime=1182.32 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 724489 0 0 0 118102 130 0 0 25 0 1 0 469202959 656617472 133045 33554432000 4194304 4650387 140735429187568 18446744073709551615 4365298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 160307 133045 382 112 0 155272 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 641228

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 9572
/proc/meminfo: memFree=13667788/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=577500 CPUtime=1242.33 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 785646 0 0 0 124093 140 0 0 25 0 1 0 469202959 591360000 129378 33554432000 4194304 4650387 140735429187568 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 144375 129378 382 112 0 139340 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 577500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.93 4/188 9574
/proc/meminfo: memFree=14174568/32951124 swapFree=67111528/67111528
[pid=9483] ppid=9481 vsize=577500 CPUtime=1300.04 cores=1,3
/proc/9483/stat : 9483 (strangenight1-s) R 9481 9483 8299 0 -1 4202496 785646 0 0 0 129864 140 0 0 25 0 1 0 469202959 591360000 129378 33554432000 4194304 4650387 140735429187568 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9483/statm: 144375 129378 382 112 0 139340 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 577500

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.64
CPU system time (s): 1.42678
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 687744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.64
system time used= 1.42678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 785646
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= 2370

runsolver used 2.10768 second user time and 5.00624 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-23 18:27:30
IDJOB=3265194
IDBENCH=85456
IDSOLVER=1589
FILE ID=node138/3265194-1303576050
RUNJOBID= node138-1303576050-9443
PBS_JOBID= 13150310
Free space on /tmp= 71924 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265194-1303576050/watcher-3265194-1303576050 -o /tmp/evaluation-result-3265194-1303576050/solver-3265194-1303576050 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3265194-1303576050.cnf

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=602034570

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32951124 kB
MemFree:      15393892 kB
Buffers:       2059436 kB
Cached:       14861684 kB
SwapCached:          0 kB
Active:        9767532 kB
Inactive:      7232984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15393892 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26848 kB
Writeback:           0 kB
AnonPages:       78908 kB
Mapped:          16008 kB
Slab:           493932 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   290932 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= 71924 MiB
End job on node138 at 2011-04-23 18:49:12