Trace number 3367542

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-Night2-st (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S525571208-063.SATISFIABLE.cnf
MD5SUM0d5db3c80640d96c57ce9e3d0b9dc725
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020995
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367542-1305383590.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.10	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.10	c -- vars added        650
0.00/0.10	c Parsing time:  0.00 s
0.00/0.10	c  N st     0         0       650      2769         0         0      8307         0   no data   no data
0.00/0.10	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.00
0.00/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     282 undec:      73 neg:     295
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       632      2752         0         0      8384         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.19/0.20	c  N st     8      4915       632      2752         0      4859      8384    136491   no data   no data
0.39/0.44	c  N st    10     11297       632      2752         0      4501      8384     88483   no data   no data
0.69/0.73	c  N st    11     17040       632      2752         0     10153      8384    249814   no data   no data
1.10/1.18	c  F st    12     25002       632      2752         0     12402      8384    300688   no data   no data
1.10/1.18	c  N st    12     25002       632      2752         0     12402      8384    300688   no data   no data
1.39/1.44	c  N dy    18     30001       632      2752         0     10692      8384    243233   no data   no data
1.39/1.44	c  S st    18     30001       632      2752         0     10692      8384    243233   no data   no data
1.39/1.47	c  S st    18     30505       632      2752         0     11196      8384    255940   no data   no data
1.39/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.47	c blocked clauses removed:       11 vars:      1 tried:         632 T: 0.00 s
1.39/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
1.39/1.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.39/1.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.54	c lits-rem:       121  cl-subs:      376  v-elim:      0  v-fix:    0  time:  0.05 s
1.49/1.54	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.01
1.49/1.54	c calculated reachability. Time: 0.00
1.49/1.54	c  N dy    18     30505       631      2741         0     10820      8351    244075   no data   no data
1.79/1.80	c  N dy    26     34785       631      2741         0     15058      8351    358280     18.45     19.47
1.99/2.01	c  N dy    49     38842       631      2741         0     11272      8351    200954     18.62     19.72
2.19/2.27	c  N dy    65     43233       631      2741         0     15634      8351    319915     18.42     19.72
2.39/2.45	c  S st    82     45757       631      2741         0      9263      8351    117614     18.60   no data
2.39/2.48	c  S st    82     46257       631      2741         0      9763      8351    130789     18.60   no data
2.39/2.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
2.39/2.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.39/2.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.49	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.01 s
2.39/2.49	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
2.49/2.50	c vivif2 --  cl tried     9755 cl shrink        0 lits rem          0 time: 0.00
2.49/2.50	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.01
2.49/2.50	c calculated reachability. Time: 0.00
2.49/2.50	c  N dy    82     46257       631      2741         0      9755      8351    130532     18.60   no data
2.69/2.74	c  N dy   104     50372       631      2741         0     13836      8351    241371     18.63     20.09
2.98/3.00	c  N dy   114     54404       631      2741         0     17820      8351    344369     18.41     19.53
3.18/3.30	c  N dy   132     59087       631      2741         0     12578      8351    182226     18.39     19.60
3.58/3.60	c  N dy   149     63661       631      2741         0     17109      8351    303316     18.39     19.39
3.88/3.91	c  N dy   172     67755       631      2741         0     21175      8351    414712     18.48     19.56
3.98/4.02	c  S st   175     69386       631      2741         0     11903      8351    139741     18.44     18.60
3.98/4.05	c  S st   175     69894       631      2741         0     12411      8351    153975     18.44   no data
3.98/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/4.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.98/4.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.98/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
3.98/4.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.98/4.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.98/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.07	c lits-rem:        11  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.01 s
3.98/4.07	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
3.98/4.07	c vivif2 --  cl tried    12388 cl shrink        0 lits rem          0 time: 0.00
3.98/4.08	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.01
3.98/4.08	c calculated reachability. Time: 0.00
3.98/4.08	c  N dy   175     69894       631      2741         0     12388      8351    153317     18.44   no data
4.28/4.38	c  N dy   194     74462       631      2741         0     16914      8351    277465     18.45     19.48
4.68/4.77	c  N dy   209     79472       631      2741         0     21861      8351    407630     18.37     19.34
5.08/5.13	c  N dy   238     84562       631      2741         0     15032      8351    204205     18.42     19.41
5.28/5.34	c  F st   253     87501       631      2741         0     17944      8351    282210     18.44   no data
5.49/5.57	c  N st   258     90806       631      2741         0     21219      8351    377543     18.44   no data
5.98/6.06	c  N dy   276     96703       631      2741         0     14182      8351    156087     18.43     19.50
6.48/6.53	c  N dy   307    103388       631      2741         0     20803      8351    337011     18.47     19.60
6.59/6.65	c  S st   317    104841       631      2741         0     22248      8351    377209     18.49   no data
6.59/6.70	c  S st   317    105343       631      2741         0     22747      8351    391759     18.49   no data
6.59/6.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.70/6.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.70/6.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.70/6.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.70/6.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.70/6.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
6.70/6.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.70/6.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.70/6.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.70/6.79	c lits-rem:        62  cl-subs:      307  v-elim:      0  v-fix:    0  time:  0.06 s
6.70/6.79	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
6.70/6.79	c vivif2 --  cl tried    22440 cl shrink        0 lits rem          0 time: 0.00
6.79/6.81	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.01
6.79/6.81	c calculated reachability. Time: 0.00
6.79/6.81	c  N dy   317    105343       631      2741         0     22440      8351    382154     18.49   no data
7.39/7.49	c  N dy   342    113356       631      2741         0     16498      8351    198493     18.48     19.47
7.99/8.07	c  N dy   368    120639       631      2741         0     23700      8351    389838     18.44     19.48
8.80/8.82	c  N dy   412    128951       631      2741         0     17095      8351    199721     18.48     19.58
9.39/9.49	c  N dy   452    137297       631      2741         0     25361      8351    425174     18.51     19.58
10.29/10.31	c  N dy   486    146239       631      2741         0     18356      8351    207433     18.49     19.49
11.10/11.13	c  N dy   514    155751       631      2741         0     27769      8351    456461     18.42     19.41
11.29/11.35	c  S st   525    158015       631      2741         0     30015      8351    516856     18.42   no data
11.39/11.41	c  S st   525    158516       631      2741         0     30516      8351    531429     18.42   no data
11.39/11.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.39/11.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.39/11.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.39/11.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.39/11.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.39/11.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
11.39/11.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.39/11.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.39/11.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.49/11.56	c lits-rem:       111  cl-subs:      519  v-elim:      0  v-fix:    0  time:  0.12 s
11.49/11.56	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
11.49/11.57	c vivif2 --  cl tried    29997 cl shrink        0 lits rem          0 time: 0.01
11.49/11.59	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.02
11.49/11.59	c calculated reachability. Time: 0.00
11.49/11.59	c  N dy   525    158516       631      2741         0     29997      8351    515801     18.42   no data
12.49/12.57	c  N dy   571    169434       631      2741         0     23996      8351    340008     18.43     19.47
13.68/13.70	c  N dy   621    180298       631      2741         0     34767      8351    640166     18.46     19.51
14.69/14.75	c  N dy   680    191907       631      2741         0     28424      8351    439536     18.51     19.52
16.09/16.10	c  N dy   743    204717       631      2741         0     22292      8351    253521     18.53     19.64
17.99/18.05	c  N dy   778    223507       631      2741         0     21060      8351    201267     18.45     19.56
19.39/19.42	c  N dy   801    237775       631      2741         0     35156      8351    571979     18.37     16.35
19.39/19.42	c  S st   801    237775       631      2741         0     35156      8351    571979     18.37     16.35
19.49/19.50	c  S st   801    238278       631      2741         0     35659      8351    586261     18.37   no data
19.49/19.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.49/19.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.49/19.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.49/19.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.49/19.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.49/19.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
19.49/19.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.49/19.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.49/19.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.69/19.77	c lits-rem:        58  cl-subs:      916  v-elim:      0  v-fix:    0  time:  0.23 s
19.69/19.77	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
19.69/19.78	c vivif2 --  cl tried    34743 cl shrink        0 lits rem          0 time: 0.01
19.69/19.80	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.02
19.69/19.80	c calculated reachability. Time: 0.00
19.69/19.80	c  N dy   801    238278       631      2741         0     34743      8351    563340     18.37   no data
21.38/21.49	c  N dy   873    253571       631      2741         0     29147      8351    401641     18.38     21.75
23.38/23.45	c  N dy   950    270016       631      2741         0     23644      8351    224789     18.40     19.64
25.30/25.36	c  N dy  1032    287313       631      2741         0     40779      8351    690644     18.43     19.63
27.39/27.43	c  N dy  1126    305746       631      2741         0     36242      8351    548198     18.47     21.73
27.39/27.49	c  F st  1129    306250       631      2741         0     36744      8351    562332     18.47   no data
29.59/29.69	c  N dy  1186    325284       631      2741         0     31841      8351    408207     18.47     24.35
32.49/32.59	c  N dy  1278    348432       631      2741         0     29978      8351    340853     18.46     19.57
33.59/33.65	c  S st  1321    357418       631      2741         0     38883      8351    588018     18.49     17.95
33.69/33.73	c  S st  1321    357918       631      2741         0     39383      8351    602544     18.49   no data
33.69/33.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.69/33.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
33.69/33.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.69/33.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.69/33.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.69/33.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
33.69/33.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.69/33.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.69/33.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.89/33.94	c lits-rem:        90  cl-subs:      630  v-elim:      0  v-fix:    0  time:  0.17 s
33.89/33.94	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
33.89/33.95	c vivif2 --  cl tried    38753 cl shrink        0 lits rem          0 time: 0.01
33.89/33.97	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.02
33.89/33.97	c calculated reachability. Time: 0.00
33.89/33.97	c  N dy  1321    357918       631      2741         0     38753      8351    584905     18.49   no data
36.59/36.65	c  N dy  1435    377929       631      2741         0     32859      8351    394576     18.53     22.13
39.70/39.79	c  N dy  1499    401518       631      2741         0     29429      8351    278128     18.49     19.52
42.38/42.45	c  N dy  1612    421820       631      2741         0     49556      8351    832509     18.53     19.55
45.09/45.20	c  N dy  1736    442209       631      2741         0     42072      8351    616779     18.58     19.57
48.19/48.26	c  N dy  1849    462226       631      2741         0     33167      8351    343356     18.62     20.53
51.39/51.44	c  N dy  1929    485178       631      2741         0     55851      8351    961713     18.60     19.72
54.09/54.12	c  N dy  1981    505258       631      2741         0     46020      8351    667144     18.58     20.59
57.19/57.27	c  N dy  2062    525278       631      2741         0     35136      8351    356659     18.58     23.79
58.69/58.80	c  S st  2106    536877       631      2741         0     46609      8351    668860     18.57     19.10
58.79/58.89	c  S st  2106    537378       631      2741         0     47110      8351    683542     18.57   no data
58.79/58.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.89/58.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
58.89/58.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.89/58.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.89/58.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.89/58.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
58.89/58.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.89/58.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.89/58.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.09/59.14	c lits-rem:        63  cl-subs:      668  v-elim:      0  v-fix:    0  time:  0.20 s
59.09/59.14	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
59.09/59.15	c vivif2 --  cl tried    46442 cl shrink        0 lits rem          0 time: 0.01
59.09/59.18	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.03
59.09/59.18	c calculated reachability. Time: 0.00
59.09/59.18	c  N dy  2106    537378       631      2741         0     46442      8351    664803     18.57   no data
62.39/62.49	c  N dy  2212    557447       631      2741         0     34642      8351    317745     18.59     19.65
65.39/65.42	c  N dy  2321    577804       631      2741         0     54815      8351    875390     18.62     19.65
68.49/68.58	c  N dy  2419    597836       631      2741         0     41961      8351    504920     18.63     21.30
71.80/71.86	c  N dy  2512    617917       631      2741         0     61838      8351   1050124     18.64     20.97
74.91/74.95	c  N dy  2606    638314       631      2741         0     48382      8351    653194     18.65     19.63
78.59/78.68	c  N dy  2710    658686       631      2741         0     68566      8351   1207547     18.66     19.73
81.59/81.62	c  N dy  2815    678721       631      2741         0     53755      8351    794720     18.69     23.97
85.49/85.52	c  N dy  2923    698742       631      2741         0     37936      8351    323544     18.71     22.93
88.39/88.48	c  N dy  2982    718837       631      2741         0     57791      8351    869290     18.69     21.94
92.59/92.66	c  N dy  3040    738928       631      2741         0     41044      8351    389248     18.68     20.08
96.49/96.50	c  N dy  3120    759324       631      2741         0     61239      8351    947525     18.68     19.69
101.20/101.24	c  N dy  3212    784906       631      2741         0     48828      8351    557600     18.67     19.67
104.79/104.89	c  N dy  3330    804962       631      2741         0     68691      8351   1114685     18.70     20.04
105.09/105.14	c  S st  3338    806067       631      2741         0     69784      8351   1144789     18.70     17.94
105.19/105.29	c  S st  3338    806569       631      2741         0     70286      8351   1159198     18.70   no data
105.19/105.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.29/105.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
105.29/105.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.29/105.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.29/105.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.29/105.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
105.29/105.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.29/105.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
105.29/105.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.29/106.32	c lits-rem:       197  cl-subs:     2531  v-elim:      0  v-fix:    0  time:  0.96 s
106.29/106.33	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
106.29/106.34	c vivif2 --  cl tried    67755 cl shrink        0 lits rem          0 time: 0.01
106.29/106.38	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.04
106.29/106.38	c calculated reachability. Time: 0.00
106.29/106.38	c  N dy  3338    806569       631      2741         0     67755      8351   1094534     18.70   no data
110.29/110.30	c  N dy  3386    829871       631      2741         0     52229      8351    655306     18.67     19.94
114.29/114.30	c  N dy  3491    850562       631      2741         0     72714      8351   1224933     18.68     19.80
118.19/118.29	c  N dy  3596    873445       631      2741         0     55847      8351    742316     18.69     19.73
122.29/122.35	c  N dy  3691    893513       631      2741         0     75710      8351   1288430     18.70     20.44
126.09/126.14	c  N dy  3760    915794       631      2741         0     57181      8351    747381     18.68     19.73
130.19/130.26	c  N dy  3832    935867       631      2741         0     77036      8351   1299830     18.68     19.70
133.79/133.89	c  N dy  3885    956289       631      2741         0     55644      8351    683543     18.66     19.75
139.19/139.26	c  N dy  3888    984690       631      2741         0     83516      8351   1427760     18.57     19.62
142.49/142.56	c  N dy  3932   1004929       631      2741         0     61099      8351    835717     18.55     19.56
146.89/146.93	c  N dy  4036   1025060       631      2741         0     81007      8351   1386232     18.56     19.58
150.70/150.76	c  N dy  4129   1045122       631      2741         0     57424      8351    702298     18.57     19.59
155.10/155.12	c  N dy  4214   1066561       631      2741         0     78652      8351   1289139     18.57     19.75
156.39/156.45	c  F st  4251   1071877       631      2741         0     83930      8351   1438962     18.58     18.68
157.99/158.08	c Decided on static restart strategy
160.40/160.48	c  N st  4260   1090585       631      2741         0     57882      8351    729792     18.58   no data
166.10/166.21	c  N st  4262   1114583       631      2741         0     81476      8351   1451191     18.58   no data
170.69/170.77	c  N st  4263   1136179       631      2741         0     57417      8351   1199997     18.58   no data
177.50/177.58	c  N st  4264   1168571       631      2741         0     89217      8351   2112604     18.58   no data
185.50/185.52	c  N st  4265   1209854       631      2741         0     83535      8351   1872355     18.58   no data
185.50/185.52	c  S st  4265   1209854       631      2741         0     83535      8351   1872355     18.58   no data
185.70/185.72	c  S st  4265   1210358       631      2741         0     84038      8351   1887152     18.58   no data
185.70/185.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
185.70/185.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
185.70/185.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.70/185.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.70/185.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.70/185.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
185.70/185.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
185.70/185.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
185.80/185.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.09/191.14	c lits-rem:       705  cl-subs:     4155  v-elim:      0  v-fix:    0  time:  5.30 s
191.09/191.14	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
191.09/191.16	c vivif2 --  cl tried    79883 cl shrink        0 lits rem          0 time: 0.02
191.19/191.23	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.06
191.19/191.23	c calculated reachability. Time: 0.00
191.19/191.23	c  N st  4265   1210358       631      2741         0     79883      8351   1764096     18.58   no data
208.20/208.21	c  N st  4266   1283241       631      2741         0     56178      8351    963545     18.58   no data
228.90/228.99	c  N st  4267   1392569       631      2741         0     64345      8351   1193054     18.58   no data
269.50/269.55	c  N st  4268   1556556       631      2741         0     69279      8351   1226340     18.58   no data
308.19/308.28	c  N st  4269   1710359       631      2741         0    110970      8351   2364857     18.58   no data
308.19/308.28	c  S st  4269   1710359       631      2741         0    110970      8351   2364857     18.58   no data
308.49/308.56	c  S st  4269   1710862       631      2741         0    111473      8351   2378321     18.58   no data
308.49/308.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
308.59/308.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
308.59/308.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
308.59/308.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.59/308.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.59/308.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
308.59/308.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
308.59/308.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
308.69/308.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
325.80/325.82	c lits-rem:      1339  cl-subs:     9089  v-elim:      0  v-fix:    0  time: 17.11 s
325.80/325.82	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
325.80/325.84	c vivif2 --  cl tried   102384 cl shrink        0 lits rem          0 time: 0.03
325.90/325.93	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.09
325.90/325.93	c calculated reachability. Time: 0.00
325.90/325.93	c  N st  4269   1710862       631      2741         0    102384      8351   2119371     18.58   no data
421.42/421.47	c  N st  4270   2079828       631      2741         0    114860      8351   2405462     18.58   no data
458.71/458.78	c  N st  4271   2210862       631      2741         0    118893      8351   2506056     18.58   no data
458.71/458.78	c  S st  4271   2210862       631      2741         0    118893      8351   2506056     18.58   no data
459.10/459.10	c  S st  4271   2211365       631      2741         0    119395      8351   2521157     18.58   no data
459.10/459.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
459.10/459.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
459.10/459.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
459.10/459.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
459.10/459.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.10/459.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
459.10/459.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
459.10/459.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
459.20/459.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
470.50/470.54	c lits-rem:       769  cl-subs:     4517  v-elim:      0  v-fix:    0  time: 11.29 s
470.50/470.54	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
470.50/470.57	c vivif2 --  cl tried   114878 cl shrink        0 lits rem          0 time: 0.03
470.60/470.68	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.11
470.60/470.69	c calculated reachability. Time: 0.00
470.60/470.69	c  N st  4271   2211365       631      2741         0    114878      8351   2367412     18.58   no data
624.40/624.46	c  N st  4272   2711365       631      2741         0    137739      8351   2850303     18.58   no data
624.40/624.46	c  S st  4272   2711365       631      2741         0    137739      8351   2850303     18.58   no data
624.81/624.83	c  S st  4272   2711867       631      2741         0    138240      8351   2864694     18.58   no data
624.81/624.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
624.81/624.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
624.81/624.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
624.81/624.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
624.81/624.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
624.81/624.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
624.81/624.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
624.92/624.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
625.00/625.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
649.30/649.30	c lits-rem:       708  cl-subs:    10384  v-elim:      0  v-fix:    0  time: 24.28 s
649.30/649.30	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
649.30/649.33	c vivif2 --  cl tried   127856 cl shrink        0 lits rem          0 time: 0.03
649.40/649.45	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.12
649.40/649.46	c calculated reachability. Time: 0.00
649.40/649.46	c  N st  4272   2711867       631      2741         0    127856      8351   2572005     18.58   no data
794.32/794.33	c  N st  4273   3211867       631      2741         0    103611      8351   1634180     18.58   no data
794.32/794.33	c  S st  4273   3211867       631      2741         0    103611      8351   1634180     18.58   no data
794.51/794.57	c  S st  4273   3212372       631      2741         0    104116      8351   1649127     18.58   no data
794.51/794.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
794.60/794.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
794.60/794.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
794.60/794.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.60/794.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.60/794.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
794.60/794.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
794.60/794.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
794.60/794.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
798.01/798.02	c lits-rem:       214  cl-subs:     4007  v-elim:      0  v-fix:    0  time:  3.33 s
798.01/798.02	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
798.01/798.04	c vivif2 --  cl tried   100109 cl shrink        0 lits rem          0 time: 0.02
798.11/798.12	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.08
798.11/798.13	c calculated reachability. Time: 0.00
798.11/798.13	c  N st  4273   3212372       631      2741         0    100109      8351   1545490     18.58   no data
956.81/956.85	c  N st  4274   3712374       631      2741         0    111217      8351   1805315     18.58   no data
956.81/956.85	c  S st  4274   3712374       631      2741         0    111217      8351   1805315     18.58   no data
957.13/957.13	c  S st  4274   3712879       631      2741         0    111721      8351   1820240     18.58   no data
957.13/957.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
957.13/957.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
957.13/957.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
957.13/957.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
957.13/957.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
957.13/957.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
957.13/957.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
957.21/957.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
957.21/957.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
960.91/960.93	c lits-rem:       302  cl-subs:     3019  v-elim:      0  v-fix:    0  time:  3.66 s
960.91/960.93	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
960.91/960.95	c vivif2 --  cl tried   108702 cl shrink        0 lits rem          0 time: 0.02
961.01/961.04	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.09
961.01/961.04	c calculated reachability. Time: 0.00
961.01/961.04	c  N st  4274   3712879       631      2741         0    108702      8351   1724192     18.58   no data
978.62/978.66	c  F st  4275   3751563       631      2741         0    146704      8351   2885501     18.58   no data
978.62/978.67	c  N st  4275   3751563       631      2741         0    146704      8351   2885501     18.58   no data
981.71/981.79	c Decided on static restart strategy
993.91/993.99	c  N st  4285   3779868       631      2741         0     91169      8351   1083996     18.58   no data
1006.12/1006.11	c  N st  4287   3815860       631      2741         0    126741      8351   2208098     18.58   no data
1020.11/1020.14	c  N st  4288   3848252       631      2741         0    158685      8351   3216082     18.58   no data
1035.12/1035.19	c  N st  4289   3896841       631      2741         0    121802      8351   1991331     18.58   no data
1059.43/1059.46	c  N st  4290   3969725       631      2741         0    107727      8351   1526342     18.58   no data
1094.72/1094.75	c  N st  4291   4079048       631      2741         0    128384      8351   2165246     18.58   no data
1144.22/1144.23	c  N st  4292   4212879       631      2741         0    172109      8351   3391331     18.58   no data
1144.22/1144.23	c  S st  4292   4212879       631      2741         0    172109      8351   3391331     18.58   no data
1144.72/1144.76	c  S st  4292   4213382       631      2741         0    172611      8351   3404977     18.58   no data
1144.72/1144.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1144.82/1144.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1144.82/1144.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1144.82/1144.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1144.82/1144.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1144.82/1144.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    631 time:  0.00 s
1144.82/1144.86	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1144.92/1144.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1145.02/1145.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1182.82/1182.89	c lits-rem:       855  cl-subs:    13460  v-elim:      0  v-fix:    0  time: 37.89 s
1182.82/1182.89	c vivif2 --  cl tried     2741 cl shrink        0 lits rem          0 time: 0.00
1182.92/1182.93	c vivif2 --  cl tried   159151 cl shrink        0 lits rem          0 time: 0.05
1183.12/1183.16	c asymm  cl-useful: 0/2741/2741 lits-rem:0 time: 0.23
1183.12/1183.16	c calculated reachability. Time: 0.00
1183.12/1183.16	c  N st  4292   4213382       631      2741         0    159151      8351   3014731     18.58   no data
1285.02/1285.04	c  N st  4293   4459358       631      2741         0    133774      8351   2302330     18.58   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.73 3.94 3.60 3/371 5248
/proc/meminfo: memFree=13561308/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=30444 CPUtime=0.1 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 854 0 0 0 10 0 0 0 23 0 1 0 630775314 31174656 761 33554432000 4194304 4580011 140735598892320 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 7611 761 364 95 0 2593 0

[startup+0.151802 s]
/proc/loadavg: 3.73 3.94 3.60 3/371 5248
/proc/meminfo: memFree=13561308/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=30576 CPUtime=0.14 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 908 0 0 0 14 0 0 0 23 0 1 0 630775314 31309824 815 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 7644 815 364 95 0 2626 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 30576

[startup+0.200794 s]
/proc/loadavg: 3.73 3.94 3.60 3/371 5248
/proc/meminfo: memFree=13561308/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=30920 CPUtime=0.19 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 1031 0 0 0 19 0 0 0 23 0 1 0 630775314 31662080 771 33554432000 4194304 4580011 140735598892320 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 7730 771 364 95 0 2712 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30920

[startup+0.300775 s]
/proc/loadavg: 3.73 3.94 3.60 3/371 5248
/proc/meminfo: memFree=13561308/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=31088 CPUtime=0.29 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 1144 0 0 0 29 0 0 0 24 0 1 0 630775314 31834112 884 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 7772 884 364 95 0 2754 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31088

[startup+0.700714 s]
/proc/loadavg: 3.73 3.94 3.60 3/371 5248
/proc/meminfo: memFree=13561308/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=31596 CPUtime=0.69 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 1560 0 0 0 69 0 0 0 25 0 1 0 630775314 32354304 1046 33554432000 4194304 4580011 140735598892320 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 7899 1046 364 95 0 2881 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31596

[startup+1.50057 s]
/proc/loadavg: 3.73 3.94 3.60 5/377 5259
/proc/meminfo: memFree=13540924/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=38816 CPUtime=1.49 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 3985 0 0 0 149 0 0 0 25 0 1 0 630775314 39747584 2775 33554432000 4194304 4580011 140735598892320 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 9704 2775 367 95 0 4686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38816

[startup+3.10028 s]
/proc/loadavg: 3.73 3.94 3.60 5/377 5259
/proc/meminfo: memFree=13511412/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=38592 CPUtime=3.08 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 5005 0 0 0 308 0 0 0 25 0 1 0 630775314 39518208 2917 33554432000 4194304 4580011 140735598892320 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 9648 2917 367 95 0 4630 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38592

[startup+6.3007 s]
/proc/loadavg: 3.75 3.94 3.60 5/377 5259
/proc/meminfo: memFree=13497416/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=47564 CPUtime=6.28 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 6930 0 0 0 628 0 0 0 25 0 1 0 630775314 48705536 3245 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 11891 3245 367 95 0 6873 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47564

[startup+12.7006 s]
/proc/loadavg: 3.77 3.94 3.60 5/377 5259
/proc/meminfo: memFree=13461920/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=50356 CPUtime=12.69 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 12004 0 0 0 1268 1 0 0 25 0 1 0 630775314 51564544 5626 33554432000 4194304 4580011 140735598892320 18446744073709551615 4321737 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 12589 5626 367 95 0 7571 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50356

[startup+25.5003 s]
/proc/loadavg: 3.82 3.95 3.61 5/377 5259
/proc/meminfo: memFree=13442208/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=53752 CPUtime=25.49 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 17395 0 0 0 2546 3 0 0 25 0 1 0 630775314 55042048 6778 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 13438 6778 367 95 0 8420 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53752

[startup+51.1007 s]
/proc/loadavg: 3.88 3.95 3.62 5/377 5260
/proc/meminfo: memFree=13426036/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=57372 CPUtime=51.09 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 25948 0 0 0 5105 4 0 0 25 0 1 0 630775314 58748928 7780 33554432000 4194304 4580011 140735598892320 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 14343 7780 367 95 0 9325 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57372

[startup+102.301 s]
/proc/loadavg: 3.95 3.95 3.64 5/377 5262
/proc/meminfo: memFree=13363656/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=60436 CPUtime=102.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 38987 0 0 0 10222 8 0 0 25 0 1 0 630775314 61886464 8347 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 15109 8347 367 95 0 10091 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 60436

[startup+162.301 s]
/proc/loadavg: 4.03 3.97 3.66 5/377 5263
/proc/meminfo: memFree=13338196/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=73380 CPUtime=162.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 53919 0 0 0 16218 12 0 0 25 0 1 0 630775314 75141120 11394 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 18345 11394 367 95 0 13327 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73380

[startup+222.314 s]
/proc/loadavg: 4.05 3.99 3.68 5/377 5265
/proc/meminfo: memFree=13274396/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=112372 CPUtime=222.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 70730 0 0 0 22216 14 0 0 25 0 1 0 630775314 115068928 21217 33554432000 4194304 4580011 140735598892320 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 28093 21217 367 95 0 23075 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 112372

[startup+282.3 s]
/proc/loadavg: 4.02 3.99 3.70 5/377 5266
/proc/meminfo: memFree=13245072/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=124296 CPUtime=282.29 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 73718 0 0 0 28214 15 0 0 25 0 1 0 630775314 127279104 24205 33554432000 4194304 4580011 140735598892320 18446744073709551615 4318705 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 31074 24205 367 95 0 26056 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 124296

[startup+342.301 s]
/proc/loadavg: 4.15 4.03 3.73 5/377 5268
/proc/meminfo: memFree=13192956/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=136220 CPUtime=342.29 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 77538 0 0 0 34213 16 0 0 25 0 1 0 630775314 139489280 28025 33554432000 4194304 4580011 140735598892320 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 34055 28025 367 95 0 29037 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 136220

[startup+402.301 s]
/proc/loadavg: 4.05 4.03 3.74 5/377 5270
/proc/meminfo: memFree=13162148/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=161004 CPUtime=402.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 83320 0 0 0 40212 18 0 0 25 0 1 0 630775314 164868096 33807 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 40251 33807 367 95 0 35233 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161004

[startup+462.3 s]
/proc/loadavg: 4.18 4.05 3.77 5/377 5271
/proc/meminfo: memFree=13135424/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=161172 CPUtime=462.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 84029 0 0 0 46212 18 0 0 25 0 1 0 630775314 165040128 34516 33554432000 4194304 4580011 140735598892320 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 40293 34516 367 95 0 35275 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 161172

[startup+522.3 s]
/proc/loadavg: 4.14 4.06 3.78 5/377 5273
/proc/meminfo: memFree=13112556/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=161572 CPUtime=522.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 84574 0 0 0 52212 18 0 0 25 0 1 0 630775314 165449728 34886 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 40393 34886 367 95 0 35375 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 161572

[startup+582.301 s]
/proc/loadavg: 4.05 4.05 3.80 5/377 5274
/proc/meminfo: memFree=13093052/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=169176 CPUtime=582.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 86569 0 0 0 58212 18 0 0 25 0 1 0 630775314 173236224 36794 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 42294 36794 367 95 0 37276 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 169176

[startup+642.301 s]
/proc/loadavg: 4.02 4.03 3.81 5/377 5276
/proc/meminfo: memFree=13081100/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=222296 CPUtime=642.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 87137 0 0 0 64212 18 0 0 25 0 1 0 630775314 227631104 37306 33554432000 4194304 4580011 140735598892320 18446744073709551615 4406304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 55574 37306 367 95 0 50556 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 222296

[startup+702.3 s]
/proc/loadavg: 4.07 4.04 3.82 5/377 5278
/proc/meminfo: memFree=13065556/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=183796 CPUtime=702.3 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 90939 0 0 0 70211 19 0 0 25 0 1 0 630775314 188207104 40507 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 45949 40507 367 95 0 40931 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 183796

[startup+762.301 s]
/proc/loadavg: 4.09 4.05 3.83 5/377 5279
/proc/meminfo: memFree=13074296/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=165456 CPUtime=762.32 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 97649 0 0 0 76210 22 0 0 25 0 1 0 630775314 169426944 35857 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 41364 35857 367 95 0 36346 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 165456

[startup+822.301 s]
/proc/loadavg: 4.03 4.03 3.84 5/377 5281
/proc/meminfo: memFree=13074496/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=174108 CPUtime=822.31 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 108616 0 0 0 82207 24 0 0 25 0 1 0 630775314 178286592 36080 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 43527 36080 367 95 0 38509 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 174108

[startup+882.314 s]
/proc/loadavg: 4.05 4.04 3.85 5/377 5282
/proc/meminfo: memFree=13070232/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=174232 CPUtime=882.32 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 117499 0 0 0 88205 27 0 0 25 0 1 0 630775314 178413568 37255 33554432000 4194304 4580011 140735598892320 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 43558 37255 367 95 0 38540 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 174232

[startup+942.3 s]
/proc/loadavg: 4.06 4.04 3.86 5/377 5284
/proc/meminfo: memFree=13063360/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=227880 CPUtime=942.31 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 126264 0 0 0 94202 29 0 0 25 0 1 0 630775314 233349120 37986 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 56970 37986 367 95 0 51952 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 227880

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.87 5/377 5286
/proc/meminfo: memFree=13033544/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=179956 CPUtime=1002.31 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 134429 0 0 0 100200 31 0 0 25 0 1 0 630775314 184274944 38076 33554432000 4194304 4580011 140735598892320 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 44989 38076 367 95 0 39971 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 179956

[startup+1062.3 s]
/proc/loadavg: 4.05 4.04 3.88 5/377 5287
/proc/meminfo: memFree=13039308/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=180012 CPUtime=1062.31 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 142211 0 0 0 106198 33 0 0 25 0 1 0 630775314 184332288 38022 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 45003 38022 367 95 0 39985 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 180012

[startup+1122.3 s]
/proc/loadavg: 4.05 4.04 3.89 5/377 5289
/proc/meminfo: memFree=13019172/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=180064 CPUtime=1122.32 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 150063 0 0 0 112196 36 0 0 25 0 1 0 630775314 184385536 37967 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 45016 37967 367 95 0 39998 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 180064

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.90 5/377 5290
/proc/meminfo: memFree=12923536/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=269228 CPUtime=1182.32 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 159529 0 0 0 118194 38 0 0 25 0 1 0 630775314 275689472 47433 33554432000 4194304 4580011 140735598892320 18446744073709551615 4416196 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 67307 47433 367 95 0 62289 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 269228

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.90 5/377 5292
/proc/meminfo: memFree=12935012/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=214792 CPUtime=1242.32 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 166369 0 0 0 124191 41 0 0 25 0 1 0 630775314 219947008 45574 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 53698 45574 367 95 0 48680 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 214792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.91 3/375 5295
/proc/meminfo: memFree=13177776/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=270108 CPUtime=1300.03 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 172427 0 0 0 129959 44 0 0 25 0 1 0 630775314 276590592 47327 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 67527 47327 367 95 0 62509 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 270108

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

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

[startup+1300 s]
/proc/loadavg: 4.03 4.03 3.91 3/375 5295
/proc/meminfo: memFree=13177776/32951124 swapFree=65051360/67111528
[pid=5248] ppid=5246 vsize=270108 CPUtime=1300.03 cores=1,3
/proc/5248/stat : 5248 (strangenight2-s) R 5246 5248 4643 0 -1 4202496 172427 0 0 0 129959 44 0 0 25 0 1 0 630775314 276590592 47327 33554432000 4194304 4580011 140735598892320 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5248/statm: 67527 47327 367 95 0 62509 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 270108

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.6
CPU system time (s): 0.450931
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 283268

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

runsolver used 4.48632 second user time and 11.1213 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 16:33:11
IDJOB=3367542
IDBENCH=82751
IDSOLVER=1845
FILE ID=node146/3367542-1305383590
RUNJOBID= node146-1305382288-5068
PBS_JOBID= 13324356
Free space on /tmp= 73260 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S525571208-063.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367542-1305383590/watcher-3367542-1305383590 -o /tmp/evaluation-result-3367542-1305383590/solver-3367542-1305383590 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367542-1305383590.cnf

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

MD5SUM BENCH= 0d5db3c80640d96c57ce9e3d0b9dc725
RANDOM SEED=1935141539

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      13561588 kB
Buffers:        263608 kB
Cached:        3427348 kB
SwapCached:      41828 kB
Active:       11489168 kB
Inactive:      7612496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13561588 kB
SwapTotal:    67111528 kB
SwapFree:     65051360 kB
Dirty:           16752 kB
Writeback:           0 kB
AnonPages:    15376208 kB
Mapped:          22444 kB
Slab:           162708 kB
PageTables:      59376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81820520 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= 73256 MiB
End job on node146 at 2011-05-14 16:54:53