Trace number 3264666

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

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l4.used-as.sat04-896.cnf
MD5SUMfc993d9544ccd8eaeaa4882599387947
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark437.97
Satisfiable
(Un)Satisfiability was proved
Number of variables4499
Number of clauses18603
Sum of the clauses size54454
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317248
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3264666-1303573596.cnf'
0.00/0.00	c -- header says num vars:           4499
0.00/0.00	c -- header says num clauses:       18603
0.00/0.01	c -- clauses added:            0 learnts,        18603 normals,            0 xors
0.00/0.01	c -- vars added       4499
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      4499     17248      1355         0     54454         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/17248/17248 lits-rem:0 time: 0.03
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:      369  lits-rem:       246  v-fix:    0  time:  0.00 s
0.00/0.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4499 time:  0.00 s
0.00/0.06	c Removed useless bin:       3  fixed:     0  props:   0.33M  time:  0.00 s
0.06/0.09	c lits-rem:         0  cl-subs:        0  v-elim:   1499  v-fix:    0  time:  0.03 s
0.06/0.09	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.11	c Finding non-binary XORs:     0.01 s (found:    2566, avg size: 3.6)
0.09/0.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1128 locsubst:   122 time:   0.01
0.09/0.11	c Replacing       20 vars Replaced      120 lits Time:     0.00 s 
0.09/0.11	c calculated reachability. Time: 0.00
0.09/0.11	c Calc default polars -  time:   0.00 s pos:       4 undec:    2768 neg:    1727
0.09/0.11	c =========================================================================================
0.09/0.11	c types(t): F = full restart, N = normal restart
0.09/0.11	c types(t): S = simplification begin/end, E = solution found
0.09/0.11	c restart types(rt): st = static, dy = dynamic
0.09/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.11	c  B st     0         0      1852       619      1598         0     11994         0   no data   no data  --
0.09/0.19	c Decided on static restart strategy
0.19/0.29	c  N st     8      4915      1852       619      1598      4608     11994    155239   no data   no data  --
0.49/0.53	c  N st    10     11299      1852       619      1598      4312     11994     85245   no data   no data  --
0.79/0.80	c  N st    11     17042      1852       619      1598      9678     11994    281587   no data   no data  --
1.09/1.13	c  F st    12     25001      1852       619      1598     11746     11994    271326   no data   no data  --
1.09/1.13	c  N st    12     25001      1852       619      1598     11746     11994    271326   no data   no data  --
1.29/1.39	c Decided on static restart strategy
1.29/1.39	c  N st    18     30001      1852       619      1598     10077     11994    237420   no data   no data  --
1.29/1.39	c  S st    18     30001      1852       619      1598     10077     11994    237420   no data   no data  --
1.39/1.42	c  S st    18     30505      1852       619      1598     10531     11994    247261   no data   no data  --
1.39/1.44	c x-sub:    20 x-cut:      0 vfix:      0 v-elim:    552 locsubst:     0 time:   0.02
1.39/1.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
1.39/1.46	c bin-w-bin subsume rem          243 bins  time:  0.00 s
1.39/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.46	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   1300 time:  0.00 s
1.39/1.47	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
1.39/1.47	c lits-rem:        28  cl-subs:       23  v-elim:     88  v-fix:    0  time:  0.00 s
1.39/1.47	c asymm  cl-useful: 0/537/537 lits-rem:0 time: 0.00
1.39/1.47	c calculated reachability. Time: 0.00
1.39/1.47	c  N st    18     30505      1212       537      1422       214     10272      2779   no data   no data  --
1.59/1.64	c  N st    20     37615      1212       537      1422      4436     10272    107545   no data   no data  --
1.69/1.79	c  N st    21     44014      1212       537      1422     10314     10272    317474   no data   no data  --
1.69/1.79	c Finding binary XORs  T:     0.00 s  found:       0
1.79/1.84	c  S st    22     45758      1212       537      1422      6278     10272    148283   no data   no data  --
1.79/1.86	c  S st    22     46262      1212       537      1422      6748     10272    162978   no data   no data  --
1.79/1.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    282 locsubst:     0 time:   0.04
1.79/1.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.89/1.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:    163 P:  0.2M T:  0.01
1.89/1.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.89/1.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.89/1.91	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:    930 time:  0.00 s
1.89/1.91	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
1.89/1.91	c lits-rem:        41  cl-subs:       23  v-elim:      4  v-fix:    0  time:  0.00 s
1.89/1.91	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
1.89/1.91	c vivif2 --  cl tried      307 cl shrink        0 lits rem          0 time: 0.00
1.89/1.91	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
1.89/1.91	c calculated reachability. Time: 0.00
1.89/1.91	c  N st    22     46262       926       561      1235       307      9406      6044   no data   no data  --
2.69/2.76	c  N st    23     60660       926       561      1235      8921      9406    377908   no data   no data  --
2.89/2.90	c  N st    24     69393       926       561      1235      8844      9406    324208   no data   no data  --
2.89/2.90	c  S st    24     69393       926       561      1235      8844      9406    324208   no data   no data  --
2.89/2.92	c  S st    24     69895       926       561      1235      9300      9406    341739   no data   no data  --
2.89/2.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    148 locsubst:     0 time:   0.07
2.89/2.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.99/3.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
2.99/3.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    778 time:  0.00 s
2.99/3.00	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
2.99/3.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.99/3.00	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
2.99/3.00	c vivif2 --  cl tried       67 cl shrink        0 lits rem          0 time: 0.00
2.99/3.00	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
2.99/3.00	c calculated reachability. Time: 0.00
2.99/3.00	c  N st    24     69895       778       561      1235        67      9110       541   no data   no data  --
4.19/4.30	c  F st    25     87501       778       561      1235     11308      9110    633913   no data   no data  --
4.19/4.30	c  N st    25     87501       778       561      1235     11308      9110    633913   no data   no data  --
4.59/4.67	c Decided on static restart strategy
4.89/4.90	c  N st    32     95536       778       561      1235      9655      9110    502508   no data   no data  --
5.59/5.63	c  N st    34    104843       778       561      1235     18155      9110    983390   no data   no data  --
5.59/5.63	c  S st    34    104843       778       561      1235     18155      9110    983390   no data   no data  --
5.59/5.65	c  S st    34    105344       778       561      1235     18606      9110   1008905   no data   no data  --
5.69/5.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     45 locsubst:     0 time:   0.08
5.69/5.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.69/5.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.69/5.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.69/5.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.69/5.77	c Subs w/ non-existent bins:      0 l-rem:    326 v-fix:     0 done:    733 time:  0.00 s
5.69/5.78	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
14.69/14.73	c lits-rem:       366  cl-subs:    10168  v-elim:      0  v-fix:    0  time:  8.96 s
14.69/14.73	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
14.69/14.74	c vivif2 --  cl tried     5734 cl shrink      113 lits rem        261 time: 0.00
14.69/14.74	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
14.69/14.74	c calculated reachability. Time: 0.00
14.69/14.74	c  N st    34    105344       733       561      1235      5734      9020    296956   no data   no data  --
15.40/15.43	c  N st    35    114943       733       561      1235     14437      9020    787805   no data   no data  --
16.39/16.48	c  N st    36    129340       733       561      1235     17777      9020    939259   no data   no data  --
18.09/18.16	c  N st    37    150935       733       561      1235     25341      9020   1340231   no data   no data  --
18.70/18.71	c  S st    38    158017       733       561      1235     17968      9020    920857   no data   no data  --
18.70/18.73	c  S st    38    158517       733       561      1235     18421      9020    946746   no data   no data  --
18.79/18.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      5 locsubst:     0 time:   0.08
18.79/18.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.79/18.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
18.79/18.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.79/18.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.79/18.86	c Subs w/ non-existent bins:      0 l-rem:    368 v-fix:     0 done:    728 time:  0.00 s
18.79/18.86	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
29.89/29.91	c lits-rem:       186  cl-subs:    11303  v-elim:      0  v-fix:    0  time: 11.05 s
29.89/29.91	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
29.89/29.91	c vivif2 --  cl tried     7036 cl shrink      125 lits rem        238 time: 0.00
29.89/29.92	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
29.89/29.92	c calculated reachability. Time: 0.00
29.89/29.92	c  N st    38    158517       728       561      1235      7036      9010    340697   no data   no data  --
33.89/33.95	c  N st    39    207105       728       561      1235     21011      9010   1061438   no data   no data  --
36.59/36.64	c  N st    40    237775       728       561      1235     31953      9010   1656801   no data   no data  --
36.59/36.64	c  S st    40    237775       728       561      1235     31953      9010   1656801   no data   no data  --
36.59/36.68	c  S st    40    238276       728       561      1235     32402      9010   1681744   no data   no data  --
36.69/36.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
36.69/36.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.69/36.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
36.79/36.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.79/36.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.79/36.84	c Subs w/ non-existent bins:      0 l-rem:    509 v-fix:     0 done:    728 time:  0.00 s
36.79/36.84	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
78.10/78.11	c lits-rem:       108  cl-subs:    18601  v-elim:      0  v-fix:    0  time: 41.28 s
78.10/78.11	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
78.10/78.12	c vivif2 --  cl tried    13801 cl shrink      212 lits rem        432 time: 0.01
78.10/78.12	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
78.10/78.12	c calculated reachability. Time: 0.00
78.10/78.12	c  N st    40    238276       728       561      1235     13801      9010    708436   no data   no data  --
83.99/84.08	c  F st    41    306250       728       561      1235     20083      9010    975586   no data   no data  --
83.99/84.08	c  N st    41    306250       728       561      1235     20083      9010    975586   no data   no data  --
84.39/84.45	c Decided on static restart strategy
86.50/86.51	c  N st    51    334554       728       561      1235     25051      9010   1250663   no data   no data  --
88.69/88.71	c  N st    53    357415       728       561      1235     24050      9010   1194991   no data   no data  --
88.69/88.71	c  S st    53    357415       728       561      1235     24050      9010   1194991   no data   no data  --
88.69/88.74	c  S st    53    357917       728       561      1235     24500      9010   1220201   no data   no data  --
88.79/88.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
88.79/88.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.79/88.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
88.79/88.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.79/88.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.79/88.87	c Subs w/ non-existent bins:      0 l-rem:    312 v-fix:     0 done:    728 time:  0.00 s
88.79/88.87	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
101.89/101.93	c lits-rem:       113  cl-subs:    10610  v-elim:      0  v-fix:    0  time: 13.06 s
101.89/101.93	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
101.89/101.94	c vivif2 --  cl tried    13890 cl shrink       88 lits rem        220 time: 0.01
101.89/101.94	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
101.89/101.94	c calculated reachability. Time: 0.00
101.89/101.94	c  N st    53    357917       728       561      1235     13890      9010    668467   no data   no data  --
104.70/104.78	c  N st    54    390310       728       561      1235     43528      9010   2305693   no data   no data  --
109.30/109.38	c  N st    55    438898       728       561      1235     42238      9010   2166061   no data   no data  --
116.69/116.75	c  N st    56    511780       728       561      1235     32129      9010   1596671   no data   no data  --
119.29/119.36	c  N st    57    536875       728       561      1235     27433      9010   1353395   no data   no data  --
119.29/119.36	c  S st    57    536875       728       561      1235     27433      9010   1353395   no data   no data  --
119.29/119.39	c  S st    57    537378       728       561      1235     27898      9010   1378844   no data   no data  --
119.40/119.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
119.40/119.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
119.40/119.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
119.50/119.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
119.50/119.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
119.50/119.53	c Subs w/ non-existent bins:      0 l-rem:    196 v-fix:     0 done:    728 time:  0.00 s
119.50/119.53	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
138.80/138.80	c lits-rem:        87  cl-subs:    11684  v-elim:      0  v-fix:    0  time: 19.27 s
138.80/138.80	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
138.80/138.81	c vivif2 --  cl tried    16214 cl shrink      101 lits rem        196 time: 0.01
138.80/138.81	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
138.80/138.81	c calculated reachability. Time: 0.00
138.80/138.81	c  N st    57    537378       728       561      1235     16214      9010    778041   no data   no data  --
156.00/156.05	c  N st    58    701362       728       561      1235     48838      9010   2448051   no data   no data  --
168.10/168.16	c  N st    59    806068       728       561      1235     45967      9010   2257310   no data   no data  --
168.10/168.16	c  S st    59    806068       728       561      1235     45967      9010   2257310   no data   no data  --
168.21/168.21	c  S st    59    806569       728       561      1235     46451      9010   2285067   no data   no data  --
168.21/168.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
168.21/168.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
168.31/168.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
168.31/168.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
168.31/168.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
168.39/168.40	c Subs w/ non-existent bins:      0 l-rem:    711 v-fix:     0 done:    728 time:  0.00 s
168.39/168.40	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
235.10/235.11	c lits-rem:       130  cl-subs:    22049  v-elim:      0  v-fix:    0  time: 66.70 s
235.10/235.11	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
235.10/235.12	c vivif2 --  cl tried    24402 cl shrink      385 lits rem        925 time: 0.02
235.10/235.13	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
235.10/235.13	c calculated reachability. Time: 0.00
235.10/235.13	c  N st    59    806569       728       561      1235     24402      9010   1178009   no data   no data  --
268.31/268.37	c  F st    60   1071876       728       561      1235     46538      9010   2226161   no data   no data  --
268.31/268.37	c  N st    60   1071876       728       561      1235     46538      9010   2226161   no data   no data  --
268.90/268.91	c Decided on static restart strategy
271.70/271.71	c  N st    70   1100177       728       561      1235     72449      9010   3654178   no data   no data  --
276.10/276.17	c  N st    72   1136169       728       561      1235     65225      9010   3241563   no data   no data  --
280.60/280.64	c  N st    73   1168561       728       561      1235     53437      9010   2586683   no data   no data  --
286.30/286.33	c  N st    74   1209854       728       561      1235     49249      9010   2348370   no data   no data  --
286.30/286.33	c  S st    74   1209854       728       561      1235     49249      9010   2348370   no data   no data  --
286.30/286.39	c  S st    74   1210358       728       561      1235     49711      9010   2373488   no data   no data  --
286.40/286.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
286.40/286.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
286.50/286.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
286.50/286.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
286.50/286.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
286.50/286.58	c Subs w/ non-existent bins:      0 l-rem:    475 v-fix:     0 done:    728 time:  0.01 s
286.50/286.58	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
346.70/346.79	c lits-rem:        61  cl-subs:    21476  v-elim:      0  v-fix:    0  time: 60.21 s
346.70/346.79	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
346.80/346.81	c vivif2 --  cl tried    28235 cl shrink      238 lits rem        579 time: 0.02
346.80/346.81	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
346.80/346.81	c calculated reachability. Time: 0.00
346.80/346.81	c  N st    74   1210358       728       561      1235     28235      9010   1310398   no data   no data  --
355.70/355.77	c  N st    75   1283240       728       561      1235     52687      9010   2537960   no data   no data  --
370.10/370.11	c  N st    76   1392564       728       561      1235     63946      9010   3130922   no data   no data  --
393.20/393.21	c  N st    77   1556549       728       561      1235     74816      9010   3660124   no data   no data  --
415.00/415.09	c  N st    78   1710358       728       561      1235     67509      9010   3256320   no data   no data  --
415.00/415.09	c  S st    78   1710358       728       561      1235     67509      9010   3256320   no data   no data  --
415.10/415.16	c  S st    78   1710861       728       561      1235     67978      9010   3281937   no data   no data  --
415.20/415.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
415.20/415.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
415.20/415.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
415.30/415.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
415.30/415.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
415.30/415.40	c Subs w/ non-existent bins:      0 l-rem:    455 v-fix:     0 done:    663 time:  0.01 s
415.40/415.40	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
559.81/559.81	c lits-rem:        21  cl-subs:    28992  v-elim:      0  v-fix:    0  time: 144.42 s
559.81/559.81	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
559.81/559.84	c vivif2 --  cl tried    38986 cl shrink      294 lits rem        914 time: 0.03
559.81/559.84	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
559.81/559.85	c calculated reachability. Time: 0.00
559.81/559.85	c  N st    78   1710861       728       561      1235     38986      9010   1856650   no data   no data  --
614.82/614.87	c  N st    79   2079826       728       561      1235     57389      9010   2688777   no data   no data  --
634.51/634.58	c  N st    80   2210862       728       561      1235     63377      9010   2989209   no data   no data  --
634.51/634.58	c  S st    80   2210862       728       561      1235     63377      9010   2989209   no data   no data  --
634.62/634.65	c  S st    80   2211364       728       561      1235     63818      9010   3013891   no data   no data  --
634.72/634.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
634.72/634.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
634.72/634.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
634.81/634.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
634.81/634.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
634.81/634.87	c Subs w/ non-existent bins:      0 l-rem:    268 v-fix:     0 done:    590 time:  0.01 s
634.81/634.87	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
747.92/747.98	c lits-rem:        71  cl-subs:    20694  v-elim:      0  v-fix:    0  time: 113.11 s
747.92/747.98	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
748.02/748.00	c vivif2 --  cl tried    43124 cl shrink      200 lits rem        569 time: 0.03
748.02/748.01	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
748.02/748.01	c calculated reachability. Time: 0.00
748.02/748.01	c  N st    80   2211364       728       561      1235     43124      9010   2017587   no data   no data  --
830.72/830.76	c  N st    81   2711366       728       561      1235     74172      9010   3518374   no data   no data  --
830.72/830.76	c  S st    81   2711366       728       561      1235     74172      9010   3518374   no data   no data  --
830.82/830.84	c  S st    81   2711868       728       561      1235     74623      9010   3543633   no data   no data  --
830.92/830.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
830.92/830.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
830.92/830.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
831.02/831.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
831.02/831.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
831.02/831.09	c Subs w/ non-existent bins:      0 l-rem:    240 v-fix:     0 done:    504 time:  0.01 s
831.02/831.09	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
987.52/987.50	c lits-rem:        86  cl-subs:    20069  v-elim:      0  v-fix:    0  time: 156.40 s
987.52/987.50	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
987.52/987.54	c vivif2 --  cl tried    54554 cl shrink      240 lits rem        601 time: 0.04
987.52/987.54	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
987.52/987.54	c calculated reachability. Time: 0.00
987.52/987.54	c  N st    81   2711868       728       561      1235     54554      9010   2584452   no data   no data  --
1072.53/1072.53	c  N st    82   3211868       728       561      1235    109845      9010   5347768   no data   no data  --
1072.53/1072.53	c  S st    82   3211868       728       561      1235    109845      9010   5347768   no data   no data  --
1072.62/1072.64	c  S st    82   3212371       728       561      1235    110291      9010   5371662   no data   no data  --
1072.72/1072.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
1072.72/1072.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1072.82/1072.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
1072.92/1072.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1072.92/1072.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1072.92/1072.98	c Subs w/ non-existent bins:      0 l-rem:    575 v-fix:     0 done:    182 time:  0.01 s
1072.92/1072.98	c Removed useless bin:       0  fixed:     0  props:   0.10M  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-3264666-1303573596/watcher-3264666-1303573596 -o /tmp/evaluation-result-3264666-1303573596/solver-3264666-1303573596 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3264666-1303573596.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.68 3.93 3.89 4/178 17616
/proc/meminfo: memFree=16036128/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=31428 CPUtime=0 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 449775033 32182272 857 33554432000 4194304 4650387 140734768133600 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 7857 858 328 112 0 2822 0

