Trace number 3367370

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.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S434028979-077-UNKNOWN.cnf
MD5SUM99649f8478aeec246b4c83e11dce9c4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.820874
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367370-1305381926.cnf'
0.00/0.01	c -- header says num vars:           5000
0.00/0.01	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.03	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.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:        0  v-elim:    113  v-fix:    0  time:  0.02 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:    2212 undec:     524 neg:    2264
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0      4887     20886         0         0     63353         0   no data   no data
0.39/0.48	c  N dy    15      4032      4887     20886         0      4032     63353    435101     66.09     70.73
0.89/0.93	c  N dy    42      8150      4887     20886         0      5651     63353    413775     65.38     68.88
1.29/1.39	c  N dy    66     12274      4887     20886         0      5526     63353    250642     65.01     69.05
1.79/1.84	c  N dy    90     16292      4887     20886         0      9543     63353    660352     64.94     68.96
2.29/2.30	c  N dy   115     20386      4887     20886         0      8015     63353    375015     65.19     68.68
2.69/2.79	c  N dy   141     24512      4887     20886         0     12140     63353    807111     65.44     69.10
2.79/2.85	c  F st   145     25001      4887     20886         0     12629     63353    857051     65.46     65.52
3.49/3.50	c  N dy   151     30002      4887     20886         0     10817     63353    644436     65.46   no data
3.49/3.50	c  S st   151     30002      4887     20886         0     10817     63353    644436     65.46   no data
3.49/3.56	c  S st   151     30504      4887     20886         0     11319     63353    680077     65.46   no data
3.49/3.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.49/3.58	c blocked clauses removed:       53 vars:     10 tried:        4887 T: 0.00 s
3.49/3.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.49/3.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4877 time:  0.00 s
3.49/3.58	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3.59/3.60	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.02 s
3.59/3.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.71	c lits-rem:        20  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.08 s
3.69/3.73	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.02
3.69/3.74	c calculated reachability. Time: 0.00
3.69/3.74	c  N dy   151     30504      4871     20827         0     11245     63221    668246     65.46   no data
4.19/4.24	c  N dy   178     34616      4871     20827         0     15357     63221   1079117     65.50     69.01
4.69/4.74	c  N dy   208     38666      4871     20827         0     11537     63221    537537     65.84     69.64
5.19/5.23	c  N dy   237     42675      4871     20827         0     15546     63221    942204     65.80     75.58
5.59/5.64	c  S st   261     45758      4871     20827         0      9696     63221    232419     66.02   no data
5.69/5.70	c  S st   261     46263      4871     20827         0     10201     63221    274817     66.02   no data
5.69/5.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.69/5.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.69/5.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.69/5.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.69/5.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.69/5.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
5.69/5.72	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
5.69/5.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.69/5.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.69/5.77	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5.69/5.77	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
5.69/5.77	c vivif2 --  cl tried    10201 cl shrink        0 lits rem          0 time: 0.00
5.69/5.79	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.02
5.69/5.79	c calculated reachability. Time: 0.00
5.69/5.79	c  N dy   261     46263      4871     20827         0     10201     63221    274816     66.02   no data
6.29/6.30	c  N dy   287     50393      4871     20827         0     14330     63221    703969     66.19     72.45
6.79/6.84	c  N dy   318     54475      4871     20827         0     18410     63221   1137269     66.46     73.85
7.29/7.38	c  N dy   342     58647      4871     20827         0     12617     63221    442543     66.48     70.14
7.89/7.90	c  N dy   368     62746      4871     20827         0     16716     63221    863907     66.52     70.53
8.39/8.43	c  N dy   391     66786      4871     20827         0     20756     63221   1275371     66.37     70.52
8.70/8.76	c  S st   408     69394      4871     20827         0     12379     63221    312783     66.38   no data
8.80/8.82	c  S st   408     69894      4871     20827         0     12879     63221    353165     66.38   no data
8.80/8.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/8.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.80/8.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.80/8.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/8.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/8.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
8.80/8.84	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
8.80/8.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.80/8.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.89/8.90	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
8.89/8.90	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
8.89/8.91	c vivif2 --  cl tried    12878 cl shrink        0 lits rem          0 time: 0.00
8.89/8.93	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.02
8.89/8.93	c calculated reachability. Time: 0.00
8.89/8.93	c  N dy   408     69894      4871     20827         0     12878     63221    352982     66.38   no data
9.49/9.50	c  N dy   436     74460      4871     20827         0     17444     63221    829559     66.45     70.95
10.09/10.17	c  N dy   462     79307      4871     20827         0     22290     63221   1339888     66.38     72.46
10.79/10.88	c  N dy   488     84540      4871     20827         0     15533     63221    548078     66.33     69.82
11.19/11.30	c  F st   506     87500      4871     20827         0     18493     63221    856597     66.29     56.89
11.69/11.75	c  N st   511     90797      4871     20827         0     21790     63221   1216005     66.29   no data
12.59/12.63	c  N dy   537     96735      4871     20827         0     14735     63221    360612     66.33     70.01
13.39/13.44	c  N dy   572    102922      4871     20827         0     20918     63221   1000834     66.29     72.57
13.69/13.70	c  S st   586    104841      4871     20827         0     22837     63221   1197887     66.29     63.34
13.69/13.78	c  S st   586    105342      4871     20827         0     23338     63221   1241529     66.29   no data
13.69/13.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.79/13.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
13.79/13.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.79/13.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.79/13.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.79/13.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
13.79/13.81	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
13.79/13.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
13.79/13.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.19/14.30	c lits-rem:         5  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.41 s
14.19/14.30	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
14.30/14.32	c vivif2 --  cl tried    23337 cl shrink        0 lits rem          0 time: 0.02
14.30/14.35	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.03
14.30/14.35	c calculated reachability. Time: 0.00
14.30/14.35	c  N dy   586    105342      4871     20827         0     23337     63221   1241490     66.29   no data
15.29/15.31	c  N dy   622    112084      4871     20827         0     16080     63221    410948     66.24     69.74
16.19/16.26	c  N dy   670    119314      4871     20827         0     23310     63221   1175178     66.36     72.18
17.39/17.41	c  N dy   720    127038      4871     20827         0     16035     63221    294700     66.48     71.60
18.60/18.67	c  N dy   765    135376      4871     20827         0     24373     63221   1177706     66.51     73.05
20.09/20.13	c  N dy   813    144648      4871     20827         0     17650     63221    370651     66.51     70.14
21.39/21.45	c  N dy   870    153882      4871     20827         0     26880     63221   1331709     66.48     70.41
22.00/22.07	c  S st   900    158015      4871     20827         0     31012     63221   1764252     66.54   no data
22.09/22.15	c  S st   900    158517      4871     20827         0     31514     63221   1804453     66.54   no data
22.09/22.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.09/22.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
22.09/22.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.09/22.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.09/22.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.09/22.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
22.09/22.18	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.19/22.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
22.19/22.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.19/23.24	c lits-rem:        11  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.96 s
23.19/23.24	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
23.19/23.27	c vivif2 --  cl tried    31506 cl shrink        0 lits rem          0 time: 0.03
23.29/23.31	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.04
23.29/23.31	c calculated reachability. Time: 0.00
23.29/23.31	c  N dy   900    158517      4871     20827         0     31506     63221   1802578     66.54   no data
24.69/24.78	c  N dy   961    168671      4871     20827         0     24664     63221    996213     66.56     76.03
26.40/26.47	c  N dy  1033    179474      4871     20827         0     35464     63221   2131890     66.63     83.43
28.09/28.14	c  N dy  1120    191024      4871     20827         0     29015     63221   1355227     66.76     73.26
29.99/30.09	c  N dy  1198    203470      4871     20827         0     22461     63221    587320     66.82     73.14
32.19/32.29	c  N dy  1284    216528      4871     20827         0     35518     63221   1959835     66.90     71.02
34.49/34.53	c  N dy  1373    230441      4871     20827         0     29429     63221   1224438     66.97     76.51
35.59/35.67	c  S st  1415    237775      4871     20827         0     36762     63221   1992057     66.97     59.90
35.69/35.77	c  S st  1415    238277      4871     20827         0     37264     63221   2031631     66.97   no data
35.69/35.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35.69/35.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
35.79/35.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.79/35.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.79/35.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.79/35.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
35.79/35.80	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
35.79/35.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
35.89/35.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.19/37.28	c lits-rem:        26  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.37 s
37.19/37.28	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
37.30/37.31	c vivif2 --  cl tried    37260 cl shrink        0 lits rem          0 time: 0.03
37.30/37.35	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.04
37.30/37.35	c calculated reachability. Time: 0.00
37.30/37.35	c  N dy  1415    238277      4871     20827         0     37260     63221   2031044     66.97   no data
39.69/39.76	c  N dy  1515    253576      4871     20827         0     31560     63221   1336676     67.08     74.26
42.29/42.38	c  N dy  1611    269857      4871     20827         0     25839     63221    642890     67.07     74.17
45.10/45.17	c  N dy  1715    287079      4871     20827         0     43060     63221   2436103     67.04     81.47
48.09/48.13	c  N dy  1823    305534      4871     20827         0     38515     63221   1880863     67.04     73.67
48.19/48.25	c  F st  1829    306250      4871     20827         0     39231     63221   1955463     67.05   no data
51.60/51.64	c  N dy  1920    325092      4871     20827         0     34076     63221   1303023     67.09     78.88
55.09/55.19	c  N dy  2046    345142      4871     20827         0     29128     63221    685451     67.12     71.52
57.10/57.18	c  S st  2115    357417      4871     20827         0     41397     63221   1971618     67.05   no data
57.20/57.28	c  S st  2115    357921      4871     20827         0     41901     63221   2011564     67.05   no data
57.20/57.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.29/57.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
57.29/57.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.29/57.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.29/57.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.29/57.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
57.29/57.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
57.29/57.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
57.39/57.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.79/58.84	c lits-rem:        10  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.41 s
58.79/58.84	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
58.79/58.87	c vivif2 --  cl tried    41894 cl shrink        0 lits rem          0 time: 0.03
58.89/58.92	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.05
58.89/58.92	c calculated reachability. Time: 0.00
58.89/58.92	c  N dy  2115    357921      4871     20827         0     41894     63221   2010755     67.05   no data
62.30/62.34	c  N dy  2242    378046      4871     20827         0     36022     63221   1300379     67.06     72.48
65.90/65.98	c  N dy  2366    398170      4871     20827         0     29147     63221    491399     67.10     70.66
69.39/69.43	c  N dy  2487    418243      4871     20827         0     49220     63221   2630620     67.12     71.29
72.89/72.98	c  N dy  2613    438392      4871     20827         0     41373     63221   1671630     67.16     71.31
76.69/76.73	c  N dy  2731    458654      4871     20827         0     32637     63221    665514     67.14     71.39
80.59/80.63	c  N dy  2856    478708      4871     20827         0     52689     63221   2802579     67.19     72.38
84.39/84.48	c  N dy  2973    498797      4871     20827         0     42776     63221   1616512     67.21     72.34
88.39/88.41	c  N dy  3098    518852      4871     20827         0     31832     63221    371004     67.23     74.90
91.49/91.58	c  S st  3225    536882      4871     20827         0     49860     63221   2304812     67.30   no data
91.59/91.69	c  S st  3225    537383      4871     20827         0     50361     63221   2343762     67.30   no data
91.69/91.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
91.69/91.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
91.69/91.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.69/91.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
91.69/91.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.69/91.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
91.69/91.73	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
91.69/91.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
91.79/91.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.09/94.14	c lits-rem:        34  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.29 s
94.09/94.15	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
94.09/94.18	c vivif2 --  cl tried    50356 cl shrink        0 lits rem          0 time: 0.03
94.19/94.23	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.05
94.19/94.24	c calculated reachability. Time: 0.00
94.19/94.24	c  N dy  3225    537383      4871     20827         0     50356     63221   2342967     67.30   no data
98.10/98.17	c  N dy  3353    557534      4871     20827         0     38502     63221    990446     67.33     72.20
101.89/101.99	c  N dy  3489    577585      4871     20827         0     58550     63221   3106995     67.38     71.00
105.80/105.80	c  N dy  3614    597679      4871     20827         0     45644     63221   1657042     67.43     71.64
109.90/109.91	c  N dy  3743    617841      4871     20827         0     65805     63221   3787621     67.46     71.30
113.59/113.62	c  N dy  3867    637961      4871     20827         0     51927     63221   2185507     67.47     71.28
117.79/117.85	c  N dy  3992    658081      4871     20827         0     37052     63221    536426     67.49     71.38
121.50/121.57	c  N dy  4126    678164      4871     20827         0     57135     63221   2684731     67.54     72.28
125.80/125.89	c  N dy  4252    698184      4871     20827         0     41158     63221    875867     67.59     72.32
130.49/130.53	c  N dy  4381    718203      4871     20827         0     61171     63221   3005606     67.62     72.10
135.20/135.30	c  N dy  4509    738290      4871     20827         0     44267     63221   1094464     67.64     74.79
139.60/139.65	c  N dy  4632    758430      4871     20827         0     64402     63221   3248180     67.66     71.42
144.11/144.15	c  N dy  4758    778454      4871     20827         0     46425     63221   1217886     67.67     73.33
148.59/148.63	c  N dy  4882    798741      4871     20827         0     66712     63221   3356780     67.68     74.94
150.39/150.42	c  S st  4935    806075      4871     20827         0     74045     63221   4136218     67.70     69.66
150.49/150.57	c  S st  4935    806580      4871     20827         0     74550     63221   4175599     67.70   no data
150.49/150.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.60/150.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
150.60/150.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
150.60/150.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.60/150.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.60/150.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
150.60/150.64	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
150.60/150.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
150.80/150.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.89/154.93	c lits-rem:        38  cl-subs:        9  v-elim:      0  v-fix:    0  time:  4.07 s
154.89/154.93	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
154.89/154.99	c vivif2 --  cl tried    74541 cl shrink        0 lits rem          0 time: 0.06
155.00/155.08	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.09
155.00/155.08	c calculated reachability. Time: 0.00
155.00/155.08	c  N dy  4935    806580      4871     20827         0     74541     63221   4174560     67.70   no data
159.00/159.05	c  N dy  5061    826604      4871     20827         0     55568     63221   2092892     67.72     74.56
163.49/163.56	c  N dy  5191    846778      4871     20827         0     75740     63221   4247903     67.75     73.02
167.60/167.61	c  N dy  5321    866830      4871     20827         0     55797     63221   2026759     67.78     77.05
172.09/172.12	c  N dy  5441    886905      4871     20827         0     75869     63221   4144637     67.79     71.45
176.19/176.28	c  N dy  5564    907005      4871     20827         0     54964     63221   1829173     67.80     71.83
180.80/180.86	c  N dy  5698    927396      4871     20827         0     75351     63221   3998201     67.82     71.78
185.19/185.23	c  N dy  5824    947502      4871     20827         0     53457     63221   1566244     67.86     72.45
189.50/189.58	c  N dy  5957    967518      4871     20827         0     73471     63221   3720805     67.90     72.38
194.09/194.18	c  N dy  6076    987753      4871     20827         0     50714     63221   1180856     67.90     71.76
198.39/198.43	c  N dy  6206   1007842      4871     20827         0     70800     63221   3310278     67.91     76.77
203.30/203.37	c  N dy  6332   1027898      4871     20827         0     46860     63221    671989     67.93     71.97
207.29/207.39	c  N dy  6455   1047928      4871     20827         0     66888     63221   2788527     67.93     72.13
212.40/212.49	c  N dy  6589   1068254      4871     20827         0     87210     63221   4934673     67.95     73.40
213.40/213.42	c  F st  6605   1071875      4871     20827         0     45838     63221    456263     67.94   no data
216.61/216.70	c  N dy  6681   1088347      4871     20827         0     62307     63221   2310142     67.95     81.33
221.60/221.60	c  N dy  6809   1108454      4871     20827         0     82413     63221   4419540     67.95     71.85
226.80/226.86	c  N dy  6942   1128553      4871     20827         0     56512     63221   1489191     67.98     72.14
232.40/232.45	c  N dy  7056   1148660      4871     20827         0     76615     63221   3625937     67.98     73.27
237.89/237.96	c  N dy  7175   1168691      4871     20827         0     49654     63221    671681     67.99     73.21
242.39/242.46	c  N dy  7305   1188711      4871     20827         0     69673     63221   2818923     68.02     71.76
247.60/247.69	c  N dy  7425   1208863      4871     20827         0     89822     63221   5000448     68.03     71.78
247.90/247.98	c  S st  7434   1209871      4871     20827         0     90830     63221   5110493     68.04     69.15
248.10/248.16	c  S st  7434   1210371      4871     20827         0     91330     63221   5150510     68.04   no data
248.10/248.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
248.20/248.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
248.20/248.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
248.20/248.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.20/248.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.20/248.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
248.20/248.24	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
248.30/248.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
248.40/248.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.30/254.38	c lits-rem:        77  cl-subs:       17  v-elim:      0  v-fix:    0  time:  5.88 s
254.30/254.38	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
254.40/254.45	c vivif2 --  cl tried    91313 cl shrink        0 lits rem          0 time: 0.07
254.50/254.56	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.11
254.50/254.56	c calculated reachability. Time: 0.00
254.50/254.56	c  N dy  7434   1210371      4871     20827         0     91313     63221   5146888     68.04   no data
259.00/259.00	c  N dy  7552   1230382      4871     20827         0     63329     63221   2022486     68.04     73.43
263.79/263.81	c  N dy  7672   1250443      4871     20827         0     83389     63221   4149729     68.04     72.54
268.99/269.02	c  N dy  7798   1270531      4871     20827         0     54476     63221    963063     68.06     74.93
273.30/273.38	c  N dy  7914   1290628      4871     20827         0     74568     63221   3103739     68.05     75.29
278.70/278.78	c  N dy  8051   1310673      4871     20827         0     94610     63221   5233739     68.07     71.80
283.40/283.45	c  N dy  8181   1330740      4871     20827         0     64681     63221   1963511     68.09     72.07
288.30/288.39	c  N dy  8306   1350911      4871     20827         0     84851     63221   4124421     68.10     71.98
293.90/293.96	c  N dy  8432   1371127      4871     20827         0     54069     63221    732034     68.11     71.73
298.30/298.30	c  N dy  8557   1391305      4871     20827         0     74246     63221   2866887     68.12     73.44
303.61/303.64	c  N dy  8693   1411318      4871     20827         0     94258     63221   4996164     68.14     72.16
308.70/308.72	c  N dy  8821   1431405      4871     20827         0     62350     63221   1534465     68.16     71.88
313.41/313.46	c  N dy  8947   1451451      4871     20827         0     82393     63221   3691142     68.17     72.00
319.10/319.14	c  N dy  9069   1471536      4871     20827         0    102476     63221   5810035     68.16     72.50
323.70/323.79	c  N dy  9192   1491580      4871     20827         0     69520     63221   2184667     68.18     73.76
328.81/328.82	c  N dy  9314   1511666      4871     20827         0     89606     63221   4329563     68.18     76.62
334.70/334.73	c  N dy  9443   1531719      4871     20827         0     55666     63221    602095     68.20     72.92
339.10/339.13	c  N dy  9577   1551725      4871     20827         0     75670     63221   2762637     68.23     72.04
344.40/344.42	c  N dy  9699   1571730      4871     20827         0     95675     63221   4886341     68.22     72.53
350.00/350.06	c  N dy  9815   1591735      4871     20827         0     60685     63221   1039272     68.23     72.77
354.80/354.86	c  N dy  9945   1611816      4871     20827         0     80764     63221   3197218     68.25     74.94
360.40/360.41	c  N dy 10063   1631851      4871     20827         0    100796     63221   5338580     68.25     72.23
365.90/365.91	c  N dy 10194   1652063      4871     20827         0     65007     63221   1397880     68.26     75.08
370.71/370.73	c  N dy 10316   1672132      4871     20827         0     85074     63221   3547197     68.27     72.53
376.60/376.62	c  N dy 10438   1692240      4871     20827         0    105179     63221   5712222     68.28     72.73
381.50/381.50	c  S st 10546   1710371      4871     20827         0     66313     63221   1432431     68.28     61.96
381.60/381.63	c  S st 10546   1710878      4871     20827         0     66820     63221   1475016     68.28   no data
381.60/381.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
381.60/381.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
381.60/381.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
381.60/381.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.60/381.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.60/381.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
381.60/381.68	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
381.71/381.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
381.71/381.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
382.80/382.88	c lits-rem:         9  cl-subs:        9  v-elim:      0  v-fix:    0  time:  1.11 s
382.80/382.89	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
382.90/382.91	c vivif2 --  cl tried    66811 cl shrink        0 lits rem          0 time: 0.02
382.90/382.97	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.06
382.90/382.98	c calculated reachability. Time: 0.00
382.90/382.98	c  N dy 10546   1710878      4871     20827         0     66811     63221   1473182     68.28   no data
387.90/387.91	c  N dy 10673   1730992      4871     20827         0     86923     63221   3614015     68.29     72.37
393.81/393.83	c  N dy 10806   1751159      4871     20827         0    107087     63221   5801951     68.31     76.98
399.10/399.18	c  N dy 10917   1771542      4871     20827         0     69477     63221   1662508     68.31     73.80
404.10/404.16	c  N dy 11019   1791614      4871     20827         0     89547     63221   3805667     68.29     72.42
410.21/410.30	c  N dy 11150   1811895      4871     20827         0    109828     63221   5981396     68.31     72.15
415.60/415.69	c  N dy 11280   1831945      4871     20827         0     70880     63221   1704113     68.32     72.28
420.90/420.92	c  N dy 11411   1852226      4871     20827         0     91157     63221   3862205     68.33     72.36
427.00/427.01	c  N dy 11528   1872663      4871     20827         0    111592     63221   6055704     68.34     72.01
432.51/432.50	c  N dy 11653   1892747      4871     20827         0     71675     63221   1693367     68.35     75.08
437.60/437.64	c  N dy 11784   1912753      4871     20827         0     91680     63221   3833972     68.35     73.53
443.60/443.69	c  N dy 11900   1932836      4871     20827         0    111760     63221   5978254     68.36     72.08
449.40/449.40	c  N dy 12027   1952965      4871     20827         0     70894     63221   1515060     68.36     72.10
454.50/454.59	c  N dy 12141   1973355      4871     20827         0     91283     63221   3714524     68.36     72.24
460.51/460.57	c  N dy 12258   1993405      4871     20827         0    111332     63221   5863128     68.37     73.34
466.61/466.64	c  N dy 12388   2013430      4871     20827         0     69366     63221   1269925     68.40     81.40
471.81/471.89	c  N dy 12528   2033548      4871     20827         0     89483     63221   3438791     68.42     72.63
477.90/477.96	c  N dy 12663   2053659      4871     20827         0    109593     63221   5613949     68.44     73.69
484.51/484.56	c  N dy 12799   2073678      4871     20827         0     66615     63221    870425     68.46     72.14
489.41/489.45	c  N dy 12920   2093715      4871     20827         0     86649     63221   3031439     68.47     75.79
495.21/495.21	c  N dy 13039   2113884      4871     20827         0    106817     63221   5204975     68.47     74.02
501.90/501.99	c  N dy 13159   2134034      4871     20827         0    126964     63221   7359499     68.48     73.42
506.90/506.93	c  N dy 13291   2154156      4871     20827         0     83088     63221   2541812     68.50     72.22
512.61/512.61	c  N dy 13417   2174169      4871     20827         0    103098     63221   4696748     68.51     72.40
519.30/519.37	c  N dy 13543   2194352      4871     20827         0    123277     63221   6868254     68.52     74.21
524.10/524.14	c  S st 13645   2210878      4871     20827         0     74816     63221   1520085     68.52   no data
524.20/524.28	c  S st 13645   2211384      4871     20827         0     75322     63221   1558482     68.52   no data
524.20/524.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
524.30/524.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
524.30/524.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
524.30/524.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
524.30/524.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
524.30/524.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
524.30/524.34	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
524.30/524.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
524.40/524.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
525.40/525.40	c lits-rem:        20  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.97 s
525.40/525.40	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
525.40/525.42	c vivif2 --  cl tried    75318 cl shrink        0 lits rem          0 time: 0.02
525.50/525.50	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.08
525.50/525.51	c calculated reachability. Time: 0.00
525.50/525.51	c  N dy 13645   2211384      4871     20827         0     75318     63221   1558207     68.52   no data
530.80/530.81	c  N dy 13766   2231624      4871     20827         0     95557     63221   3713647     68.52     73.12
537.00/537.08	c  N dy 13896   2251645      4871     20827         0    115575     63221   5857273     68.54     73.95
543.80/543.88	c  N dy 14030   2271723      4871     20827         0     69656     63221    906106     68.56     93.48
548.70/548.78	c  N dy 14145   2291728      4871     20827         0     89660     63221   3050133     68.56     73.37
554.70/554.79	c  N dy 14271   2311807      4871     20827         0    109737     63221   5202558     68.56     73.99
561.80/561.81	c  N dy 14400   2331875      4871     20827         0    129804     63221   7336262     68.57     72.51
567.21/567.25	c  N dy 14531   2351961      4871     20827         0     82894     63221   2218540     68.58     72.94
573.01/573.01	c  N dy 14661   2372083      4871     20827         0    103012     63221   4366390     68.59     72.34
579.61/579.68	c  N dy 14783   2392292      4871     20827         0    123217     63221   6530990     68.59     77.32
586.11/586.20	c  N dy 14916   2412333      4871     20827         0     75265     63221   1288790     68.60     74.54
591.40/591.43	c  N dy 15043   2432355      4871     20827         0     95284     63221   3439468     68.61     74.35
597.71/597.73	c  N dy 15177   2452358      4871     20827         0    115286     63221   5585792     68.62     72.54
605.10/605.19	c  N dy 15297   2472435      4871     20827         0    135358     63221   7784251     68.64     72.86
610.80/610.86	c  N dy 15424   2492532      4871     20827         0     86458     63221   2411891     68.65     90.36
616.71/616.75	c  N dy 15558   2512663      4871     20827         0    106588     63221   4574500     68.66     72.42
623.51/623.57	c  N dy 15683   2532672      4871     20827         0    126594     63221   6723070     68.67     73.27
630.41/630.42	c  N dy 15816   2552741      4871     20827         0     76668     63221   1239498     68.68     73.34
635.71/635.72	c  N dy 15943   2572891      4871     20827         0     96818     63221   3399102     68.69     73.98
642.11/642.16	c  N dy 16072   2593171      4871     20827         0    117093     63221   5576890     68.69     72.48
649.41/649.48	c  N dy 16190   2613278      4871     20827         0    137198     63221   7725744     68.69     72.80
655.01/655.03	c  N dy 16301   2633293      4871     20827         0     86224     63221   2158986     68.69     72.98
660.70/660.74	c  N dy 16421   2653328      4871     20827         0    106258     63221   4333224     68.70     72.48
667.51/667.50	c  N dy 16546   2673377      4871     20827         0    126304     63221   6485633     68.70     72.88
674.91/674.91	c  N dy 16670   2693412      4871     20827         0     74343     63221    795176     68.70     72.83
679.41/679.43	c  S st 16767   2711384      4871     20827         0     92311     63221   2723757     68.70     67.80
679.61/679.61	c  S st 16767   2711889      4871     20827         0     92816     63221   2768097     68.70   no data
679.61/679.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
679.61/679.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
679.61/679.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
679.61/679.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
679.61/679.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
679.61/679.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
679.61/679.68	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
679.72/679.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
679.82/679.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.71/682.78	c lits-rem:        25  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.95 s
682.71/682.78	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
682.81/682.82	c vivif2 --  cl tried    92811 cl shrink        0 lits rem          0 time: 0.04
682.91/682.93	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.10
682.91/682.93	c calculated reachability. Time: 0.00
682.91/682.93	c  N dy 16767   2711889      4871     20827         0     92811     63221   2767561     68.70   no data
689.01/689.07	c  N dy 16897   2731950      4871     20827         0    112866     63221   4914670     68.71     74.63
696.10/696.14	c  N dy 17022   2751970      4871     20827         0    132884     63221   7041549     68.71     72.91
703.00/703.02	c  N dy 17145   2772093      4871     20827         0     80012     63221   1321517     68.72     73.61
708.51/708.52	c  N dy 17264   2792304      4871     20827         0    100220     63221   3469643     68.72     73.56
715.02/715.08	c  N dy 17400   2812335      4871     20827         0    120248     63221   5626770     68.73     72.43
722.51/722.57	c  N dy 17524   2832439      4871     20827         0    140352     63221   7811203     68.74     72.70
728.81/728.89	c  N dy 17655   2852518      4871     20827         0     86435     63221   1885801     68.74     74.73
734.72/734.71	c  N dy 17783   2872573      4871     20827         0    106486     63221   4044468     68.75     73.62
741.32/741.39	c  N dy 17897   2892719      4871     20827         0    126630     63221   6209445     68.75     72.83
749.21/749.26	c  N dy 18027   2912951      4871     20827         0    146860     63221   8393003     68.76     73.14
755.42/755.42	c  N dy 18157   2933299      4871     20827         0     92217     63221   2404489     68.77     73.46
762.32/762.33	c  N dy 18286   2953394      4871     20827         0    112310     63221   4573389     68.78     72.47
771.41/771.48	c  N dy 18408   2973465      4871     20827         0    132381     63221   6726587     68.78     79.59
779.93/779.97	c  N dy 18530   2993489      4871     20827         0     76412     63221    602687     68.79     74.48
785.51/785.53	c  N dy 18658   3013500      4871     20827         0     96420     63221   2753894     68.79     74.25
792.11/792.15	c  N dy 18781   3033553      4871     20827         0    116471     63221   4909835     68.80     75.05
799.31/799.35	c  N dy 18895   3053567      4871     20827         0    136481     63221   7045888     68.80     78.12
807.32/807.40	c  N dy 19040   3073677      4871     20827         0     79601     63221    842703     68.81     73.67
812.82/812.81	c  N dy 19163   3093795      4871     20827         0     99716     63221   3000825     68.82     73.47
819.21/819.21	c  N dy 19283   3113892      4871     20827         0    119813     63221   5162851     68.82     72.81
826.71/826.72	c  N dy 19410   3133905      4871     20827         0    139826     63221   7317402     68.83     73.86
834.42/834.47	c  N dy 19538   3153995      4871     20827         0     81924     63221    985327     68.83     76.73
839.91/839.95	c  N dy 19663   3174044      4871     20827         0    101970     63221   3144420     68.83     74.14
846.41/846.44	c  N dy 19781   3194262      4871     20827         0    122187     63221   5324822     68.84     72.87
853.01/853.05	c  S st 19894   3211889      4871     20827         0    139813     63221   7227235     68.85   no data
853.31/853.33	c  S st 19894   3212393      4871     20827         0    140317     63221   7275775     68.85   no data
853.31/853.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
853.41/853.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
853.41/853.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
853.41/853.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
853.41/853.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
853.41/853.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
853.41/853.45	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
853.52/853.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
853.81/853.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
862.51/862.58	c lits-rem:        51  cl-subs:       18  v-elim:      0  v-fix:    0  time:  8.75 s
862.51/862.58	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
862.61/862.69	c vivif2 --  cl tried   140299 cl shrink        0 lits rem          0 time: 0.11
862.81/862.86	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.17
862.81/862.87	c calculated reachability. Time: 0.00
862.81/862.87	c  N dy 19894   3212393      4871     20827         0    140299     63221   7271930     68.85   no data
871.01/871.07	c  N dy 20028   3232549      4871     20827         0     81456     63221    842527     68.85     73.57
876.62/876.69	c  N dy 20160   3252639      4871     20827         0    101545     63221   2990945     68.86     80.77
883.11/883.19	c  N dy 20280   3272884      4871     20827         0    121789     63221   5168395     68.86     73.27
890.72/890.71	c  N dy 20401   3292958      4871     20827         0    141860     63221   7346145     68.87     94.08
899.22/899.20	c  N dy 20538   3313196      4871     20827         0     82104     63221    811914     68.88     75.36
904.71/904.77	c  N dy 20658   3333313      4871     20827         0    102218     63221   3003768     68.89     76.34
911.21/911.24	c  N dy 20771   3353421      4871     20827         0    122325     63221   5138950     68.88     72.61
918.72/918.76	c  N dy 20895   3373507      4871     20827         0    142410     63221   7319142     68.89     84.23
927.22/927.29	c  N dy 21020   3393549      4871     20827         0     81460     63221    638549     68.90     73.64
932.72/932.76	c  N dy 21145   3413577      4871     20827         0    101486     63221   2788302     68.90     72.79
939.01/939.04	c  N dy 21258   3433585      4871     20827         0    121492     63221   4948686     68.90     74.70
946.52/946.57	c  N dy 21379   3453798      4871     20827         0    141702     63221   7123457     68.91     74.22
955.82/955.81	c  N dy 21512   3473816      4871     20827         0    161715     63221   9311526     68.92     73.53
962.91/962.98	c  N dy 21644   3494374      4871     20827         0    100272     63221   2554695     68.93     72.57
971.22/971.30	c  N dy 21771   3514631      4871     20827         0    120528     63221   4731904     68.93     73.74
979.11/979.10	c  N dy 21889   3534847      4871     20827         0    140741     63221   6916025     68.94     74.58
987.92/987.99	c  N dy 22009   3554883      4871     20827         0    160777     63221   9080203     68.94     73.87
994.82/994.86	c  N dy 22144   3575071      4871     20827         0     97972     63221   2219351     68.95     72.96
1001.12/1001.13	c  N dy 22269   3595094      4871     20827         0    117991     63221   4359238     68.96     72.76
1008.52/1008.57	c  N dy 22405   3615226      4871     20827         0    138122     63221   6550505     68.97     73.11
1016.82/1016.87	c  N dy 22535   3635261      4871     20827         0    158157     63221   8728629     68.98     73.28
1024.02/1024.07	c  N dy 22649   3655309      4871     20827         0     94213     63221   1702930     68.98     74.34
1030.42/1030.44	c  N dy 22790   3675803      4871     20827         0    114706     63221   3928064     68.99     72.75
1037.52/1037.59	c  N dy 22913   3695877      4871     20827         0    134779     63221   6100695     68.99     73.36
1044.22/1044.23	c  S st 23015   3712393      4871     20827         0    151292     63221   7854588     69.00     70.03
1044.52/1044.52	c  S st 23015   3712894      4871     20827         0    151793     63221   7893635     69.00   no data
1044.52/1044.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1044.62/1044.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
1044.62/1044.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1044.62/1044.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1044.62/1044.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1044.62/1044.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
1044.62/1044.64	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1044.72/1044.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1045.03/1045.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1054.83/1054.81	c lits-rem:       110  cl-subs:       31  v-elim:      0  v-fix:    0  time:  9.77 s
1054.83/1054.81	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
1054.93/1054.91	c vivif2 --  cl tried   151762 cl shrink        0 lits rem          0 time: 0.12
1055.12/1055.11	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.19
1055.12/1055.11	c calculated reachability. Time: 0.00
1055.12/1055.11	c  N dy 23015   3712894      4871     20827         0    151762     63221   7887537     69.00   no data
1063.92/1063.98	c  N dy 23147   3732985      4871     20827         0     86865     63221    815751     69.00     73.44
1069.23/1069.21	c  F st 23276   3751564      4871     20827         0    105443     63221   2828541     69.01     63.75
1069.82/1069.82	c  N st 23280   3753601      4871     20827         0    107480     63221   3074757     69.01   no data
1076.32/1076.39	c  N dy 23383   3773623      4871     20827         0    127497     63221   5233577     69.01     74.85
1084.22/1084.22	c  N dy 23511   3793745      4871     20827         0    147616     63221   7397322     69.02     73.26
1093.22/1093.24	c  N dy 23649   3813897      4871     20827         0    167764     63221   9555314     69.03     73.35
1099.72/1099.70	c  N dy 23781   3833902      4871     20827         0    101781     63221   2317243     69.03     73.12
1106.12/1106.12	c  N dy 23903   3853981      4871     20827         0    121859     63221   4489188     69.04     88.56
1113.62/1113.62	c  N dy 24034   3874050      4871     20827         0    141925     63221   6664267     69.05     73.06
1122.22/1122.26	c  N dy 24157   3894141      4871     20827         0    162013     63221   8827340     69.05     72.93
1130.12/1130.11	c  N dy 24284   3914359      4871     20827         0     95239     63221   1524378     69.06     72.84
1136.23/1136.21	c  N dy 24408   3934463      4871     20827         0    115341     63221   3682200     69.06     76.43
1143.42/1143.40	c  N dy 24540   3954468      4871     20827         0    135344     63221   5849726     69.07     72.79
1151.52/1151.59	c  N dy 24667   3974524      4871     20827         0    155394     63221   8025199     69.07     72.84
1160.63/1160.68	c  N dy 24784   3994596      4871     20827         0    175464     63221  10192156     69.07     77.90
1167.42/1167.48	c  N dy 24912   4014631      4871     20827         0    107505     63221   2736012     69.08     73.02
1174.62/1174.65	c  N dy 25037   4034750      4871     20827         0    127620     63221   4920786     69.08     73.46
1182.54/1182.56	c  N dy 25172   4054776      4871     20827         0    147645     63221   7085729     69.09     72.87
1191.33/1191.34	c  N dy 25304   4074791      4871     20827         0    167657     63221   9244007     69.10     75.13
1199.03/1199.01	c  N dy 25429   4094816      4871     20827         0     98688     63221   1690749     69.10     82.37
1205.33/1205.37	c  N dy 25555   4115104      4871     20827         0    118974     63221   3843701     69.10     73.18
1212.73/1212.77	c  N dy 25687   4135312      4871     20827         0    139179     63221   6052688     69.11     73.31
1220.93/1220.99	c  N dy 25785   4155406      4871     20827         0    159269     63221   8198213     69.11     73.58
1230.33/1230.38	c  N dy 25913   4175479      4871     20827         0    179341     63221  10359337     69.11     73.24
1236.44/1236.45	c  N dy 26039   4195573      4871     20827         0    109450     63221   2763248     69.11     74.48
1242.22/1242.23	c  S st 26145   4212894      4871     20827         0    126769     63221   4607248     69.11   no data
1242.42/1242.46	c  S st 26145   4213399      4871     20827         0    127274     63221   4651736     69.11   no data
1242.42/1242.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1242.52/1242.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
1242.52/1242.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1242.52/1242.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1242.52/1242.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1242.52/1242.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4871 time:  0.00 s
1242.52/1242.56	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1242.62/1242.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1242.72/1242.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1246.82/1246.84	c lits-rem:        33  cl-subs:       16  v-elim:      0  v-fix:    0  time:  4.05 s
1246.82/1246.84	c vivif2 --  cl tried    20827 cl shrink        0 lits rem          0 time: 0.00
1246.92/1246.92	c vivif2 --  cl tried   127258 cl shrink        0 lits rem          0 time: 0.08
1247.02/1247.07	c asymm  cl-useful: 0/20827/20827 lits-rem:0 time: 0.15
1247.02/1247.07	c calculated reachability. Time: 0.00
1247.02/1247.07	c  N dy 26145   4213399      4871     20827         0    127258     63221   4648386     69.11   no data
1254.93/1254.93	c  N dy 26270   4233513      4871     20827         0    147370     63221   6826884     69.12     73.17
1263.94/1263.96	c  N dy 26405   4253625      4871     20827         0    167482     63221   9004196     69.13     72.97
1272.63/1272.64	c  N dy 26534   4273870      4871     20827         0     96727     63221   1267859     69.13     73.07
1278.83/1278.81	c  N dy 26666   4293886      4871     20827         0    116741     63221   3447634     69.14     75.11
1286.02/1286.08	c  N dy 26804   4313985      4871     20827         0    136839     63221   5647157     69.15     98.90
1294.43/1294.42	c  N dy 26929   4334375      4871     20827         0    157229     63221   7840035     69.15     73.30

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-3367370-1305381926/watcher-3367370-1305381926 -o /tmp/evaluation-result-3367370-1305381926/solver-3367370-1305381926 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367370-1305381926.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: 1.23 2.55 3.14 4/274 28816
/proc/meminfo: memFree=25733716/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=32080 CPUtime=0 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 1236 0 0 0 0 0 0 0 18 0 1 0 728423206 32849920 1079 33554432000 4194304 4580011 140736227884560 18446744073709551615 4487317 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 8020 1079 323 95 0 3002 0

