Trace number 3370445

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

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-3370445-1305395122.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.03	c asymm  cl-useful: 0/17248/17248 lits-rem:0 time: 0.03
0.00/0.04	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.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4499 time:  0.00 s
0.00/0.05	c Removed useless bin:       3  fixed:     0  props:   0.33M  time:  0.00 s
0.07/0.09	c lits-rem:         0  cl-subs:        0  v-elim:   1499  v-fix:    0  time:  0.03 s
0.07/0.09	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.10	c Finding non-binary XORs:     0.01 s (found:    2566, avg size: 3.6)
0.09/0.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1128 locsubst:   122 time:   0.01
0.09/0.10	c Replacing       20 vars Replaced      120 lits Time:     0.00 s 
0.09/0.10	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.17	c Decided on static restart strategy
0.19/0.27	c  N st     8      4915      1852       619      1598      4608     11994    155239   no data   no data  --
0.49/0.50	c  N st    10     11299      1852       619      1598      4312     11994     85245   no data   no data  --
0.69/0.75	c  N st    11     17042      1852       619      1598      9678     11994    281587   no data   no data  --
1.00/1.05	c  F st    12     25001      1852       619      1598     11746     11994    271326   no data   no data  --
1.00/1.05	c  N st    12     25001      1852       619      1598     11746     11994    271326   no data   no data  --
1.19/1.29	c Decided on static restart strategy
1.19/1.29	c  N st    18     30001      1852       619      1598     10077     11994    237420   no data   no data  --
1.19/1.29	c  S st    18     30001      1852       619      1598     10077     11994    237420   no data   no data  --
1.29/1.32	c  S st    18     30505      1852       619      1598     10531     11994    247261   no data   no data  --
1.29/1.34	c x-sub:    20 x-cut:      0 vfix:      0 v-elim:    552 locsubst:     0 time:   0.02
1.29/1.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
1.29/1.36	c bin-w-bin subsume rem          243 bins  time:  0.00 s
1.29/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.36	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   1300 time:  0.00 s
1.29/1.36	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
1.29/1.36	c lits-rem:        28  cl-subs:       23  v-elim:     88  v-fix:    0  time:  0.00 s
1.29/1.36	c asymm  cl-useful: 0/537/537 lits-rem:0 time: 0.00
1.29/1.36	c calculated reachability. Time: 0.00
1.29/1.37	c  N st    18     30505      1212       537      1422       214     10272      2779   no data   no data  --
1.49/1.52	c  N st    20     37615      1212       537      1422      4436     10272    107545   no data   no data  --
1.59/1.66	c  N st    21     44014      1212       537      1422     10314     10272    317474   no data   no data  --
1.59/1.66	c Finding binary XORs  T:     0.00 s  found:       0
1.69/1.70	c  S st    22     45758      1212       537      1422      6278     10272    148283   no data   no data  --
1.69/1.72	c  S st    22     46262      1212       537      1422      6748     10272    162978   no data   no data  --
1.69/1.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    282 locsubst:     0 time:   0.04
1.69/1.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.69/1.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:    163 P:  0.2M T:  0.01
1.69/1.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.69/1.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.69/1.77	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:    930 time:  0.00 s
1.69/1.77	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
1.69/1.77	c lits-rem:        41  cl-subs:       23  v-elim:      4  v-fix:    0  time:  0.00 s
1.69/1.77	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
1.69/1.77	c vivif2 --  cl tried      307 cl shrink        0 lits rem          0 time: 0.00
1.69/1.77	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
1.69/1.77	c calculated reachability. Time: 0.00
1.69/1.77	c  N st    22     46262       926       561      1235       307      9406      6044   no data   no data  --
2.49/2.56	c  N st    23     60660       926       561      1235      8921      9406    377908   no data   no data  --
2.59/2.69	c  N st    24     69393       926       561      1235      8844      9406    324208   no data   no data  --
2.59/2.69	c  S st    24     69393       926       561      1235      8844      9406    324208   no data   no data  --
2.69/2.71	c  S st    24     69895       926       561      1235      9300      9406    341739   no data   no data  --
2.69/2.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    148 locsubst:     0 time:   0.06
2.69/2.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.69/2.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
2.69/2.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    778 time:  0.00 s
2.69/2.78	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
2.69/2.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.69/2.78	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
2.69/2.78	c vivif2 --  cl tried       67 cl shrink        0 lits rem          0 time: 0.00
2.69/2.78	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
2.69/2.78	c calculated reachability. Time: 0.00
2.69/2.78	c  N st    24     69895       778       561      1235        67      9110       541   no data   no data  --
3.90/3.98	c  F st    25     87501       778       561      1235     11308      9110    633913   no data   no data  --
3.90/3.98	c  N st    25     87501       778       561      1235     11308      9110    633913   no data   no data  --
4.30/4.32	c Decided on static restart strategy
4.50/4.53	c  N st    32     95536       778       561      1235      9655      9110    502508   no data   no data  --
5.09/5.19	c  N st    34    104843       778       561      1235     18155      9110    983390   no data   no data  --
5.09/5.19	c  S st    34    104843       778       561      1235     18155      9110    983390   no data   no data  --
5.19/5.21	c  S st    34    105344       778       561      1235     18606      9110   1008905   no data   no data  --
5.19/5.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     45 locsubst:     0 time:   0.08
5.19/5.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.29/5.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.29/5.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.29/5.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.29/5.33	c Subs w/ non-existent bins:      0 l-rem:    326 v-fix:     0 done:    733 time:  0.00 s
5.29/5.33	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
16.50/16.55	c lits-rem:       366  cl-subs:    10168  v-elim:      0  v-fix:    0  time: 11.22 s
16.50/16.55	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
16.50/16.55	c vivif2 --  cl tried     5734 cl shrink      113 lits rem        261 time: 0.00
16.50/16.56	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
16.50/16.56	c calculated reachability. Time: 0.00
16.50/16.56	c  N st    34    105344       733       561      1235      5734      9020    296956   no data   no data  --
17.09/17.18	c  N st    35    114943       733       561      1235     14437      9020    787805   no data   no data  --
18.10/18.14	c  N st    36    129340       733       561      1235     17777      9020    939259   no data   no data  --
19.59/19.68	c  N st    37    150935       733       561      1235     25341      9020   1340231   no data   no data  --
20.19/20.20	c  S st    38    158017       733       561      1235     17968      9020    920857   no data   no data  --
20.19/20.23	c  S st    38    158517       733       561      1235     18421      9020    946746   no data   no data  --
20.29/20.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      5 locsubst:     0 time:   0.08
20.29/20.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.29/20.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
20.29/20.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.29/20.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.29/20.35	c Subs w/ non-existent bins:      0 l-rem:    368 v-fix:     0 done:    728 time:  0.00 s
20.29/20.35	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
35.59/35.61	c lits-rem:       186  cl-subs:    11303  v-elim:      0  v-fix:    0  time: 15.26 s
35.59/35.61	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
35.59/35.62	c vivif2 --  cl tried     7036 cl shrink      125 lits rem        238 time: 0.00
35.59/35.62	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
35.59/35.62	c calculated reachability. Time: 0.00
35.59/35.62	c  N st    38    158517       728       561      1235      7036      9010    340697   no data   no data  --
39.29/39.36	c  N st    39    207105       728       561      1235     21011      9010   1061438   no data   no data  --
41.80/41.83	c  N st    40    237775       728       561      1235     31953      9010   1656801   no data   no data  --
41.80/41.83	c  S st    40    237775       728       561      1235     31953      9010   1656801   no data   no data  --
41.80/41.86	c  S st    40    238276       728       561      1235     32402      9010   1681744   no data   no data  --
41.89/41.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
41.89/41.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.89/41.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
41.89/41.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.99/42.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.99/42.00	c Subs w/ non-existent bins:      0 l-rem:    509 v-fix:     0 done:    728 time:  0.00 s
41.99/42.00	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
97.90/97.98	c lits-rem:       108  cl-subs:    18601  v-elim:      0  v-fix:    0  time: 55.98 s
97.90/97.98	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
97.90/97.99	c vivif2 --  cl tried    13801 cl shrink      212 lits rem        432 time: 0.01
97.90/97.99	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
97.90/97.99	c calculated reachability. Time: 0.00
97.90/97.99	c  N st    40    238276       728       561      1235     13801      9010    708436   no data   no data  --
103.69/103.77	c  F st    41    306250       728       561      1235     20083      9010    975586   no data   no data  --
103.69/103.77	c  N st    41    306250       728       561      1235     20083      9010    975586   no data   no data  --
104.09/104.13	c Decided on static restart strategy
106.09/106.13	c  N st    51    334554       728       561      1235     25051      9010   1250663   no data   no data  --
108.09/108.18	c  N st    53    357415       728       561      1235     24050      9010   1194991   no data   no data  --
108.09/108.18	c  S st    53    357415       728       561      1235     24050      9010   1194991   no data   no data  --
108.19/108.20	c  S st    53    357917       728       561      1235     24500      9010   1220201   no data   no data  --
108.19/108.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
108.19/108.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.19/108.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
108.29/108.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
108.29/108.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.29/108.33	c Subs w/ non-existent bins:      0 l-rem:    312 v-fix:     0 done:    728 time:  0.00 s
108.29/108.33	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
120.19/120.24	c lits-rem:       113  cl-subs:    10610  v-elim:      0  v-fix:    0  time: 11.91 s
120.19/120.24	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
120.19/120.25	c vivif2 --  cl tried    13890 cl shrink       88 lits rem        220 time: 0.01
120.19/120.25	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
120.19/120.26	c calculated reachability. Time: 0.00
120.19/120.26	c  N st    53    357917       728       561      1235     13890      9010    668467   no data   no data  --
122.99/123.00	c  N st    54    390310       728       561      1235     43528      9010   2305693   no data   no data  --
127.40/127.48	c  N st    55    438898       728       561      1235     42238      9010   2166061   no data   no data  --
134.50/134.56	c  N st    56    511780       728       561      1235     32129      9010   1596671   no data   no data  --
136.89/136.96	c  N st    57    536875       728       561      1235     27433      9010   1353395   no data   no data  --
136.89/136.96	c  S st    57    536875       728       561      1235     27433      9010   1353395   no data   no data  --
136.89/136.99	c  S st    57    537378       728       561      1235     27898      9010   1378844   no data   no data  --
136.99/137.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
136.99/137.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
136.99/137.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
137.09/137.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.09/137.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.09/137.12	c Subs w/ non-existent bins:      0 l-rem:    196 v-fix:     0 done:    728 time:  0.00 s
137.09/137.12	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
153.79/153.82	c lits-rem:        87  cl-subs:    11684  v-elim:      0  v-fix:    0  time: 16.69 s
153.79/153.82	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
153.79/153.83	c vivif2 --  cl tried    16214 cl shrink      101 lits rem        196 time: 0.01
153.79/153.84	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
153.79/153.84	c calculated reachability. Time: 0.00
153.79/153.84	c  N st    57    537378       728       561      1235     16214      9010    778041   no data   no data  --
170.70/170.71	c  N st    58    701362       728       561      1235     48838      9010   2448051   no data   no data  --
181.80/181.83	c  N st    59    806068       728       561      1235     45967      9010   2257310   no data   no data  --
181.80/181.83	c  S st    59    806068       728       561      1235     45967      9010   2257310   no data   no data  --
181.80/181.88	c  S st    59    806569       728       561      1235     46451      9010   2285067   no data   no data  --
181.90/181.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
181.90/181.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
181.90/181.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
182.00/182.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
182.00/182.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
182.00/182.05	c Subs w/ non-existent bins:      0 l-rem:    711 v-fix:     0 done:    728 time:  0.00 s
182.00/182.05	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
261.50/261.51	c lits-rem:       130  cl-subs:    22049  v-elim:      0  v-fix:    0  time: 79.46 s
261.50/261.51	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
261.50/261.52	c vivif2 --  cl tried    24402 cl shrink      385 lits rem        925 time: 0.02
261.50/261.53	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
261.50/261.53	c calculated reachability. Time: 0.00
261.50/261.53	c  N st    59    806569       728       561      1235     24402      9010   1178009   no data   no data  --
294.19/294.27	c  F st    60   1071876       728       561      1235     46538      9010   2226161   no data   no data  --
294.19/294.27	c  N st    60   1071876       728       561      1235     46538      9010   2226161   no data   no data  --
294.71/294.77	c Decided on static restart strategy
297.30/297.35	c  N st    70   1100177       728       561      1235     72449      9010   3654178   no data   no data  --
301.41/301.44	c  N st    72   1136169       728       561      1235     65225      9010   3241563   no data   no data  --
305.50/305.54	c  N st    73   1168561       728       561      1235     53437      9010   2586683   no data   no data  --
310.70/310.76	c  N st    74   1209854       728       561      1235     49249      9010   2348370   no data   no data  --
310.70/310.76	c  S st    74   1209854       728       561      1235     49249      9010   2348370   no data   no data  --
310.80/310.81	c  S st    74   1210358       728       561      1235     49711      9010   2373488   no data   no data  --
310.80/310.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
310.80/310.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
310.90/310.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
310.90/310.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
310.90/310.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
310.90/310.98	c Subs w/ non-existent bins:      0 l-rem:    475 v-fix:     0 done:    728 time:  0.01 s
310.90/310.98	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
372.50/372.58	c lits-rem:        61  cl-subs:    21476  v-elim:      0  v-fix:    0  time: 61.60 s
372.50/372.58	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
372.60/372.60	c vivif2 --  cl tried    28235 cl shrink      238 lits rem        579 time: 0.02
372.60/372.60	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
372.60/372.61	c calculated reachability. Time: 0.00
372.60/372.61	c  N st    74   1210358       728       561      1235     28235      9010   1310398   no data   no data  --
381.60/381.61	c  N st    75   1283240       728       561      1235     52687      9010   2537960   no data   no data  --
395.80/395.84	c  N st    76   1392564       728       561      1235     63946      9010   3130922   no data   no data  --
418.40/418.40	c  N st    77   1556549       728       561      1235     74816      9010   3660124   no data   no data  --
438.20/438.27	c  N st    78   1710358       728       561      1235     67509      9010   3256320   no data   no data  --
438.20/438.27	c  S st    78   1710358       728       561      1235     67509      9010   3256320   no data   no data  --
438.30/438.33	c  S st    78   1710861       728       561      1235     67978      9010   3281937   no data   no data  --
438.40/438.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
438.40/438.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
438.40/438.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
438.50/438.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
438.50/438.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
438.50/438.54	c Subs w/ non-existent bins:      0 l-rem:    455 v-fix:     0 done:    663 time:  0.01 s
438.50/438.55	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
602.90/602.97	c lits-rem:        21  cl-subs:    28992  v-elim:      0  v-fix:    0  time: 164.42 s
602.90/602.97	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
602.90/602.99	c vivif2 --  cl tried    38986 cl shrink      294 lits rem        914 time: 0.03
603.01/603.00	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
603.01/603.00	c calculated reachability. Time: 0.00
603.01/603.00	c  N st    78   1710861       728       561      1235     38986      9010   1856650   no data   no data  --
655.00/655.05	c  N st    79   2079826       728       561      1235     57389      9010   2688777   no data   no data  --
673.00/673.09	c  N st    80   2210862       728       561      1235     63377      9010   2989209   no data   no data  --
673.00/673.09	c  S st    80   2210862       728       561      1235     63377      9010   2989209   no data   no data  --
673.11/673.15	c  S st    80   2211364       728       561      1235     63818      9010   3013891   no data   no data  --
673.21/673.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
673.21/673.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
673.21/673.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
673.30/673.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
673.30/673.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
673.30/673.35	c Subs w/ non-existent bins:      0 l-rem:    268 v-fix:     0 done:    590 time:  0.01 s
673.30/673.35	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
800.11/800.13	c lits-rem:        71  cl-subs:    20694  v-elim:      0  v-fix:    0  time: 126.78 s
800.11/800.13	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
800.11/800.16	c vivif2 --  cl tried    43124 cl shrink      200 lits rem        569 time: 0.03
800.11/800.17	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.00
800.11/800.17	c calculated reachability. Time: 0.00
800.11/800.17	c  N st    80   2211364       728       561      1235     43124      9010   2017587   no data   no data  --
876.51/876.53	c  N st    81   2711366       728       561      1235     74172      9010   3518374   no data   no data  --
876.51/876.53	c  S st    81   2711366       728       561      1235     74172      9010   3518374   no data   no data  --
876.61/876.61	c  S st    81   2711868       728       561      1235     74623      9010   3543633   no data   no data  --
876.61/876.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
876.61/876.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
876.72/876.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
876.81/876.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
876.81/876.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
876.81/876.83	c Subs w/ non-existent bins:      0 l-rem:    240 v-fix:     0 done:    504 time:  0.01 s
876.81/876.83	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
1060.43/1060.46	c lits-rem:        86  cl-subs:    20069  v-elim:      0  v-fix:    0  time: 183.64 s
1060.43/1060.46	c vivif2 --  cl tried      561 cl shrink        0 lits rem          0 time: 0.00
1060.52/1060.50	c vivif2 --  cl tried    54554 cl shrink      240 lits rem        601 time: 0.03
1060.52/1060.50	c asymm  cl-useful: 0/561/561 lits-rem:0 time: 0.01
1060.52/1060.51	c calculated reachability. Time: 0.00
1060.52/1060.51	c  N st    81   2711868       728       561      1235     54554      9010   2584452   no data   no data  --
1137.12/1137.13	c  N st    82   3211868       728       561      1235    109845      9010   5347768   no data   no data  --
1137.12/1137.13	c  S st    82   3211868       728       561      1235    109845      9010   5347768   no data   no data  --
1137.22/1137.23	c  S st    82   3212371       728       561      1235    110291      9010   5371662   no data   no data  --
1137.33/1137.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1137.33/1137.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1137.33/1137.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1137.52/1137.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1137.52/1137.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1137.52/1137.53	c Subs w/ non-existent bins:      0 l-rem:    575 v-fix:     0 done:    182 time:  0.01 s
1137.52/1137.53	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370445-1305395122/watcher-3370445-1305395122 -o /tmp/evaluation-result-3370445-1305395122/solver-3370445-1305395122 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370445-1305395122.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.38 3.84 3.68 4/291 18006
/proc/meminfo: memFree=25093344/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=32020 CPUtime=0 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 1206 0 0 0 0 0 0 0 22 0 1 0 631927507 32788480 1082 33554432000 4194304 4650387 140734162658704 18446744073709551615 4369221 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 8005 1082 345 112 0 2970 0