[startup+0.071819 s]
/proc/loadavg: 3.68 3.93 3.89 4/178 17616
/proc/meminfo: memFree=16036128/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=35900 CPUtime=0.06 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 2134 0 0 0 6 0 0 0 20 0 1 0 449775033 36761600 1905 33554432000 4194304 4650387 140734768133600 18446744073709551615 228095109485 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 8975 1905 367 112 0 3940 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35900

[startup+0.100813 s]
/proc/loadavg: 3.68 3.93 3.89 4/178 17616
/proc/meminfo: memFree=16036128/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=37820 CPUtime=0.09 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 2662 0 0 0 9 0 0 0 20 0 1 0 449775033 38727680 2433 33554432000 4194304 4650387 140734768133600 18446744073709551615 4389586 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 9455 2433 371 112 0 4420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37820

[startup+0.300774 s]
/proc/loadavg: 3.68 3.93 3.89 4/178 17616
/proc/meminfo: memFree=16036128/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=37820 CPUtime=0.29 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 2864 0 0 0 29 0 0 0 21 0 1 0 449775033 38727680 2635 33554432000 4194304 4650387 140734768133600 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 9455 2635 380 112 0 4420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37820

[startup+0.700702 s]
/proc/loadavg: 3.68 3.93 3.89 4/178 17616
/proc/meminfo: memFree=16036128/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=37828 CPUtime=0.69 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 3407 0 0 0 69 0 0 0 22 0 1 0 449775033 38735872 2528 33554432000 4194304 4650387 140734768133600 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 9457 2528 380 112 0 4422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37828

