Trace number 3368135

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

NameSAT03/handmade/stanion/hwb/
hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
MD5SUM1d86c7f9cd05c5f2ab070520d802c8e1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
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-3368135-1305393581.cnf'
0.00/0.00	c -- header says num vars:            226
0.00/0.00	c -- header says num clauses:        1078
0.00/0.00	c -- clauses added:            0 learnts,         1078 normals,            0 xors
0.00/0.00	c -- vars added        226
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       226      1052        26         0      3624         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1052/1052 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c Replacing        1 vars Replaced       12 lits Time:     0.00 s 
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    225 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:        11  cl-subs:        0  v-elim:     63  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:      62, avg size: 3.8)
0.00/0.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:       6 undec:      69 neg:     151
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       162       476        20         0      2184         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4917       162       476        26      4739      2184    115039   no data   no data
0.29/0.37	c  N st    10     11301       162       476        27      4440      2184     81731   no data   no data
0.59/0.63	c  N st    11     17045       162       476        27      9826      2184    211104   no data   no data
0.99/1.01	c  F st    12     25002       162       476        28     12161      2184    255867   no data   no data
0.99/1.01	c  N st    12     25002       162       476        28     12161      2184    255867   no data   no data
1.19/1.24	c Decided on static restart strategy
1.19/1.24	c  N st    18     30000       162       476        29     10574      2184    198421   no data   no data
1.19/1.24	c  S st    18     30000       162       476        29     10574      2184    198421   no data   no data
1.19/1.27	c  S st    18     30505       162       476        33     11069      2184    209112   no data   no data
1.19/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     87 BRemL:      4 BRemN:      0 P:  0.2M T:  0.00
1.19/1.28	c blocked clauses removed:        0 vars:      0 tried:           8 T: 0.00 s
1.19/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.28	c subs with bin:        8  lits-rem:        34  v-fix:    0  time:  0.00 s
1.19/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    162 time:  0.00 s
1.19/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.19/1.28	c lits-rem:         7  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.00 s
1.19/1.29	c subs with bin:        4  lits-rem:       407  v-fix:    0  time:  0.00 s
1.39/1.44	c lits-rem:      1469  cl-subs:     1046  v-elim:      0  v-fix:    0  time:  0.15 s
1.39/1.44	c asymm  cl-useful: 8/464/464 lits-rem:10 time: 0.00
1.39/1.44	c calculated reachability. Time: 0.00
1.39/1.44	c  N st    18     30505       160       464       117      9705      2142    177431   no data   no data
1.79/1.82	c  N st    20     37618       160       464       118      9296      2142    159993   no data   no data
1.79/1.82	c Finding binary XORs  T:     0.00 s  found:       0
2.09/2.19	c  N st    21     44019       159       459        43     15425      2112    322001   no data   no data
2.20/2.29	c  S st    22     45757       159       459        44     17124      2112    363784   no data   no data
2.29/2.35	c  S st    22     46261       159       459        44      9181      2112    141330   no data   no data
2.29/2.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.36	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      6 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.29/2.36	c Replacing        1 vars Replaced     2085 lits Time:     0.00 s 
2.29/2.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.29/2.36	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2.29/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    157 time:  0.00 s
2.29/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.29/2.36	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
2.29/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.38	c lits-rem:       258  cl-subs:      117  v-elim:      0  v-fix:    0  time:  0.02 s
2.29/2.38	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
2.29/2.39	c vivif2 --  cl tried     9018 cl shrink       38 lits rem         38 time: 0.00
2.29/2.39	c asymm  cl-useful: 0/448/448 lits-rem:0 time: 0.00
2.29/2.39	c calculated reachability. Time: 0.00
2.29/2.39	c  N st    22     46261       156       448        30      9018      2079    137805   no data   no data
3.20/3.22	c  N st    23     60659       156       448        30     13274      2079    226533   no data   no data
3.20/3.22	c Finding binary XORs  T:     0.00 s  found:       0
3.69/3.78	c  N st    24     69392       156       448        30     11218      2079    164303   no data   no data
3.69/3.78	c  S st    24     69392       156       448        30     11218      2079    164303   no data   no data
3.79/3.81	c  S st    24     69892       156       448        30     11713      2079    175386   no data   no data
3.79/3.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.79/3.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.79/3.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
3.79/3.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.79/3.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.79/3.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.85	c lits-rem:       389  cl-subs:      146  v-elim:      0  v-fix:    0  time:  0.03 s
3.79/3.85	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
3.79/3.86	c vivif2 --  cl tried    11567 cl shrink       15 lits rem         15 time: 0.00
3.79/3.86	c asymm  cl-useful: 1/448/448 lits-rem:1 time: 0.01
3.79/3.86	c calculated reachability. Time: 0.00
3.79/3.86	c  N st    24     69892       156       448        30     11567      2078    172087   no data   no data
4.99/5.06	c  F st    25     87501       156       448        30     16995      2078    300897   no data   no data
4.99/5.06	c  N st    25     87501       156       448        30     16995      2078    300897   no data   no data
5.29/5.40	c Decided on static restart strategy
5.50/5.59	c  N st    32     95542       156       448        30     24785      2078    495634   no data   no data
6.09/6.15	c  N st    34    104838       156       448        30     21204      2078    391580   no data   no data
6.09/6.15	c  S st    34    104838       156       448        30     21204      2078    391580   no data   no data
6.19/6.22	c  S st    34    105339       156       448        30     21697      2078    403097   no data   no data
6.19/6.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.19/6.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
6.19/6.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.19/6.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.19/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.49/6.60	c lits-rem:      1677  cl-subs:     1215  v-elim:      0  v-fix:    0  time:  0.36 s
6.49/6.60	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
6.49/6.61	c vivif2 --  cl tried    20482 cl shrink       56 lits rem         56 time: 0.00
6.60/6.62	c asymm  cl-useful: 6/448/448 lits-rem:6 time: 0.01
6.60/6.62	c calculated reachability. Time: 0.00
6.60/6.62	c  N st    34    105339       156       448        30     20482      2072    371652   no data   no data
7.18/7.23	c  N st    35    114938       156       448        30     16287      2072    253365   no data   no data
8.18/8.30	c  N st    36    129335       156       448        30     15543      2072    222412   no data   no data
9.69/9.79	c  N st    37    150930       156       448        30     20659      2072    336926   no data   no data
10.19/10.28	c  S st    38    158008       156       448        30     27342      2072    500380   no data   no data
10.29/10.35	c  S st    38    158509       156       448        30     27837      2072    510826   no data   no data
10.29/10.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.29/10.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.29/10.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.29/10.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.29/10.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.29/10.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
10.29/10.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.29/10.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.29/10.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.39/11.44	c lits-rem:      1499  cl-subs:     2990  v-elim:      0  v-fix:    0  time:  1.07 s
11.39/11.44	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
11.39/11.45	c vivif2 --  cl tried    24847 cl shrink       52 lits rem         75 time: 0.01
11.39/11.46	c asymm  cl-useful: 5/448/448 lits-rem:5 time: 0.02
11.39/11.46	c calculated reachability. Time: 0.00
11.39/11.46	c  N st    38    158509       156       448        30     24847      2067    439215   no data   no data
15.29/15.39	c  N st    39    207097       156       448        30     19965      2067    290284   no data   no data
18.09/18.10	c  N st    40    237763       156       448        30     29803      2067    521450   no data   no data
18.09/18.10	c  S st    40    237763       156       448        30     29803      2067    521450   no data   no data
18.09/18.19	c  S st    40    238264       156       448        30     30303      2067    533296   no data   no data
18.09/18.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.19/18.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.19/18.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.19/18.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.19/18.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.19/18.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
18.19/18.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.19/18.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.19/18.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.98/20.02	c lits-rem:      1715  cl-subs:     5520  v-elim:      0  v-fix:    0  time:  1.79 s
19.98/20.02	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
19.98/20.03	c vivif2 --  cl tried    24783 cl shrink      217 lits rem        217 time: 0.01
19.98/20.04	c asymm  cl-useful: 4/448/448 lits-rem:4 time: 0.01
19.98/20.04	c calculated reachability. Time: 0.00
19.98/20.04	c  N st    40    238264       156       448        30     24783      2063    406154   no data   no data
25.89/25.99	c  F st    41    306250       156       448        30     26680      2063    419975   no data   no data
25.89/25.99	c  N st    41    306250       156       448        30     26680      2063    419975   no data   no data
26.29/26.38	c Decided on static restart strategy
28.39/28.45	c  N st    51    334555       156       448        30     30938      2063    487465   no data   no data
30.69/30.72	c  N st    53    357398       156       448        30     28969      2063    441704   no data   no data
30.69/30.72	c  S st    53    357398       156       448        30     28969      2063    441704   no data   no data
30.69/30.79	c  S st    53    357902       156       448        30     29470      2063    454045   no data   no data
30.69/30.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.69/30.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.69/30.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.69/30.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.69/30.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.69/30.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
30.69/30.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.80/30.81	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
30.80/30.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.29/31.32	c lits-rem:      1210  cl-subs:     1677  v-elim:      0  v-fix:    0  time:  0.50 s
31.29/31.32	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
31.29/31.33	c vivif2 --  cl tried    27793 cl shrink       71 lits rem         74 time: 0.01
31.29/31.34	c asymm  cl-useful: 4/448/448 lits-rem:4 time: 0.02
31.29/31.34	c calculated reachability. Time: 0.00
31.29/31.34	c  N st    53    357902       156       448        30     27793      2056    415287   no data   no data
34.39/34.46	c  N st    54    390294       156       448        30     33633      2056    537034   no data   no data
39.49/39.59	c  N st    55    438883       156       448        30     27778      2056    383729   no data   no data
47.39/47.44	c  N st    56    511766       156       448        30     40543      2056    662512   no data   no data
50.19/50.20	c  N st    57    536853       156       448        30     35329      2056    540610   no data   no data
50.19/50.20	c  S st    57    536853       156       448        30     35329      2056    540610   no data   no data
50.29/50.30	c  S st    57    537355       156       448        30     35824      2056    551654   no data   no data
50.29/50.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.29/50.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
50.29/50.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.29/50.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.29/50.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.29/50.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
50.29/50.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.29/50.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.29/50.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.89/50.92	c lits-rem:      1582  cl-subs:     1493  v-elim:      0  v-fix:    0  time:  0.58 s
50.89/50.92	c vivif2 --  cl tried      448 cl shrink        0 lits rem          0 time: 0.00
50.89/50.92	c vivif2 --  cl tried    34331 cl shrink       69 lits rem         70 time: 0.01
50.89/50.95	c asymm  cl-useful: 4/448/448 lits-rem:4 time: 0.02
50.89/50.95	c calculated reachability. Time: 0.00
50.89/50.95	c  N st    57    537355       156       448        30     34331      2052    518129   no data   no data
70.09/70.14	c  N st    58    701340       156       448        30     61999      2052   1126737   no data   no data
83.19/83.20	c  N st    59    806033       156       448        30     55828      2052    948858   no data   no data
83.19/83.20	c  S st    59    806033       156       448        30     55828      2052    948858   no data   no data
83.29/83.36	c  S st    59    806539       156       448        30     56330      2052    960090   no data   no data
83.29/83.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.29/83.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
83.29/83.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.29/83.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.29/83.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.29/83.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
83.29/83.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
83.29/83.39	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
83.39/83.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.19/88.22	c lits-rem:      2400  cl-subs:     8266  v-elim:      0  v-fix:    0  time:  4.79 s
88.19/88.22	c vivif2 --  cl tried      447 cl shrink        0 lits rem          0 time: 0.00
88.19/88.23	c vivif2 --  cl tried    48064 cl shrink       50 lits rem         50 time: 0.01
88.19/88.25	c asymm  cl-useful: 2/447/447 lits-rem:2 time: 0.03
88.19/88.26	c calculated reachability. Time: 0.00
88.19/88.26	c  N st    59    806539       156       447        30     48064      2043    784858   no data   no data
124.09/124.15	c  F st    60   1071875       156       447        30     63262      2043   1062494   no data   no data
124.09/124.15	c  N st    60   1071875       156       447        30     63262      2043   1062494   no data   no data
124.79/124.85	c Decided on static restart strategy
127.99/128.08	c  N st    70   1100175       156       447        30     48482      2043    714476   no data   no data
132.89/132.97	c  N st    72   1136169       156       447        30     81874      2043   1504736   no data   no data
137.51/137.54	c  N st    73   1168561       156       447        30     69107      2043   1190943   no data   no data
142.89/142.97	c  N st    74   1209809       156       447        30     64013      2043   1051788   no data   no data
142.89/142.97	c  S st    74   1209809       156       447        30     64013      2043   1051788   no data   no data
143.09/143.13	c  S st    74   1210310       156       447        30     64511      2043   1064391   no data   no data
143.09/143.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.09/143.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
143.09/143.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.09/143.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.09/143.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.09/143.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
143.09/143.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.09/143.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.09/143.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.99/148.07	c lits-rem:      3687  cl-subs:     7161  v-elim:      0  v-fix:    0  time:  4.88 s
147.99/148.07	c vivif2 --  cl tried      447 cl shrink        0 lits rem          0 time: 0.00
147.99/148.09	c vivif2 --  cl tried    57350 cl shrink      219 lits rem        223 time: 0.01
148.09/148.12	c asymm  cl-useful: 2/447/447 lits-rem:2 time: 0.03
148.09/148.13	c calculated reachability. Time: 0.00
148.09/148.13	c  N st    74   1210310       156       447        30     57350      2041    906026   no data   no data
158.09/158.18	c  N st    75   1283193       156       447        30     81188      2041   1455149   no data   no data
174.80/174.90	c  N st    76   1392516       156       447        30     90314      2041   1656041   no data   no data
201.89/201.92	c  N st    77   1556500       156       447        30     96882      2041   1708588   no data   no data
226.79/226.89	c  N st    78   1710311       156       447        30     87269      2041   1507200   no data   no data
226.79/226.89	c  S st    78   1710311       156       447        30     87269      2041   1507200   no data   no data
227.09/227.15	c  S st    78   1710821       156       447        30     87776      2041   1519509   no data   no data
227.09/227.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
227.09/227.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
227.09/227.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
227.09/227.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.09/227.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.09/227.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
227.09/227.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
227.19/227.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
227.19/227.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.70/243.79	c lits-rem:      3641  cl-subs:    16833  v-elim:      0  v-fix:    0  time: 16.54 s
243.70/243.79	c vivif2 --  cl tried      447 cl shrink        0 lits rem          0 time: 0.00
243.80/243.81	c vivif2 --  cl tried    70943 cl shrink      155 lits rem        159 time: 0.02
243.80/243.86	c asymm  cl-useful: 3/447/447 lits-rem:3 time: 0.05
243.80/243.86	c calculated reachability. Time: 0.00
243.80/243.86	c  N st    78   1710821       156       447        30     70943      2038   1155759   no data   no data
307.00/307.00	c  N st    79   2079785       156       447        30     82665      2038   1357027   no data   no data
330.60/330.60	c  N st    80   2210822       156       447        30     86173      2038   1447260   no data   no data
330.60/330.60	c  S st    80   2210822       156       447        30     86173      2038   1447260   no data   no data
330.80/330.85	c  S st    80   2211323       156       447        30     86667      2038   1458667   no data   no data
330.80/330.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
330.80/330.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
330.80/330.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
330.80/330.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
330.80/330.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
330.80/330.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
330.80/330.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
330.90/330.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
330.90/330.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
342.70/342.77	c lits-rem:      2696  cl-subs:    11688  v-elim:      0  v-fix:    0  time: 11.82 s
342.70/342.77	c vivif2 --  cl tried      447 cl shrink        0 lits rem          0 time: 0.00
342.70/342.79	c vivif2 --  cl tried    74979 cl shrink       37 lits rem         38 time: 0.02
342.80/342.84	c asymm  cl-useful: 3/447/447 lits-rem:3 time: 0.05
342.80/342.84	c calculated reachability. Time: 0.00
342.80/342.84	c  N st    80   2211323       156       447        30     74979      2035   1195540   no data   no data
437.60/437.61	c  N st    81   2711323       156       447        30     97338      2035   1646518   no data   no data
437.60/437.61	c  S st    81   2711323       156       447        30     97338      2035   1646518   no data   no data
437.81/437.88	c  S st    81   2711825       156       447        30     97836      2035   1658787   no data   no data
437.81/437.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
437.90/437.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
437.90/437.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
437.90/437.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
437.90/437.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.90/437.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
437.90/437.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
437.90/437.95	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.02 s
438.00/438.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
459.10/459.12	c lits-rem:      3456  cl-subs:    14714  v-elim:      0  v-fix:    0  time: 21.13 s
459.10/459.12	c vivif2 --  cl tried      446 cl shrink        0 lits rem          0 time: 0.00
459.10/459.15	c vivif2 --  cl tried    83122 cl shrink      352 lits rem        352 time: 0.03
459.20/459.25	c asymm  cl-useful: 0/446/446 lits-rem:0 time: 0.09
459.20/459.25	c calculated reachability. Time: 0.00
459.20/459.25	c  N st    81   2711825       156       446        30     83122      2027   1328645   no data   no data
567.90/567.94	c  N st    82   3211829       156       446        30    134185      2027   2431171   no data   no data
567.90/567.94	c  S st    82   3211829       156       446        30    134185      2027   2431171   no data   no data
568.30/568.36	c  S st    82   3212334       156       446        30    134683      2027   2443100   no data   no data
568.30/568.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
568.40/568.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
568.40/568.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
568.40/568.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
568.40/568.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
568.40/568.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
568.40/568.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
568.40/568.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
568.50/568.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
638.50/638.55	c lits-rem:      6384  cl-subs:    29800  v-elim:      0  v-fix:    0  time: 70.01 s
638.50/638.55	c vivif2 --  cl tried      446 cl shrink        0 lits rem          0 time: 0.00
638.50/638.59	c vivif2 --  cl tried   104883 cl shrink      410 lits rem        410 time: 0.03
638.60/638.67	c asymm  cl-useful: 0/446/446 lits-rem:0 time: 0.08
638.60/638.67	c calculated reachability. Time: 0.00
638.60/638.67	c  N st    82   3212334       156       446        30    104883      2027   1796595   no data   no data
744.31/744.36	c  N st    83   3712336       156       446        30    122642      2027   2128562   no data   no data
744.31/744.36	c  S st    83   3712336       156       446        30    122642      2027   2128562   no data   no data
744.61/744.70	c  S st    83   3712840       156       446        30    123142      2027   2141007   no data   no data
744.72/744.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
744.72/744.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
744.72/744.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
744.72/744.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
744.72/744.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
744.72/744.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
744.72/744.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
744.72/744.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
744.81/744.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
776.51/776.51	c lits-rem:      4817  cl-subs:    19278  v-elim:      0  v-fix:    0  time: 31.65 s
776.51/776.51	c vivif2 --  cl tried      446 cl shrink        0 lits rem          0 time: 0.00
776.51/776.54	c vivif2 --  cl tried   103864 cl shrink      483 lits rem        483 time: 0.03
776.62/776.62	c asymm  cl-useful: 0/446/446 lits-rem:0 time: 0.08
776.62/776.62	c calculated reachability. Time: 0.00
776.62/776.62	c  N st    83   3712840       156       446        30    103864      2027   1720252   no data   no data
785.31/785.35	c  F st    84   3751562       156       446        30    139931      2027   2620977   no data   no data
785.31/785.35	c  N st    84   3751562       156       446        30    139931      2027   2620977   no data   no data
786.60/786.64	c Decided on static restart strategy
792.61/792.64	c  N st    94   3779868       156       446        30     89659      2027   1342017   no data   no data
799.21/799.24	c  N st    96   3815862       156       446        30    123364      2027   2210884   no data   no data
806.71/806.76	c  N st    97   3848254       156       446        30    153815      2027   3036207   no data   no data
817.81/817.85	c  N st    98   3896842       156       446        30    120600      2027   2102358   no data   no data
834.51/834.54	c  N st    99   3969724       156       446        30    107260      2027   1733694   no data   no data
858.10/858.18	c  N st   100   4079047       156       446        30    128607      2027   2387585   no data   no data
891.51/891.54	c  N st   101   4212840       156       446        30     88482      2027   1242518   no data   no data
891.51/891.54	c  S st   101   4212840       156       446        30     88482      2027   1242518   no data   no data
891.71/891.79	c  S st   101   4213343       156       446        30     88980      2027   1254570   no data   no data
891.81/891.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
891.81/891.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
891.81/891.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
891.81/891.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
891.81/891.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
891.81/891.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
891.81/891.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
891.81/891.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
891.81/891.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
893.61/893.67	c lits-rem:       907  cl-subs:     2468  v-elim:      0  v-fix:    0  time:  1.78 s
893.61/893.67	c vivif2 --  cl tried      446 cl shrink        0 lits rem          0 time: 0.00
893.61/893.69	c vivif2 --  cl tried    86512 cl shrink       58 lits rem         59 time: 0.02
893.71/893.75	c asymm  cl-useful: 0/446/446 lits-rem:0 time: 0.05
893.71/893.75	c calculated reachability. Time: 0.00
893.71/893.75	c  N st   101   4213343       156       446        30     86512      2027   1201737   no data   no data
956.51/956.54	c  N st   102   4459319       156       446        30    146365      2027   2639787   no data   no data
1018.12/1018.19	c  N st   103   4713343       156       446        30    123126      2027   2026893   no data   no data
1018.12/1018.19	c  S st   103   4713343       156       446        30    123126      2027   2026893   no data   no data
1018.52/1018.54	c  S st   103   4713846       156       446        30    123627      2027   2038642   no data   no data
1018.52/1018.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1018.52/1018.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1018.52/1018.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1018.52/1018.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1018.52/1018.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1018.52/1018.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
1018.52/1018.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1018.63/1018.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1018.63/1018.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1042.52/1042.54	c lits-rem:      2586  cl-subs:    16406  v-elim:      0  v-fix:    0  time: 23.85 s
1042.52/1042.54	c vivif2 --  cl tried      446 cl shrink        0 lits rem          0 time: 0.00
1042.52/1042.57	c vivif2 --  cl tried   107221 cl shrink      292 lits rem        333 time: 0.03
1042.62/1042.65	c asymm  cl-useful: 0/446/446 lits-rem:0 time: 0.08
1042.62/1042.66	c calculated reachability. Time: 0.00
1042.62/1042.66	c  N st   103   4713846       156       446        30    107221      2027   1688494   no data   no data
1170.22/1170.23	c  N st   104   5213848       156       446        30    122745      2027   1973880   no data   no data
1170.22/1170.23	c  S st   104   5213848       156       446        30    122745      2027   1973880   no data   no data
1170.71/1170.76	c  S st   104   5214351       156       446        30    123243      2027   1986765   no data   no data
1170.71/1170.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1170.81/1170.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.08
1170.81/1170.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1170.81/1170.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1170.81/1170.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1170.81/1170.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    156 time:  0.00 s
1170.81/1170.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1170.91/1170.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1170.91/1170.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1198.71/1198.79	c lits-rem:      2553  cl-subs:    12576  v-elim:      0  v-fix:    0  time: 27.83 s
1198.71/1198.79	c vivif2 --  cl tried      446 cl shrink        0 lits rem          0 time: 0.00
1198.81/1198.83	c vivif2 --  cl tried   110667 cl shrink      145 lits rem        145 time: 0.04
1198.92/1198.97	c asymm  cl-useful: 1/446/446 lits-rem:1 time: 0.13
1198.92/1198.97	c calculated reachability. Time: 0.00
1198.92/1198.97	c  N st   104   5214351       156       446        30    110667      2026   1721397   no data   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-3368135-1305393581/watcher-3368135-1305393581 -o /tmp/evaluation-result-3368135-1305393581/solver-3368135-1305393581 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368135-1305393581.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.85 1.49 2.52 8/302 2169
/proc/meminfo: memFree=15976380/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=21396 CPUtime=0 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 424 0 0 0 0 0 0 0 23 0 1 0 106967524 21909504 364 33554432000 4194304 4580011 140737338542720 18446744073709551615 4508410 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 5349 373 318 95 0 331 0

