Trace number 3367433

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S1259410977-065-UNKNOWN.cnf
MD5SUM01bef578d60d53fc18e9469f59ed2fd1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.48732
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367433-1305382227.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.01	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.01	c -- vars added       5000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.04/0.05	c lits-rem:         0  cl-subs:        0  v-elim:    104  v-fix:    0  time:  0.02 s
0.04/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.04/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.04/0.06	c calculated reachability. Time: 0.00
0.04/0.06	c Calc default polars -  time:   0.00 s pos:    2191 undec:     548 neg:    2261
0.04/0.06	c =========================================================================================
0.04/0.06	c types(t): F = full restart, N = normal restart
0.04/0.06	c types(t): S = simplification begin/end, E = solution found
0.04/0.06	c restart types(rt): st = static, dy = dynamic
0.04/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.04/0.06	c  B st     0         0      4896     20886         0         0     63346         0   no data   no data
0.39/0.45	c  N dy    16      4095      4896     20886         0      4095     63346    442439     67.64     71.30
0.79/0.86	c  N dy    42      8171      4896     20886         0      5673     63346    422783     67.18     70.95
1.19/1.29	c  N dy    66     12348      4896     20886         0      5602     63346    266348     66.79     70.78
1.69/1.72	c  N dy    87     16489      4896     20886         0      9743     63346    689464     66.37     70.27
2.10/2.18	c  N dy   109     20906      4896     20886         0      8535     63346    429255     65.83     71.57
2.59/2.63	c  N dy   133     24929      4896     20886         0     12558     63346    849795     66.20     69.87
2.59/2.64	c  F st   134     25000      4896     20886         0     12629     63346    855954     66.18   no data
3.20/3.22	c  N dy   140     30001      4896     20886         0     10821     63346    632204     66.18   no data
3.20/3.22	c  S st   140     30001      4896     20886         0     10821     63346    632204     66.18   no data
3.20/3.27	c  S st   140     30503      4896     20886         0     11323     63346    669504     66.18   no data
3.20/3.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.20/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.20/3.29	c blocked clauses removed:      151 vars:     20 tried:        4896 T: 0.00 s
3.20/3.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.20/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.20/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4876 time:  0.00 s
3.20/3.29	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3.20/3.31	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.01 s
3.30/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.39/3.42	c lits-rem:        34  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.08 s
3.39/3.44	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.02
3.39/3.44	c calculated reachability. Time: 0.00
3.39/3.44	c  N dy   140     30503      4870     20730         0     11268     62914    663896     66.18   no data
3.89/3.90	c  N dy   163     34595      4870     20730         0     15359     62914   1085913     66.12     69.96
4.30/4.35	c  N dy   189     38640      4870     20730         0     11520     62914    536882     66.36     71.43
4.69/4.79	c  N dy   207     42673      4870     20730         0     15553     62914    946749     65.94     75.29
5.09/5.16	c  S st   223     45755      4870     20730         0      9702     62914    242523     65.89     56.27
5.19/5.21	c  S st   223     46260      4870     20730         0     10207     62914    286350     65.89   no data
5.19/5.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.19/5.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.19/5.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.19/5.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
5.19/5.23	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
5.19/5.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.19/5.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5.19/5.28	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
5.19/5.28	c vivif2 --  cl tried    10207 cl shrink        0 lits rem          0 time: 0.00
5.29/5.30	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.02
5.29/5.30	c calculated reachability. Time: 0.00
5.29/5.30	c  N dy   223     46260      4870     20730         0     10207     62914    286350     65.89   no data
5.69/5.76	c  N dy   250     50346      4870     20730         0     14292     62914    715642     66.14     71.76
6.19/6.23	c  N dy   271     54382      4870     20730         0     18328     62914   1125164     66.03     69.61
6.69/6.70	c  N dy   299     58389      4870     20730         0     12360     62914    410059     66.19     73.48
7.09/7.17	c  N dy   326     62396      4870     20730         0     16367     62914    830400     66.25     72.53
7.60/7.67	c  N dy   352     66531      4870     20730         0     20502     62914   1254113     66.19     69.93
7.99/8.02	c  S st   368     69390      4870     20730         0     12376     62914    314972     66.14   no data
7.99/8.08	c  S st   368     69893      4870     20730         0     12879     62914    356698     66.14   no data
7.99/8.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.99/8.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.99/8.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.99/8.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.99/8.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.99/8.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
7.99/8.09	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
8.09/8.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.09/8.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.09/8.15	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8.09/8.16	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
8.09/8.16	c vivif2 --  cl tried    12879 cl shrink        0 lits rem          0 time: 0.00
8.09/8.18	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.02
8.09/8.18	c calculated reachability. Time: 0.00
8.09/8.18	c  N dy   368     69893      4870     20730         0     12879     62914    356695     66.14   no data
8.70/8.72	c  N dy   393     74441      4870     20730         0     17427     62914    836732     66.18     70.29
9.29/9.33	c  N dy   425     79288      4870     20730         0     22271     62914   1350938     66.32     70.12
9.90/9.94	c  N dy   455     84376      4870     20730         0     15369     62914    521766     66.30     71.55
10.29/10.31	c  F st   475     87500      4870     20730         0     18493     62914    841503     66.29     67.28
10.69/10.73	c  N st   480     90795      4870     20730         0     21788     62914   1244302     66.29   no data
11.49/11.52	c  N dy   502     96699      4870     20730         0     14698     62914    360729     66.32     70.17
12.29/12.31	c  N dy   540    102930      4870     20730         0     20929     62914   1009357     66.37     76.54
12.49/12.56	c  S st   552    104839      4870     20730         0     22838     62914   1205238     66.35   no data
12.59/12.64	c  S st   552    105344      4870     20730         0     23343     62914   1249538     66.35   no data
12.59/12.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.59/12.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
12.59/12.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.59/12.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.59/12.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.59/12.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
12.59/12.66	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
12.59/12.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
12.69/12.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.10/13.12	c lits-rem:        53  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.38 s
13.10/13.12	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
13.10/13.14	c vivif2 --  cl tried    23339 cl shrink        0 lits rem          0 time: 0.02
13.10/13.17	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.03
13.10/13.17	c calculated reachability. Time: 0.00
13.10/13.17	c  N dy   552    105344      4870     20730         0     23339     62914   1248252     66.35   no data
13.99/14.08	c  N dy   595    112104      4870     20730         0     16103     62914    405833     66.34     72.59
14.99/15.00	c  N dy   640    119362      4870     20730         0     23361     62914   1166627     66.45     70.37
15.99/16.02	c  N dy   683    127015      4870     20730         0     16010     62914    296676     66.37     70.11
17.09/17.10	c  N dy   737    135604      4870     20730         0     24597     62914   1209371     66.52     70.68
18.19/18.29	c  N dy   790    144269      4870     20730         0     17265     62914    332607     66.56     70.41
19.40/19.47	c  N dy   847    153536      4870     20730         0     26530     62914   1285557     66.61     70.84
19.99/20.08	c  S st   873    158017      4870     20730         0     31010     62914   1741248     66.57     56.89
20.09/20.16	c  S st   873    158520      4870     20730         0     31513     62914   1781800     66.57   no data
20.09/20.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.09/20.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
20.09/20.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.09/20.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.09/20.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.09/20.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
20.09/20.19	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
20.19/20.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
20.19/20.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.09/21.18	c lits-rem:        35  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.89 s
21.09/21.18	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
21.19/21.20	c vivif2 --  cl tried    31509 cl shrink        0 lits rem          0 time: 0.02
21.19/21.25	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.04
21.19/21.25	c calculated reachability. Time: 0.00
21.19/21.25	c  N dy   873    158520      4870     20730         0     31509     62914   1781143     66.57   no data
22.69/22.70	c  N dy   939    168766      4870     20730         0     24756     62914   1010952     66.66     70.61
24.29/24.33	c  N dy  1010    179591      4870     20730         0     35580     62914   2140699     66.74     72.91
25.89/25.93	c  N dy  1082    191115      4870     20730         0     29104     62914   1371175     66.77     72.28
27.69/27.77	c  N dy  1154    203415      4870     20730         0     22403     62914    564915     66.76     70.52
29.60/29.65	c  N dy  1235    216667      4870     20730         0     35654     62914   1986765     66.89     70.61
31.59/31.62	c  N dy  1328    230546      4870     20730         0     29539     62914   1223182     66.95     71.44
32.59/32.69	c  S st  1376    237780      4870     20730         0     36773     62914   1985784     66.98   no data
32.69/32.78	c  S st  1376    238283      4870     20730         0     37276     62914   2028261     66.98   no data
32.69/32.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.79/32.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
32.79/32.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.79/32.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.79/32.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.79/32.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
32.79/32.81	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
32.79/32.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
32.89/32.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.11/34.20	c lits-rem:        17  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.28 s
34.19/34.20	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
34.19/34.22	c vivif2 --  cl tried    37269 cl shrink        0 lits rem          0 time: 0.03
34.19/34.26	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.04
34.19/34.27	c calculated reachability. Time: 0.00
34.19/34.27	c  N dy  1376    238283      4870     20730         0     37269     62914   2027207     66.98   no data
36.49/36.50	c  N dy  1480    253867      4870     20730         0     31857     62914   1367009     67.10     70.89
38.99/39.00	c  N dy  1580    270119      4870     20730         0     26112     62914    670694     67.16     72.84
41.70/41.77	c  N dy  1686    287411      4870     20730         0     43403     62914   2483080     67.15     71.96
44.59/44.62	c  N dy  1796    305756      4870     20730         0     38739     62914   1903561     67.15     74.00
44.69/44.70	c  F st  1800    306250      4870     20730         0     39233     62914   1950968     67.15   no data
47.69/47.74	c  N dy  1880    325308      4870     20730         0     34293     62914   1321993     67.10     70.98
50.90/50.97	c  N dy  1997    345349      4870     20730         0     29338     62914    712885     67.16     71.42
52.70/52.78	c  S st  2073    357424      4870     20730         0     41411     62914   2001258     67.21     69.19
52.81/52.87	c  S st  2073    357926      4870     20730         0     41913     62914   2039322     67.21   no data
52.81/52.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
52.89/52.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
52.89/52.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.89/52.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.89/52.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.89/52.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
52.89/52.90	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
52.89/52.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
52.99/53.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.39/54.40	c lits-rem:        46  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.39 s
54.39/54.40	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
54.39/54.43	c vivif2 --  cl tried    41907 cl shrink        0 lits rem          0 time: 0.03
54.39/54.47	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.04
54.39/54.47	c calculated reachability. Time: 0.00
54.39/54.47	c  N dy  2073    357926      4870     20730         0     41907     62914   2038451     67.21   no data
57.60/57.65	c  N dy  2197    378034      4870     20730         0     36011     62914   1310922     67.23     71.37
60.89/60.94	c  N dy  2323    398153      4870     20730         0     29134     62914    481398     67.22     71.47
63.99/64.09	c  N dy  2445    418195      4870     20730         0     49172     62914   2601091     67.25     70.86
67.39/67.47	c  N dy  2563    438225      4870     20730         0     41199     62914   1662542     67.25     70.95
70.99/71.09	c  N dy  2685    458229      4870     20730         0     32205     62914    614539     67.26     71.04
74.50/74.52	c  N dy  2815    478398      4870     20730         0     52373     62914   2744763     67.31     74.01
78.00/78.04	c  N dy  2946    498455      4870     20730         0     42434     62914   1607821     67.34     71.86
81.60/81.65	c  N dy  3063    518484      4870     20730         0     31466     62914    337030     67.34     72.02
84.50/84.57	c  S st  3179    536890      4870     20730         0     49869     62914   2265404     67.36   no data
84.60/84.67	c  S st  3179    537392      4870     20730         0     50371     62914   2308557     67.36   no data
84.60/84.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.60/84.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
84.71/84.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.71/84.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.71/84.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.71/84.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
84.71/84.71	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
84.71/84.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
84.80/84.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.80/86.88	c lits-rem:        63  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.06 s
86.80/86.89	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
86.90/86.92	c vivif2 --  cl tried    50369 cl shrink        0 lits rem          0 time: 0.03
86.90/86.97	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.05
86.90/86.97	c calculated reachability. Time: 0.00
86.90/86.97	c  N dy  3179    537392      4870     20730         0     50369     62914   2308311     67.36   no data
90.50/90.54	c  N dy  3299    557425      4870     20730         0     38404     62914    969036     67.38     71.13
93.99/94.01	c  N dy  3430    577449      4870     20730         0     58423     62914   3081016     67.41     71.40
97.49/97.56	c  N dy  3566    597600      4870     20730         0     45574     62914   1632125     67.47     72.72
101.29/101.31	c  N dy  3687    617665      4870     20730         0     65639     62914   3738065     67.47     71.74
104.60/104.69	c  N dy  3807    637711      4870     20730         0     51690     62914   2172539     67.49     72.49
108.91/108.92	c  N dy  3920    657743      4870     20730         0     36716     62914    491924     67.46     71.65
112.49/112.53	c  N dy  4045    677940      4870     20730         0     56912     62914   2638771     67.49     71.78
116.50/116.54	c  N dy  4166    697999      4870     20730         0     40973     62914    840344     67.50     71.17
120.09/120.11	c  N dy  4296    718057      4870     20730         0     61026     62914   2969368     67.51     73.02
124.00/124.00	c  N dy  4422    738114      4870     20730         0     44089     62914   1086362     67.53     87.02
127.61/127.66	c  N dy  4550    758150      4870     20730         0     64119     62914   3207313     67.57     72.29
131.59/131.60	c  N dy  4683    778394      4870     20730         0     46365     62914   1211132     67.59     72.30
135.40/135.48	c  N dy  4813    798763      4870     20730         0     66732     62914   3375528     67.61     71.27
137.00/137.05	c  S st  4855    806089      4870     20730         0     74058     62914   4143899     67.60     68.95
137.10/137.18	c  S st  4855    806595      4870     20730         0     74563     62914   4189456     67.60   no data
137.10/137.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
137.20/137.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
137.20/137.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
137.20/137.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.20/137.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.20/137.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
137.20/137.24	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
137.20/137.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
137.40/137.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.19/141.25	c lits-rem:       100  cl-subs:       10  v-elim:      0  v-fix:    0  time:  3.81 s
141.19/141.26	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
141.29/141.31	c vivif2 --  cl tried    74553 cl shrink        0 lits rem          0 time: 0.06
141.29/141.39	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.08
141.29/141.40	c calculated reachability. Time: 0.00
141.29/141.40	c  N dy  4855    806595      4870     20730         0     74553     62914   4187557     67.60   no data
144.90/144.99	c  N dy  4972    826625      4870     20730         0     55584     62914   2084325     67.60     71.60
149.19/149.21	c  N dy  5105    846683      4870     20730         0     75640     62914   4242117     67.64     98.15
152.91/152.91	c  N dy  5229    866883      4870     20730         0     55843     62914   2023587     67.67     71.27
156.99/157.02	c  N dy  5353    886920      4870     20730         0     75875     62914   4107049     67.67     89.56
160.90/160.91	c  N dy  5488    906995      4870     20730         0     54953     62914   1835874     67.71     71.63
165.39/165.47	c  N dy  5613    927012      4870     20730         0     74969     62914   3952695     67.72     71.67
169.99/170.04	c  N dy  5740    947042      4870     20730         0     53005     62914   1525609     67.75     71.59
174.39/174.49	c  N dy  5868    967089      4870     20730         0     73050     62914   3644576     67.76     73.06
179.09/179.10	c  N dy  6002    987136      4870     20730         0     50102     62914   1115194     67.78     71.57
183.20/183.26	c  N dy  6120   1007347      4870     20730         0     70310     62914   3234094     67.77     72.41
188.20/188.21	c  N dy  6242   1027968      4870     20730         0     46933     62914    680668     67.77     72.91
192.20/192.22	c  N dy  6377   1048127      4870     20730         0     67089     62914   2818594     67.80     72.83
196.80/196.81	c  N dy  6498   1068232      4870     20730         0     87192     62914   4987516     67.82     71.82
197.69/197.71	c  F st  6527   1071875      4870     20730         0     45838     62914    456456     67.83   no data
200.70/200.70	c  N dy  6598   1088306      4870     20730         0     62268     62914   2260942     67.83     72.71
204.99/205.08	c  N dy  6729   1108420      4870     20730         0     82378     62914   4389901     67.86     72.17
209.39/209.41	c  N dy  6856   1128474      4870     20730         0     56440     62914   1489172     67.87     72.08
213.49/213.57	c  N dy  6987   1148557      4870     20730         0     76520     62914   3649492     67.89     71.61
218.20/218.29	c  N dy  7099   1168626      4870     20730         0     49591     62914    653696     67.88     71.54
222.10/222.14	c  N dy  7215   1188764      4870     20730         0     69727     62914   2812986     67.89     73.95
226.80/226.82	c  N dy  7336   1208855      4870     20730         0     89817     62914   4926945     67.88     72.46
227.00/227.06	c  S st  7340   1209895      4870     20730         0     90857     62914   5032259     67.88     70.27
227.19/227.22	c  S st  7340   1210396      4870     20730         0     91358     62914   5069866     67.88   no data
227.19/227.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
227.19/227.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
227.19/227.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
227.19/227.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.19/227.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.19/227.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
227.19/227.29	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
227.30/227.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
227.50/227.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
232.79/232.80	c lits-rem:        85  cl-subs:        8  v-elim:      0  v-fix:    0  time:  5.28 s
232.79/232.80	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
232.79/232.87	c vivif2 --  cl tried    91350 cl shrink        0 lits rem          0 time: 0.07
232.89/232.97	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.10
232.89/232.97	c calculated reachability. Time: 0.00
232.89/232.97	c  N dy  7340   1210396      4870     20730         0     91350     62914   5068580     67.88   no data
237.10/237.14	c  N dy  7463   1230772      4870     20730         0     63731     62914   2061824     67.90     74.42
241.59/241.63	c  N dy  7589   1250857      4870     20730         0     83816     62914   4210757     67.93     74.67
246.31/246.34	c  N dy  7716   1270994      4870     20730         0     54952     62914   1028041     67.94     71.55
250.40/250.46	c  N dy  7848   1291190      4870     20730         0     75144     62914   3178627     67.96     72.20
255.40/255.43	c  N dy  7980   1311296      4870     20730         0     95248     62914   5319737     67.98     73.55
259.61/259.64	c  N dy  8109   1331366      4870     20730         0     65327     62914   2003325     67.99     72.35
264.10/264.20	c  N dy  8228   1351720      4870     20730         0     85679     62914   4152427     67.99     71.75
269.10/269.18	c  N dy  8349   1371724      4870     20730         0     54681     62914    799017     67.99     83.24
273.50/273.54	c  N dy  8476   1391952      4870     20730         0     74904     62914   2950007     68.00     73.90
279.00/279.08	c  N dy  8598   1412000      4870     20730         0     94951     62914   5091795     68.01     76.99
284.09/284.19	c  N dy  8713   1432006      4870     20730         0     62964     62914   1578119     68.00     74.27
289.00/289.09	c  N dy  8834   1452218      4870     20730         0     83169     62914   3708891     68.01     72.95
294.60/294.64	c  N dy  8950   1472271      4870     20730         0    103219     62914   5834632     68.02     74.00
299.11/299.11	c  N dy  9073   1492380      4870     20730         0     70338     62914   2244523     68.02     72.15
304.10/304.16	c  N dy  9215   1512512      4870     20730         0     90466     62914   4400410     68.05     72.08
309.90/309.97	c  N dy  9338   1533113      4870     20730         0     57070     62914    748889     68.05     72.21
314.20/314.26	c  N dy  9470   1553274      4870     20730         0     77228     62914   2915479     68.07     73.00
319.20/319.24	c  N dy  9591   1573328      4870     20730         0     97280     62914   5037900     68.08     72.22
324.40/324.41	c  N dy  9720   1593440      4870     20730         0     62396     62914   1209139     68.10     72.69
328.70/328.73	c  N dy  9843   1613625      4870     20730         0     82576     62914   3373179     68.11     72.85
333.90/333.98	c  N dy  9968   1633667      4870     20730         0    102615     62914   5532862     68.14     73.55
338.82/338.83	c  N dy 10085   1653744      4870     20730         0     66699     62914   1579076     68.14     72.59
343.30/343.30	c  N dy 10198   1673771      4870     20730         0     86722     62914   3710863     68.13     72.13
348.72/348.71	c  N dy 10326   1693837      4870     20730         0    106785     62914   5850510     68.13     75.38
352.70/352.72	c  S st 10432   1710396      4870     20730         0     66356     62914   1459881     68.15     62.93
352.80/352.85	c  S st 10432   1710897      4870     20730         0     66857     62914   1498374     68.15   no data
352.80/352.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
352.80/352.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
352.80/352.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
352.80/352.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
352.90/352.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
352.90/352.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
352.90/352.90	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
352.90/352.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
352.90/352.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
354.00/354.08	c lits-rem:         9  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.10 s
354.00/354.08	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
354.11/354.11	c vivif2 --  cl tried    66852 cl shrink        0 lits rem          0 time: 0.02
354.11/354.17	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.06
354.11/354.17	c calculated reachability. Time: 0.00
354.11/354.17	c  N dy 10432   1710897      4870     20730         0     66852     62914   1497092     68.15   no data
358.70/358.75	c  N dy 10566   1730965      4870     20730         0     86919     62914   3636895     68.16     91.82
364.20/364.24	c  N dy 10700   1751281      4870     20730         0    107232     62914   5798504     68.18     71.77
369.10/369.10	c  N dy 10804   1771302      4870     20730         0     69252     62914   1631282     68.16     71.93
373.60/373.68	c  N dy 10928   1791376      4870     20730         0     89325     62914   3774522     68.17     71.85
379.30/379.39	c  N dy 11058   1812139      4870     20730         0    110086     62914   5993888     68.18     73.49
384.30/384.33	c  N dy 11185   1832141      4870     20730         0     71089     62914   1724399     68.19     71.81
389.00/389.08	c  N dy 11317   1852607      4870     20730         0     91550     62914   3904914     68.20     72.28
394.60/394.68	c  N dy 11442   1872680      4870     20730         0    111622     62914   6059210     68.21     72.90
399.70/399.70	c  N dy 11568   1892771      4870     20730         0     71718     62914   1721458     68.22     74.08
404.30/404.39	c  N dy 11686   1912901      4870     20730         0     91845     62914   3877301     68.22     71.88
409.90/409.99	c  N dy 11801   1933018      4870     20730         0    111961     62914   6012023     68.23     72.28
415.10/415.18	c  N dy 11918   1953062      4870     20730         0     71013     62914   1550309     68.23     71.91
419.90/419.91	c  N dy 12041   1973209      4870     20730         0     91157     62914   3705961     68.24     76.23
425.50/425.57	c  N dy 12172   1993391      4870     20730         0    111335     62914   5872276     68.25     73.66
431.22/431.22	c  N dy 12294   2013412      4870     20730         0     69366     62914   1251453     68.25     72.28
435.90/435.90	c  N dy 12426   2033557      4870     20730         0     89508     62914   3407236     68.26     72.47
441.40/441.47	c  N dy 12562   2053623      4870     20730         0    109571     62914   5565910     68.28     83.51
447.40/447.43	c  N dy 12686   2073698      4870     20730         0     66656     62914    867347     68.28     77.98
451.81/451.87	c  N dy 12802   2093767      4870     20730         0     86723     62914   3004899     68.29     72.07
457.20/457.26	c  N dy 12924   2113859      4870     20730         0    106814     62914   5139379     68.29     72.12
463.50/463.56	c  N dy 13046   2133885      4870     20730         0    126835     62914   7294494     68.30     83.33
468.00/468.08	c  N dy 13176   2153938      4870     20730         0     82891     62914   2496557     68.31     72.08
473.30/473.40	c  N dy 13311   2174022      4870     20730         0    102973     62914   4646848     68.32     74.50
479.51/479.53	c  N dy 13441   2194186      4870     20730         0    123135     62914   6822527     68.34     72.86
483.91/483.91	c  S st 13544   2210899      4870     20730         0     74848     62914   1536358     68.34     62.08
484.02/484.04	c  S st 13544   2211405      4870     20730         0     75354     62914   1576791     68.34   no data
484.02/484.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
484.02/484.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
484.02/484.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
484.02/484.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
484.02/484.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
484.02/484.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
484.02/484.10	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
484.10/484.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
484.10/484.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.12/485.11	c lits-rem:        16  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.93 s
485.12/485.11	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
485.12/485.13	c vivif2 --  cl tried    75347 cl shrink        0 lits rem          0 time: 0.02
485.20/485.21	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.07
485.20/485.21	c calculated reachability. Time: 0.00
485.20/485.21	c  N dy 13544   2211405      4870     20730         0     75347     62914   1575833     68.34   no data
490.10/490.19	c  N dy 13681   2231506      4870     20730         0     95443     62914   3736712     68.36     74.46
495.91/495.94	c  N dy 13807   2251600      4870     20730         0    115537     62914   5883094     68.36     75.66
502.21/502.22	c  N dy 13941   2271634      4870     20730         0     69580     62914    880812     68.39     72.13
506.80/506.84	c  N dy 14057   2291752      4870     20730         0     89695     62914   3015540     68.38     75.72
512.31/512.33	c  N dy 14182   2311833      4870     20730         0    109773     62914   5131958     68.39     72.05
518.80/518.81	c  N dy 14308   2331932      4870     20730         0    129870     62914   7284966     68.39     73.67
523.80/523.86	c  N dy 14447   2352133      4870     20730         0     83074     62914   2225816     68.41     72.34
529.01/529.05	c  N dy 14566   2372437      4870     20730         0    103377     62914   4430504     68.41     72.55
535.01/535.07	c  N dy 14684   2392471      4870     20730         0    123410     62914   6576433     68.42     72.26
541.00/541.09	c  N dy 14811   2412607      4870     20730         0     75550     62914   1314224     68.43     72.13
545.81/545.86	c  N dy 14930   2432729      4870     20730         0     95670     62914   3462986     68.43     72.65
551.51/551.59	c  N dy 15055   2452740      4870     20730         0    115679     62914   5587677     68.44     75.22
558.30/558.36	c  N dy 15185   2472902      4870     20730         0    135837     62914   7762809     68.45     72.30
563.22/563.29	c  N dy 15308   2492912      4870     20730         0     86857     62914   2407002     68.46     75.17
568.61/568.69	c  N dy 15429   2512954      4870     20730         0    106896     62914   4556954     68.47     72.86
574.90/574.91	c  N dy 15549   2532971      4870     20730         0    126910     62914   6671184     68.46     73.64
580.90/580.95	c  N dy 15672   2552998      4870     20730         0     76948     62914   1258540     68.46     72.47
585.81/585.89	c  N dy 15806   2573061      4870     20730         0     97010     62914   3415499     68.47     74.69
591.71/591.71	c  N dy 15939   2593121      4870     20730         0    117067     62914   5565316     68.48     74.13
598.51/598.55	c  N dy 16075   2613171      4870     20730         0    137117     62914   7731031     68.50     97.50
603.81/603.86	c  N dy 16206   2633247      4870     20730         0     86197     62914   2153266     68.51     80.70
609.11/609.18	c  N dy 16347   2653305      4870     20730         0    106253     62914   4321073     68.52     72.83
615.41/615.40	c  N dy 16476   2673403      4870     20730         0    126350     62914   6459709     68.53     73.67
622.31/622.31	c  N dy 16602   2693447      4870     20730         0     74398     62914    788834     68.54     72.92
626.51/626.55	c  S st 16707   2711407      4870     20730         0     92357     62914   2691297     68.54   no data
626.71/626.72	c  S st 16707   2711909      4870     20730         0     92859     62914   2731976     68.54   no data
626.71/626.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
626.71/626.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
626.71/626.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
626.71/626.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
626.71/626.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
626.71/626.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
626.71/626.78	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
626.81/626.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
626.91/626.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
629.51/629.51	c lits-rem:        33  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.60 s
629.51/629.52	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
629.51/629.55	c vivif2 --  cl tried    92854 cl shrink        0 lits rem          0 time: 0.04
629.61/629.65	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.09
629.61/629.65	c calculated reachability. Time: 0.00
629.61/629.65	c  N dy 16707   2711909      4870     20730         0     92854     62914   2731054     68.54   no data
635.30/635.35	c  N dy 16833   2731991      4870     20730         0    112933     62914   4864231     68.55     73.78
641.91/641.98	c  N dy 16963   2752035      4870     20730         0    132977     62914   7009971     68.56     92.06
648.31/648.37	c  N dy 17100   2772056      4870     20730         0     79999     62914   1300615     68.57     72.88
653.31/653.38	c  N dy 17214   2792155      4870     20730         0    100094     62914   3451904     68.57     72.44
659.41/659.45	c  N dy 17358   2812250      4870     20730         0    120188     62914   5629683     68.59     74.80
666.30/666.38	c  N dy 17486   2832320      4870     20730         0    140257     62914   7766650     68.59     72.52
672.01/672.09	c  N dy 17595   2852370      4870     20730         0     86317     62914   1863520     68.59     74.28
677.41/677.43	c  N dy 17726   2872506      4870     20730         0    106451     62914   4053641     68.61     73.38
683.71/683.75	c  N dy 17855   2892644      4870     20730         0    126586     62914   6241774     68.62     73.65
690.91/690.99	c  N dy 17983   2912756      4870     20730         0    146695     62914   8383408     68.62     74.08
696.21/696.28	c  N dy 18118   2932834      4870     20730         0     91778     62914   2338189     68.63     73.41
701.91/701.93	c  N dy 18262   2952911      4870     20730         0    111853     62914   4504362     68.65     72.32
708.61/708.60	c  N dy 18400   2973371      4870     20730         0    132310     62914   6728690     68.66     75.64
716.31/716.34	c  N dy 18528   2993500      4870     20730         0     76442     62914    603441     68.67     73.37
721.31/721.36	c  N dy 18652   3013598      4870     20730         0     96538     62914   2747308     68.67     73.64
727.21/727.26	c  N dy 18784   3033602      4870     20730         0    116538     62914   4901305     68.68     72.69
733.81/733.88	c  N dy 18912   3053646      4870     20730         0    136574     62914   7069118     68.69     72.69
741.01/741.07	c  N dy 19033   3073656      4870     20730         0     79594     62914    844386     68.69     82.53
746.01/746.06	c  N dy 19166   3093839      4870     20730         0     99774     62914   3017929     68.70     73.15
751.92/751.99	c  N dy 19292   3114106      4870     20730         0    120037     62914   5192117     68.71     72.36
758.81/758.88	c  N dy 19420   3134201      4870     20730         0    140128     62914   7361266     68.72     72.70
765.91/765.98	c  N dy 19541   3154306      4870     20730         0     82243     62914   1024296     68.72     72.87
771.02/771.08	c  N dy 19671   3174346      4870     20730         0    102279     62914   3184510     68.73     73.02
777.02/777.03	c  N dy 19792   3194399      4870     20730         0    122332     62914   5340814     68.73     75.90
783.12/783.16	c  S st 19909   3211909      4870     20730         0    139840     62914   7209546     68.74     72.22
783.31/783.39	c  S st 19909   3212412      4870     20730         0    140343     62914   7254262     68.74   no data
783.41/783.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
783.41/783.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
783.51/783.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
783.51/783.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
783.51/783.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.51/783.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
783.51/783.50	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
783.51/783.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
783.81/783.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
792.02/792.05	c lits-rem:        75  cl-subs:       21  v-elim:      0  v-fix:    0  time:  8.21 s
792.02/792.05	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
792.11/792.14	c vivif2 --  cl tried   140322 cl shrink        0 lits rem          0 time: 0.10
792.31/792.30	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.15
792.31/792.30	c calculated reachability. Time: 0.00
792.31/792.30	c  N dy 19909   3212412      4870     20730         0    140322     62914   7249981     68.74   no data
799.72/799.75	c  N dy 20038   3232528      4870     20730         0     81449     62914    838514     68.74     73.14
804.82/804.80	c  N dy 20154   3252667      4870     20730         0    101585     62914   2995897     68.75     74.05
810.81/810.86	c  N dy 20275   3273020      4870     20730         0    121938     62914   5164522     68.75     73.22
817.71/817.75	c  N dy 20399   3293069      4870     20730         0    141980     62914   7303244     68.75     72.41
825.31/825.31	c  N dy 20524   3313164      4870     20730         0     82081     62914    806275     68.76     74.44
830.42/830.41	c  N dy 20651   3333236      4870     20730         0    102153     62914   2974222     68.76     82.78
836.42/836.43	c  N dy 20787   3353287      4870     20730         0    122201     62914   5122762     68.77     72.69
843.21/843.21	c  N dy 20905   3373345      4870     20730         0    142254     62914   7288992     68.77     72.84
851.12/851.15	c  N dy 21038   3393551      4870     20730         0     81464     62914    638654     68.78     74.60
856.31/856.37	c  N dy 21182   3413927      4870     20730         0    101837     62914   2826464     68.80     73.67
862.43/862.45	c  N dy 21319   3433967      4870     20730         0    121875     62914   5009230     68.80     72.82
869.11/869.19	c  N dy 21437   3453975      4870     20730         0    141882     62914   7162782     68.81     72.82
877.02/877.03	c  N dy 21562   3474041      4870     20730         0    161945     62914   9299582     68.81     72.98
882.71/882.78	c  N dy 21688   3494099      4870     20730         0    100009     62914   2521894     68.81     74.21
889.52/889.52	c  N dy 21818   3514269      4870     20730         0    120175     62914   4702035     68.82     76.82
897.21/897.20	c  N dy 21945   3534277      4870     20730         0    140179     62914   6833514     68.83     73.82
906.02/906.00	c  N dy 22073   3554410      4870     20730         0    160312     62914   8985456     68.83     72.59
912.61/912.63	c  N dy 22198   3574591      4870     20730         0     97505     62914   2170595     68.83     73.46
918.82/918.83	c  N dy 22337   3594682      4870     20730         0    117595     62914   4324981     68.85     86.54
925.91/925.96	c  N dy 22476   3614707      4870     20730         0    137617     62914   6522224     68.86     75.69
933.93/933.91	c  N dy 22595   3634893      4870     20730         0    157802     62914   8694567     68.86     73.12
941.02/941.03	c  N dy 22717   3655364      4870     20730         0     94282     62914   1696607     68.86     72.67
946.92/946.90	c  N dy 22847   3675414      4870     20730         0    114332     62914   3875113     68.87     94.78
953.41/953.40	c  N dy 22968   3695436      4870     20730         0    134353     62914   6015244     68.87     72.86
959.62/959.60	c  S st 23075   3712412      4870     20730         0    151329     62914   7825928     68.87     68.30
959.82/959.87	c  S st 23075   3712914      4870     20730         0    151831     62914   7864910     68.87   no data
959.82/959.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
959.92/959.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
959.92/959.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
959.92/959.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
959.92/959.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
959.92/959.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
959.92/959.99	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
960.02/960.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
960.33/960.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
969.32/969.31	c lits-rem:        55  cl-subs:       21  v-elim:      0  v-fix:    0  time:  8.97 s
969.32/969.32	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
969.42/969.43	c vivif2 --  cl tried   151810 cl shrink        0 lits rem          0 time: 0.11
969.62/969.60	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.17
969.62/969.60	c calculated reachability. Time: 0.00
969.62/969.60	c  N dy 23075   3712914      4870     20730         0    151810     62914   7860526     68.87   no data
977.62/977.68	c  N dy 23203   3733038      4870     20730         0     86939     62914    821879     68.88     72.93
982.42/982.49	c  F st 23314   3751563      4870     20730         0    105464     62914   2813911     68.88   no data
983.02/983.04	c  N st 23318   3753594      4870     20730         0    107495     62914   3045065     68.88   no data
989.02/989.05	c  N dy 23422   3773669      4870     20730         0    127568     62914   5227137     68.88     74.12
996.21/996.24	c  N dy 23554   3793858      4870     20730         0    147755     62914   7402692     68.89     75.86
1004.33/1004.40	c  N dy 23682   3813946      4870     20730         0    167840     62914   9544109     68.90     72.59
1010.32/1010.32	c  N dy 23809   3834049      4870     20730         0    101940     62914   2332225     68.90     74.03
1016.22/1016.25	c  N dy 23947   3854126      4870     20730         0    122014     62914   4505491     68.92     74.30
1023.11/1023.19	c  N dy 24079   3874172      4870     20730         0    142053     62914   6661177     68.92     73.39
1031.12/1031.19	c  N dy 24216   3894225      4870     20730         0    162106     62914   8833190     68.93     73.12
1038.33/1038.41	c  N dy 24333   3914331      4870     20730         0     95220     62914   1501341     68.93     73.58
1043.93/1043.97	c  N dy 24458   3934388      4870     20730         0    115277     62914   3623509     68.94     72.73
1050.53/1050.58	c  N dy 24590   3954569      4870     20730         0    135458     62914   5810155     68.95     74.09
1058.33/1058.31	c  N dy 24718   3974950      4870     20730         0    155839     62914   8001069     68.95     73.25
1066.73/1066.71	c  N dy 24842   3995025      4870     20730         0    175914     62914  10143198     68.96     75.06
1072.12/1072.14	c  N dy 24975   4015065      4870     20730         0    107960     62914   2774585     68.96     72.63
1078.43/1078.48	c  N dy 25110   4035292      4870     20730         0    128185     62914   4961630     68.97     72.83
1085.73/1085.75	c  N dy 25237   4055340      4870     20730         0    148230     62914   7137269     68.98     72.90
1093.92/1093.92	c  N dy 25359   4075373      4870     20730         0    168262     62914   9309015     68.98     73.07
1100.82/1100.86	c  N dy 25480   4095424      4870     20730         0     99328     62914   1748458     68.98     83.74
1106.53/1106.59	c  N dy 25603   4115541      4870     20730         0    119441     62914   3924598     68.99     73.61
1113.32/1113.35	c  N dy 25722   4135634      4870     20730         0    139531     62914   6091745     68.99     75.93
1121.82/1121.85	c  N dy 25842   4155769      4870     20730         0    159665     62914   8256327     68.99     74.42
1131.52/1131.50	c  N dy 25967   4176042      4870     20730         0    179937     62914  10445326     68.99     73.39
1137.72/1137.72	c  N dy 26097   4196108      4870     20730         0    110007     62914   2812485     69.00     73.69
1143.62/1143.68	c  S st 26204   4212914      4870     20730         0    126812     62914   4628338     69.00     67.00
1143.93/1143.92	c  S st 26204   4213418      4870     20730         0    127316     62914   4666874     69.00   no data
1143.93/1143.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1144.03/1144.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.08
1144.03/1144.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1144.03/1144.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1144.03/1144.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1144.03/1144.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4870 time:  0.00 s
1144.03/1144.02	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1144.03/1144.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1144.22/1144.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1148.12/1148.13	c lits-rem:        46  cl-subs:       13  v-elim:      0  v-fix:    0  time:  3.88 s
1148.12/1148.13	c vivif2 --  cl tried    20730 cl shrink        0 lits rem          0 time: 0.00
1148.12/1148.19	c vivif2 --  cl tried   127303 cl shrink        0 lits rem          0 time: 0.06
1148.33/1148.34	c asymm  cl-useful: 0/20730/20730 lits-rem:0 time: 0.14
1148.33/1148.34	c calculated reachability. Time: 0.00
1148.33/1148.34	c  N dy 26204   4213418      4870     20730         0    127303     62914   4663628     69.00   no data
1155.82/1155.82	c  N dy 26333   4233513      4870     20730         0    147391     62914   6850687     69.01     73.16
1164.22/1164.28	c  N dy 26461   4253854      4870     20730         0    167731     62914   9029371     69.01     73.53
1172.42/1172.41	c  N dy 26591   4273939      4870     20730         0     96821     62914   1284987     69.02     85.46
1178.03/1178.08	c  N dy 26711   4294041      4870     20730         0    116921     62914   3439562     69.02     73.65
1184.63/1184.70	c  N dy 26840   4314097      4870     20730         0    136974     62914   5621094     69.02     73.22
1192.12/1192.13	c  N dy 26950   4334123      4870     20730         0    157000     62914   7759541     69.02     75.85
1200.73/1200.76	c  N dy 27083   4354321      4870     20730         0    177194     62914   9956039     69.03     73.66
1207.43/1207.46	c  N dy 27210   4374392      4870     20730         0    105268     62914   2101143     69.03     75.77
1213.42/1213.44	c  N dy 27335   4394406      4870     20730         0    125282     62914   4258846     69.04     73.25
1220.33/1220.36	c  N dy 27460   4414471      4870     20730         0    145346     62914   6416035     69.04     72.72
1228.42/1228.45	c  N dy 27594   4434688      4870     20730         0    165562     62914   8598690     69.05     75.96
1237.32/1237.33	c  N dy 27713   4454774      4870     20730         0    185646     62914  10773035     69.05     72.71
1243.04/1243.05	c  N dy 27843   4475548      4870     20730         0    113434     62914   2886518     69.05     73.40
1249.32/1249.37	c  N dy 27964   4495561      4870     20730         0    133445     62914   5055153     69.05     73.13
1256.73/1256.74	c  N dy 28092   4515624      4870     20730         0    153508     62914   7231202     69.06     82.15
1265.12/1265.10	c  N dy 28217   4535702      4870     20730         0    173584     62914   9388987     69.06     81.09
1273.33/1273.37	c  N dy 28351   4555721      4870     20730         0     99608     62914   1269369     69.07     73.02
1279.13/1279.13	c  N dy 28482   4575738      4870     20730         0    119621     62914   3436059     69.08     73.59
1285.94/1285.95	c  N dy 28622   4595812      4870     20730         0    139693     62914   5609771     69.09     73.34
1293.54/1293.57	c  N dy 28740   4615841      4870     20730         0    159719     62914   7769776     69.09     76.82

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-3367433-1305382227/watcher-3367433-1305382227 -o /tmp/evaluation-result-3367433-1305382227/solver-3367433-1305382227 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367433-1305382227.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: 1.58 2.86 3.38 4/366 10344
/proc/meminfo: memFree=21308532/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=31644 CPUtime=0 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 1093 0 0 0 0 0 0 0 21 0 1 0 649820384 32403456 936 33554432000 4194304 4580011 140737399525040 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 7911 936 323 95 0 2893 0

