Trace number 3367299

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.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
MD5SUM0d0abbf84f73b4226aa3bedf08367d2e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.591
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3367299-1305380556.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.09/0.11	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.09/0.11	c -- vars added      35000
0.09/0.11	c Parsing time:  0.10 s
0.09/0.11	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data
0.19/0.24	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.14
0.19/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
0.29/0.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.38/0.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.38/0.41	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.59/0.64	c lits-rem:         0  cl-subs:        0  v-elim:    865  v-fix:    0  time:  0.22 s
0.59/0.65	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.70	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.69/0.70	c calculated reachability. Time: 0.00
0.69/0.71	c Calc default polars -  time:   0.01 s pos:   15676 undec:    3924 neg:   15400
0.69/0.71	c =========================================================================================
0.69/0.71	c types(t): F = full restart, N = normal restart
0.69/0.71	c types(t): S = simplification begin/end, E = solution found
0.69/0.71	c restart types(rt): st = static, dy = dynamic
0.69/0.71	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.71	c  B st     0         0     34135    145973         0         0    443162         0   no data   no data
2.59/2.61	c  N dy    18      4093     34135    145973         0      4092    443162   1186652    173.74    185.48
4.59/4.62	c  N dy    45      8320     34135    145973         0      8319    443162   2283827    168.98    178.41
6.50/6.58	c  N dy    72     12433     34135    145973         0     12431    443162   3357004    168.51    177.39
8.49/8.58	c  N dy    99     16502     34135    145973         0     16500    443162   4401497    167.89    192.14
10.59/10.69	c  N dy   127     20679     34135    145973         0     10679    443162    847708    167.49    188.16
12.69/12.78	c  F st   158     25000     34135    145973         0     15000    443162   1967657    168.09    166.15
12.79/12.83	c  N st   158     25000     34135    145973         0     15000    443162   1967657    168.09    166.15
15.30/15.38	c  N dy   164     30002     34135    145973         0     20001    443162   3660340    168.09   no data
15.30/15.38	c  S st   164     30002     34135    145973         0     20001    443162   3660340    168.09   no data
15.59/15.63	c  S st   164     30508     34135    145973         0     20507    443162   3760085    168.09   no data
15.59/15.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15.69/15.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
15.69/15.80	c blocked clauses removed:      731 vars:    121 tried:       34135 T: 0.02 s
15.79/15.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
15.79/15.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.79/15.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34014 time:  0.01 s
15.79/15.84	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
15.99/16.00	c lits-rem:         0  cl-subs:        0  v-elim:     23  v-fix:    0  time:  0.16 s
16.29/16.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.18/17.26	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.91 s
17.38/17.44	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.17
17.38/17.45	c calculated reachability. Time: 0.00
17.38/17.45	c  N dy   164     30508     33991    145221         0     20175    441067   3602757    168.09   no data
19.39/19.44	c  N dy   190     34524     33991    145221         0     24191    441067   4620522    167.69    180.87
21.39/21.48	c  N dy   216     38538     33991    145221         0     28205    441067   5634496    167.42    176.32
23.49/23.58	c  N dy   245     42583     33991    145221         0     16916    441067   1197177    167.75    178.78
25.09/25.14	c  S st   265     45762     33991    145221         0     20095    441067   1990537    167.48    153.00
25.30/25.38	c  S st   265     46263     33991    145221         0     20596    441067   2072702    167.48   no data
25.30/25.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25.39/25.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
25.49/25.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.49/25.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.49/25.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.49/25.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
25.49/25.57	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
25.59/25.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
25.79/25.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
26.09/26.13	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.28 s
26.09/26.16	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.02
26.09/26.19	c vivif2 --  cl tried    20595 cl shrink        0 lits rem          0 time: 0.03
26.30/26.37	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.18
26.30/26.38	c calculated reachability. Time: 0.00
26.30/26.38	c  N dy   265     46263     33991    145221         0     20595    441067   2072558    167.48   no data
28.39/28.44	c  N dy   293     50368     33991    145221         0     24700    441067   3081279    166.84    185.38
30.39/30.48	c  N dy   319     54426     33991    145221         0     28758    441067   4152307    166.99    185.32
32.59/32.62	c  N dy   346     58519     33991    145221         0     32851    441067   5225365    167.15    179.54
34.79/34.87	c  N dy   377     62694     33991    145221         0     37026    441067   6305438    167.42    179.16
36.89/36.93	c  N dy   405     66739     33991    145221         0     22406    441067   1753921    167.65    202.93
38.19/38.25	c  S st   423     69396     33991    145221         0     25063    441067   2417483    167.61   no data
38.51/38.51	c  S st   423     69897     33991    145221         0     25564    441067   2518411    167.61   no data
38.51/38.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38.59/38.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
38.59/38.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.59/38.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
38.59/38.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
38.69/38.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
38.69/38.71	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
38.79/38.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
38.99/39.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
39.39/39.45	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.42 s
39.39/39.47	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.02
39.50/39.51	c vivif2 --  cl tried    25559 cl shrink        0 lits rem          0 time: 0.04
39.68/39.70	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.18
39.68/39.71	c calculated reachability. Time: 0.00
39.68/39.71	c  N dy   423     69897     33991    145221         0     25559    441067   2516048    167.61   no data
41.70/41.80	c  N dy   455     74436     33991    145221         0     30098    441067   3693397    167.81    247.88
43.79/43.80	c  N dy   489     79251     33991    145221         0     34913    441067   4899559    167.75    177.67
45.89/45.92	c  N dy   524     84345     33991    145221         0     40007    441067   6207267    167.59    179.04
47.09/47.19	c  F st   541     87500     33991    145221         0     22329    441067   1082345    167.28   no data
48.59/48.67	c  N st   546     90796     33991    145221         0     25625    441067   2456903    167.28   no data
51.09/51.15	c  N dy   575     96781     33991    145221         0     31610    441067   4400323    167.32    183.68
53.59/53.69	c  N dy   614    102971     33991    145221         0     37800    441067   5959806    167.01    179.35
54.39/54.46	c  S st   628    104845     33991    145221         0     39674    441067   6431969    167.03    167.01
54.59/54.67	c  S st   628    105354     33991    145221         0     40183    441067   6520743    167.03   no data
54.59/54.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
54.69/54.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
54.79/54.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.79/54.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.79/54.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.79/54.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
54.79/54.85	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
54.90/55.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
55.29/55.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56.89/56.97	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.59 s
56.89/56.99	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.02
56.99/57.09	c vivif2 --  cl tried    40178 cl shrink        0 lits rem          0 time: 0.10
57.20/57.28	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.18
57.20/57.29	c calculated reachability. Time: 0.00
57.20/57.29	c  N dy   628    105354     33991    145221         0     40178    441067   6517839    167.03   no data
60.29/60.38	c  N dy   675    112185     33991    145221         0     24591    441067   1246097    167.08    179.98
63.39/63.49	c  N dy   725    119397     33991    145221         0     31801    441067   3073845    167.05    177.61
66.79/66.87	c  N dy   786    127095     33991    145221         0     39499    441067   5105307    167.43    176.53
70.69/70.72	c  N dy   844    135234     33991    145221         0     23931    441067    689058    167.71    185.25
74.19/74.27	c  N dy   902    143866     33991    145221         0     32563    441067   2948257    167.75    176.92
78.20/78.25	c  N dy   968    153117     33991    145221         0     41814    441067   5382483    168.03    188.40
80.30/80.36	c  S st   998    158032     33991    145221         0     46729    441067   6642586    168.04   no data
80.49/80.59	c  S st   998    158537     33991    145221         0     47234    441067   6756912    168.04   no data
80.59/80.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
80.69/80.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.09
80.69/80.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.69/80.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
80.69/80.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
80.69/80.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
80.69/80.78	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
80.89/80.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
81.19/81.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.50/83.52	c lits-rem:         9  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.22 s
83.50/83.54	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
83.60/83.64	c vivif2 --  cl tried    47231 cl shrink        0 lits rem          0 time: 0.10
83.79/83.82	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.18
83.79/83.83	c calculated reachability. Time: 0.00
83.79/83.83	c  N dy   998    158537     33991    145221         0     47231    441067   6755510    168.04   no data
88.19/88.23	c  N dy  1066    168681     33991    145221         0     32522    441067   2604528    168.11    196.91
93.19/93.27	c  N dy  1148    179608     33991    145221         0     43448    441067   5468575    168.42    181.87
98.49/98.51	c  N dy  1223    191145     33991    145221         0     29059    441067   1387866    168.38    177.64
103.69/103.77	c  N dy  1308    203361     33991    145221         0     41275    441067   4589201    168.66    177.70
109.40/109.47	c  N dy  1395    216452     33991    145221         0     27404    441067    662087    168.65    178.31
115.30/115.39	c  N dy  1490    230457     33991    145221         0     41409    441067   4348809    168.77    177.78
118.59/118.62	c  S st  1543    237806     33991    145221         0     48757    441067   6300322    168.95   no data
118.80/118.86	c  S st  1543    238311     33991    145221         0     49262    441067   6395798    168.95   no data
118.80/118.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
118.89/118.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
118.99/119.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
118.99/119.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
118.99/119.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
118.99/119.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
118.99/119.06	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
119.19/119.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
119.49/119.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
121.69/121.79	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.26 s
121.79/121.81	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
121.89/121.91	c vivif2 --  cl tried    49258 cl shrink        0 lits rem          0 time: 0.10
122.00/122.09	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.19
122.00/122.10	c calculated reachability. Time: 0.00
122.00/122.10	c  N dy  1543    238311     33991    145221         0     49258    441067   6394023    168.95   no data
128.61/128.67	c  N dy  1642    253522     33991    145221         0     36486    441067   2681738    168.96    180.66
136.09/136.11	c  N dy  1749    269725     33991    145221         0     52688    441067   6891025    168.95    185.18
144.00/144.01	c  N dy  1869    287008     33991    145221         0     40982    441067   3707298    169.14    179.16
152.19/152.29	c  N dy  1997    305357     33991    145221         0     59328    441067   8450256    169.19    182.55
152.69/152.73	c  F st  2003    306251     33991    145221         0     30229    441067    563193    169.16    141.66
160.80/160.80	c  N dy  2098    324882     33991    145221         0     48858    441067   5856223    169.10    181.82
169.49/169.56	c  N dy  2241    344952     33991    145221         0     37933    441067   2326063    169.24    178.67
174.91/174.94	c  S st  2325    357467     33991    145221         0     50447    441067   5533069    169.20   no data
175.10/175.17	c  S st  2325    357974     33991    145221         0     50954    441067   5619678    169.20   no data
175.10/175.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
175.20/175.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
175.30/175.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.30/175.33	c bin-w-bin subsume rem            0 bins  time:  0.01 s
175.30/175.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
175.30/175.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
175.30/175.37	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
175.50/175.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
175.70/175.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
177.80/177.80	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.02 s
177.80/177.82	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
177.90/177.90	c vivif2 --  cl tried    50953 cl shrink        0 lits rem          0 time: 0.09
178.00/178.10	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.19
178.11/178.11	c calculated reachability. Time: 0.00
178.11/178.11	c  N dy  2325    357974     33991    145221         0     50953    441067   5619424    169.20   no data
187.00/187.01	c  N dy  2454    378057     33991    145221         0     39038    441067   2313750    169.10    182.10
196.30/196.30	c  N dy  2586    398079     33991    145221         0     59058    441067   7435639    168.98    184.83
205.89/205.93	c  N dy  2725    418178     33991    145221         0     46162    441067   3949427    169.04    208.12
215.20/215.29	c  N dy  2862    438256     33991    145221         0     66239    441067   9227664    169.10    181.17
224.10/224.14	c  N dy  3007    458319     33991    145221         0     52300    441067   5363550    169.27    242.79
233.39/233.40	c  N dy  3147    478496     33991    145221         0     37486    441067   1155537    169.36    179.40
242.29/242.35	c  N dy  3292    498639     33991    145221         0     57627    441067   6438632    169.45    180.14
251.40/251.44	c  N dy  3428    518714     33991    145221         0     41696    441067   1946188    169.47    181.09
259.39/259.40	c  S st  3551    536961     33991    145221         0     59941    441067   6652055    169.45    144.15
259.61/259.65	c  S st  3551    537462     33991    145221         0     60442    441067   6741407    169.45   no data
259.61/259.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
259.69/259.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.10
259.79/259.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
259.79/259.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
259.79/259.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
259.79/259.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
259.79/259.85	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
259.99/260.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
260.29/260.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
263.19/263.26	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.92 s
263.19/263.27	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
263.29/263.37	c vivif2 --  cl tried    60437 cl shrink        0 lits rem          0 time: 0.10
263.49/263.57	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.20
263.49/263.58	c calculated reachability. Time: 0.00
263.49/263.58	c  N dy  3551    537462     33991    145221         0     60437    441067   6739693    169.45   no data
272.81/272.87	c  N dy  3694    557611     33991    145221         0     43587    441067   2145454    169.49    183.09
281.90/281.95	c  N dy  3826    577628     33991    145221         0     63604    441067   7282268    169.48    208.74
291.20/291.24	c  N dy  3963    597736     33991    145221         0     45712    441067   2516400    169.55    182.69
300.50/300.51	c  N dy  4094    617853     33991    145221         0     65829    441067   7770162    169.54    180.58
309.89/309.99	c  N dy  4232    637913     33991    145221         0     46891    441067   2582390    169.60    179.81
319.20/319.25	c  N dy  4370    657948     33991    145221         0     66923    441067   7763655    169.67    178.87
328.99/329.03	c  N dy  4514    678172     33991    145221         0     47149    441067   2423430    169.78    179.46
338.30/338.39	c  N dy  4651    698287     33991    145221         0     67263    441067   7690001    169.83    183.61
348.10/348.10	c  N dy  4790    718327     33991    145221         0     46305    441067   1877551    169.81    205.10
357.30/357.38	c  N dy  4928    738388     33991    145221         0     66362    441067   7110772    169.84    203.66
367.20/367.30	c  N dy  5067    758420     33991    145221         0     44399    441067   1117094    169.87    183.61
376.90/376.98	c  N dy  5206    778482     33991    145221         0     64461    441067   6423943    169.92    180.07
387.00/387.02	c  N dy  5344    798557     33991    145221         0     84535    441067  11660310    169.94    188.75
390.60/390.62	c  S st  5398    806193     33991    145221         0     49173    441067   2088447    169.94   no data
390.80/390.85	c  S st  5398    806695     33991    145221         0     49675    441067   2182993    169.94   no data
390.80/390.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
390.90/390.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
391.00/391.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
391.00/391.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
391.00/391.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
391.00/391.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
391.00/391.04	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
391.10/391.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
391.20/391.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
391.90/391.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.68 s
391.90/391.98	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
392.00/392.02	c vivif2 --  cl tried    49675 cl shrink        0 lits rem          0 time: 0.03
392.20/392.21	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.19
392.20/392.22	c calculated reachability. Time: 0.00
392.20/392.22	c  N dy  5398    806695     33991    145221         0     49675    441067   2182993    169.94   no data
401.80/401.86	c  N dy  5547    826763     33991    145221         0     69743    441067   7546797    170.08    182.55
412.10/412.10	c  N dy  5689    846768     33991    145221         0     45748    441067   1001084    170.17    186.74
421.51/421.54	c  N dy  5828    866802     33991    145221         0     65781    441067   6224851    170.21    198.36
431.51/431.57	c  N dy  5963    886893     33991    145221         0     85869    441067  11511403    170.27    185.09
441.20/441.25	c  N dy  6099    906948     33991    145221         0     60923    441067   4674260    170.30    189.40
451.20/451.29	c  N dy  6234    927025     33991    145221         0     80998    441067   9920902    170.29    187.60
461.40/461.49	c  N dy  6373    947142     33991    145221         0     55118    441067   2859534    170.29    181.61
471.20/471.22	c  N dy  6513    967155     33991    145221         0     75130    441067   8119265    170.31    185.25
481.61/481.68	c  N dy  6651    987227     33991    145221         0     48204    441067    838893    170.34    201.56
491.20/491.21	c  N dy  6783   1007380     33991    145221         0     68355    441067   6069224    170.32    181.76
501.41/501.48	c  N dy  6917   1027511     33991    145221         0     88485    441067  11306440    170.30    183.27
511.30/511.37	c  N dy  7054   1047537     33991    145221         0     60516    441067   3794116    170.30    183.76
521.31/521.31	c  N dy  7190   1067615     33991    145221         0     80594    441067   9074613    170.30    185.23
523.52/523.54	c  F st  7221   1071876     33991    145221         0     84855    441067  10156669    170.29   no data
531.90/531.92	c  N dy  7302   1087695     33991    145221         0     51676    441067   1253449    170.30    180.16
541.60/541.66	c  N dy  7436   1107793     33991    145221         0     71773    441067   6566847    170.31    182.68
552.41/552.40	c  N dy  7571   1128485     33991    145221         0     92461    441067  12120556    170.34    180.44
562.50/562.53	c  N dy  7705   1148551     33991    145221         0     62534    441067   3763556    170.32    181.12
572.61/572.67	c  N dy  7844   1168771     33991    145221         0     82753    441067   9092821    170.35    179.55
583.31/583.35	c  N dy  7976   1188850     33991    145221         0     51833    441067    762261    170.37    231.57
593.21/593.20	c  N dy  8122   1208932     33991    145221         0     71914    441067   6136784    170.43    189.07
593.71/593.75	c  S st  8129   1210042     33991    145221         0     73024    441067   6416366    170.42   no data
594.02/594.03	c  S st  8129   1210543     33991    145221         0     73525    441067   6522746    170.42   no data
594.02/594.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
594.11/594.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.12
594.21/594.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
594.21/594.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
594.21/594.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
594.21/594.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
594.21/594.25	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
594.41/594.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
594.71/594.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
598.11/598.15	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.40 s
598.11/598.17	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.01
598.21/598.27	c vivif2 --  cl tried    73522 cl shrink        0 lits rem          0 time: 0.10
598.51/598.50	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.22
598.51/598.51	c calculated reachability. Time: 0.00
598.51/598.51	c  N dy  8129   1210543     33991    145221         0     73522    441067   6522290    170.42   no data
609.11/609.13	c  N dy  8271   1230635     33991    145221         0     93614    441067  11788184    170.45    179.48
619.60/619.64	c  N dy  8410   1250980     33991    145221         0     61963    441067   3183029    170.47    180.23
629.71/629.79	c  N dy  8547   1271076     33991    145221         0     82059    441067   8492338    170.51    191.88
640.61/640.63	c  N dy  8687   1291154     33991    145221         0    102137    441067  13778037    170.52    189.92
650.61/650.67	c  N dy  8818   1311285     33991    145221         0     69264    441067   4736462    170.49    181.89
661.02/661.05	c  N dy  8963   1331372     33991    145221         0     89350    441067  10116333    170.55    180.65
671.91/671.91	c  N dy  9094   1351373     33991    145221         0     55351    441067    909371    170.55    183.45
681.92/681.92	c  N dy  9233   1371869     33991    145221         0     75846    441067   6294017    170.57    182.82
692.51/692.53	c  N dy  9371   1391882     33991    145221         0     95858    441067  11570318    170.59    183.18
703.21/703.25	c  N dy  9506   1411967     33991    145221         0     60945    441067   2091696    170.59    180.00
713.41/713.41	c  N dy  9640   1432068     33991    145221         0     81044    441067   7444332    170.61    179.86
723.91/723.97	c  N dy  9766   1452197     33991    145221         0    101172    441067  12662067    170.58    183.15
734.41/734.49	c  N dy  9898   1472262     33991    145221         0     65239    441067   3012730    170.61    180.01
744.62/744.65	c  N dy 10025   1492443     33991    145221         0     85420    441067   8183209    170.57    182.85
755.41/755.45	c  N dy 10158   1512542     33991    145221         0    105518    441067  13432897    170.56    181.21
766.11/766.12	c  N dy 10292   1532677     33991    145221         0     68650    441067   3640828    170.57    179.75
776.21/776.29	c  N dy 10416   1552764     33991    145221         0     88736    441067   8813058    170.54    181.09
787.31/787.38	c  N dy 10549   1572770     33991    145221         0    108740    441067  14043061    170.53    217.42
797.81/797.80	c  N dy 10686   1592797     33991    145221         0     70777    441067   3942369    170.53    196.71
808.31/808.32	c  N dy 10828   1612863     33991    145221         0     90843    441067   9297506    170.57    183.28
819.21/819.29	c  N dy 10959   1632901     33991    145221         0    110880    441067  14545361    170.59    182.58
829.92/829.91	c  N dy 11094   1653053     33991    145221         0     72026    441067   3918197    170.57    182.71
840.43/840.44	c  N dy 11232   1673110     33991    145221         0     92081    441067   9288349    170.59    260.64
851.72/851.72	c  N dy 11373   1693246     33991    145221         0    112216    441067  14567089    170.61    181.45
860.92/860.98	c  S st 11493   1710543     33991    145221         0     69519    441067   3078356    170.61    161.66
861.23/861.26	c  S st 11493   1711047     33991    145221         0     70023    441067   3179395    170.61   no data
861.23/861.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
861.33/861.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.11
861.42/861.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
861.42/861.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
861.42/861.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
861.42/861.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
861.42/861.47	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
861.62/861.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
861.72/861.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
863.72/863.72	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.93 s
863.72/863.74	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.02
863.72/863.79	c vivif2 --  cl tried    70019 cl shrink        0 lits rem          0 time: 0.05
864.02/864.01	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.22
864.02/864.02	c calculated reachability. Time: 0.00
864.02/864.02	c  N dy 11493   1711047     33991    145221         0     70019    441067   3178380    170.61   no data
874.42/874.49	c  N dy 11630   1731169     33991    145221         0     90141    441067   8432630    170.61    180.20
885.61/885.66	c  N dy 11767   1751446     33991    145221         0    110418    441067  13859721    170.65    185.51
896.72/896.70	c  N dy 11905   1771490     33991    145221         0     69457    441067   2819175    170.66    181.51
906.92/906.96	c  N dy 12040   1791495     33991    145221         0     89461    441067   8053681    170.68    202.67
917.91/917.92	c  N dy 12168   1811626     33991    145221         0    109590    441067  13321959    170.67    180.72
929.12/929.15	c  N dy 12305   1831714     33991    145221         0     67683    441067   2090959    170.69    180.88
939.52/939.56	c  N dy 12447   1851795     33991    145221         0     87763    441067   7384554    170.72    182.45
950.72/950.70	c  N dy 12587   1871877     33991    145221         0    107841    441067  12657402    170.73    180.97
962.12/962.18	c  N dy 12723   1892047     33991    145221         0     65015    441067   1127070    170.73    179.89
972.62/972.60	c  N dy 12871   1912144     33991    145221         0     85110    441067   6585271    170.80    187.89
983.43/983.48	c  N dy 13001   1932327     33991    145221         0    105292    441067  11818060    170.78    181.88
995.22/995.20	c  N dy 13134   1952489     33991    145221         0    125454    441067  17078248    170.77    181.93
1006.12/1006.18	c  N dy 13274   1972693     33991    145221         0     81660    441067   5271972    170.79    182.44
1016.82/1016.83	c  N dy 13408   1992767     33991    145221         0    101732    441067  10518864    170.79    236.95
1028.32/1028.30	c  N dy 13534   2012884     33991    145221         0    121848    441067  15736878    170.75    186.58
1039.23/1039.28	c  N dy 13674   2032913     33991    145221         0     76882    441067   3723258    170.77    181.66
1049.82/1049.85	c  N dy 13809   2053022     33991    145221         0     96991    441067   9057228    170.79    179.94
1061.32/1061.38	c  N dy 13953   2073047     33991    145221         0    117014    441067  14348865    170.81    186.17
1072.82/1072.85	c  N dy 14094   2093052     33991    145221         0     71029    441067   1921403    170.86    180.57
1083.33/1083.34	c  N dy 14231   2113127     33991    145221         0     91103    441067   7246175    170.87    180.82
1094.43/1094.51	c  N dy 14370   2133155     33991    145221         0    111128    441067  12501596    170.88    180.92
1106.32/1106.35	c  N dy 14502   2153298     33991    145221         0    131271    441067  17848770    170.89    186.09
1116.92/1116.91	c  N dy 14625   2173374     33991    145221         0     84354    441067   5025435    170.85    182.95
1127.62/1127.65	c  N dy 14757   2193482     33991    145221         0    104462    441067  10274914    170.85    181.96
1137.82/1137.86	c  S st 14877   2211051     33991    145221         0    122028    441067  14911550    170.85   no data
1138.12/1138.19	c  S st 14877   2211554     33991    145221         0    122531    441067  15005882    170.85   no data
1138.22/1138.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1138.32/1138.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.16
1138.43/1138.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1138.43/1138.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1138.43/1138.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1138.43/1138.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33991 time:  0.01 s
1138.43/1138.47	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
1138.72/1138.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1139.53/1139.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1146.92/1146.92	c lits-rem:         2  cl-subs:        9  v-elim:      0  v-fix:    0  time:  7.36 s
1146.92/1146.94	c vivif2 --  cl tried   145221 cl shrink        0 lits rem          0 time: 0.02
1147.12/1147.17	c vivif2 --  cl tried   122522 cl shrink        0 lits rem          0 time: 0.23
1147.42/1147.47	c asymm  cl-useful: 0/145221/145221 lits-rem:0 time: 0.30
1147.42/1147.48	c calculated reachability. Time: 0.00
1147.42/1147.48	c  N dy 14877   2211554     33991    145221         0    122522    441067  15001499    170.85   no data
1159.02/1159.00	c  N dy 15013   2231700     33991    145221         0     74666    441067   2332708    170.85    180.12
1169.93/1169.90	c  N dy 15150   2251917     33991    145221         0     94878    441067   7692538    170.87    185.13
1181.52/1181.51	c  N dy 15284   2272167     33991    145221         0    115128    441067  13037906    170.88    180.77
1193.43/1193.50	c  N dy 15431   2292342     33991    145221         0    135302    441067  18382953    170.90    182.04
1204.12/1204.15	c  N dy 15562   2312452     33991    145221         0     86416    441067   5133152    170.88    183.67
1215.12/1215.19	c  N dy 15700   2332529     33991    145221         0    106492    441067  10412829    170.90    180.30
1226.72/1226.72	c  N dy 15834   2352591     33991    145221         0    126553    441067  15668752    170.90    182.41
1238.32/1238.37	c  N dy 15972   2372607     33991    145221         0     76573    441067   2411917    170.91    183.92
1248.93/1248.98	c  N dy 16110   2392635     33991    145221         0     96599    441067   7610502    170.91    181.44
1260.32/1260.30	c  N dy 16248   2412688     33991    145221         0    116649    441067  12904472    170.92    188.73
1272.32/1272.37	c  N dy 16380   2432741     33991    145221         0    136702    441067  18072921    170.90    187.25
1283.32/1283.39	c  N dy 16519   2452922     33991    145221         0     85891    441067   4560039    170.91    190.81
1294.42/1294.46	c  N dy 16659   2473124     33991    145221         0    106093    441067   9940623    170.92    179.94

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-3367299-1305380556/watcher-3367299-1305380556 -o /tmp/evaluation-result-3367299-1305380556/solver-3367299-1305380556 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367299-1305380556.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: 4.19 4.04 3.13 5/359 13428
/proc/meminfo: memFree=22048660/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=27756 CPUtime=0 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 2377 0 0 0 0 0 0 0 24 0 1 0 649656070 28422144 1826 33554432000 4194304 4580011 140734506618272 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 6939 1828 322 95 0 1921 0