[startup+1.50057 s]
/proc/loadavg: 3.68 3.93 3.89 6/190 17638
/proc/meminfo: memFree=16005096/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=39008 CPUtime=1.49 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 4405 0 0 0 149 0 0 0 25 0 1 0 449775033 39944192 2837 33554432000 4194304 4650387 140734768133600 18446744073709551615 4363913 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 9752 2837 381 112 0 4717 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39008

[startup+3.10031 s]
/proc/loadavg: 3.70 3.93 3.89 6/190 17638
/proc/meminfo: memFree=15986212/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=48320 CPUtime=3.09 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 6902 0 0 0 309 0 0 0 25 0 1 0 449775033 49479680 3413 33554432000 4194304 4650387 140734768133600 18446744073709551615 4367471 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 12080 3413 381 112 0 7045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48320

[startup+6.30071 s]
/proc/loadavg: 3.70 3.93 3.89 6/190 17638
/proc/meminfo: memFree=15976324/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=61748 CPUtime=6.29 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 14088 0 0 0 627 2 0 0 25 0 1 0 449775033 63229952 8495 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 15437 8495 381 112 0 10402 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61748

[startup+12.7005 s]
/proc/loadavg: 3.75 3.94 3.89 6/190 17639
/proc/meminfo: memFree=15943384/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=61748 CPUtime=12.69 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 14088 0 0 0 1267 2 0 0 25 0 1 0 449775033 63229952 8495 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433061 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 15437 8495 381 112 0 10402 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61748

