Trace number 3367360

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-v25000-c105000-S5267991-057-UNKNOWN.cnf
MD5SUM1a8d3d5d5a6ad4a4b0bb6bd83ad87f53
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark312.282
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367360-1305380995.cnf'
0.00/0.00	c -- header says num vars:          25000
0.00/0.00	c -- header says num clauses:      105000
0.03/0.07	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.03/0.07	c -- vars added      25000
0.03/0.07	c Parsing time:  0.06 s
0.03/0.07	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data
0.09/0.16	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.09
0.09/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.19/0.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.01 s
0.19/0.26	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.01 s
0.39/0.41	c lits-rem:         0  cl-subs:        0  v-elim:    658  v-fix:    0  time:  0.14 s
0.39/0.42	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.45	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.39/0.45	c calculated reachability. Time: 0.00
0.39/0.46	c Calc default polars -  time:   0.01 s pos:   11139 undec:    2751 neg:   11110
0.39/0.46	c =========================================================================================
0.39/0.46	c types(t): F = full restart, N = normal restart
0.39/0.46	c types(t): S = simplification begin/end, E = solution found
0.39/0.46	c restart types(rt): st = static, dy = dynamic
0.39/0.46	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.46	c  B st     0         0     24342    104318         0         0    317030         0   no data   no data
1.69/1.76	c  N dy    23      4080     24342    104318         0      4080    317030    944907    140.18    155.01
2.99/3.05	c  N dy    53      8113     24342    104318         0      8113    317030   1839192    141.40    148.91
4.29/4.40	c  N dy    83     12118     24342    104318         0     12118    317030   2742991    143.06    155.94
5.69/5.79	c  N dy   110     16152     24342    104318         0     16152    317030   3655616    143.81    155.08
7.19/7.25	c  N dy   138     20310     24342    104318         0     10312    317030    641497    143.40    151.08
8.59/8.61	c  N dy   169     24380     24342    104318         0     14382    317030   1621174    144.78    158.85
8.80/8.82	c  F st   174     25001     24342    104318         0     15003    317030   1765242    144.72   no data
10.68/10.77	c  N dy   180     30001     24342    104318         0     20001    317030   3440021    144.72   no data
10.68/10.77	c  S st   180     30001     24342    104318         0     20001    317030   3440021    144.72   no data
10.90/10.95	c  S st   180     30510     24342    104318         0     20510    317030   3529301    144.72   no data
10.90/10.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.01/11.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
11.01/11.06	c blocked clauses removed:      416 vars:     71 tried:       24342 T: 0.01 s
11.01/11.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.01/11.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.01/11.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24271 time:  0.01 s
11.01/11.08	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
11.09/11.18	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.10 s
11.38/11.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.29/12.31	c lits-rem:        30  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.86 s
12.39/12.42	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.12
12.39/12.43	c calculated reachability. Time: 0.00
12.39/12.43	c  N dy   180     30510     24265    103896         0     19890    315804   3208993    144.72   no data
13.89/13.90	c  N dy   208     34617     24265    103896         0     23997    315804   4137849    145.29    160.81
15.30/15.40	c  N dy   237     38800     24265    103896         0     28180    315804   5089327    145.57    158.73
16.79/16.89	c  N dy   265     42888     24265    103896         0     17077    315804   1122689    145.45    156.01
17.79/17.88	c  S st   282     45765     24265    103896         0     19954    315804   1749334    144.92   no data
17.99/18.05	c  S st   282     46273     24265    103896         0     20462    315804   1819774    144.92   no data
17.99/18.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.09/18.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
18.09/18.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.09/18.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
18.09/18.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.09/18.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
18.09/18.18	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
18.19/18.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
18.29/18.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.59/18.63	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
18.59/18.64	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
18.59/18.67	c vivif2 --  cl tried    20462 cl shrink        0 lits rem          0 time: 0.03
18.70/18.79	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.12
18.70/18.79	c calculated reachability. Time: 0.00
18.70/18.79	c  N dy   282     46273     24265    103896         0     20462    315804   1819772    144.92   no data
20.29/20.30	c  N dy   312     50447     24265    103896         0     24636    315804   2737999    144.77    154.51
21.69/21.75	c  N dy   342     54459     24265    103896         0     28648    315804   3674780    145.08    187.84
23.19/23.28	c  N dy   369     58530     24265    103896         0     32719    315804   4602292    144.89    154.47
24.79/24.83	c  N dy   397     62537     24265    103896         0     36726    315804   5505617    144.89    154.13
26.30/26.37	c  N dy   424     66729     24265    103896         0     22323    315804   1556999    144.97    161.32
27.29/27.33	c  S st   443     69409     24265    103896         0     25003    315804   2146024    144.85   no data
27.50/27.52	c  S st   443     69912     24265    103896         0     25506    315804   2244756    144.85   no data
27.50/27.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.59/27.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
27.59/27.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.59/27.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.59/27.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.59/27.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
27.59/27.65	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
27.69/27.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
27.79/27.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.19/28.26	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.39 s
28.19/28.27	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
28.29/28.31	c vivif2 --  cl tried    25504 cl shrink        0 lits rem          0 time: 0.04
28.39/28.45	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.14
28.39/28.46	c calculated reachability. Time: 0.00
28.39/28.46	c  N dy   443     69912     24265    103896         0     25504    315804   2242799    144.85   no data
30.29/30.37	c  N dy   470     74452     24265    103896         0     30043    315804   3258806    144.49    153.01
32.19/32.28	c  N dy   499     79262     24265    103896         0     34853    315804   4303293    144.14    153.75
34.29/34.35	c  N dy   532     84346     24265    103896         0     39937    315804   5464935    144.21    162.35
35.59/35.63	c  F st   555     87500     24265    103896         0     22294    315804    967521    144.12   no data
36.99/37.04	c  N st   560     90797     24265    103896         0     25590    315804   2036325    144.12   no data
39.29/39.39	c  N dy   588     96726     24265    103896         0     31518    315804   3546597    144.17    152.10
41.69/41.76	c  N dy   626    103041     24265    103896         0     37833    315804   4946343    143.96    152.20
42.39/42.44	c  S st   638    104868     24265    103896         0     39660    315804   5338227    143.89    123.55
42.59/42.64	c  S st   638    105369     24265    103896         0     40161    315804   5410028    143.89   no data
42.59/42.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.69/42.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
42.69/42.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.69/42.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.69/42.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.69/42.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
42.69/42.79	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
42.90/42.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
43.19/43.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
44.78/44.86	c lits-rem:         9  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.63 s
44.78/44.87	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
44.88/44.96	c vivif2 --  cl tried    40155 cl shrink        0 lits rem          0 time: 0.09
44.99/45.11	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.15
45.10/45.12	c calculated reachability. Time: 0.00
45.10/45.12	c  N dy   638    105369     24265    103896         0     40155    315804   5406319    143.89   no data
47.69/47.75	c  N dy   685    112122     24265    103896         0     24513    315804   1056168    143.96    156.90
50.39/50.48	c  N dy   738    119510     24265    103896         0     31899    315804   2740589    144.10    152.49
53.39/53.44	c  N dy   788    127150     24265    103896         0     39539    315804   4455541    143.98    153.73
56.59/56.67	c  N dy   844    135292     24265    103896         0     23978    315804    634504    144.09    155.12
59.89/59.98	c  N dy   906    143965     24265    103896         0     32651    315804   2634526    144.31    152.35
63.49/63.51	c  N dy   968    153175     24265    103896         0     41860    315804   4715846    144.31    160.95
65.49/65.50	c  S st  1003    158055     24265    103896         0     46739    315804   5837428    144.41   no data
65.69/65.72	c  S st  1003    158556     24265    103896         0     47240    315804   5928358    144.41   no data
65.69/65.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
65.79/65.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
65.79/65.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
65.79/65.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
65.79/65.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
65.79/65.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
65.79/65.87	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
65.90/66.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
66.29/66.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
68.59/68.68	c lits-rem:         7  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.35 s
68.59/68.69	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
68.69/68.78	c vivif2 --  cl tried    47235 cl shrink        0 lits rem          0 time: 0.09
68.89/68.94	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.16
68.89/68.95	c calculated reachability. Time: 0.00
68.89/68.95	c  N dy  1003    158556     24265    103896         0     47235    315804   5926425    144.41   no data
72.89/72.98	c  N dy  1077    168775     24265    103896         0     32611    315804   2314303    144.61    152.44
77.09/77.17	c  N dy  1149    179644     24265    103896         0     43479    315804   4763765    144.50    153.72
81.69/81.71	c  N dy  1222    191134     24265    103896         0     29046    315804   1235343    144.33    152.55
86.49/86.57	c  N dy  1305    203444     24265    103896         0     41356    315804   4043308    144.41    155.67
92.89/92.95	c  N dy  1393    216465     24265    103896         0     27418    315804    621813    144.40    156.34
99.01/99.01	c  N dy  1484    230333     24265    103896         0     41286    315804   3779520    144.48    154.34
102.20/102.26	c  S st  1536    237835     24265    103896         0     48787    315804   5504745    144.56   no data
102.39/102.49	c  S st  1536    238335     24265    103896         0     49287    315804   5578054    144.56   no data
102.49/102.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
102.49/102.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
102.59/102.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
102.59/102.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
102.59/102.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
102.59/102.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
102.59/102.66	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
102.69/102.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
102.99/103.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
105.50/105.51	c lits-rem:         7  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.42 s
105.50/105.52	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
105.60/105.61	c vivif2 --  cl tried    49284 cl shrink        0 lits rem          0 time: 0.10
105.69/105.79	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.17
105.69/105.79	c calculated reachability. Time: 0.00
105.69/105.79	c  N dy  1536    238335     24265    103896         0     49284    315804   5577365    144.56   no data
112.29/112.35	c  N dy  1646    253604     24265    103896         0     36568    315804   2484674    144.64    179.83
118.99/119.08	c  N dy  1755    269885     24265    103896         0     52846    315804   6110374    144.53    156.27
125.89/125.95	c  N dy  1866    287266     24265    103896         0     41242    315804   3270537    144.45    152.15
133.49/133.51	c  N dy  1989    305703     24265    103896         0     59679    315804   7462558    144.58    153.01
133.69/133.77	c  F st  1994    306252     24265    103896         0     30234    315804    524633    144.58   no data
141.39/141.47	c  N dy  2092    325310     24265    103896         0     49291    315804   5486509    144.60    156.63
149.60/149.66	c  N dy  2225    345330     24265    103896         0     38315    315804   2109471    144.58    154.22
154.50/154.56	c  S st  2307    357502     24265    103896         0     50485    315804   4874715    144.56   no data
154.70/154.78	c  S st  2307    358005     24265    103896         0     50988    315804   4976283    144.56   no data
154.70/154.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
154.80/154.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
154.90/154.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.90/154.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
154.90/154.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
154.90/154.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
154.90/154.94	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
155.01/155.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
155.20/155.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
157.50/157.59	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.28 s
157.60/157.60	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
157.60/157.68	c vivif2 --  cl tried    50986 cl shrink        0 lits rem          0 time: 0.08
157.80/157.84	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.16
157.80/157.85	c calculated reachability. Time: 0.00
157.80/157.85	c  N dy  2307    358005     24265    103896         0     50986    315804   4976087    144.56   no data
166.11/166.13	c  N dy  2441    378105     24265    103896         0     39086    315804   2069149    144.52    152.32
174.39/174.41	c  N dy  2586    398192     24265    103896         0     59171    315804   6605945    144.62    164.39
182.61/182.65	c  N dy  2714    418257     24265    103896         0     46235    315804   3492005    144.67    155.21
191.09/191.17	c  N dy  2851    438312     24265    103896         0     66290    315804   8028496    144.70    152.50
199.99/200.04	c  N dy  2985    458574     24265    103896         0     52557    315804   4680759    144.72    154.09
210.30/210.38	c  N dy  3119    478610     24265    103896         0     37594    315804   1053828    144.74    172.80
219.39/219.45	c  N dy  3268    498771     24265    103896         0     57752    315804   5703260    144.90    155.30
228.59/228.61	c  N dy  3404    518847     24265    103896         0     41834    315804   1753248    144.84    153.92
236.59/236.68	c  S st  3530    537008     24265    103896         0     59995    315804   5907007    144.90    137.44
236.89/236.92	c  S st  3530    537513     24265    103896         0     60500    315804   5985246    144.90   no data
236.89/236.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
236.99/237.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
236.99/237.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.99/237.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
236.99/237.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
236.99/237.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
236.99/237.09	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
237.19/237.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
237.50/237.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
240.69/240.71	c lits-rem:        12  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.18 s
240.69/240.72	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
240.80/240.81	c vivif2 --  cl tried    60498 cl shrink        0 lits rem          0 time: 0.10
240.91/240.99	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.18
240.99/241.00	c calculated reachability. Time: 0.00
240.99/241.00	c  N dy  3530    537513     24265    103896         0     60498    315804   5983731    144.90   no data
249.71/249.71	c  N dy  3669    557702     24265    103896         0     43687    315804   1957538    144.96    153.07
258.19/258.22	c  N dy  3807    578038     24265    103896         0     64022    315804   6620193    144.99    154.63
266.80/266.83	c  N dy  3938    598072     24265    103896         0     46059    315804   2282066    144.94    153.27
275.40/275.42	c  N dy  4085    618079     24265    103896         0     66066    315804   6818989    145.00    153.85
284.09/284.14	c  N dy  4226    638083     24265    103896         0     47066    315804   2335714    145.04    154.99
292.69/292.77	c  N dy  4366    658236     24265    103896         0     67219    315804   6944064    145.12    155.30
301.60/301.65	c  N dy  4503    678319     24265    103896         0     47304    315804   2153823    145.19    156.23
310.11/310.21	c  N dy  4636    698322     24265    103896         0     67303    315804   6737834    145.22    168.07
319.20/319.22	c  N dy  4775    718570     24265    103896         0     46554    315804   1743655    145.23    158.97
327.70/327.75	c  N dy  4911    738643     24265    103896         0     66626    315804   6245342    145.23    154.12
336.89/336.98	c  N dy  5052    758689     24265    103896         0     44670    315804   1111588    145.27    153.04
345.41/345.45	c  N dy  5187    778717     24265    103896         0     64696    315804   5722213    145.30    156.55
355.00/355.01	c  N dy  5324    798905     24265    103896         0     84883    315804  10415320    145.37    156.48
358.20/358.22	c  S st  5379    806272     24265    103896         0     49255    315804   1929337    145.41    140.70
358.40/358.44	c  S st  5379    806774     24265    103896         0     49757    315804   2016024    145.41   no data
358.40/358.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
358.51/358.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
358.51/358.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
358.51/358.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
358.51/358.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
358.51/358.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
358.51/358.60	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
358.70/358.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
358.80/358.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
359.61/359.61	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.79 s
359.61/359.62	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
359.61/359.65	c vivif2 --  cl tried    49757 cl shrink        0 lits rem          0 time: 0.03
359.80/359.82	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.16
359.80/359.82	c calculated reachability. Time: 0.00
359.80/359.83	c  N dy  5379    806774     24265    103896         0     49757    315804   2016023    145.41   no data
368.51/368.55	c  N dy  5510    826866     24265    103896         0     69848    315804   6583394    145.43    159.16
377.90/377.95	c  N dy  5653    847023     24265    103896         0     46006    315804    929414    145.43    155.10
386.50/386.59	c  N dy  5791    867148     24265    103896         0     66128    315804   5565149    145.46    153.80
395.79/395.88	c  N dy  5935    887180     24265    103896         0     86160    315804  10128399    145.50    154.18
404.60/404.67	c  N dy  6073    907236     24265    103896         0     61218    315804   4178798    145.51    208.30
413.70/413.70	c  N dy  6200    927248     24265    103896         0     81230    315804   8754853    145.50    176.54
422.80/422.83	c  N dy  6331    947345     24265    103896         0     55330    315804   2569241    145.47    188.01
431.80/431.89	c  N dy  6469    967713     24265    103896         0     75697    315804   7201022    145.49    154.11
441.40/441.44	c  N dy  6607    987815     24265    103896         0     48802    315804    883500    145.50    159.05
450.10/450.19	c  N dy  6744   1007960     24265    103896         0     68946    315804   5548964    145.53    153.81
459.60/459.65	c  N dy  6885   1028050     24265    103896         0     89035    315804  10158378    145.57    155.75
468.70/468.72	c  N dy  7022   1048119     24265    103896         0     61099    315804   3551816    145.61    155.86
477.90/477.91	c  N dy  7159   1068220     24265    103896         0     81197    315804   8223063    145.66    159.80
479.70/479.70	c  F st  7187   1071876     24265    103896         0     84853    315804   9065223    145.67   no data
487.50/487.52	c  N dy  7265   1088269     24265    103896         0     52252    315804   1263558    145.64    174.35
496.40/496.48	c  N dy  7392   1108366     24265    103896         0     72348    315804   5852737    145.62    168.27
506.02/506.06	c  N dy  7531   1128403     24265    103896         0     92384    315804  10440738    145.65    199.34
515.40/515.42	c  N dy  7668   1148693     24265    103896         0     62677    315804   3527946    145.69    156.90
524.40/524.49	c  N dy  7801   1168756     24265    103896         0     82739    315804   8095116    145.70    153.97
534.61/534.62	c  N dy  7939   1189058     24265    103896         0     52042    315804    750576    145.72    157.32
543.32/543.35	c  N dy  8081   1209083     24265    103896         0     72065    315804   5291584    145.73    166.16
543.81/543.84	c  S st  8088   1210161     24265    103896         0     73143    315804   5526044    145.73   no data
544.01/544.08	c  S st  8088   1210667     24265    103896         0     73649    315804   5611280    145.73   no data
544.11/544.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
544.21/544.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.10
544.21/544.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
544.21/544.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
544.21/544.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
544.21/544.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
544.21/544.27	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
544.42/544.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
544.61/544.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
548.11/548.10	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.42 s
548.11/548.12	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
548.21/548.21	c vivif2 --  cl tried    73645 cl shrink        0 lits rem          0 time: 0.09
548.41/548.41	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.20
548.41/548.41	c calculated reachability. Time: 0.00
548.41/548.41	c  N dy  8088   1210667     24265    103896         0     73645    315804   5609869    145.73   no data
558.11/558.12	c  N dy  8233   1230708     24265    103896         0     93685    315804  10332895    145.81    158.82
567.61/567.66	c  N dy  8374   1250899     24265    103896         0     61881    315804   2804258    145.84    154.21
576.70/576.79	c  N dy  8509   1270951     24265    103896         0     81933    315804   7417515    145.86    156.42
586.80/586.80	c  N dy  8655   1291110     24265    103896         0    102089    315804  12110260    145.90    159.20
595.81/595.86	c  N dy  8785   1311128     24265    103896         0     69111    315804   4214007    145.89    155.77
605.21/605.29	c  N dy  8923   1331169     24265    103896         0     89151    315804   8869871    145.91    156.13
615.51/615.55	c  N dy  9066   1351250     24265    103896         0     55232    315804    796957    145.94    153.64
624.31/624.39	c  N dy  9196   1371263     24265    103896         0     75244    315804   5296815    145.92    159.89
634.10/634.12	c  N dy  9333   1391352     24265    103896         0     95332    315804   9921973    145.94    157.04
644.20/644.29	c  N dy  9465   1411372     24265    103896         0     60352    315804   1788724    145.97    155.29
654.00/654.00	c  N dy  9609   1431572     24265    103896         0     80551    315804   6445391    145.99    155.88
663.80/663.88	c  N dy  9738   1451657     24265    103896         0    100633    315804  11081250    145.99    154.19
673.71/673.71	c  N dy  9873   1471749     24265    103896         0     64729    315804   2538703    146.00    186.64
682.91/682.94	c  N dy 10011   1491793     24265    103896         0     84771    315804   7189809    146.02    155.24
692.70/692.75	c  N dy 10133   1511809     24265    103896         0    104787    315804  11733857    146.00    153.87
702.21/702.29	c  N dy 10258   1531887     24265    103896         0     67866    315804   3049449    145.98    158.04
711.62/711.69	c  N dy 10392   1552031     24265    103896         0     88010    315804   7699730    145.98    154.62
721.70/721.79	c  N dy 10524   1572079     24265    103896         0    108057    315804  12256639    145.96    175.93
731.42/731.44	c  N dy 10660   1592260     24265    103896         0     70239    315804   3341020    145.97    153.94
741.11/741.10	c  N dy 10807   1612313     24265    103896         0     90288    315804   8029194    146.02    156.88
751.33/751.33	c  N dy 10946   1632504     24265    103896         0    110479    315804  12691999    146.05    155.55
761.01/761.07	c  N dy 11082   1652624     24265    103896         0     71602    315804   3508080    146.08    155.30
770.60/770.60	c  N dy 11217   1672723     24265    103896         0     91700    315804   8087954    146.08    161.66
780.81/780.84	c  N dy 11348   1692894     24265    103896         0    111871    315804  12670360    146.06    153.75
789.51/789.54	c  S st 11469   1710667     24265    103896         0     69645    315804   2796203    146.07    129.26
789.72/789.79	c  S st 11469   1711176     24265    103896         0     70154    315804   2878091    146.07   no data
789.72/789.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
789.91/789.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.10
789.91/789.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
789.91/789.93	c bin-w-bin subsume rem            0 bins  time:  0.01 s
789.91/789.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
789.91/789.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
789.91/789.96	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
790.01/790.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
790.21/790.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
792.21/792.27	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.04 s
792.21/792.28	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
792.31/792.33	c vivif2 --  cl tried    70153 cl shrink        0 lits rem          0 time: 0.05
792.51/792.52	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.19
792.51/792.53	c calculated reachability. Time: 0.00
792.51/792.53	c  N dy 11469   1711176     24265    103896         0     70153    315804   2877909    146.07   no data
801.82/801.85	c  N dy 11600   1731202     24265    103896         0     90176    315804   7445329    146.06    155.47
812.11/812.19	c  N dy 11735   1751261     24265    103896         0    110234    315804  12058286    146.08    165.64
824.01/824.09	c  N dy 11866   1771326     24265    103896         0     69302    315804   2472031    146.08    154.38
835.31/835.38	c  N dy 11997   1791455     24265    103896         0     89430    315804   7086696    146.09    155.79
846.71/846.74	c  N dy 12134   1811548     24265    103896         0    109522    315804  11686925    146.11    154.09
857.61/857.67	c  N dy 12266   1831649     24265    103896         0     67621    315804   1832679    146.10    163.18
867.61/867.63	c  N dy 12399   1851751     24265    103896         0     87722    315804   6465828    146.11    160.33
878.21/878.20	c  N dy 12531   1871871     24265    103896         0    107840    315804  11015443    146.10    157.80
888.83/888.89	c  N dy 12667   1891882     24265    103896         0     64853    315804    991729    146.11    154.24
898.21/898.26	c  N dy 12805   1911990     24265    103896         0     84957    315804   5678720    146.15    154.51
908.41/908.44	c  N dy 12946   1932101     24265    103896         0    105063    315804  10356540    146.17    162.15
919.12/919.16	c  N dy 13080   1952186     24265    103896         0    125147    315804  14994725    146.17    155.29
928.61/928.68	c  N dy 13216   1972218     24265    103896         0     81185    315804   4555183    146.19    155.02
938.52/938.59	c  N dy 13346   1992384     24265    103896         0    101350    315804   9193573    146.20    156.18
949.01/949.04	c  N dy 13477   2012455     24265    103896         0    121420    315804  13792135    146.19    155.31
959.31/959.33	c  N dy 13618   2032708     24265    103896         0     76680    315804   3292666    146.21    155.02
969.02/969.01	c  N dy 13755   2052723     24265    103896         0     96694    315804   7910792    146.23    157.45
979.51/979.55	c  N dy 13890   2072981     24265    103896         0    116950    315804  12501794    146.21    154.13
990.22/990.21	c  N dy 14019   2093028     24265    103896         0     70999    315804   1705372    146.21    154.34
999.61/999.68	c  N dy 14154   2113068     24265    103896         0     91038    315804   6352217    146.22    157.53
1009.83/1009.87	c  N dy 14289   2133141     24265    103896         0    111110    315804  10909717    146.22    155.98
1021.02/1021.01	c  N dy 14430   2153188     24265    103896         0    131156    315804  15543893    146.25    193.00
1030.51/1030.57	c  N dy 14562   2173231     24265    103896         0     84207    315804   4569489    146.26    156.48
1040.52/1040.52	c  N dy 14697   2193295     24265    103896         0    104271    315804   9163387    146.27    197.09
1051.42/1051.40	c  S st 14825   2211176     24265    103896         0    122152    315804  13333883    146.30   no data
1051.72/1051.76	c  S st 14825   2211682     24265    103896         0    122658    315804  13413731    146.30   no data
1051.82/1051.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1051.92/1051.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.16
1051.92/1051.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1051.92/1051.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1052.02/1052.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1052.02/1052.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24265 time:  0.01 s
1052.02/1052.02	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.01 s
1052.22/1052.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
1053.11/1053.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1061.12/1061.15	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time:  8.01 s
1061.12/1061.16	c vivif2 --  cl tried   103896 cl shrink        0 lits rem          0 time: 0.01
1061.43/1061.41	c vivif2 --  cl tried   122650 cl shrink        0 lits rem          0 time: 0.24
1061.72/1061.72	c asymm  cl-useful: 0/103896/103896 lits-rem:0 time: 0.31
1061.72/1061.73	c calculated reachability. Time: 0.00
1061.72/1061.73	c  N dy 14825   2211682     24265    103896         0    122650    315804  13409915    146.30   no data
1074.51/1074.59	c  N dy 14961   2231807     24265    103896         0     74778    315804   2145153    146.31    154.45
1084.92/1084.96	c  N dy 15087   2251830     24265    103896         0     94799    315804   6689915    146.28    154.82
1095.92/1095.96	c  N dy 15230   2271852     24265    103896         0    114820    315804  11310658    146.29    174.84
1107.31/1107.32	c  N dy 15372   2292037     24265    103896         0    135003    315804  15981514    146.31    154.10
1117.22/1117.26	c  N dy 15511   2312232     24265    103896         0     86199    315804   4595097    146.32    162.27
1127.62/1127.60	c  N dy 15660   2332307     24265    103896         0    106272    315804   9353885    146.37    159.56
1138.43/1138.46	c  N dy 15790   2352322     24265    103896         0    126287    315804  13903776    146.37    157.42
1149.54/1149.53	c  N dy 15932   2372446     24265    103896         0     76413    315804   2055145    146.38    157.45
1159.33/1159.40	c  N dy 16075   2392621     24265    103896         0     96588    315804   6788681    146.43    155.03
1169.92/1169.94	c  N dy 16207   2412714     24265    103896         0    116680    315804  11357439    146.42    158.98
1181.32/1181.31	c  N dy 16343   2432886     24265    103896         0    136851    315804  16062244    146.43    156.63
1191.42/1191.45	c  N dy 16478   2452914     24265    103896         0     85882    315804   4000208    146.44    158.53
1201.62/1201.68	c  N dy 16618   2472970     24265    103896         0    105937    315804   8664419    146.45    154.28
1212.52/1212.54	c  N dy 16754   2493055     24265    103896         0    126021    315804  13322202    146.46    154.89
1223.72/1223.80	c  N dy 16895   2513088     24265    103896         0     74058    315804   1080956    146.47    155.97
1232.32/1232.35	c  N dy 17033   2533172     24265    103896         0     94142    315804   5683747    146.47    155.44
1241.32/1241.36	c  N dy 17160   2553206     24265    103896         0    114176    315804  10292169    146.46    161.18
1251.02/1251.05	c  N dy 17296   2573241     24265    103896         0    134211    315804  14919590    146.48    154.92
1260.73/1260.70	c  N dy 17443   2593262     24265    103896         0     81232    315804   2585268    146.51    159.63
1269.33/1269.41	c  N dy 17586   2613383     24265    103896         0    101353    315804   7230041    146.52    169.28
1278.82/1278.81	c  N dy 17717   2633530     24265    103896         0    121497    315804  11904318    146.52    161.54
1288.82/1288.88	c  N dy 17855   2653625     24265    103896         0    141592    315804  16582447    146.53    155.03
1298.04/1298.06	c  N dy 17996   2673823     24265    103896         0     87793    315804   3859304    146.55    161.39

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-3367360-1305380995/watcher-3367360-1305380995 -o /tmp/evaluation-result-3367360-1305380995/solver-3367360-1305380995 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367360-1305380995.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: 4.00 4.02 3.45 5/359 13523
/proc/meminfo: memFree=25357348/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=37556 CPUtime=0 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 2937 0 0 0 0 0 0 0 25 0 1 0 649700007 38457344 2370 33554432000 4194304 4580011 140735737546608 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 9389 2370 324 95 0 4371 0