[startup+0.070613 s]
/proc/loadavg: 4.19 4.04 3.13 5/359 13428
/proc/meminfo: memFree=22048660/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=48344 CPUtime=0.06 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 6003 0 0 0 6 0 0 0 24 0 1 0 649656070 49504256 4904 33554432000 4194304 4580011 140734506618272 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 12086 4905 324 95 0 7068 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48344

[startup+0.100599 s]
/proc/loadavg: 4.19 4.04 3.13 5/359 13428
/proc/meminfo: memFree=22048660/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=48740 CPUtime=0.09 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 6473 0 0 0 9 0 0 0 24 0 1 0 649656070 49909760 5374 33554432000 4194304 4580011 140734506618272 18446744073709551615 230808826565 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 12185 5375 324 95 0 7167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48740

[startup+0.300561 s]
/proc/loadavg: 4.19 4.04 3.13 5/359 13428
/proc/meminfo: memFree=22048660/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=53936 CPUtime=0.29 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 7171 0 0 0 29 0 0 0 25 0 1 0 649656070 55230464 6072 33554432000 4194304 4580011 140734506618272 18446744073709551615 230808826565 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 13484 6077 344 95 0 8466 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53936

[startup+0.700491 s]
/proc/loadavg: 4.19 4.04 3.13 5/359 13428
/proc/meminfo: memFree=22048660/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=76000 CPUtime=0.69 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 13663 0 0 0 68 1 0 0 25 0 1 0 649656070 77824000 11598 33554432000 4194304 4580011 140734506618272 18446744073709551615 4473172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 19000 11598 360 95 0 13982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76000