[startup+0.0847479 s]
/proc/loadavg: 3.38 3.84 3.68 4/291 18006
/proc/meminfo: memFree=25093344/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=37104 CPUtime=0.07 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 2496 0 0 0 7 0 0 0 22 0 1 0 631927507 37994496 2269 33554432000 4194304 4650387 140734162658704 18446744073709551615 254261313744 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 9337 2291 367 112 0 4302 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 37104

[startup+0.100744 s]
/proc/loadavg: 3.38 3.84 3.68 4/291 18006
/proc/meminfo: memFree=25093344/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=37820 CPUtime=0.09 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 2689 0 0 0 9 0 0 0 22 0 1 0 631927507 38727680 2462 33554432000 4194304 4650387 140734162658704 18446744073709551615 4483334 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 9455 2462 375 112 0 4420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37820

[startup+0.300718 s]
/proc/loadavg: 3.38 3.84 3.68 4/291 18006
/proc/meminfo: memFree=25093344/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=37688 CPUtime=0.29 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 2969 0 0 0 29 0 0 0 23 0 1 0 631927507 38592512 2364 33554432000 4194304 4650387 140734162658704 18446744073709551615 4314842 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 9422 2364 380 112 0 4387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37688

[startup+0.700662 s]
/proc/loadavg: 3.38 3.84 3.68 4/291 18006
/proc/meminfo: memFree=25093344/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=37828 CPUtime=0.69 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 3453 0 0 0 69 0 0 0 25 0 1 0 631927507 38735872 2576 33554432000 4194304 4650387 140734162658704 18446744073709551615 4363981 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 9457 2576 380 112 0 4422 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37828