[startup+0.0409939 s]
/proc/loadavg: 4.00 4.02 3.45 5/359 13523
/proc/meminfo: memFree=25357348/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=39888 CPUtime=0.03 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 3831 0 0 0 3 0 0 0 25 0 1 0 649700007 40845312 3264 33554432000 4194304 4580011 140735737546608 18446744073709551615 4353330 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 9972 3265 324 95 0 4954 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 39888

[startup+0.100992 s]
/proc/loadavg: 4.00 4.02 3.45 5/359 13523
/proc/meminfo: memFree=25357348/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=43224 CPUtime=0.09 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 4874 0 0 0 9 0 0 0 25 0 1 0 649700007 44261376 4307 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293135 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 10806 4307 339 95 0 5788 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43224

[startup+0.300955 s]
/proc/loadavg: 4.00 4.02 3.45 5/359 13523
/proc/meminfo: memFree=25357348/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=62692 CPUtime=0.29 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 9863 0 0 0 28 1 0 0 25 0 1 0 649700007 64196608 8646 33554432000 4194304 4580011 140735737546608 18446744073709551615 4442038 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 15673 8646 352 95 0 10655 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62692

[startup+0.700902 s]
/proc/loadavg: 4.00 4.02 3.45 5/359 13523
/proc/meminfo: memFree=25357348/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=58492 CPUtime=0.69 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 10423 0 0 0 68 1 0 0 25 0 1 0 649700007 59895808 8013 33554432000 4194304 4580011 140735737546608 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 14623 8013 364 95 0 9605 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58492