[startup+0.0952031 s]
/proc/loadavg: 1.23 2.55 3.14 4/274 28816
/proc/meminfo: memFree=25733716/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=35416 CPUtime=0.09 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 2497 0 0 0 9 0 0 0 18 0 1 0 728423206 36265984 1995 33554432000 4194304 4580011 140736227884560 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 8854 1995 364 95 0 3836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35416

[startup+0.100205 s]
/proc/loadavg: 1.23 2.55 3.14 4/274 28816
/proc/meminfo: memFree=25733716/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=35416 CPUtime=0.09 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 2504 0 0 0 9 0 0 0 18 0 1 0 728423206 36265984 2001 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 8854 2001 364 95 0 3836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35416

[startup+0.3002 s]
/proc/loadavg: 1.23 2.55 3.14 4/274 28816
/proc/meminfo: memFree=25733716/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=35416 CPUtime=0.29 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 2717 0 0 0 29 0 0 0 18 0 1 0 728423206 36265984 2214 33554432000 4194304 4580011 140736227884560 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 8854 2214 364 95 0 3836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35416

[startup+0.701118 s]
/proc/loadavg: 1.23 2.55 3.14 4/274 28816
/proc/meminfo: memFree=25733716/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=36652 CPUtime=0.69 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 3338 0 0 0 69 0 0 0 18 0 1 0 728423206 37531648 2172 33554432000 4194304 4580011 140736227884560 18446744073709551615 4316333 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 9163 2172 364 95 0 4145 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36652