[startup+0.0501989 s]
/proc/loadavg: 1.58 2.86 3.38 4/366 10344
/proc/meminfo: memFree=21308532/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=35264 CPUtime=0.04 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 2421 0 0 0 4 0 0 0 21 0 1 0 649820384 36110336 1917 33554432000 4194304 4580011 140737399525040 18446744073709551615 218905389733 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 8816 1917 354 95 0 3798 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35264

[startup+0.100188 s]
/proc/loadavg: 1.58 2.86 3.38 4/366 10344
/proc/meminfo: memFree=21308532/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=35432 CPUtime=0.09 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 2513 0 0 0 9 0 0 0 18 0 1 0 649820384 36282368 2009 33554432000 4194304 4580011 140737399525040 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 8858 2009 364 95 0 3840 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35432

[startup+0.300153 s]
/proc/loadavg: 1.58 2.86 3.38 4/366 10344
/proc/meminfo: memFree=21308532/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=35432 CPUtime=0.29 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 2749 0 0 0 29 0 0 0 18 0 1 0 649820384 36282368 2245 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 8858 2245 364 95 0 3840 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35432

[startup+0.70108 s]
/proc/loadavg: 1.58 2.86 3.38 4/366 10344
/proc/meminfo: memFree=21308532/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=36712 CPUtime=0.69 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 3406 0 0 0 69 0 0 0 18 0 1 0 649820384 37593088 2236 33554432000 4194304 4580011 140737399525040 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 9178 2236 364 95 0 4160 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36712

