Trace number 3265016

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-stSAT 156.638 156.634

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.638
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41656
Number of clauses of size 5624
Number of clauses of size over 5136

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-3265016-1303575031.cnf'
0.00/0.00	c -- header says num vars:            349
0.00/0.00	c -- header says num clauses:        2416
0.00/0.00	c -- clauses added:            0 learnts,         2416 normals,            0 xors
0.00/0.00	c -- vars added        349
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       349      2416         0         0     10560         0   no data   no data
0.00/0.00	c asymm  cl-useful: 120/2416/2416 lits-rem:120 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    349 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:      1406  cl-subs:      721  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     117 undec:     119 neg:     113
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       349      1695         0         0      5922         0   no data   no data
0.01/0.04	c Decided on static restart strategy
0.09/0.13	c  N st     8      4914       349      1695         2      4618      5922     92704   no data   no data
0.39/0.42	c  N st    10     11296       349      1695         2      4293      5922     56621   no data   no data
0.69/0.73	c  N st    11     17040       349      1695         2      9525      5922    176539   no data   no data
1.19/1.20	c  F st    12     25000       349      1695         2     11655      5922    216369   no data   no data
1.19/1.20	c  N st    12     25000       349      1695         2     11655      5922    216369   no data   no data
1.39/1.48	c Decided on static restart strategy
1.39/1.48	c  N st    18     30001       349      1695         2     10052      5922    171603   no data   no data
1.39/1.48	c  S st    18     30001       349      1695         2     10052      5922    171603   no data   no data
1.49/1.52	c  S st    18     30503       349      1695         3     10541      5921    183326   no data   no data
1.49/1.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.49/1.52	c Replacing        1 vars Replaced     1632 lits Time:     0.00 s 
1.49/1.53	c blocked clauses removed:        0 vars:      0 tried:         348 T: 0.00 s
1.49/1.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    348 time:  0.00 s
1.49/1.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.53	c lits-rem:         4  cl-subs:        9  v-elim:      2  v-fix:    0  time:  0.00 s
1.49/1.53	c subs with bin:        1  lits-rem:         5  v-fix:    0  time:  0.00 s
1.69/1.71	c lits-rem:       912  cl-subs:     1839  v-elim:      0  v-fix:    0  time:  0.17 s
1.69/1.71	c asymm  cl-useful: 4/1681/1681 lits-rem:4 time: 0.00
1.69/1.71	c calculated reachability. Time: 0.00
1.69/1.71	c  N st    18     30503       346      1681         1      8698      5868    145507   no data   no data
2.09/2.16	c  N st    20     37614       346      1681         1      7927      5868    105243   no data   no data
2.49/2.58	c  N st    21     44013       346      1681         2     13701      5868    236865   no data   no data
2.59/2.69	c  S st    22     45755       346      1681         2     15272      5868    271228   no data   no data
2.69/2.75	c  S st    22     46259       346      1681         4     15758      5868    283229   no data   no data
2.69/2.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.69/2.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.69/2.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    346 time:  0.00 s
2.69/2.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.69/2.75	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.00 s
2.69/2.76	c subs with bin:       14  lits-rem:       501  v-fix:    0  time:  0.00 s
3.29/3.31	c lits-rem:       533  cl-subs:     3841  v-elim:      0  v-fix:    0  time:  0.55 s
3.29/3.31	c vivif2 --  cl tried     1677 cl shrink        0 lits rem          0 time: 0.00
3.29/3.31	c vivif2 --  cl tried    11906 cl shrink        0 lits rem          0 time: 0.00
3.29/3.32	c asymm  cl-useful: 10/1677/1677 lits-rem:10 time: 0.01
3.29/3.32	c calculated reachability. Time: 0.00
3.29/3.32	c  N st    22     46259       346      1677         6     11906      5830    205073   no data   no data
4.19/4.22	c  N st    23     60656       346      1677         7     17117      5830    295792   no data   no data
4.79/4.85	c  N st    24     69389       346      1677         7     15902      5830    253225   no data   no data
4.79/4.85	c  S st    24     69389       346      1677         7     15902      5830    253225   no data   no data
4.79/4.85	c Finding binary XORs  T:     0.00 s  found:       0
4.89/4.90	c  S st    24     69891       346      1677         8     16393      5830    265521   no data   no data
4.89/4.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.89/4.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.89/4.91	c Replacing        1 vars Replaced      160 lits Time:     0.00 s 
4.89/4.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.89/4.91	c bin-w-bin subsume rem            1 bins  time:  0.00 s
4.89/4.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
4.89/4.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.89/4.91	c lits-rem:        11  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.00 s
4.89/4.92	c subs with bin:        1  lits-rem:       197  v-fix:    0  time:  0.00 s
5.40/5.42	c lits-rem:       517  cl-subs:     3797  v-elim:      0  v-fix:    0  time:  0.50 s
5.40/5.42	c vivif2 --  cl tried     1656 cl shrink        0 lits rem          0 time: 0.00
5.40/5.42	c vivif2 --  cl tried    12600 cl shrink        0 lits rem          0 time: 0.00
5.40/5.43	c asymm  cl-useful: 10/1656/1656 lits-rem:10 time: 0.01
5.40/5.43	c calculated reachability. Time: 0.00
5.40/5.43	c  N st    24     69891       345      1656         5     12600      5719    196489   no data   no data
6.69/6.77	c  F st    25     87500       345      1656         5     18930      5719    305033   no data   no data
6.69/6.77	c  N st    25     87500       345      1656         5     18930      5719    305033   no data   no data
7.09/7.15	c Decided on static restart strategy
7.29/7.34	c  N st    32     95539       345      1656         5     15530      5719    238112   no data   no data
8.19/8.20	c  N st    34    104837       345      1656         5     12125      5719    148589   no data   no data
8.19/8.20	c  S st    34    104837       345      1656         5     12125      5719    148589   no data   no data
8.19/8.25	c  S st    34    105342       345      1656         7     12617      5718    161479   no data   no data
8.19/8.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.19/8.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.19/8.26	c Replacing        1 vars Replaced     3960 lits Time:     0.01 s 
8.19/8.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.19/8.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/8.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/8.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
8.19/8.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.19/8.26	c lits-rem:         9  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.00 s
8.19/8.27	c subs with bin:        3  lits-rem:        33  v-fix:    0  time:  0.00 s
8.29/8.34	c lits-rem:       414  cl-subs:      798  v-elim:      0  v-fix:    0  time:  0.08 s
8.29/8.34	c vivif2 --  cl tried     1644 cl shrink        0 lits rem          0 time: 0.00
8.29/8.35	c vivif2 --  cl tried    11784 cl shrink        0 lits rem          0 time: 0.00
8.29/8.35	c asymm  cl-useful: 1/1644/1644 lits-rem:1 time: 0.01
8.29/8.35	c calculated reachability. Time: 0.00
8.29/8.35	c  N st    34    105342       344      1644         6     11784      5656    148950   no data   no data
9.09/9.17	c  N st    35    114941       344      1644         6     20532      5656    339740   no data   no data
10.29/10.33	c  N st    36    129340       344      1644         6     20876      5656    331060   no data   no data
12.19/12.24	c  N st    37    150935       344      1644         6     27026      5656    455501   no data   no data
12.79/12.86	c  S st    38    158016       344      1644         6     18912      5656    275148   no data   no data
12.89/12.92	c  S st    38    158518       344      1644         6     19405      5656    287200   no data   no data
12.89/12.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.89/12.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
12.89/12.93	c Replacing        1 vars Replaced       73 lits Time:     0.00 s 
12.89/12.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.89/12.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.89/12.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.89/12.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    343 time:  0.00 s
12.89/12.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.89/12.93	c lits-rem:         3  cl-subs:        7  v-elim:      1  v-fix:    0  time:  0.00 s
12.89/12.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.20/13.30	c lits-rem:       544  cl-subs:     2714  v-elim:      0  v-fix:    0  time:  0.35 s
13.20/13.30	c vivif2 --  cl tried     1630 cl shrink        0 lits rem          0 time: 0.00
13.29/13.30	c vivif2 --  cl tried    16640 cl shrink        0 lits rem          0 time: 0.00
13.29/13.31	c asymm  cl-useful: 2/1630/1630 lits-rem:6 time: 0.01
13.29/13.31	c calculated reachability. Time: 0.00
13.29/13.31	c  N st    38    158518       342      1628         6     16640      5604    237539   no data   no data
17.89/17.97	c  N st    39    207106       342      1628         6     28939      5604    465879   no data   no data
17.89/17.97	c Finding binary XORs  T:     0.00 s  found:       0
20.90/20.97	c  N st    40    237777       342      1628         6     21619      5604    299563   no data   no data
20.90/20.97	c  S st    40    237777       342      1628         6     21619      5604    299563   no data   no data
20.99/21.02	c  S st    40    238279       342      1628         6     22109      5604    312062   no data   no data
20.99/21.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.99/21.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
20.99/21.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.99/21.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.99/21.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.99/21.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
20.99/21.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.99/21.03	c lits-rem:         1  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
20.99/21.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.39/21.44	c lits-rem:       682  cl-subs:     2988  v-elim:      0  v-fix:    0  time:  0.40 s
21.39/21.44	c vivif2 --  cl tried     1623 cl shrink        0 lits rem          0 time: 0.00
21.39/21.45	c vivif2 --  cl tried    19122 cl shrink        0 lits rem          0 time: 0.00
21.39/21.46	c asymm  cl-useful: 1/1623/1623 lits-rem:1 time: 0.01
21.39/21.46	c calculated reachability. Time: 0.00
21.39/21.46	c  N st    40    238279       341      1623         6     19122      5586    261955   no data   no data
29.19/29.28	c  F st    41    306251       341      1623         6     21064      5586    271092   no data   no data
29.19/29.28	c  N st    41    306251       341      1623         6     21064      5586    271092   no data   no data
29.69/29.78	c Decided on static restart strategy
32.39/32.40	c  N st    51    334549       341      1623         6     25010      5586    348416   no data   no data
35.29/35.36	c  N st    53    357418       341      1623         6     22845      5586    290941   no data   no data
35.29/35.36	c  S st    53    357418       341      1623         6     22845      5586    290941   no data   no data
35.39/35.44	c  S st    53    357920       341      1623         6     23336      5586    303887   no data   no data
35.39/35.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.39/35.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
35.39/35.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.39/35.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.39/35.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.39/35.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
35.39/35.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.39/35.45	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.39/35.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.69/35.71	c lits-rem:       676  cl-subs:     1640  v-elim:      0  v-fix:    0  time:  0.25 s
35.69/35.71	c vivif2 --  cl tried     1622 cl shrink        0 lits rem          0 time: 0.00
35.69/35.72	c vivif2 --  cl tried    21697 cl shrink        0 lits rem          0 time: 0.00
35.69/35.73	c asymm  cl-useful: 0/1622/1622 lits-rem:0 time: 0.01
35.69/35.73	c calculated reachability. Time: 0.00
35.69/35.73	c  N st    53    357920       341      1622         6     21697      5582    279862   no data   no data
39.60/39.64	c  N st    54    390313       341      1622         8     27564      5582    382464   no data   no data
45.30/45.35	c  N st    55    438901       341      1622         8     47079      5582    771577   no data   no data
53.39/53.41	c  N st    56    511783       341      1622         8     33946      5582    481952   no data   no data
56.39/56.47	c  N st    57    536880       341      1622         8     28684      5582    370329   no data   no data
56.39/56.47	c  S st    57    536880       341      1622         8     28684      5582    370329   no data   no data
56.49/56.57	c  S st    57    537385       341      1622         8     29176      5582    382827   no data   no data
56.49/56.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.49/56.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
56.49/56.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.49/56.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.49/56.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.49/56.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
56.49/56.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.49/56.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.49/56.59	c subs with bin:        6  lits-rem:        44  v-fix:    0  time:  0.00 s
56.99/57.02	c lits-rem:       859  cl-subs:     1961  v-elim:      0  v-fix:    0  time:  0.43 s
56.99/57.02	c vivif2 --  cl tried     1622 cl shrink        0 lits rem          0 time: 0.00
56.99/57.03	c vivif2 --  cl tried    27209 cl shrink        0 lits rem          0 time: 0.00
56.99/57.05	c asymm  cl-useful: 7/1622/1622 lits-rem:7 time: 0.02
56.99/57.05	c calculated reachability. Time: 0.00
56.99/57.05	c  N st    57    537385       341      1622         8     27209      5575    353640   no data   no data
78.19/78.27	c  N st    58    701369       341      1622         8     54854      5575    850950   no data   no data
93.49/93.57	c  N st    59    806078       341      1622         8     49347      5575    732080   no data   no data
93.49/93.57	c  S st    59    806078       341      1622         8     49347      5575    732080   no data   no data
93.70/93.73	c  S st    59    806579       341      1622         8     49832      5575    744815   no data   no data
93.70/93.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
93.70/93.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
93.70/93.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.70/93.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.70/93.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.70/93.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    341 time:  0.00 s
93.70/93.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
93.70/93.75	c lits-rem:         6  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.01 s
93.70/93.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.80/97.90	c lits-rem:      3135  cl-subs:    10785  v-elim:      0  v-fix:    0  time:  4.13 s
97.80/97.90	c vivif2 --  cl tried     1612 cl shrink        0 lits rem          0 time: 0.00
97.90/97.91	c vivif2 --  cl tried    39051 cl shrink        0 lits rem          0 time: 0.01
97.90/97.93	c asymm  cl-useful: 0/1612/1612 lits-rem:0 time: 0.02
97.90/97.93	c calculated reachability. Time: 0.00
97.90/97.93	c  N st    59    806579       341      1612         8     39051      5529    574328   no data   no data
138.10/138.11	c  F st    60   1071875       341      1612         8     54941      5529    789265   no data   no data
138.10/138.11	c  N st    60   1071875       341      1612         8     54941      5529    789265   no data   no data
138.80/138.87	c Decided on static restart strategy
142.29/142.36	c  N st    70   1100180       341      1612         8     80420      5529   1345820   no data   no data
147.70/147.78	c  N st    72   1136173       341      1612         8     71833      5529   1198564   no data   no data
152.69/152.72	c  N st    73   1168566       341      1612         8     59416      5529    903133   no data   no data
156.59/156.62	c  E st    74   1192843         0      1612         8     81343      5529   1372924   no data   no data
156.59/156.62	c Verified 1612 clauses.
156.59/156.62	c Solution needs extension. Extending.
156.59/156.63	c Verified 1612 clauses.
156.59/156.63	c num threads              : 1          
156.59/156.63	c restarts                 : 74         
156.59/156.63	c dynamic restarts         : 0          
156.59/156.63	c static restarts          : 74         
156.59/156.63	c full restarts            : 4          
156.59/156.63	c total simplify time      : 0.00       
156.59/156.63	c learnts DL2              : 0          
156.59/156.63	c learnts size 2           : 17         
156.59/156.63	c learnts size 1           : 0           (0.00      % of vars)
156.59/156.63	c filedLit time            : 0.05        (0.03      % time)
156.59/156.63	c v-elim SatELite          : 4           (1.15      % vars)
156.59/156.63	c SatELite time            : 6.84        (4.37      % time)
156.59/156.63	c v-elim xor               : 0           (0.00      % vars)
156.59/156.63	c xor elim time            : 0.01        (0.01      % time)
156.59/156.63	c num binary xor trees     : 4          
156.59/156.63	c binxor trees' crown      : 4           (1.00      leafs/tree)
156.59/156.63	c bin xor find time        : 0.00       
156.59/156.63	c OTF clause improved      : 114436      (0.10      clauses/conflict)
156.59/156.63	c OTF impr. size diff      : 117527      (1.03       lits/clause)
156.59/156.63	c OTF cl watch-shrink      : 84225       (0.07      clauses/conflict)
156.59/156.63	c OTF cl watch-sh-lit      : 118523      (1.41       lits/clause)
156.59/156.63	c tried to recurMin cls    : 45873       (3.85       % of conflicts)
156.59/156.63	c updated cache            : 549         (0.01       lits/tried recurMin)
156.59/156.63	c clauses over max glue    : 0           (0.00      % of all clauses)
156.59/156.63	c conflicts                : 1192843     (7621.55   / sec)
156.59/156.63	c decisions                : 1261972     (0.66      % random)
156.59/156.63	c bogo-props               : 38188742369 (244003169.81 / sec)
156.59/156.63	c conflict literals        : 24141465    (31.42     % deleted)
156.59/156.63	c Memory used              : 60.42       MB
156.59/156.63	c CPU time                 : 156.51      s
156.59/156.63	s SATISFIABLE
156.59/156.63	v 1 -2 -3 -4 -5 6 -7 8 9 -10 -11 12 13 14 -15 -16 -17 18 -19 20 -21 -22 23 24 -25 -26 27 28 29 30 31 -32 -33 34 -35 36 37 38 39 -40 -41 42 43 -44 45 46 47 -48 -49 -50 51 -52 -53 -54 55 56 -57 58 -59 60 61 -62 -63 -64 -65 66 -67 68 -69 -70 -71 -72 -73 74 75 76 -77 -78 -79 80 81 82 83 -84 85 86 -87 -88 -89 90 91 92 -93 94 -95 96 -97 -98 -99 -100 -101 102 103 104 105 106 -107 -108 -109 110 -111 -112 -113 114 115 116 117 -118 -119 -120 121 -122 -123 124 125 -126 127 -128 -129 -130 -131 132 133 -134 -135 136 -137 138 139 -140 141 -142 -143 144 -145 -146 -147 148 -149 -150 151 -152 -153 154 155 -156 157 158 -159 -160 161 -162 163 -164 165 166 -167 -168 -169 170 -171 -172 -173 174 175 -176 177 -178 -179 -180 -181 182 183 184 185 186 -187 -188 -189 190 -191 -192 -193 194 -195 -196 197 -198 199 -200 -201 -202 -203 -204 205 -206 -207 -208 209 210 -211 212 -213 214 215 -216 -217 -218 -219 -220 221 -222 -223 -224 -225 -226 227 228 -229 -230 -231 232 233 234 235 -236 237 -238 -239 240 241 -242 243 244 245 246 -247 248 -249 250 -251 252 -253 254 -255 256 257 258 -259 -260 261 -262 263 -264 -265 266 267 268 -269 -270 271 272 -273 274 275 276 -277 278 279 -280 281 -282 -283 -284 -285 286 287 -288 -289 -290 291 292 293 -294 295 296 -297 -298 299 -300 -301 302 303 -304 -305 306 -307 308 -309 310 311 -312 -313 -314 -315 316 -317 -318 319 320 321 322 323 -324 325 326 327 -328 329 330 -331 332 333 -334 -335 -336 -337 -338 -339 340 -341 342 -343 344 -345 346 -347 348 349 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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.72 3.96 3.90 5/180 19960
/proc/meminfo: memFree=21177836/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=29800 CPUtime=0 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 544 0 0 0 0 0 0 0 24 0 1 0 201694403 30515200 483 33554432000 4194304 4627331 140737196581216 18446744073709551615 4310065 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 7450 483 341 106 0 2421 0