[startup+1.50097 s]
/proc/loadavg: 1.23 2.55 3.14 5/287 28835
/proc/meminfo: memFree=25686524/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=37272 CPUtime=1.49 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 4417 0 0 0 149 0 0 0 20 0 1 0 728423206 38166528 2427 33554432000 4194304 4580011 140736227884560 18446744073709551615 4322520 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 9318 2427 364 95 0 4300 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37272

[startup+3.10068 s]
/proc/loadavg: 1.23 2.55 3.14 5/287 28835
/proc/meminfo: memFree=25679232/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=37824 CPUtime=3.09 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 6485 0 0 0 309 0 0 0 25 0 1 0 728423206 38731776 2412 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 9456 2413 365 95 0 4438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37824

[startup+6.3011 s]
/proc/loadavg: 1.45 2.57 3.14 5/287 28835
/proc/meminfo: memFree=25614824/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=53396 CPUtime=6.29 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 13476 0 0 0 627 2 0 0 25 0 1 0 728423206 54677504 6793 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 13349 6793 367 95 0 8331 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 53396

[startup+12.7009 s]
/proc/loadavg: 1.66 2.59 3.14 5/287 28836
/proc/meminfo: memFree=25565268/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=55896 CPUtime=12.69 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 20342 0 0 0 1266 3 0 0 25 0 1 0 728423206 57237504 7133 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 13974 7133 367 95 0 8956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55896