[startup+0.0949391 s]
/proc/loadavg: 0.85 1.49 2.52 8/302 2169
/proc/meminfo: memFree=15976380/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=29992 CPUtime=0.09 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 697 0 0 0 9 0 0 0 23 0 1 0 106967524 30711808 637 33554432000 4194304 4580011 140737338542720 18446744073709551615 4296217 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 7498 637 364 95 0 2480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29992

[startup+0.100945 s]
/proc/loadavg: 0.85 1.49 2.52 8/302 2169
/proc/meminfo: memFree=15976380/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=30132 CPUtime=0.09 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 704 0 0 0 9 0 0 0 23 0 1 0 106967524 30855168 645 33554432000 4194304 4580011 140737338542720 18446744073709551615 218880261899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 7533 651 364 95 0 2515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30132

[startup+0.300912 s]
/proc/loadavg: 0.85 1.49 2.52 8/302 2169
/proc/meminfo: memFree=15976380/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=30548 CPUtime=0.29 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 958 0 0 0 29 0 0 0 25 0 1 0 106967524 31281152 759 33554432000 4194304 4580011 140737338542720 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 7637 759 364 95 0 2619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30548

[startup+0.701404 s]
/proc/loadavg: 0.85 1.49 2.52 8/302 2169
/proc/meminfo: memFree=15976380/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=30996 CPUtime=0.69 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 1445 0 0 0 69 0 0 0 25 0 1 0 106967524 31739904 777 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 7749 777 364 95 0 2731 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30996