[startup+0.0163429 s]
/proc/loadavg: 3.72 3.96 3.90 5/180 19960
/proc/meminfo: memFree=21177836/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=30272 CPUtime=0.01 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 729 0 0 0 1 0 0 0 24 0 1 0 201694403 30998528 637 33554432000 4194304 4627331 140737196581216 18446744073709551615 4308364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 7568 637 370 106 0 2539 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30272

[startup+0.100328 s]
/proc/loadavg: 3.72 3.96 3.90 5/180 19960
/proc/meminfo: memFree=21177836/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=30412 CPUtime=0.09 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 818 0 0 0 9 0 0 0 24 0 1 0 201694403 31141888 726 33554432000 4194304 4627331 140737196581216 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 7603 726 370 106 0 2574 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30412

[startup+0.300293 s]
/proc/loadavg: 3.72 3.96 3.90 5/180 19960
/proc/meminfo: memFree=21177836/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=30752 CPUtime=0.29 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 1023 0 0 0 29 0 0 0 25 0 1 0 201694403 31490048 806 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 7688 806 371 106 0 2659 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30752

[startup+0.700227 s]
/proc/loadavg: 3.72 3.96 3.90 5/180 19960
/proc/meminfo: memFree=21177836/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=31220 CPUtime=0.69 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 1342 0 0 0 69 0 0 0 25 0 1 0 201694403 31969280 927 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 7805 927 371 106 0 2776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31220