[startup+1.50094 s]
/proc/loadavg: 1.58 2.86 3.38 5/367 10345
/proc/meminfo: memFree=21290888/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=37296 CPUtime=1.49 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 4559 0 0 0 148 1 0 0 19 0 1 0 649820384 38191104 2547 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 9324 2547 364 95 0 4306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37296

[startup+3.10065 s]
/proc/loadavg: 1.58 2.86 3.38 5/367 10345
/proc/meminfo: memFree=21286672/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=37848 CPUtime=3.09 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 6768 0 0 0 308 1 0 0 25 0 1 0 649820384 38756352 2674 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 9462 2674 365 95 0 4444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37848

[startup+6.30107 s]
/proc/loadavg: 1.77 2.88 3.38 6/367 10345
/proc/meminfo: memFree=21213856/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=53256 CPUtime=6.29 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 13956 0 0 0 627 2 0 0 25 0 1 0 649820384 54534144 7250 33554432000 4194304 4580011 140737399525040 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 13314 7250 367 95 0 8296 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53256

[startup+12.7009 s]
/proc/loadavg: 1.95 2.90 3.39 5/367 10345
/proc/meminfo: memFree=21163312/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=56208 CPUtime=12.69 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 21287 0 0 0 1265 4 0 0 25 0 1 0 649820384 57556992 8012 33554432000 4194304 4580011 140737399525040 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 14052 8017 367 95 0 9034 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56208