[startup+1.50034 s]
/proc/loadavg: 4.19 4.04 3.13 5/360 13429
/proc/meminfo: memFree=21922452/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=76000 CPUtime=1.49 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 14140 0 0 0 148 1 0 0 25 0 1 0 649656070 77824000 12075 33554432000 4194304 4580011 140734506618272 18446744073709551615 4316333 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 19000 12075 364 95 0 13982 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76000

[startup+3.10105 s]
/proc/loadavg: 4.19 4.04 3.13 5/360 13429
/proc/meminfo: memFree=21877688/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=108816 CPUtime=3.09 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 15099 0 0 0 308 1 0 0 25 0 1 0 649656070 111427584 13034 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 27204 13034 364 95 0 22186 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108816

[startup+6.30047 s]
/proc/loadavg: 4.18 4.04 3.13 5/360 13429
/proc/meminfo: memFree=21609228/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=108816 CPUtime=6.29 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 16831 0 0 0 627 2 0 0 25 0 1 0 649656070 111427584 14766 33554432000 4194304 4580011 140734506618272 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 27204 14766 364 95 0 22186 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108816

[startup+12.7003 s]
/proc/loadavg: 4.16 4.04 3.14 5/360 13429
/proc/meminfo: memFree=21275424/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=83396 CPUtime=12.69 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 21671 0 0 0 1266 3 0 0 25 0 1 0 649656070 85397504 13487 33554432000 4194304 4580011 140734506618272 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 20849 13487 364 95 0 15831 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83396