[startup+1.50073 s]
/proc/loadavg: 4.00 4.02 3.45 5/360 13524
/proc/meminfo: memFree=25320264/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=58492 CPUtime=1.49 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 11001 0 0 0 148 1 0 0 25 0 1 0 649700007 59895808 8591 33554432000 4194304 4580011 140735737546608 18446744073709551615 4326411 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 14623 8591 364 95 0 9605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58492

[startup+3.10047 s]
/proc/loadavg: 4.00 4.02 3.45 5/360 13524
/proc/meminfo: memFree=25322124/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=91308 CPUtime=3.09 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 12105 0 0 0 308 1 0 0 25 0 1 0 649700007 93499392 9695 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 22827 9695 364 95 0 17809 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91308

[startup+6.30088 s]
/proc/loadavg: 4.00 4.02 3.46 5/360 13524
/proc/meminfo: memFree=25301820/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=91308 CPUtime=6.29 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 14187 0 0 0 627 2 0 0 25 0 1 0 649700007 93499392 11777 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 22827 11777 364 95 0 17809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91308

[startup+12.7007 s]
/proc/loadavg: 4.00 4.02 3.46 5/360 13524
/proc/meminfo: memFree=25204360/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=188360 CPUtime=12.69 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 35973 0 0 0 1264 5 0 0 25 0 1 0 649700007 192880640 28461 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 47090 28461 367 95 0 42072 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 188360

