Trace number 3175660

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.05 1300.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1859210562-077-UNKNOWN.cnf
MD5SUM3d96bca49fe954bb59442ef617e689bb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

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-3175660-1301784972.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:       25500
0.00/0.01	c -- clauses added:            0 learnts,        25500 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.39/0.40	c asymm  cl-useful: 0/14617/25500 lits-rem:0 time: 0.39
0.39/0.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.39/0.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.39/0.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.49/0.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
0.49/0.52	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.53	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.49/0.53	c calculated reachability. Time: 0.00
0.49/0.53	c Calc default polars -  time:   0.00 s pos:     146 undec:       4 neg:     150
0.49/0.53	c =========================================================================================
0.49/0.53	c types(t): F = full restart, N = normal restart
0.49/0.53	c types(t): S = simplification begin/end, E = solution found
0.49/0.53	c restart types(rt): st = static, dy = dynamic
0.49/0.53	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.53	c  B st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.79/0.81	c  N dy    12      4014       300     25500         0      3934    178500    300427     64.79     68.41  --
1.09/1.11	c  N dy    34      8098       300     25500         0      5509    178500    348318     66.21     70.25  --
1.39/1.45	c  N dy    51     12541       300     25500         0      5698    178500    282123     66.20     69.70  --
1.69/1.79	c  N dy    71     16904       300     25500         0      9991    178500    607225     66.29     70.08  --
2.09/2.19	c  N dy    95     21794       300     25500         0      9258    178500    480809     66.55     70.22  --
2.39/2.47	c  F st   109     25001       300     25500         0     12409    178500    723265     66.64     64.48  --
2.49/2.58	c  N st   112     26190       300     25500         0      6887    178500    231778     66.64   no data  --
2.79/2.89	c  S st   115     30000       300     25500         0     10614    178500    533234     66.64   no data  --
2.89/2.95	c  S st   115     30505       300     25500         0     11115    178500    568424     66.64   no data  --
2.89/2.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.89/2.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.89/2.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.89/2.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
2.89/2.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.19/7.29	c lits-rem:      3375  cl-subs:      238  v-elim:      0  v-fix:    0  time:  4.30 s
7.49/7.50	c asymm  cl-useful: 0/5899/25500 lits-rem:0 time: 0.21
7.49/7.50	c calculated reachability. Time: 0.00
7.49/7.50	c  N dy   115     30505       300     25500         0     10877    178500    537233     66.64   no data  --
7.79/7.89	c  N dy   138     34769       300     25500         0     15072    178500    857277     66.77     70.67  --
8.29/8.35	c  N dy   150     40152       300     25500         0     12588    178500    597201     66.37     70.12  --
8.69/8.74	c  N dy   172     44282       300     25500         0     16623    178500    903465     66.51     70.37  --
8.89/8.90	c  S st   181     45757       300     25500         0      9293    178500    287549     66.53   no data  --
8.89/8.95	c  S st   181     46260       300     25500         0      9791    178500    321565     66.53   no data  --
8.89/8.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.89/8.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.89/8.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
8.89/8.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.89/8.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.89/8.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
8.89/8.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.39/12.41	c lits-rem:       406  cl-subs:       23  v-elim:      0  v-fix:    0  time:  3.44 s
12.39/12.42	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
12.39/12.42	c vivif2 --  cl tried     9768 cl shrink        0 lits rem          0 time: 0.00
12.59/12.60	c asymm  cl-useful: 0/4984/25500 lits-rem:0 time: 0.18
12.59/12.60	c calculated reachability. Time: 0.00
12.59/12.60	c  N dy   181     46260       300     25500         0      9768    178500    318534     66.53   no data  --
12.89/12.96	c  N dy   198     50362       300     25500         0     13792    178500    622026     66.53     71.41  --
13.29/13.38	c  N dy   215     54595       300     25500         0     17929    178500    935543     66.54     70.24  --
13.69/13.76	c  N dy   231     58671       300     25500         0     12155    178500    441671     66.59     70.20  --
14.09/14.17	c  N dy   250     63177       300     25500         0     16576    178500    777811     66.65     70.41  --
14.49/14.60	c  N dy   259     67521       300     25500         0     20847    178500   1102984     66.59     70.43  --
14.69/14.79	c  S st   265     69391       300     25500         0     11904    178500    357608     66.56   no data  --
14.79/14.85	c  S st   265     69895       300     25500         0     12407    178500    395240     66.56   no data  --
14.79/14.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.79/14.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.79/14.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
14.79/14.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.79/14.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.79/14.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
14.79/14.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.49/18.55	c lits-rem:       821  cl-subs:       96  v-elim:      0  v-fix:    0  time:  3.68 s
18.49/18.56	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
18.49/18.56	c vivif2 --  cl tried    12311 cl shrink        0 lits rem          0 time: 0.00
18.70/18.77	c asymm  cl-useful: 0/6785/25500 lits-rem:0 time: 0.21
18.70/18.77	c calculated reachability. Time: 0.00
18.70/18.77	c  N dy   265     69895       300     25500         0     12311    178500    384269     66.56   no data  --
19.09/19.19	c  N dy   288     74515       300     25500         0     16850    178500    731647     66.65     70.53  --
19.69/19.71	c  N dy   306     79642       300     25500         0     21881    178500   1110982     66.63     70.30  --
20.19/20.22	c  N dy   324     84855       300     25500         0     15229    178500    547520     66.64     70.56  --
20.39/20.46	c  F st   330     87500       300     25500         0     17828    178500    743867     66.56   no data  --
20.69/20.79	c  N st   335     90795       300     25500         0     21053    178500   1000060     66.56   no data  --
21.39/21.41	c  N dy   351     96929       300     25500         0     14307    178500    418011     66.52     70.08  --
22.19/22.20	c  N dy   376    104843       300     25500         0     22063    178500   1006277     66.48     65.76  --
22.19/22.20	c  S st   376    104843       300     25500         0     22063    178500   1006277     66.48     65.76  --
22.19/22.28	c  S st   376    105346       300     25500         0     22565    178500   1042965     66.48   no data  --
22.19/22.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.19/22.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.29/22.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
22.29/22.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.29/22.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.29/22.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
22.29/22.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.79/29.82	c lits-rem:       660  cl-subs:      498  v-elim:      0  v-fix:    0  time:  7.48 s
29.79/29.83	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
29.79/29.84	c vivif2 --  cl tried    22067 cl shrink        0 lits rem          0 time: 0.01
29.99/30.07	c asymm  cl-useful: 0/4581/25500 lits-rem:0 time: 0.23
29.99/30.07	c calculated reachability. Time: 0.00
29.99/30.07	c  N dy   376    105346       300     25500         0     22067    178500    988808     66.48   no data  --
30.79/30.85	c  N dy   412    112102       300     25500         0     14956    178500    404980     66.56     70.34  --
31.49/31.58	c  N dy   440    119409       300     25500         0     22107    178500    947478     66.53     70.03  --
32.49/32.55	c  N dy   464    128038       300     25500         0     15864    178500    410516     66.45     70.06  --
33.59/33.68	c  N dy   491    139068       300     25500         0     26683    178500   1237392     66.36     69.97  --
34.59/34.69	c  N dy   530    148288       300     25500         0     20045    178500    668560     66.39     70.12  --
35.69/35.76	c  N dy   564    158019       300     25500         0     29594    178500   1395628     66.34     69.10  --
35.69/35.76	c  S st   564    158019       300     25500         0     29594    178500   1395628     66.34     69.10  --
35.79/35.86	c  S st   564    158522       300     25500         0     30093    178500   1431946     66.34   no data  --
35.79/35.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.79/35.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.79/35.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
35.89/35.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.89/35.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.89/35.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
35.89/35.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.79/51.89	c lits-rem:      1422  cl-subs:      600  v-elim:      0  v-fix:    0  time: 15.96 s
51.79/51.90	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
51.89/51.91	c vivif2 --  cl tried    29493 cl shrink        0 lits rem          0 time: 0.01
52.09/52.16	c asymm  cl-useful: 0/3792/25500 lits-rem:0 time: 0.25
52.09/52.17	c calculated reachability. Time: 0.00
52.09/52.17	c  N dy   564    158522       300     25500         0     29493    178500   1364409     66.34   no data  --
53.30/53.38	c  N dy   603    168941       300     25500         0     23029    178500    829714     66.36     70.01  --
54.60/54.63	c  N dy   636    179823       300     25500         0     33720    178500   1645419     66.33     70.30  --
55.89/56.00	c  N dy   691    191589       300     25500         0     27574    178500   1110878     66.37     70.23  --
57.49/57.59	c  N dy   743    204020       300     25500         0     21141    178500    562108     66.40     69.92  --
59.09/59.17	c  N dy   809    217262       300     25500         0     34137    178500   1547689     66.46     70.07  --
60.79/60.86	c  N dy   852    231152       300     25500         0     28153    178500   1027550     66.41     71.21  --
61.70/61.78	c  S st   885    237784       300     25500         0     34662    178500   1522072     66.43   no data  --
61.90/61.90	c  S st   885    238285       300     25500         0     35159    178500   1556638     66.43   no data  --
61.90/61.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.90/61.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.90/61.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
61.90/61.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.90/61.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.90/61.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
61.90/61.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.39/80.49	c lits-rem:      1783  cl-subs:      702  v-elim:      0  v-fix:    0  time: 18.50 s
80.39/80.49	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
80.49/80.51	c vivif2 --  cl tried    34457 cl shrink        0 lits rem          0 time: 0.02
80.69/80.77	c asymm  cl-useful: 0/3423/25500 lits-rem:0 time: 0.26
80.69/80.77	c calculated reachability. Time: 0.00
80.69/80.77	c  N dy   885    238285       300     25500         0     34457    178500   1477727     66.43   no data  --
82.59/82.64	c  N dy   936    253507       300     25500         0     28810    178500   1018314     66.37     69.95  --
84.79/84.84	c  N dy  1006    269736       300     25500         0     23154    178500    520439     66.41     70.33  --
86.99/87.01	c  N dy  1076    287199       300     25500         0     40272    178500   1814723     66.42     69.97  --
89.39/89.42	c  N dy  1147    305613       300     25500         0     35777    178500   1422499     66.43     70.80  --
89.39/89.49	c  F st  1148    306250       300     25500         0     36399    178500   1469464     66.43     67.93  --
91.99/92.05	c  N dy  1208    325243       300     25500         0     31501    178500   1026517     66.43     70.44  --
94.99/95.03	c  N dy  1280    345522       300     25500         0     26874    178500    612144     66.39     70.11  --
96.59/96.64	c  S st  1315    357427       300     25500         0     38543    178500   1498597     66.36   no data  --
96.70/96.77	c  S st  1315    357931       300     25500         0     39045    178500   1534724     66.36   no data  --
96.70/96.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.70/96.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.80/96.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
96.80/96.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.80/96.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.80/96.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
96.80/96.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.59/111.64	c lits-rem:       921  cl-subs:      698  v-elim:      0  v-fix:    0  time: 14.79 s
111.59/111.64	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
111.59/111.66	c vivif2 --  cl tried    38347 cl shrink        0 lits rem          0 time: 0.02
111.89/111.94	c asymm  cl-useful: 0/3123/25500 lits-rem:0 time: 0.28
111.89/111.94	c calculated reachability. Time: 0.00
111.89/111.94	c  N dy  1315    357931       300     25500         0     38347    178500   1459622     66.36   no data  --
114.69/114.74	c  N dy  1372    378043       300     25500         0     32551    178500    977667     66.32     70.01  --
117.60/117.66	c  N dy  1451    398113       300     25500         0     52238    178500   2470284     66.32     69.90  --
120.29/120.39	c  N dy  1519    418144       300     25500         0     45444    178500   1890461     66.32     71.69  --
123.29/123.38	c  N dy  1608    438155       300     25500         0     37592    178500   1233463     66.33     69.84  --
126.59/126.60	c  N dy  1695    458521       300     25500         0     29120    178500    525630     66.35     69.93  --
129.39/129.48	c  N dy  1771    478918       300     25500         0     49154    178500   2044750     66.35     71.34  --
132.49/132.58	c  N dy  1838    499082       300     25500         0     39491    178500   1248835     66.32     70.17  --
135.80/135.89	c  N dy  1917    519185       300     25500         0     59253    178500   2749459     66.33     70.61  --
138.49/138.51	c  S st  1989    536896       300     25500         0     46202    178500   1694200     66.33   no data  --
138.59/138.64	c  S st  1989    537397       300     25500         0     46700    178500   1731474     66.33   no data  --
138.59/138.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
138.59/138.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.59/138.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
138.69/138.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.69/138.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.69/138.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
138.69/138.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
164.90/164.92	c lits-rem:      1864  cl-subs:      680  v-elim:      0  v-fix:    0  time: 26.19 s
164.90/164.92	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
164.90/164.94	c vivif2 --  cl tried    46020 cl shrink        0 lits rem          0 time: 0.02
165.20/165.28	c asymm  cl-useful: 0/2746/25500 lits-rem:0 time: 0.34
165.20/165.29	c calculated reachability. Time: 0.00
165.20/165.29	c  N dy  1989    537397       300     25500         0     46020    178500   1654123     66.33   no data  --
168.99/169.07	c  N dy  2072    557414       300     25500         0     34262    178500    724917     66.35     71.66  --
172.39/172.45	c  N dy  2161    577416       300     25500         0     53893    178500   2214503     66.37     70.57  --
176.09/176.17	c  N dy  2236    597988       300     25500         0     41672    178500   1221843     66.37     70.01  --
179.69/179.76	c  N dy  2308    618129       300     25500         0     61441    178500   2722656     66.38     70.07  --
183.49/183.53	c  N dy  2393    639564       300     25500         0     49134    178500   1724218     66.38     70.46  --
187.69/187.73	c  N dy  2469    660449       300     25500         0     35270    178500    608527     66.37     69.96  --
191.09/191.14	c  N dy  2553    680529       300     25500         0     54974    178500   2097583     66.37     71.05  --
195.30/195.33	c  N dy  2628    701624       300     25500         0     40339    178500    933587     66.36     70.61  --
198.99/199.08	c  N dy  2722    721978       300     25500         0     60308    178500   2448621     66.37     70.50  --
203.09/203.12	c  N dy  2799    742089       300     25500         0     43721    178500   1116422     66.38     70.05  --
206.80/206.85	c  N dy  2898    762155       300     25500         0     63410    178500   2621664     66.40     70.11  --
210.39/210.49	c  N dy  2979    782243       300     25500         0     45858    178500   1220457     66.41     72.46  --
213.99/214.06	c  N dy  3065    802388       300     25500         0     65633    178500   2711914     66.41     70.30  --
214.69/214.79	c  S st  3079    806095       300     25500         0     69264    178500   2986787     66.40   no data  --
214.89/214.97	c  S st  3079    806597       300     25500         0     69763    178500   3023013     66.40   no data  --
214.89/214.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
214.89/214.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
214.99/215.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
215.09/215.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
215.09/215.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
215.09/215.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
215.09/215.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
611.90/611.99	c lits-rem:      3487  cl-subs:     1361  v-elim:      0  v-fix:    0  time: 396.88 s
611.90/611.99	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
612.00/612.03	c vivif2 --  cl tried    68402 cl shrink        0 lits rem          0 time: 0.03
612.20/612.20	c asymm  cl-useful: 0/1050/25500 lits-rem:0 time: 0.18
612.20/612.21	c calculated reachability. Time: 0.00
612.20/612.21	c  N dy  3079    806597       300     25500         0     68402    178500   2868186     66.40   no data  --
615.91/615.97	c  N dy  3173    826641       300     25500         0     49797    178500   1450708     66.42     70.05  --
619.60/619.65	c  N dy  3235    847064       300     25500         0     69836    178500   2972114     66.41     70.34  --
623.40/623.49	c  N dy  3320    867183       300     25500         0     50353    178500   1426843     66.41     69.97  --
627.21/627.24	c  N dy  3400    887455       300     25500         0     70259    178500   2936548     66.42     69.95  --
631.10/631.16	c  N dy  3476    907524       300     25500         0     49700    178500   1313254     66.43     70.48  --
634.61/634.69	c  N dy  3524    927571       300     25500         0     69387    178500   2807833     66.40     71.07  --
639.01/639.00	c  N dy  3596    948751       300     25500         0     48936    178500   1187323     66.38     70.12  --
642.80/642.85	c  N dy  3664    969558       300     25500         0     69390    178500   2738844     66.37     70.25  --
647.21/647.24	c  N dy  3728    989632       300     25500         0     46873    178500    969356     66.37     70.48  --
650.91/650.97	c  N dy  3806   1010630       300     25500         0     67499    178500   2536348     66.36     70.20  --
655.61/655.61	c  N dy  3885   1030642       300     25500         0     43944    178500    679920     66.37     72.49  --
659.11/659.14	c  N dy  3978   1050676       300     25500         0     63599    178500   2181904     66.38     73.13  --
663.71/663.70	c  F st  4047   1071875       300     25500         0     84398    178500   3763074     66.37     64.07  --
663.71/663.70	c  N st  4047   1071875       300     25500         0     84398    178500   3763074     66.37     64.07  --
667.21/667.25	c  N dy  4096   1091901       300     25500         0     59864    178500   1819104     66.36     69.94  --
671.50/671.50	c  N dy  4182   1112020       300     25500         0     79599    178500   3321516     66.37     70.50  --
675.71/675.77	c  N dy  4250   1132193       300     25500         0     54277    178500   1331363     66.36     69.95  --
679.61/679.61	c  N dy  4320   1152233       300     25500         0     73976    178500   2829929     66.36     69.95  --
684.41/684.50	c  N dy  4404   1172305       300     25500         0     47532    178500    759972     66.36     69.86  --
688.11/688.10	c  N dy  4470   1192328       300     25500         0     67194    178500   2251259     66.35     69.93  --
692.01/692.00	c  S st  4540   1209897       300     25500         0     84435    178500   3563357     66.35     68.22  --
692.21/692.23	c  S st  4540   1210401       300     25500         0     84939    178500   3599853     66.35   no data  --
692.21/692.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
692.21/692.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
692.21/692.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
692.40/692.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.40/692.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.40/692.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
692.40/692.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175660-1301784972/watcher-3175660-1301784972 -o /tmp/evaluation-result-3175660-1301784972/solver-3175660-1301784972 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175660-1301784972.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.80 3.92 3.39 3/184 15916
/proc/meminfo: memFree=20372716/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=29988 CPUtime=0 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 754 0 0 0 0 0 0 0 25 0 1 0 270912652 30707712 694 33554432000 4194304 4650387 140737115069936 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 7497 694 327 112 0 2462 0