[startup+25.501 s]
/proc/loadavg: 4.13 4.04 3.15 5/360 13430
/proc/meminfo: memFree=20407676/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=155540 CPUtime=25.49 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 46900 0 0 0 2542 7 0 0 25 0 1 0 649656070 159272960 31508 33554432000 4194304 4580011 140734506618272 18446744073709551615 4401249 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 38885 31508 367 95 0 33867 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 155540

[startup+51.1003 s]
/proc/loadavg: 4.08 4.03 3.17 5/360 13430
/proc/meminfo: memFree=19532300/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=243476 CPUtime=51.09 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 69930 0 0 0 5096 13 0 0 25 0 1 0 649656070 249319424 39895 33554432000 4194304 4580011 140734506618272 18446744073709551615 4316685 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 60869 39895 367 95 0 55851 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 243476

[startup+102.314 s]
/proc/loadavg: 4.12 4.05 3.22 5/360 13432
/proc/meminfo: memFree=18722140/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=364548 CPUtime=102.31 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 117802 0 0 0 10209 22 0 0 25 0 1 0 649656070 373297152 70267 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 91137 70267 367 95 0 86119 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 364548

[startup+162.301 s]
/proc/loadavg: 4.04 4.04 3.27 5/360 13433
/proc/meminfo: memFree=18378504/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=382276 CPUtime=162.3 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 146588 0 0 0 16202 28 0 0 25 0 1 0 649656070 391450624 78066 33554432000 4194304 4580011 140734506618272 18446744073709551615 4292953 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 95569 78066 367 95 0 90551 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 382276