[startup+1.5007 s]
/proc/loadavg: 0.85 1.49 2.52 8/308 2178
/proc/meminfo: memFree=15955004/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=37024 CPUtime=1.49 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 3292 0 0 0 149 0 0 0 25 0 1 0 106967524 37912576 2309 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 9256 2309 366 95 0 4238 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37024

[startup+3.10042 s]
/proc/loadavg: 0.85 1.49 2.52 7/308 2178
/proc/meminfo: memFree=15935288/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=37384 CPUtime=3.09 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 4533 0 0 0 308 1 0 0 25 0 1 0 106967524 38281216 2290 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 9346 2290 366 95 0 4328 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37384

[startup+6.30087 s]
/proc/loadavg: 1.10 1.53 2.52 8/308 2178
/proc/meminfo: memFree=15915328/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=44848 CPUtime=6.29 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 8077 0 0 0 628 1 0 0 25 0 1 0 106967524 45924352 4211 33554432000 4194304 4580011 140737338542720 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 11212 4211 366 95 0 6194 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44848

[startup+12.7007 s]
/proc/loadavg: 1.33 1.57 2.53 7/308 2178
/proc/meminfo: memFree=15883476/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=49648 CPUtime=12.69 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 12012 0 0 0 1267 2 0 0 25 0 1 0 106967524 50839552 5402 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294357 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 12412 5402 366 95 0 7394 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49648