[startup+0.0547061 s]
/proc/loadavg: 3.80 3.92 3.39 3/184 15916
/proc/meminfo: memFree=20372716/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=30772 CPUtime=0.05 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 1189 0 0 0 5 0 0 0 25 0 1 0 270912652 31510528 1129 33554432000 4194304 4650387 140737115069936 18446744073709551615 4370669 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 7693 1129 346 112 0 2658 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30772

[startup+0.100708 s]
/proc/loadavg: 3.80 3.92 3.39 3/184 15916
/proc/meminfo: memFree=20372716/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=30904 CPUtime=0.09 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 1202 0 0 0 9 0 0 0 25 0 1 0 270912652 31645696 1142 33554432000 4194304 4650387 140737115069936 18446744073709551615 4370661 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 7726 1142 346 112 0 2691 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30904

[startup+0.300657 s]
/proc/loadavg: 3.80 3.92 3.39 3/184 15916
/proc/meminfo: memFree=20372716/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=31036 CPUtime=0.29 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 1236 0 0 0 29 0 0 0 25 0 1 0 270912652 31780864 1176 33554432000 4194304 4650387 140737115069936 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 7759 1176 346 112 0 2724 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31036

[startup+0.700558 s]
/proc/loadavg: 3.80 3.92 3.39 3/184 15916
/proc/meminfo: memFree=20372716/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=38880 CPUtime=0.69 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 3469 0 0 0 69 0 0 0 25 0 1 0 270912652 39813120 3043 33554432000 4194304 4650387 140737115069936 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 9720 3043 377 112 0 4685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38880