[startup+222.301 s]
/proc/loadavg: 4.01 4.03 3.31 5/360 13435
/proc/meminfo: memFree=18028908/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=391524 CPUtime=222.3 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 171920 0 0 0 22197 33 0 0 25 0 1 0 649656070 400920576 78006 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 97881 78006 367 95 0 92863 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 391524

[startup+282.301 s]
/proc/loadavg: 4.04 4.04 3.36 5/360 13464
/proc/meminfo: memFree=25136576/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=406688 CPUtime=282.3 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 200527 0 0 0 28192 38 0 0 25 0 1 0 649656070 416448512 84979 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 101672 84979 367 95 0 96654 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 406688

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 3.39 5/360 13466
/proc/meminfo: memFree=25098660/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=421416 CPUtime=342.3 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 230171 0 0 0 34185 45 0 0 25 0 1 0 649656070 431529984 90819 33554432000 4194304 4580011 140734506618272 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 105354 90819 367 95 0 100336 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 421416

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 3.43 5/360 13496
/proc/meminfo: memFree=25126120/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=421972 CPUtime=402.3 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 254562 0 0 0 40179 51 0 0 25 0 1 0 649656070 432099328 88946 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293891 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 105493 88946 367 95 0 100475 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 421972

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.46 5/360 13524
/proc/meminfo: memFree=25218964/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=422544 CPUtime=462.3 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 279023 0 0 0 46173 57 0 0 25 0 1 0 649656070 432685056 84586 33554432000 4194304 4580011 140734506618272 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 105636 84586 367 95 0 100618 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 422544

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.49 5/360 13526
/proc/meminfo: memFree=25073980/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=422768 CPUtime=522.31 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 305447 0 0 0 52167 64 0 0 25 0 1 0 649656070 432914432 90766 33554432000 4194304 4580011 140734506618272 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 105692 90766 367 95 0 100674 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 422768