[startup+25.5005 s]
/proc/loadavg: 2.06 1.72 2.56 8/308 2178
/proc/meminfo: memFree=15862372/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=53088 CPUtime=25.49 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 17484 0 0 0 2545 4 0 0 25 0 1 0 106967524 54362112 6527 33554432000 4194304 4580011 140737338542720 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 13272 6527 366 95 0 8254 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53088

[startup+51.1011 s]
/proc/loadavg: 2.72 1.91 2.60 5/308 2179
/proc/meminfo: memFree=15821260/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=57524 CPUtime=51.09 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 28120 0 0 0 5103 6 0 0 25 0 1 0 106967524 58904576 7207 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 14381 7207 366 95 0 9363 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57524

[startup+102.311 s]
/proc/loadavg: 3.44 2.23 2.67 8/308 2180
/proc/meminfo: memFree=15754028/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=69292 CPUtime=102.3 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 45050 0 0 0 10221 9 0 0 25 0 1 0 106967524 70955008 10719 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 17323 10719 366 95 0 12305 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69292

[startup+162.301 s]
/proc/loadavg: 3.79 2.55 2.75 7/308 2182
/proc/meminfo: memFree=15735632/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=76972 CPUtime=162.29 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 62568 0 0 0 16216 13 0 0 25 0 1 0 106967524 78819328 11963 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 19243 11963 366 95 0 14225 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76972