[startup+1.50052 s]
/proc/loadavg: 3.38 3.84 3.68 5/292 18007
/proc/meminfo: memFree=25065188/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=38448 CPUtime=1.49 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 4595 0 0 0 149 0 0 0 25 0 1 0 631927507 39370752 2576 33554432000 4194304 4650387 140734162658704 18446744073709551615 4363962 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 9612 2576 381 112 0 4577 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38448

[startup+3.10024 s]
/proc/loadavg: 3.38 3.84 3.68 5/292 18007
/proc/meminfo: memFree=25058968/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=48320 CPUtime=3.09 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 7109 0 0 0 309 0 0 0 25 0 1 0 631927507 49479680 3622 33554432000 4194304 4650387 140734162658704 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 12080 3622 381 112 0 7045 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48320

[startup+6.30065 s]
/proc/loadavg: 3.43 3.84 3.68 5/292 18007
/proc/meminfo: memFree=25024248/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=61748 CPUtime=6.29 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 14086 0 0 0 628 1 0 0 25 0 1 0 631927507 63229952 8495 33554432000 4194304 4650387 140734162658704 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/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.48 3.84 3.68 5/292 18007
/proc/meminfo: memFree=24989920/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=61748 CPUtime=12.69 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 14086 0 0 0 1268 1 0 0 25 0 1 0 631927507 63229952 8495 33554432000 4194304 4650387 140734162658704 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 15437 8495 381 112 0 10402 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61748