[startup+25.5006 s]
/proc/loadavg: 2.18 2.66 3.16 5/287 28836
/proc/meminfo: memFree=25493216/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=88228 CPUtime=25.49 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 37711 0 0 0 2542 7 0 0 25 0 1 0 728423206 90345472 16178 33554432000 4194304 4580011 140736227884560 18446744073709551615 4316441 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 22057 16178 367 95 0 17039 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88228

[startup+51.1009 s]
/proc/loadavg: 2.80 2.77 3.18 5/287 28837
/proc/meminfo: memFree=25430820/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=99588 CPUtime=51.09 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 59048 0 0 0 5096 13 0 0 25 0 1 0 728423206 101978112 18399 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294357 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 24897 18399 367 95 0 19879 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99588

[startup+102.311 s]
/proc/loadavg: 3.48 2.96 3.22 5/287 28838
/proc/meminfo: memFree=25394280/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=157444 CPUtime=102.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 93708 0 0 0 10209 21 0 0 25 0 1 0 728423206 161222656 24374 33554432000 4194304 4580011 140736227884560 18446744073709551615 4292892 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 39361 24374 367 95 0 34343 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157444

[startup+162.301 s]
/proc/loadavg: 3.81 3.14 3.27 5/287 28840
/proc/meminfo: memFree=25301112/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=187872 CPUtime=162.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 132256 0 0 0 16200 30 0 0 25 0 1 0 728423206 192380928 31605 33554432000 4194304 4580011 140736227884560 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 46968 31605 367 95 0 41950 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 187872