[startup+25.5006 s]
/proc/loadavg: 2.41 2.95 3.40 5/367 10345
/proc/meminfo: memFree=21042592/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=87804 CPUtime=25.49 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 39566 0 0 0 2542 7 0 0 25 0 1 0 649820384 89911296 15628 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 21951 15628 367 95 0 16933 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87804

[startup+51.101 s]
/proc/loadavg: 2.95 3.04 3.41 5/367 10346
/proc/meminfo: memFree=21007832/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=97912 CPUtime=51.1 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 61712 0 0 0 5098 12 0 0 25 0 1 0 649820384 100261888 17823 33554432000 4194304 4580011 140737399525040 18446744073709551615 4324217 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 24478 17823 367 95 0 19460 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 97912

[startup+102.314 s]
/proc/loadavg: 3.59 3.20 3.44 5/367 10347
/proc/meminfo: memFree=20981496/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=113240 CPUtime=102.31 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 99029 0 0 0 10211 20 0 0 25 0 1 0 649820384 115957760 21346 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 28310 21346 367 95 0 23292 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 113240

[startup+162.301 s]
/proc/loadavg: 3.85 3.34 3.48 5/367 10349
/proc/meminfo: memFree=20874072/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=186996 CPUtime=162.3 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 140821 0 0 0 16202 28 0 0 25 0 1 0 649820384 191483904 30327 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 46749 30327 367 95 0 41731 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 186996