[startup+1.50108 s]
/proc/loadavg: 3.74 3.96 3.90 5/190 20005
/proc/meminfo: memFree=21150204/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=31788 CPUtime=1.49 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 1968 0 0 0 149 0 0 0 25 0 1 0 201694403 32550912 1037 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309174 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 7947 1037 373 106 0 2918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31788

[startup+3.10082 s]
/proc/loadavg: 3.74 3.96 3.90 5/190 20005
/proc/meminfo: memFree=21128780/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=39884 CPUtime=3.09 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 4387 0 0 0 309 0 0 0 25 0 1 0 201694403 40841216 3086 33554432000 4194304 4627331 140737196581216 18446744073709551615 4420176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 9971 3086 378 106 0 4942 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39884

[startup+6.30024 s]
/proc/loadavg: 3.74 3.96 3.90 5/190 20032
/proc/meminfo: memFree=21074000/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=41400 CPUtime=6.29 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 5903 0 0 0 628 1 0 0 25 0 1 0 201694403 42393600 3306 33554432000 4194304 4627331 140737196581216 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 10350 3306 378 106 0 5321 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41400

[startup+12.7001 s]
/proc/loadavg: 3.78 3.96 3.91 5/190 20032
/proc/meminfo: memFree=21029212/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=42252 CPUtime=12.69 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 8653 0 0 0 1268 1 0 0 25 0 1 0 201694403 43266048 3459 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 10563 3459 378 106 0 5534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 42252