[startup+222.301 s]
/proc/loadavg: 4.04 3.33 3.32 5/287 28841
/proc/meminfo: memFree=25272804/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=189144 CPUtime=222.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 164618 0 0 0 22189 41 0 0 25 0 1 0 728423206 193683456 32596 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 47286 32596 367 95 0 42268 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 189144

[startup+282.301 s]
/proc/loadavg: 4.06 3.46 3.37 5/287 28843
/proc/meminfo: memFree=25239656/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=170972 CPUtime=282.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 197230 0 0 0 28177 53 0 0 25 0 1 0 728423206 175075328 35779 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 42743 35779 367 95 0 37725 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 170972

[startup+342.301 s]
/proc/loadavg: 4.07 3.57 3.41 5/287 28845
/proc/meminfo: memFree=25192264/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=217268 CPUtime=342.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 225563 0 0 0 34169 61 0 0 25 0 1 0 728423206 222482432 38479 33554432000 4194304 4580011 140736227884560 18446744073709551615 4321090 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 54317 38479 367 95 0 49299 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 217268

[startup+402.301 s]
/proc/loadavg: 4.02 3.65 3.44 5/287 28846
/proc/meminfo: memFree=25195704/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=218120 CPUtime=402.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 252160 0 0 0 40161 69 0 0 25 0 1 0 728423206 223354880 37518 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 54530 37518 367 95 0 49512 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 218120