[startup+222.3 s]
/proc/loadavg: 3.92 2.81 2.83 9/308 2184
/proc/meminfo: memFree=15706584/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=77444 CPUtime=222.29 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 76959 0 0 0 22212 17 0 0 25 0 1 0 106967524 79302656 11797 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 19361 11797 366 95 0 14343 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77444

[startup+282.301 s]
/proc/loadavg: 3.97 3.02 2.90 9/308 2185
/proc/meminfo: memFree=15675168/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=90448 CPUtime=282.29 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 89992 0 0 0 28209 20 0 0 25 0 1 0 106967524 92618752 15072 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 22612 15072 366 95 0 17594 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 90448

[startup+342.3 s]
/proc/loadavg: 3.99 3.20 2.96 7/308 2186
/proc/meminfo: memFree=15671428/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=96504 CPUtime=342.3 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 101843 0 0 0 34207 23 0 0 25 0 1 0 106967524 98820096 16978 33554432000 4194304 4580011 140737338542720 18446744073709551615 4416028 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 24126 16978 366 95 0 19108 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 96504

[startup+402.301 s]
/proc/loadavg: 4.03 3.36 3.03 8/308 2188
/proc/meminfo: memFree=15605932/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=96808 CPUtime=402.3 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 113622 0 0 0 40204 26 0 0 25 0 1 0 106967524 99131392 17751 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 24202 17751 366 95 0 19184 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96808