[startup+25.5009 s]
/proc/loadavg: 3.81 3.96 3.91 5/190 20032
/proc/meminfo: memFree=20926456/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=46440 CPUtime=25.49 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 13502 0 0 0 2547 2 0 0 25 0 1 0 201694403 47554560 4736 33554432000 4194304 4627331 140737196581216 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 11610 4736 378 106 0 6581 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46440

[startup+51.1004 s]
/proc/loadavg: 3.89 3.96 3.91 5/190 20033
/proc/meminfo: memFree=20774336/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=48228 CPUtime=51.1 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 21257 0 0 0 5105 5 0 0 25 0 1 0 201694403 49385472 5197 33554432000 4194304 4627331 140737196581216 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 12057 5197 378 106 0 7028 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 48228

[startup+102.306 s]
/proc/loadavg: 3.95 3.97 3.91 5/190 20034
/proc/meminfo: memFree=20654288/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61332 CPUtime=102.3 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 35737 0 0 0 10221 9 0 0 25 0 1 0 201694403 62803968 8990 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309328 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15333 8990 378 106 0 10304 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 61332

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

[startup+127.901 s]
/proc/loadavg: 4.11 4.00 3.92 7/190 20035
/proc/meminfo: memFree=20579012/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61640 CPUtime=127.89 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 41477 0 0 0 12779 10 0 0 25 0 1 0 201694403 63119360 8879 33554432000 4194304 4627331 140737196581216 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15410 8879 378 106 0 10381 0
Current children cumulated CPU time (s) 127.89
Current children cumulated vsize (KiB) 61640