[startup+462.301 s]
/proc/loadavg: 4.01 3.71 3.47 5/287 28848
/proc/meminfo: memFree=25179908/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=218812 CPUtime=462.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 277390 0 0 0 46154 76 0 0 25 0 1 0 728423206 224063488 40924 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 54703 40924 367 95 0 49685 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 218812

[startup+522.301 s]
/proc/loadavg: 4.00 3.76 3.50 5/287 28849
/proc/meminfo: memFree=25150368/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=171624 CPUtime=522.31 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 302622 0 0 0 52148 83 0 0 25 0 1 0 728423206 175742976 35155 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 42906 35155 367 95 0 37888 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 171624

[startup+582.301 s]
/proc/loadavg: 4.00 3.80 3.53 5/287 28851
/proc/meminfo: memFree=25166832/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=220536 CPUtime=582.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 325478 0 0 0 58141 89 0 0 25 0 1 0 728423206 225828864 41943 33554432000 4194304 4580011 140736227884560 18446744073709551615 4295871 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 55134 41943 367 95 0 50116 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 220536

[startup+642.301 s]
/proc/loadavg: 4.00 3.83 3.56 5/287 28853
/proc/meminfo: memFree=25156760/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=221148 CPUtime=642.32 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 348966 0 0 0 64135 97 0 0 25 0 1 0 728423206 226455552 40259 33554432000 4194304 4580011 140736227884560 18446744073709551615 4293176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 55287 40259 367 95 0 50269 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 221148