[startup+25.5012 s]
/proc/loadavg: 3.79 3.94 3.89 6/190 17639
/proc/meminfo: memFree=15927212/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=69112 CPUtime=25.49 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 20114 0 0 0 2546 3 0 0 25 0 1 0 449775033 70770688 9823 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433052 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 17278 9823 381 112 0 12243 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69112

[startup+51.1005 s]
/proc/loadavg: 3.86 3.94 3.89 6/190 17640
/proc/meminfo: memFree=15891432/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=94276 CPUtime=51.09 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 32220 0 0 0 5104 5 0 0 25 0 1 0 449775033 96538624 16083 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 23569 16083 381 112 0 18534 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94276

[startup+102.306 s]
/proc/loadavg: 3.94 3.95 3.90 6/190 17641
/proc/meminfo: memFree=15861412/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=95448 CPUtime=102.3 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 43859 0 0 0 10224 6 0 0 25 0 1 0 449775033 97738752 15912 33554432000 4194304 4650387 140734768133600 18446744073709551615 4364706 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 23862 15912 381 112 0 18827 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95448

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.90 6/190 17642
/proc/meminfo: memFree=15833508/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=103260 CPUtime=162.29 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 80452 0 0 0 16215 14 0 0 25 0 1 0 449775033 105738240 18939 33554432000 4194304 4650387 140734768133600 18446744073709551615 4313299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 25815 18939 381 112 0 20780 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103260

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.91 6/190 17644
/proc/meminfo: memFree=15809540/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=120784 CPUtime=222.3 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 90957 0 0 0 22214 16 0 0 25 0 1 0 449775033 123682816 22277 33554432000 4194304 4650387 140734768133600 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 30196 22277 403 112 0 25161 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120784

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 17646
/proc/meminfo: memFree=15775296/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=122332 CPUtime=282.3 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 125267 0 0 0 28205 25 0 0 25 0 1 0 449775033 125267968 23331 33554432000 4194304 4650387 140734768133600 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 30583 23331 385 112 0 25548 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 122332

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 17647
/proc/meminfo: memFree=15767824/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=129724 CPUtime=342.3 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 130390 0 0 0 34204 26 0 0 25 0 1 0 449775033 132837376 24014 33554432000 4194304 4650387 140734768133600 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 32431 24014 385 112 0 27396 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 129724

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 17649
/proc/meminfo: memFree=15742864/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=131204 CPUtime=402.31 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 166879 0 0 0 40196 35 0 0 25 0 1 0 449775033 134352896 26046 33554432000 4194304 4650387 140734768133600 18446744073709551615 4331051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 32801 26046 385 112 0 27766 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 131204