[startup+140.701 s]
/proc/loadavg: 4.09 4.00 3.92 6/190 20035
/proc/meminfo: memFree=20544032/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61776 CPUtime=140.7 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 44388 0 0 0 14059 11 0 0 25 0 1 0 201694403 63258624 8818 33554432000 4194304 4627331 140737196581216 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15444 8818 378 106 0 10415 0
Current children cumulated CPU time (s) 140.7
Current children cumulated vsize (KiB) 61776

[startup+147.1 s]
/proc/loadavg: 4.08 4.00 3.92 5/190 20036
/proc/meminfo: memFree=20520968/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61816 CPUtime=147.1 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 45928 0 0 0 14698 12 0 0 25 0 1 0 201694403 63299584 8766 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15454 8766 378 106 0 10425 0
Current children cumulated CPU time (s) 147.1
Current children cumulated vsize (KiB) 61816

[startup+153.5 s]
/proc/loadavg: 4.07 4.00 3.92 5/190 20036
/proc/meminfo: memFree=20513528/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61868 CPUtime=153.49 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 47462 0 0 0 15337 12 0 0 25 0 1 0 201694403 63352832 8645 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15467 8645 378 106 0 10438 0
Current children cumulated CPU time (s) 153.49
Current children cumulated vsize (KiB) 61868