[startup+25.5004 s]
/proc/loadavg: 4.00 4.01 3.47 5/360 13524
/proc/meminfo: memFree=25215492/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=140880 CPUtime=25.49 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 48068 0 0 0 2541 8 0 0 25 0 1 0 649700007 144261120 27864 33554432000 4194304 4580011 140735737546608 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 35220 27864 367 95 0 30202 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140880

[startup+51.1007 s]
/proc/loadavg: 4.00 4.01 3.48 5/360 13525
/proc/meminfo: memFree=25131292/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=278260 CPUtime=51.09 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 80061 0 0 0 5094 15 0 0 25 0 1 0 649700007 284938240 49978 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 69565 49978 367 95 0 64547 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 278260

[startup+102.313 s]
/proc/loadavg: 4.00 4.01 3.50 5/360 13526
/proc/meminfo: memFree=25024872/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=309968 CPUtime=102.3 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 105479 0 0 0 10210 20 0 0 25 0 1 0 649700007 317407232 60867 33554432000 4194304 4580011 140735737546608 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 77492 60867 367 95 0 72474 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 309968

[startup+162.3 s]
/proc/loadavg: 4.10 4.03 3.54 5/360 13528
/proc/meminfo: memFree=25003268/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=325892 CPUtime=162.29 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 130299 0 0 0 16204 25 0 0 25 0 1 0 649700007 333713408 66895 33554432000 4194304 4580011 140735737546608 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 81473 66895 367 95 0 76455 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 325892