[startup+582.3 s]
/proc/loadavg: 4.13 4.04 3.53 5/360 13527
/proc/meminfo: memFree=24994840/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=424484 CPUtime=582.3 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 332555 0 0 0 58159 71 0 0 25 0 1 0 649656070 434671616 95284 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 106121 95284 367 95 0 101103 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 424484

[startup+642.3 s]
/proc/loadavg: 4.11 4.04 3.56 5/360 13529
/proc/meminfo: memFree=24933660/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=425032 CPUtime=642.32 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 355904 0 0 0 64154 78 0 0 25 0 1 0 649656070 435232768 96127 33554432000 4194304 4580011 140734506618272 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 106258 96127 367 95 0 101240 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 425032

[startup+702.3 s]
/proc/loadavg: 4.04 4.03 3.59 5/360 13531
/proc/meminfo: memFree=24964248/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=362756 CPUtime=702.31 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 380286 0 0 0 70146 85 0 0 25 0 1 0 649656070 371462144 84645 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 90689 84645 367 95 0 85671 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 362756

[startup+762.313 s]
/proc/loadavg: 4.10 4.05 3.62 5/360 13532
/proc/meminfo: memFree=24966444/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=372472 CPUtime=762.33 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 406362 0 0 0 76141 92 0 0 25 0 1 0 649656070 381411328 85769 33554432000 4194304 4580011 140734506618272 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 93118 85769 367 95 0 88100 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 372472