[startup+702.301 s]
/proc/loadavg: 4.00 3.86 3.58 5/287 28854
/proc/meminfo: memFree=25161556/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=174140 CPUtime=702.3 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 370784 0 0 0 70128 102 0 0 25 0 1 0 728423206 178319360 35949 33554432000 4194304 4580011 140736227884560 18446744073709551615 4321094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 43535 35950 367 95 0 38517 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 174140

[startup+762.311 s]
/proc/loadavg: 4.11 3.91 3.62 5/287 28856
/proc/meminfo: memFree=25127792/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=223932 CPUtime=762.32 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 392450 0 0 0 76123 109 0 0 25 0 1 0 728423206 229306368 39543 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 55983 39543 367 95 0 50965 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 223932

[startup+822.301 s]
/proc/loadavg: 4.10 3.94 3.64 6/287 28857
/proc/meminfo: memFree=25112624/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=224392 CPUtime=822.31 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 412496 0 0 0 82114 117 0 0 25 0 1 0 728423206 229777408 41084 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 56098 41084 367 95 0 51080 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 224392

[startup+882.301 s]
/proc/loadavg: 4.10 3.96 3.67 5/287 28859
/proc/meminfo: memFree=25025788/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=270212 CPUtime=882.32 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 440899 0 0 0 88107 125 0 0 25 0 1 0 728423206 276697088 50519 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 67553 50519 367 95 0 62535 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 270212