[startup+222.3 s]
/proc/loadavg: 4.08 4.04 3.57 5/360 13529
/proc/meminfo: memFree=24942092/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=333940 CPUtime=222.29 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 153757 0 0 0 22196 33 0 0 25 0 1 0 649700007 341954560 68579 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 83485 68579 367 95 0 78467 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 333940

[startup+282.3 s]
/proc/loadavg: 4.03 4.03 3.60 5/360 13531
/proc/meminfo: memFree=24921208/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=304912 CPUtime=282.29 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 181509 0 0 0 28191 38 0 0 25 0 1 0 649700007 312229888 70970 33554432000 4194304 4580011 140735737546608 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 76228 70970 367 95 0 71210 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 304912

[startup+342.301 s]
/proc/loadavg: 4.07 4.05 3.63 5/360 13533
/proc/meminfo: memFree=24913980/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=360924 CPUtime=342.3 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 204477 0 0 0 34185 45 0 0 25 0 1 0 649700007 369586176 72281 33554432000 4194304 4580011 140735737546608 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 90231 72281 367 95 0 85213 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 360924

[startup+402.301 s]
/proc/loadavg: 4.06 4.05 3.65 5/360 13534
/proc/meminfo: memFree=24915684/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=361552 CPUtime=402.3 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 227126 0 0 0 40180 50 0 0 25 0 1 0 649700007 370229248 71197 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 90388 71197 367 95 0 85370 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 361552