[startup+1.50042 s]
/proc/loadavg: 3.80 3.92 3.39 5/190 15927
/proc/meminfo: memFree=20324940/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=39724 CPUtime=1.49 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 5094 0 0 0 149 0 0 0 25 0 1 0 270912652 40677376 3212 33554432000 4194304 4650387 140737115069936 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 9931 3212 379 112 0 4896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39724

[startup+3.10115 s]
/proc/loadavg: 3.80 3.92 3.39 5/190 15927
/proc/meminfo: memFree=20316632/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=55336 CPUtime=3.09 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 11085 0 0 0 308 1 0 0 25 0 1 0 270912652 56664064 7180 33554432000 4194304 4650387 140737115069936 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 13834 7180 381 112 0 8799 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55336

[startup+6.30056 s]
/proc/loadavg: 3.81 3.92 3.39 5/190 15927
/proc/meminfo: memFree=20286616/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=55336 CPUtime=6.29 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 11088 0 0 0 628 1 0 0 25 0 1 0 270912652 56664064 7183 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 13834 7183 381 112 0 8799 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55336

[startup+12.7004 s]
/proc/loadavg: 3.83 3.92 3.40 5/190 15927
/proc/meminfo: memFree=20192664/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=58288 CPUtime=12.69 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 13989 0 0 0 1267 2 0 0 25 0 1 0 270912652 59686912 7566 33554432000 4194304 4650387 140737115069936 18446744073709551615 4306780 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 14572 7566 381 112 0 9537 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58288