[startup+942.301 s]
/proc/loadavg: 4.04 3.97 3.68 5/287 28861
/proc/meminfo: memFree=25030700/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=270660 CPUtime=942.32 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 461448 0 0 0 94100 132 0 0 25 0 1 0 728423206 277155840 51587 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 67665 51587 367 95 0 62647 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 270660

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.70 5/287 28862
/proc/meminfo: memFree=25010696/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=271096 CPUtime=1002.31 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 480189 0 0 0 100092 139 0 0 25 0 1 0 728423206 277602304 50356 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 67774 50356 367 95 0 62756 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 271096

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.72 5/287 28864
/proc/meminfo: memFree=24926588/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=297148 CPUtime=1062.32 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 501383 0 0 0 106087 145 0 0 25 0 1 0 728423206 304279552 61384 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 74287 61384 367 95 0 69269 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 297148

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.73 5/287 28865
/proc/meminfo: memFree=24933972/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=297636 CPUtime=1122.32 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 521247 0 0 0 112080 152 0 0 25 0 1 0 728423206 304779264 60601 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 74409 60601 367 95 0 69391 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 297636

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/287 28867
/proc/meminfo: memFree=24938892/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=298048 CPUtime=1182.33 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 540590 0 0 0 118073 160 0 0 25 0 1 0 728423206 305201152 58782 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 74512 58782 367 95 0 69494 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 298048

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.76 5/287 28869
/proc/meminfo: memFree=24955704/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=298468 CPUtime=1242.32 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 559793 0 0 0 124067 165 0 0 25 0 1 0 728423206 305631232 56380 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 74617 56380 367 95 0 69599 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 298468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.77 5/287 28870
/proc/meminfo: memFree=24919072/32951124 swapFree=67083432/67111528
[pid=28816] ppid=28813 vsize=298664 CPUtime=1300.03 cores=0,2
/proc/28816/stat : 28816 (strangenight2-s) R 28813 28816 28380 0 -1 4202496 575403 0 0 0 129833 170 0 0 25 0 1 0 728423206 305831936 61012 33554432000 4194304 4580011 140736227884560 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28816/statm: 74666 61012 367 95 0 69648 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 298664

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.34
CPU system time (s): 1.72174
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 311604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.34
system time used= 1.72174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575403
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= 19
involuntary context switches= 16132

runsolver used 3.9304 second user time and 7.48086 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 16:05:26
IDJOB=3367370
IDBENCH=82579
IDSOLVER=1845
FILE ID=node110/3367370-1305381926
RUNJOBID= node110-1305381926-28792
PBS_JOBID= 13324392
Free space on /tmp= 73592 MiB

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

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

MD5SUM BENCH= 99649f8478aeec246b4c83e11dce9c4a
RANDOM SEED=208178129

node110.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25733756 kB
Buffers:        262020 kB
Cached:        3477316 kB
SwapCached:       1440 kB
Active:        4234440 kB
Inactive:      2652428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25733756 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           11848 kB
Writeback:           0 kB
AnonPages:     3146300 kB
Mapped:          22552 kB
Slab:           246268 kB
PageTables:      20780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46105128 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= 73568 MiB
End job on node110 at 2011-05-14 16:27:08