[startup+462.301 s]
/proc/loadavg: 4.02 4.04 3.67 5/360 13536
/proc/meminfo: memFree=24895312/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=362056 CPUtime=462.3 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 252407 0 0 0 46172 58 0 0 25 0 1 0 649700007 370745344 79671 33554432000 4194304 4580011 140735737546608 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 90514 79671 367 95 0 85496 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 362056

[startup+522.301 s]
/proc/loadavg: 4.04 4.04 3.69 5/360 13537
/proc/meminfo: memFree=24879140/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=363868 CPUtime=522.3 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 276147 0 0 0 52164 66 0 0 25 0 1 0 649700007 372600832 75659 33554432000 4194304 4580011 140735737546608 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 90967 75659 367 95 0 85949 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 363868

[startup+582.301 s]
/proc/loadavg: 4.01 4.03 3.71 5/360 13539
/proc/meminfo: memFree=24846492/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=364340 CPUtime=582.31 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 298567 0 0 0 58159 72 0 0 25 0 1 0 649700007 373084160 78655 33554432000 4194304 4580011 140735737546608 18446744073709551615 4321120 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 91085 78655 367 95 0 86067 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 364340

[startup+642.301 s]
/proc/loadavg: 4.00 4.03 3.73 5/360 13541
/proc/meminfo: memFree=24892704/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=313280 CPUtime=642.31 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 323647 0 0 0 64154 77 0 0 25 0 1 0 649700007 320798720 73062 33554432000 4194304 4580011 140735737546608 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 78320 73062 367 95 0 73302 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 313280