[startup+822.3 s]
/proc/loadavg: 4.08 4.06 3.65 5/360 13534
/proc/meminfo: memFree=24894732/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=435604 CPUtime=822.32 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 433253 0 0 0 82134 98 0 0 25 0 1 0 649656070 446058496 99830 33554432000 4194304 4580011 140734506618272 18446744073709551615 4324094 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 108901 99830 367 95 0 103883 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 435604

[startup+882.3 s]
/proc/loadavg: 4.03 4.04 3.66 5/360 13535
/proc/meminfo: memFree=24922492/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=436232 CPUtime=882.32 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 456426 0 0 0 88128 104 0 0 25 0 1 0 649656070 446701568 96292 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 109058 96292 367 95 0 104040 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 436232

[startup+942.301 s]
/proc/loadavg: 4.06 4.05 3.69 5/360 13537
/proc/meminfo: memFree=24904580/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=436504 CPUtime=942.31 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 480706 0 0 0 94121 110 0 0 25 0 1 0 649656070 446980096 92841 33554432000 4194304 4580011 140734506618272 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 109126 92841 367 95 0 104108 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 436504

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 3.71 5/360 13539
/proc/meminfo: memFree=24867212/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=436776 CPUtime=1002.32 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 504077 0 0 0 100115 117 0 0 25 0 1 0 649656070 447258624 87409 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 109194 87409 367 95 0 104176 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 436776

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.72 5/360 13540
/proc/meminfo: memFree=24847708/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=437500 CPUtime=1062.32 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 530331 0 0 0 106107 125 0 0 25 0 1 0 649656070 448000000 98904 33554432000 4194304 4580011 140734506618272 18446744073709551615 4301824 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 109375 98904 367 95 0 104357 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 437500

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/360 13551
/proc/meminfo: memFree=24863016/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=437840 CPUtime=1122.32 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 553835 0 0 0 112100 132 0 0 25 0 1 0 649656070 448348160 91895 33554432000 4194304 4580011 140734506618272 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 109460 91895 367 95 0 104442 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 437840