[startup+222.301 s]
/proc/loadavg: 3.99 3.47 3.51 5/367 10351
/proc/meminfo: memFree=20754360/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=188352 CPUtime=222.3 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 174007 0 0 0 22193 37 0 0 25 0 1 0 649820384 192872448 30679 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 47088 30679 367 95 0 42070 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 188352

[startup+282.3 s]
/proc/loadavg: 4.08 3.60 3.55 5/367 10352
/proc/meminfo: memFree=20669500/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=170344 CPUtime=282.3 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 208697 0 0 0 28184 46 0 0 25 0 1 0 649820384 174432256 34936 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 42586 34936 367 95 0 37568 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170344

[startup+342.3 s]
/proc/loadavg: 4.06 3.68 3.58 5/367 10354
/proc/meminfo: memFree=20638204/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=216972 CPUtime=342.3 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 237845 0 0 0 34176 54 0 0 25 0 1 0 649820384 222179328 37590 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 54243 37590 367 95 0 49225 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 216972

[startup+402.301 s]
/proc/loadavg: 4.02 3.74 3.60 5/367 10355
/proc/meminfo: memFree=20656016/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=217844 CPUtime=402.3 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 265933 0 0 0 40170 60 0 0 25 0 1 0 649820384 223072256 37318 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 54461 37318 367 95 0 49443 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 217844