[startup+25.501 s]
/proc/loadavg: 3.87 3.92 3.41 5/190 15927
/proc/meminfo: memFree=20117268/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=71880 CPUtime=25.49 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 23830 0 0 0 2546 3 0 0 25 0 1 0 270912652 73605120 11432 33554432000 4194304 4650387 140737115069936 18446744073709551615 4438634 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 17970 11432 381 112 0 12935 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71880

[startup+51.1003 s]
/proc/loadavg: 3.91 3.93 3.42 5/190 15928
/proc/meminfo: memFree=20036972/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=86592 CPUtime=51.09 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 33052 0 0 0 5105 4 0 0 25 0 1 0 270912652 88670208 15201 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 21648 15201 381 112 0 16613 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86592

[startup+102.307 s]
/proc/loadavg: 4.01 3.95 3.46 5/190 15929
/proc/meminfo: memFree=19961032/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=99428 CPUtime=102.3 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 57190 0 0 0 10221 9 0 0 25 0 1 0 270912652 101814272 18139 33554432000 4194304 4650387 140737115069936 18446744073709551615 4439616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 24857 18139 381 112 0 19822 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99428

[startup+162.301 s]
/proc/loadavg: 4.05 3.97 3.49 5/190 15931
/proc/meminfo: memFree=19861680/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=109232 CPUtime=162.3 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 77778 0 0 0 16215 15 0 0 25 0 1 0 270912652 111853568 20609 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 27308 20609 381 112 0 22273 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109232