[startup+1182.3 s]
/proc/loadavg: 4.07 4.04 3.76 5/360 13552
/proc/meminfo: memFree=24690012/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=527232 CPUtime=1182.32 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 596777 0 0 0 118089 143 0 0 25 0 1 0 649656070 539885568 119508 33554432000 4194304 4580011 140734506618272 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 131808 119508 367 95 0 126790 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 527232

[startup+1242.3 s]
/proc/loadavg: 4.06 4.05 3.78 5/360 13554
/proc/meminfo: memFree=24732020/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=543692 CPUtime=1242.33 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 623696 0 0 0 124082 151 0 0 25 0 1 0 649656070 556740608 114613 33554432000 4194304 4580011 140734506618272 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 135923 114613 367 95 0 130905 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 543692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.05 3.79 5/360 13559
/proc/meminfo: memFree=24670948/32951124 swapFree=40554400/67111528
[pid=13428] ppid=13426 vsize=543828 CPUtime=1300.04 cores=5,7
/proc/13428/stat : 13428 (strangenight2-s) R 13426 13428 13111 0 -1 4202496 647966 0 0 0 129846 158 0 0 25 0 1 0 649656070 556879872 122697 33554432000 4194304 4580011 140734506618272 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13428/statm: 135957 122697 367 95 0 130939 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 543828

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.07
CPU user time (s): 1298.46
CPU system time (s): 1.60576
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 543828

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

runsolver used 4.65829 second user time and 10.6464 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 15:42:36
IDJOB=3367299
IDBENCH=82508
IDSOLVER=1845
FILE ID=node104/3367299-1305380556
RUNJOBID= node104-1305379160-13133
PBS_JOBID= 13324398
Free space on /tmp= 73348 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S883457431-033-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367299-1305380556/watcher-3367299-1305380556 -o /tmp/evaluation-result-3367299-1305380556/solver-3367299-1305380556 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367299-1305380556.cnf

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

MD5SUM BENCH= 0d0abbf84f73b4226aa3bedf08367d2e
RANDOM SEED=1992385897

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22048816 kB
Buffers:        277384 kB
Cached:        2328900 kB
SwapCached:     122128 kB
Active:        4733240 kB
Inactive:      5894352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22048816 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           35180 kB
Writeback:           0 kB
AnonPages:     7912660 kB
Mapped:          11988 kB
Slab:           117304 kB
PageTables:      92624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78926620 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= 73368 MiB
End job on node104 at 2011-05-14 16:04:18