[startup+25.5003 s]
/proc/loadavg: 3.59 3.85 3.68 5/292 18007
/proc/meminfo: memFree=24963344/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=69112 CPUtime=25.49 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 20112 0 0 0 2547 2 0 0 25 0 1 0 631927507 70770688 9823 33554432000 4194304 4650387 140734162658704 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 17278 9823 381 112 0 12243 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69112

[startup+51.1008 s]
/proc/loadavg: 3.73 3.86 3.69 5/292 18008
/proc/meminfo: memFree=24898020/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=94276 CPUtime=51.09 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 32218 0 0 0 5106 3 0 0 25 0 1 0 631927507 96538624 16083 33554432000 4194304 4650387 140734162658704 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 23569 16083 381 112 0 18534 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94276

[startup+102.311 s]
/proc/loadavg: 3.95 3.90 3.71 5/292 18009
/proc/meminfo: memFree=24873804/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=94636 CPUtime=102.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 36844 0 0 0 10225 5 0 0 25 0 1 0 631927507 96907264 15717 33554432000 4194304 4650387 140734162658704 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 23659 15717 381 112 0 18624 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94636

[startup+162.301 s]
/proc/loadavg: 4.09 3.94 3.74 5/292 18038
/proc/meminfo: memFree=24192424/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=101676 CPUtime=162.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 68899 0 0 0 16213 17 0 0 25 0 1 0 631927507 104116224 17350 33554432000 4194304 4650387 140734162658704 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 25419 17350 381 112 0 20384 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 101676