[startup+462.301 s]
/proc/loadavg: 4.01 3.78 3.63 5/367 10357
/proc/meminfo: memFree=20649760/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=218572 CPUtime=462.3 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 292427 0 0 0 46164 66 0 0 25 0 1 0 649820384 223817728 41256 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 54643 41256 367 95 0 49625 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 218572

[startup+522.301 s]
/proc/loadavg: 4.00 3.82 3.65 5/367 10358
/proc/meminfo: memFree=20640532/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=170980 CPUtime=522.3 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 318701 0 0 0 52158 72 0 0 25 0 1 0 649820384 175083520 35860 33554432000 4194304 4580011 140737399525040 18446744073709551615 4318670 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 42745 35860 367 95 0 37727 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 170980

[startup+582.301 s]
/proc/loadavg: 4.00 3.85 3.66 5/367 10360
/proc/meminfo: memFree=20658452/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=171108 CPUtime=582.31 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 344110 0 0 0 58152 79 0 0 25 0 1 0 649820384 175214592 36262 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 42777 36262 367 95 0 37759 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 171108

[startup+642.3 s]
/proc/loadavg: 4.06 3.89 3.69 5/367 10362
/proc/meminfo: memFree=20617492/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=221356 CPUtime=642.31 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 366893 0 0 0 64147 84 0 0 25 0 1 0 649820384 226668544 41738 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 55339 41738 367 95 0 50321 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 221356