[startup+155.107 s]
/proc/loadavg: 4.07 4.00 3.92 5/190 20036
/proc/meminfo: memFree=20541924/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61868 CPUtime=155.1 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 47685 0 0 0 15498 12 0 0 25 0 1 0 201694403 63352832 8868 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15467 8868 378 106 0 10438 0
Current children cumulated CPU time (s) 155.1
Current children cumulated vsize (KiB) 61868

[startup+155.901 s]
/proc/loadavg: 4.07 4.00 3.92 5/190 20036
/proc/meminfo: memFree=20541924/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61868 CPUtime=155.89 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 47786 0 0 0 15577 12 0 0 25 0 1 0 201694403 63352832 8969 33554432000 4194304 4627331 140737196581216 18446744073709551615 4310082 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15467 8969 378 106 0 10438 0
Current children cumulated CPU time (s) 155.89
Current children cumulated vsize (KiB) 61868

[startup+156.301 s]
/proc/loadavg: 4.07 4.00 3.92 5/190 20036
/proc/meminfo: memFree=20535724/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61868 CPUtime=156.29 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 47832 0 0 0 15617 12 0 0 25 0 1 0 201694403 63352832 9015 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15467 9015 378 106 0 10438 0
Current children cumulated CPU time (s) 156.29
Current children cumulated vsize (KiB) 61868