[startup+462.3 s]
/proc/loadavg: 4.01 3.47 3.09 9/308 2190
/proc/meminfo: memFree=15568208/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=102648 CPUtime=462.29 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 122822 0 0 0 46202 27 0 0 25 0 1 0 106967524 105111552 18847 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 25662 18847 366 95 0 20644 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 102648

[startup+522.301 s]
/proc/loadavg: 4.08 3.58 3.15 7/308 2192
/proc/meminfo: memFree=15550564/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=103628 CPUtime=522.3 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 133880 0 0 0 52197 33 0 0 25 0 1 0 106967524 106115072 17810 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 25907 17810 366 95 0 20889 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 103628

[startup+582.3 s]
/proc/loadavg: 4.17 3.69 3.21 8/308 2193
/proc/meminfo: memFree=15509252/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=120764 CPUtime=582.3 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 145383 0 0 0 58195 35 0 0 25 0 1 0 106967524 123662336 23267 33554432000 4194304 4580011 140737338542720 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 30191 23267 366 95 0 25173 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 120764

[startup+642.301 s]
/proc/loadavg: 4.13 3.76 3.26 8/308 2194
/proc/meminfo: memFree=15497804/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=120764 CPUtime=642.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 145853 0 0 0 64195 36 0 0 25 0 1 0 106967524 123662336 23737 33554432000 4194304 4580011 140737338542720 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 30191 23737 366 95 0 25173 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 120764