[startup+222.301 s]
/proc/loadavg: 4.08 3.99 3.53 5/190 15932
/proc/meminfo: memFree=19815504/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=182968 CPUtime=222.3 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 109458 0 0 0 22204 26 0 0 25 0 1 0 270912652 187359232 27108 33554432000 4194304 4650387 140737115069936 18446744073709551615 4438890 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 45742 27108 381 112 0 40707 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 182968

[startup+282.301 s]
/proc/loadavg: 4.03 3.99 3.55 5/190 15934
/proc/meminfo: memFree=19787444/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=182968 CPUtime=282.3 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 109537 0 0 0 28204 26 0 0 25 0 1 0 270912652 187359232 27187 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 45742 27187 381 112 0 40707 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182968

[startup+342.301 s]
/proc/loadavg: 4.01 3.99 3.58 5/190 15945
/proc/meminfo: memFree=19741672/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=182968 CPUtime=342.3 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 109544 0 0 0 34204 26 0 0 25 0 1 0 270912652 187359232 27194 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 45742 27194 381 112 0 40707 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182968

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.60 5/190 15946
/proc/meminfo: memFree=19737416/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=182968 CPUtime=402.3 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 109544 0 0 0 40204 26 0 0 25 0 1 0 270912652 187359232 27194 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 45742 27194 381 112 0 40707 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 182968

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.62 5/190 15948
/proc/meminfo: memFree=19732632/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=182968 CPUtime=462.3 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 109544 0 0 0 46204 26 0 0 25 0 1 0 270912652 187359232 27194 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 45742 27194 381 112 0 40707 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 182968

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 15949
/proc/meminfo: memFree=19719444/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=182968 CPUtime=522.31 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 109545 0 0 0 52205 26 0 0 25 0 1 0 270912652 187359232 27195 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 45742 27195 381 112 0 40707 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 182968

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.66 5/190 15951
/proc/meminfo: memFree=19736352/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=182968 CPUtime=582.31 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 109545 0 0 0 58205 26 0 0 25 0 1 0 270912652 187359232 27195 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 45742 27195 381 112 0 40707 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 182968

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.68 5/190 15953
/proc/meminfo: memFree=19717792/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=133364 CPUtime=642.31 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 125548 0 0 0 64201 30 0 0 25 0 1 0 270912652 136564736 26793 33554432000 4194304 4650387 140737115069936 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 33341 26793 381 112 0 28306 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 133364

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.70 5/190 15954
/proc/meminfo: memFree=19735220/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=205956 CPUtime=702.31 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153470 0 0 0 70194 37 0 0 25 0 1 0 270912652 210898944 32357 33554432000 4194304 4650387 140737115069936 18446744073709551615 4438507 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51489 32357 381 112 0 46454 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 205956

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.71 5/190 15956
/proc/meminfo: memFree=19705788/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206216 CPUtime=762.32 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153602 0 0 0 76195 37 0 0 25 0 1 0 270912652 211165184 32489 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51554 32489 381 112 0 46519 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 206216

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.73 5/190 15957
/proc/meminfo: memFree=19681584/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206216 CPUtime=822.31 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153617 0 0 0 82194 37 0 0 25 0 1 0 270912652 211165184 32504 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51554 32504 381 112 0 46519 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 206216

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.74 5/190 15959
/proc/meminfo: memFree=19683128/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=882.31 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 88194 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 206392