[startup+702.3 s]
/proc/loadavg: 4.02 3.91 3.70 5/367 10363
/proc/meminfo: memFree=20615792/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=221988 CPUtime=702.31 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 391234 0 0 0 70141 90 0 0 25 0 1 0 649820384 227315712 39259 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 55497 39259 367 95 0 50479 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 221988

[startup+762.313 s]
/proc/loadavg: 4.08 3.94 3.73 5/367 10365
/proc/meminfo: memFree=20573936/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=222428 CPUtime=762.33 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 413433 0 0 0 76135 98 0 0 25 0 1 0 649820384 227766272 42964 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 55607 42964 367 95 0 50589 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 222428

[startup+822.301 s]
/proc/loadavg: 4.24 4.01 3.76 5/367 10367
/proc/meminfo: memFree=20549084/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=269316 CPUtime=822.31 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 443314 0 0 0 82127 104 0 0 25 0 1 0 649820384 275779584 53904 33554432000 4194304 4580011 140737399525040 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 67329 53904 367 95 0 62311 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 269316

[startup+882.301 s]
/proc/loadavg: 4.13 4.02 3.78 5/367 10368
/proc/meminfo: memFree=20477104/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=219048 CPUtime=882.32 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 466371 0 0 0 88121 111 0 0 25 0 1 0 649820384 224305152 47646 33554432000 4194304 4580011 140737399525040 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 54762 47646 367 95 0 49744 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 219048