[startup+462.301 s]
/proc/loadavg: 4.04 3.99 3.91 6/190 17650
/proc/meminfo: memFree=15717556/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=158248 CPUtime=462.3 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 182579 0 0 0 46193 37 0 0 25 0 1 0 449775033 162045952 31326 33554432000 4194304 4650387 140734768133600 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 39562 31326 385 112 0 34527 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 158248

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 3.91 6/190 17652
/proc/meminfo: memFree=15708616/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=158248 CPUtime=522.3 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 182579 0 0 0 52193 37 0 0 25 0 1 0 449775033 162045952 31326 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 39562 31326 385 112 0 34527 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 158248

[startup+582.301 s]
/proc/loadavg: 3.87 3.95 3.90 5/184 17671
/proc/meminfo: memFree=15760164/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=158548 CPUtime=582.31 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 195491 0 0 0 58190 41 0 0 25 0 1 0 449775033 162353152 32044 33554432000 4194304 4650387 140734768133600 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 39637 32044 381 112 0 34602 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 158548

[startup+642.301 s]
/proc/loadavg: 3.32 3.78 3.85 5/184 17672
/proc/meminfo: memFree=15756424/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=161868 CPUtime=642.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 229195 0 0 0 64183 49 0 0 25 0 1 0 449775033 165752832 31504 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 40467 31504 381 112 0 35432 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 161868