[startup+942.301 s]
/proc/loadavg: 4.05 4.00 3.76 5/190 15961
/proc/meminfo: memFree=19572344/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=942.32 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 94195 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 206392

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.77 5/190 15962
/proc/meminfo: memFree=19517628/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=1002.32 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 100195 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 206392

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 15964
/proc/meminfo: memFree=19517572/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=1062.32 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 106195 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 206392

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 15965
/proc/meminfo: memFree=19517276/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=1122.32 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 112195 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 206392

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 15967
/proc/meminfo: memFree=19530860/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=1182.32 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 118195 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 206392

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 15969
/proc/meminfo: memFree=19586212/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=1242.32 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 124195 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 206392



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.98 4.00 3.82 4/188 15999
/proc/meminfo: memFree=19945952/32951124 swapFree=67111528/67111528
[pid=15916] ppid=15914 vsize=206392 CPUtime=1300.03 cores=0,2
/proc/15916/stat : 15916 (strangenight1-s) R 15914 15916 15718 0 -1 4202496 153667 0 0 0 129966 37 0 0 25 0 1 0 270912652 211345408 32554 33554432000 4194304 4650387 140737115069936 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15916/statm: 51598 32554 381 112 0 46563 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 206392

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.66
CPU system time (s): 0.385941
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 206392

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

runsolver used 2.35364 second user time and 4.75628 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-03 00:56:12
IDJOB=3175660
IDBENCH=82678
IDSOLVER=1589
FILE ID=node142/3175660-1301784972
RUNJOBID= node142-1301783648-15736
PBS_JOBID= 12841376
Free space on /tmp= 71016 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1859210562-077-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175660-1301784972/watcher-3175660-1301784972 -o /tmp/evaluation-result-3175660-1301784972/solver-3175660-1301784972 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175660-1301784972.cnf

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

MD5SUM BENCH= 3d96bca49fe954bb59442ef617e689bb
RANDOM SEED=507021172

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      20372748 kB
Buffers:        370664 kB
Cached:       11815864 kB
SwapCached:          0 kB
Active:        7589740 kB
Inactive:      4693632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20372748 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           20412 kB
Writeback:           0 kB
AnonPages:       97236 kB
Mapped:          16012 kB
Slab:           230436 kB
PageTables:       4888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278908 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= 71004 MiB
End job on node142 at 2011-04-03 01:17:54