[startup+702.3 s]
/proc/loadavg: 4.05 3.80 3.30 8/308 2196
/proc/meminfo: memFree=15511408/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=121004 CPUtime=702.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 157304 0 0 0 70193 38 0 0 25 0 1 0 106967524 123908096 22099 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 30251 22099 366 95 0 25233 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 121004

[startup+762.312 s]
/proc/loadavg: 4.02 3.83 3.35 8/308 2198
/proc/meminfo: memFree=15498620/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=126288 CPUtime=762.32 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 165589 0 0 0 76193 39 0 0 25 0 1 0 106967524 129318912 24043 33554432000 4194304 4580011 140737338542720 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 31572 24043 366 95 0 26554 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 126288

[startup+822.3 s]
/proc/loadavg: 4.00 3.86 3.38 8/308 2200
/proc/meminfo: memFree=15481596/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=126480 CPUtime=822.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 173446 0 0 0 82189 42 0 0 25 0 1 0 106967524 129515520 24487 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 31620 24487 366 95 0 26602 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 126480

[startup+882.301 s]
/proc/loadavg: 4.00 3.88 3.42 8/308 2201
/proc/meminfo: memFree=15457248/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=126688 CPUtime=882.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 184265 0 0 0 88187 44 0 0 25 0 1 0 106967524 129728512 24496 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 31672 24496 366 95 0 26654 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 126688