[startup+702.301 s]
/proc/loadavg: 3.11 3.63 3.79 5/184 17674
/proc/meminfo: memFree=15750956/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=162828 CPUtime=702.31 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 229451 0 0 0 70182 49 0 0 25 0 1 0 449775033 166735872 31760 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 40707 31760 381 112 0 35672 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 162828

[startup+762.307 s]
/proc/loadavg: 3.04 3.52 3.74 5/184 17676
/proc/meminfo: memFree=15749820/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=163060 CPUtime=762.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 237296 0 0 0 76182 50 0 0 25 0 1 0 449775033 166973440 32389 33554432000 4194304 4650387 140734768133600 18446744073709551615 4365293 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 40765 32389 381 112 0 35730 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 163060

[startup+822.301 s]
/proc/loadavg: 3.01 3.42 3.69 5/184 17677
/proc/meminfo: memFree=15724016/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=164348 CPUtime=822.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 270579 0 0 0 82171 61 0 0 25 0 1 0 449775033 168292352 33536 33554432000 4194304 4650387 140734768133600 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 41087 33536 381 112 0 36052 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 164348

[startup+882.301 s]
/proc/loadavg: 3.00 3.34 3.64 5/184 17688
/proc/meminfo: memFree=15717932/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=176448 CPUtime=882.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 278708 0 0 0 88169 63 0 0 25 0 1 0 449775033 180682752 34964 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 44112 34964 381 112 0 39077 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 176448