[startup+702.301 s]
/proc/loadavg: 4.13 4.05 3.75 5/360 13551
/proc/meminfo: memFree=24765540/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=384880 CPUtime=702.31 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 348829 0 0 0 70146 85 0 0 25 0 1 0 649700007 394117120 76678 33554432000 4194304 4580011 140735737546608 18446744073709551615 4302328 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 96220 76678 367 95 0 91202 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 384880

[startup+762.314 s]
/proc/loadavg: 4.11 4.06 3.77 5/360 13553
/proc/meminfo: memFree=24738492/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=385484 CPUtime=762.32 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 372437 0 0 0 76142 90 0 0 25 0 1 0 649700007 394735616 77787 33554432000 4194304 4580011 140735737546608 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 96371 77787 367 95 0 91353 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 385484

[startup+822.301 s]
/proc/loadavg: 4.04 4.04 3.78 5/360 13554
/proc/meminfo: memFree=24645948/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=327352 CPUtime=822.31 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 394446 0 0 0 82134 97 0 0 25 0 1 0 649700007 335208448 76580 33554432000 4194304 4580011 140735737546608 18446744073709551615 4320961 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 81838 76580 367 95 0 76820 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 327352

[startup+882.301 s]
/proc/loadavg: 3.77 3.98 3.78 4/354 13577
/proc/meminfo: memFree=25132428/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=357196 CPUtime=882.31 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 419761 0 0 0 88125 106 0 0 25 0 1 0 649700007 365768704 79126 33554432000 4194304 4580011 140735737546608 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 89299 79126 367 95 0 84281 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 357196