[startup+942.301 s]
/proc/loadavg: 4.05 3.92 3.46 8/308 2202
/proc/meminfo: memFree=15433036/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=126896 CPUtime=942.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 193690 0 0 0 94184 47 0 0 25 0 1 0 106967524 129941504 23074 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 31724 23074 366 95 0 26706 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 126896

[startup+1002.3 s]
/proc/loadavg: 4.02 3.93 3.49 7/308 2204
/proc/meminfo: memFree=15441328/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=127052 CPUtime=1002.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 202840 0 0 0 100183 48 0 0 25 0 1 0 106967524 130101248 24719 33554432000 4194304 4580011 140737338542720 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 31763 24719 366 95 0 26745 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 127052

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.52 7/308 2206
/proc/meminfo: memFree=15472672/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=130096 CPUtime=1062.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 209864 0 0 0 106182 49 0 0 25 0 1 0 106967524 133218304 23747 33554432000 4194304 4580011 140737338542720 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 32524 23747 366 95 0 27506 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 130096

[startup+1122.3 s]
/proc/loadavg: 4.04 3.96 3.55 7/308 2208
/proc/meminfo: memFree=15458272/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=130272 CPUtime=1122.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 219138 0 0 0 112180 51 0 0 25 0 1 0 106967524 133398528 25136 33554432000 4194304 4580011 140737338542720 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 32568 25136 366 95 0 27550 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 130272

[startup+1182.3 s]
/proc/loadavg: 4.05 3.98 3.58 8/308 2209
/proc/meminfo: memFree=15390304/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=133524 CPUtime=1182.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 227219 0 0 0 118177 54 0 0 25 0 1 0 106967524 136728576 25260 33554432000 4194304 4580011 140737338542720 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 33381 25260 366 95 0 28363 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 133524

[startup+1242.3 s]
/proc/loadavg: 4.09 4.01 3.61 5/308 2210
/proc/meminfo: memFree=15397352/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=195244 CPUtime=1242.31 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 233133 0 0 0 124175 56 0 0 25 0 1 0 106967524 199929856 26854 33554432000 4194304 4580011 140737338542720 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 48811 26854 366 95 0 43793 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 195244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.00 3.64 7/308 2212
/proc/meminfo: memFree=15394972/32950928 swapFree=67111364/67111528
[pid=2169] ppid=2167 vsize=133772 CPUtime=1300.02 cores=0,2
/proc/2169/stat : 2169 (strangenight2-s) R 2167 2169 1509 0 -1 4202496 243180 0 0 0 129944 58 0 0 25 0 1 0 106967524 136982528 24820 33554432000 4194304 4580011 140737338542720 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2169/statm: 33443 24820 366 95 0 28425 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 133772

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

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

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

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

runsolver used 3.99039 second user time and 8.11277 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 19:19:41
IDJOB=3368135
IDBENCH=84021
IDSOLVER=1845
FILE ID=node112/3368135-1305393581
RUNJOBID= node112-1305393581-2135
PBS_JOBID= 13324408
Free space on /tmp= 73552 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368135-1305393581/watcher-3368135-1305393581 -o /tmp/evaluation-result-3368135-1305393581/solver-3368135-1305393581 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368135-1305393581.cnf

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

MD5SUM BENCH= 1d86c7f9cd05c5f2ab070520d802c8e1
RANDOM SEED=1104658146

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.83
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.847
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.74
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.847
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:     32950928 kB
MemFree:      15977032 kB
Buffers:        283108 kB
Cached:        2692896 kB
SwapCached:          0 kB
Active:       15062268 kB
Inactive:      1673800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15977032 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           16316 kB
Writeback:           0 kB
AnonPages:    13759292 kB
Mapped:          22012 kB
Slab:           132204 kB
PageTables:      42616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35033364 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= 73540 MiB
End job on node112 at 2011-05-14 19:41:23