[startup+942.301 s]
/proc/loadavg: 3.00 3.28 3.60 5/184 17689
/proc/meminfo: memFree=15713080/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=176448 CPUtime=942.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 278717 0 0 0 94169 63 0 0 25 0 1 0 449775033 180682752 34973 33554432000 4194304 4650387 140734768133600 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 44112 34973 381 112 0 39077 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 176448

[startup+1002.3 s]
/proc/loadavg: 2.37 3.04 3.50 4/178 17708
/proc/meminfo: memFree=15817388/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=176592 CPUtime=1002.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 286530 0 0 0 100166 66 0 0 25 0 1 0 449775033 180830208 34912 33554432000 4194304 4650387 140734768133600 18446744073709551615 4364138 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 44148 34912 381 112 0 39113 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 176592

[startup+1062.3 s]
/proc/loadavg: 2.13 2.85 3.40 4/178 17709
/proc/meminfo: memFree=15806092/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=242984 CPUtime=1062.33 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 317461 0 0 0 106160 73 0 0 25 0 1 0 449775033 248815616 37839 33554432000 4194304 4650387 140734768133600 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 60746 37839 381 112 0 55711 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 242984

[startup+1122.3 s]
/proc/loadavg: 2.05 2.69 3.31 4/178 17711
/proc/meminfo: memFree=15753996/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=229072 CPUtime=1122.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 335995 0 0 0 112157 75 0 0 25 0 1 0 449775033 234569728 49150 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 57268 49150 381 112 0 52233 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 229072