[startup+222.3 s]
/proc/loadavg: 4.03 3.95 3.75 5/292 18040
/proc/meminfo: memFree=23579980/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=120784 CPUtime=222.29 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 90955 0 0 0 22209 20 0 0 25 0 1 0 631927507 123682816 22277 33554432000 4194304 4650387 140734162658704 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 30196 22277 403 112 0 25161 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 120784

[startup+282.301 s]
/proc/loadavg: 4.05 3.97 3.77 5/292 18041
/proc/meminfo: memFree=23575440/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=121352 CPUtime=282.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 105005 0 0 0 28204 26 0 0 25 0 1 0 631927507 124264448 23855 33554432000 4194304 4650387 140734162658704 18446744073709551615 4313032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 30338 23855 403 112 0 25303 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 121352

[startup+342.3 s]
/proc/loadavg: 4.02 3.97 3.78 5/292 18043
/proc/meminfo: memFree=23325344/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=128444 CPUtime=342.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 130139 0 0 0 34198 32 0 0 25 0 1 0 631927507 131526656 23765 33554432000 4194304 4650387 140734162658704 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 32111 23765 385 112 0 27076 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 128444

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/292 18044
/proc/meminfo: memFree=23284788/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=130572 CPUtime=402.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 150702 0 0 0 40190 40 0 0 25 0 1 0 631927507 133705728 24766 33554432000 4194304 4650387 140734162658704 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 32643 24766 385 112 0 27608 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 130572

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/292 18046
/proc/meminfo: memFree=23050704/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=158248 CPUtime=462.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 182577 0 0 0 46184 46 0 0 25 0 1 0 631927507 162045952 31326 33554432000 4194304 4650387 140734162658704 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 39562 31326 385 112 0 34527 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 158248