[startup+942.301 s]
/proc/loadavg: 4.05 4.01 3.79 5/367 10370
/proc/meminfo: memFree=20454624/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=219144 CPUtime=942.32 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 486369 0 0 0 94111 121 0 0 25 0 1 0 649820384 224403456 47481 33554432000 4194304 4580011 140737399525040 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 54786 47481 367 95 0 49768 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 219144

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.80 5/367 10371
/proc/meminfo: memFree=20329980/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=298784 CPUtime=1002.32 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 510284 0 0 0 100105 127 0 0 25 0 1 0 649820384 305954816 61185 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 74696 61185 367 95 0 69678 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 298784

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/367 10373
/proc/meminfo: memFree=20366004/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=299224 CPUtime=1062.32 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 531235 0 0 0 106100 132 0 0 25 0 1 0 649820384 306405376 61224 33554432000 4194304 4580011 140737399525040 18446744073709551615 4318472 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 74806 61224 367 95 0 69788 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 299224

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/367 10375
/proc/meminfo: memFree=20321052/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=299672 CPUtime=1122.32 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 551855 0 0 0 112094 138 0 0 25 0 1 0 649820384 306864128 60546 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 74918 60546 367 95 0 69900 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 299672

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/367 10376
/proc/meminfo: memFree=20373200/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=300052 CPUtime=1182.32 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 570205 0 0 0 118085 147 0 0 25 0 1 0 649820384 307253248 57061 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 75013 57061 367 95 0 69995 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 300052

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.84 5/367 10378
/proc/meminfo: memFree=20312644/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=247664 CPUtime=1242.33 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 590261 0 0 0 124080 153 0 0 25 0 1 0 649820384 253607936 54784 33554432000 4194304 4580011 140737399525040 18446744073709551615 4318676 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 61916 54784 367 95 0 56898 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 247664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.04 3.86 2/361 10382
/proc/meminfo: memFree=21074624/32951124 swapFree=65581052/67111528
[pid=10344] ppid=10342 vsize=300720 CPUtime=1300.03 cores=5,7
/proc/10344/stat : 10344 (strangenight2-s) R 10342 10344 9800 0 -1 4202496 608492 0 0 0 129846 157 0 0 25 0 1 0 649820384 307937280 61631 33554432000 4194304 4580011 140737399525040 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/10344/statm: 75180 61631 367 95 0 70162 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 300720

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.47
system time used= 1.58476
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1275

runsolver used 4.51031 second user time and 10.8923 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 16:10:27
IDJOB=3367433
IDBENCH=82642
IDSOLVER=1845
FILE ID=node137/3367433-1305382227
RUNJOBID= node137-1305382226-10305
PBS_JOBID= 13324365
Free space on /tmp= 73656 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S1259410977-065-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367433-1305382227/watcher-3367433-1305382227 -o /tmp/evaluation-result-3367433-1305382227/solver-3367433-1305382227 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367433-1305382227.cnf

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

MD5SUM BENCH= 01bef578d60d53fc18e9469f59ed2fd1
RANDOM SEED=245807562

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21308812 kB
Buffers:        262300 kB
Cached:        3691224 kB
SwapCached:      36328 kB
Active:        1628180 kB
Inactive:      9790768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21308812 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           23812 kB
Writeback:           0 kB
AnonPages:     7438720 kB
Mapped:          20668 kB
Slab:           119700 kB
PageTables:      39556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76010776 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= 73672 MiB
End job on node137 at 2011-05-14 16:32:09