[startup+1182.3 s]
/proc/loadavg: 2.09 2.59 3.24 4/178 17713
/proc/meminfo: memFree=15760064/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=229072 CPUtime=1182.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 335995 0 0 0 118157 75 0 0 25 0 1 0 449775033 234569728 49150 33554432000 4194304 4650387 140734768133600 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 57268 49150 381 112 0 52233 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 229072

[startup+1242.3 s]
/proc/loadavg: 2.03 2.48 3.16 4/178 17714
/proc/meminfo: memFree=15756200/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=229072 CPUtime=1242.32 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 335995 0 0 0 124157 75 0 0 25 0 1 0 449775033 234569728 49150 33554432000 4194304 4650387 140734768133600 18446744073709551615 4476439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 57268 49150 381 112 0 52233 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 229072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.40 3.09 4/178 17716
/proc/meminfo: memFree=15752844/32951124 swapFree=67111528/67111528
[pid=17616] ppid=17612 vsize=229072 CPUtime=1300.03 cores=0,2
/proc/17616/stat : 17616 (strangenight1-s) R 17612 17616 16602 0 -1 4202496 335995 0 0 0 129928 75 0 0 25 0 1 0 449775033 234569728 49150 33554432000 4194304 4650387 140734768133600 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/17616/statm: 57268 49150 381 112 0 52233 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 229072

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

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

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

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

runsolver used 2.17167 second user time and 4.71528 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-23 17:46:36
IDJOB=3264666
IDBENCH=84762
IDSOLVER=1589
FILE ID=node142/3264666-1303573596
RUNJOBID= node142-1303573596-17595
PBS_JOBID= 13150289
Free space on /tmp= 71364 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l4.used-as.sat04-896.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264666-1303573596/watcher-3264666-1303573596 -o /tmp/evaluation-result-3264666-1303573596/solver-3264666-1303573596 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3264666-1303573596.cnf

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=676857682

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:      16036432 kB
Buffers:       2064456 kB
Cached:       14215536 kB
SwapCached:          0 kB
Active:        6728032 kB
Inactive:      9616448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16036432 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12964 kB
Writeback:           0 kB
AnonPages:       64104 kB
Mapped:          14476 kB
Slab:           504892 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187912 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= 71352 MiB
End job on node142 at 2011-04-23 18:08:18