[startup+522.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/292 18047
/proc/meminfo: memFree=22874296/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=158248 CPUtime=522.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 182577 0 0 0 52184 46 0 0 25 0 1 0 631927507 162045952 31326 33554432000 4194304 4650387 140734162658704 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/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: 4.04 3.99 3.83 5/292 18049
/proc/meminfo: memFree=22830388/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=158248 CPUtime=582.3 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 182581 0 0 0 58184 46 0 0 25 0 1 0 631927507 162045952 31326 33554432000 4194304 4650387 140734162658704 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 39562 31326 381 112 0 34527 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 158248

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.83 5/292 18051
/proc/meminfo: memFree=22616304/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=159072 CPUtime=642.31 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 206745 0 0 0 64176 55 0 0 25 0 1 0 631927507 162889728 32300 33554432000 4194304 4650387 140734162658704 18446744073709551615 4303872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 39768 32300 381 112 0 34733 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 159072

[startup+702.301 s]
/proc/loadavg: 4.15 4.03 3.85 5/292 18052
/proc/meminfo: memFree=22482408/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=162828 CPUtime=702.31 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 229449 0 0 0 70172 59 0 0 25 0 1 0 631927507 166735872 31760 33554432000 4194304 4650387 140734162658704 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 40707 31760 381 112 0 35672 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 162828

[startup+762.312 s]
/proc/loadavg: 4.05 4.02 3.86 5/292 18054
/proc/meminfo: memFree=22482856/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=162828 CPUtime=762.32 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 229449 0 0 0 76173 59 0 0 25 0 1 0 631927507 166735872 31760 33554432000 4194304 4650387 140734162658704 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 40707 31760 381 112 0 35672 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 162828

[startup+822.3 s]
/proc/loadavg: 4.07 4.03 3.87 5/292 18056
/proc/meminfo: memFree=22375928/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=228604 CPUtime=822.31 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 239741 0 0 0 82168 63 0 0 25 0 1 0 631927507 234090496 34836 33554432000 4194304 4650387 140734162658704 18446744073709551615 4313048 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 57151 34836 381 112 0 52116 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 228604

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.88 5/292 18057
/proc/meminfo: memFree=22349852/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=174528 CPUtime=882.31 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 278285 0 0 0 88161 70 0 0 25 0 1 0 631927507 178716672 34543 33554432000 4194304 4650387 140734162658704 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 43632 34543 381 112 0 38597 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 174528

[startup+942.301 s]
/proc/loadavg: 4.01 4.02 3.88 5/292 18068
/proc/meminfo: memFree=22276404/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=176448 CPUtime=942.31 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 278706 0 0 0 94161 70 0 0 25 0 1 0 631927507 180682752 34964 33554432000 4194304 4650387 140734162658704 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 44112 34964 381 112 0 39077 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 176448

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.89 5/292 18069
/proc/meminfo: memFree=22255884/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=176448 CPUtime=1002.32 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 278715 0 0 0 100162 70 0 0 25 0 1 0 631927507 180682752 34973 33554432000 4194304 4650387 140734162658704 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 44112 34973 381 112 0 39077 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 176448

[startup+1062.3 s]
/proc/loadavg: 3.43 3.85 3.84 4/286 18088
/proc/meminfo: memFree=24633620/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=176448 CPUtime=1062.31 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 279639 0 0 0 106161 70 0 0 25 0 1 0 631927507 180682752 35897 33554432000 4194304 4650387 140734162658704 18446744073709551615 4366813 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 44112 35897 381 112 0 39077 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 176448

[startup+1122.3 s]
/proc/loadavg: 3.27 3.73 3.80 4/286 18090
/proc/meminfo: memFree=24621460/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=177440 CPUtime=1122.32 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 315682 0 0 0 112154 78 0 0 25 0 1 0 631927507 181698560 36062 33554432000 4194304 4650387 140734162658704 18446744073709551615 4328183 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/statm: 44360 36062 381 112 0 39325 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 177440

[startup+1182.3 s]
/proc/loadavg: 3.10 3.59 3.74 4/286 18091
/proc/meminfo: memFree=24528192/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=229072 CPUtime=1182.32 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 335993 0 0 0 118152 80 0 0 25 0 1 0 631927507 234569728 49150 33554432000 4194304 4650387 140734162658704 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/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: 3.08 3.50 3.70 4/286 18093
/proc/meminfo: memFree=24514040/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=229072 CPUtime=1242.32 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 335993 0 0 0 124152 80 0 0 25 0 1 0 631927507 234569728 49150 33554432000 4194304 4650387 140734162658704 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/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: 3.07 3.42 3.66 3/285 18096
/proc/meminfo: memFree=24869148/32951124 swapFree=67057896/67111528
[pid=18006] ppid=18004 vsize=229072 CPUtime=1300.03 cores=4,6
/proc/18006/stat : 18006 (strangenight1-s) R 18004 18006 17069 0 -1 4202496 335993 0 0 0 129923 80 0 0 25 0 1 0 631927507 234569728 49150 33554432000 4194304 4650387 140734162658704 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18006/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.05
CPU user time (s): 1299.24
CPU system time (s): 0.814876
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 268396

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

runsolver used 3.80342 second user time and 8.05977 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 19:45:22
IDJOB=3370445
IDBENCH=84762
IDSOLVER=1847
FILE ID=node140/3370445-1305395122
RUNJOBID= node140-1305395122-17965
PBS_JOBID= 13324405
Free space on /tmp= 73468 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
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-3370445-1305395122/watcher-3370445-1305395122 -o /tmp/evaluation-result-3370445-1305395122/solver-3370445-1305395122 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370445-1305395122.cnf

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

MD5SUM BENCH= fc993d9544ccd8eaeaa4882599387947
RANDOM SEED=586750369

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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:      25093872 kB
Buffers:        294092 kB
Cached:        3713860 kB
SwapCached:       8056 kB
Active:        4882900 kB
Inactive:      2662844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25093872 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           25820 kB
Writeback:           0 kB
AnonPages:     3534704 kB
Mapped:          23720 kB
Slab:           224968 kB
PageTables:      22996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45663500 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= 73472 MiB
End job on node140 at 2011-05-14 20:07:04