[startup+942.301 s]
/proc/loadavg: 3.33 3.82 3.73 4/354 13579
/proc/meminfo: memFree=25175264/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=357496 CPUtime=942.31 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 449996 0 0 0 94117 114 0 0 25 0 1 0 649700007 366075904 77301 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 89374 77301 367 95 0 84356 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 357496

[startup+1002.3 s]
/proc/loadavg: 3.23 3.70 3.69 4/354 13580
/proc/meminfo: memFree=25180316/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=357860 CPUtime=1002.31 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 479675 0 0 0 100109 122 0 0 25 0 1 0 649700007 366448640 73986 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 89465 73986 367 95 0 84447 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 357860

[startup+1062.3 s]
/proc/loadavg: 3.08 3.57 3.64 4/354 13582
/proc/meminfo: memFree=25018956/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=447784 CPUtime=1062.32 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 524356 0 0 0 106099 133 0 0 25 0 1 0 649700007 458530816 101880 33554432000 4194304 4580011 140735737546608 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 111946 101880 367 95 0 106928 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 447784

[startup+1122.3 s]
/proc/loadavg: 2.87 3.43 3.59 3/348 13601
/proc/meminfo: memFree=25218284/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=448176 CPUtime=1122.32 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 552191 0 0 0 112091 141 0 0 25 0 1 0 649700007 458932224 95310 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 112044 95310 367 95 0 107026 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 448176

[startup+1182.3 s]
/proc/loadavg: 2.32 3.17 3.49 3/348 13603
/proc/meminfo: memFree=25184600/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=448424 CPUtime=1182.32 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 579315 0 0 0 118083 149 0 0 25 0 1 0 649700007 459186176 104715 33554432000 4194304 4580011 140735737546608 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 112106 104715 367 95 0 107088 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 448424

[startup+1242.3 s]
/proc/loadavg: 1.83 2.89 3.37 2/342 13623
/proc/meminfo: memFree=25520168/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=448860 CPUtime=1242.32 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 609653 0 0 0 124076 156 0 0 25 0 1 0 649700007 459632640 99077 33554432000 4194304 4580011 140735737546608 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 112215 99077 367 95 0 107197 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 448860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.30 2.54 3.22 2/342 13624
/proc/meminfo: memFree=25542348/32951124 swapFree=40554400/67111528
[pid=13523] ppid=13521 vsize=449288 CPUtime=1300.03 cores=0,2
/proc/13523/stat : 13523 (strangenight2-s) R 13521 13523 13111 0 -1 4202496 640822 0 0 0 129841 162 0 0 25 0 1 0 649700007 460070912 93281 33554432000 4194304 4580011 140735737546608 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13523/statm: 112322 93281 367 95 0 107304 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 449288

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.42
CPU system time (s): 1.64175
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 449288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.42
system time used= 1.64175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640824
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= 12
involuntary context switches= 17469

runsolver used 4.54231 second user time and 9.77551 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 15:49:56
IDJOB=3367360
IDBENCH=82569
IDSOLVER=1845
FILE ID=node104/3367360-1305380995
RUNJOBID= node104-1305379160-13130
PBS_JOBID= 13324398
Free space on /tmp= 73372 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S5267991-057-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367360-1305380995/watcher-3367360-1305380995 -o /tmp/evaluation-result-3367360-1305380995/solver-3367360-1305380995 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367360-1305380995.cnf

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

MD5SUM BENCH= 1a8d3d5d5a6ad4a4b0bb6bd83ad87f53
RANDOM SEED=1253982961

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:      25357504 kB
Buffers:        277756 kB
Cached:        2302272 kB
SwapCached:     122128 kB
Active:        1432148 kB
Inactive:      5895168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25357504 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            7440 kB
Writeback:           0 kB
AnonPages:     4637860 kB
Mapped:          11988 kB
Slab:           116164 kB
PageTables:      86396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75567176 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= 73388 MiB
End job on node104 at 2011-05-14 16:11:38