[startup+156.501 s]
/proc/loadavg: 4.07 4.00 3.92 5/190 20036
/proc/meminfo: memFree=20535724/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61868 CPUtime=156.49 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 47856 0 0 0 15637 12 0 0 25 0 1 0 201694403 63352832 9039 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15467 9039 378 106 0 10438 0
Current children cumulated CPU time (s) 156.49
Current children cumulated vsize (KiB) 61868

[startup+156.601 s]
/proc/loadavg: 4.07 4.00 3.92 5/190 20036
/proc/meminfo: memFree=20535724/32951124 swapFree=67111528/67111528
[pid=19960] ppid=19958 vsize=61868 CPUtime=156.59 cores=5,7
/proc/19960/stat : 19960 (strangenight2-s) R 19958 19960 19029 0 -1 4202496 47868 0 0 0 15647 12 0 0 25 0 1 0 201694403 63352832 9051 33554432000 4194304 4627331 140737196581216 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/19960/statm: 15467 9051 378 106 0 10438 0
Current children cumulated CPU time (s) 156.59
Current children cumulated vsize (KiB) 61868

Child status: 10
Real time (s): 156.634
CPU time (s): 156.638
CPU user time (s): 156.51
CPU system time (s): 0.12798
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 61868

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

runsolver used 0.267959 second user time and 0.592909 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 18:10:31
IDJOB=3265016
IDBENCH=85368
IDSOLVER=1587
FILE ID=node107/3265016-1303575031
RUNJOBID= node107-1303575031-19938
PBS_JOBID= 13150304
Free space on /tmp= 71720 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265016-1303575031/watcher-3265016-1303575031 -o /tmp/evaluation-result-3265016-1303575031/solver-3265016-1303575031 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3265016-1303575031.cnf

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=196489250

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21178612 kB
Buffers:       2011132 kB
Cached:        9218564 kB
SwapCached:          0 kB
Active:        7592208 kB
Inactive:      3703712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21178612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11852 kB
Writeback:           0 kB
AnonPages:       65608 kB
Mapped:          15264 kB
Slab:           413368 kB
PageTables:       5160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   207816 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= 71700 MiB
End job on node107 at 2011-04-23 18:13:08