Trace number 3367332

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 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1368340883-085-UNKNOWN.cnf
MD5SUMc6eeff67aa308a86267a5f4d04512b40
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.5953
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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-3367332-1305380724.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.09/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.10	c -- vars added      40000
0.09/0.10	c Parsing time:  0.10 s
0.09/0.10	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.19/0.25	c asymm  cl-useful: 0/168000/168000 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.4M T:  0.05
0.28/0.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.28/0.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.42	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.59/0.67	c lits-rem:         0  cl-subs:        0  v-elim:    995  v-fix:    0  time:  0.24 s
0.59/0.67	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.73	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.69/0.73	c calculated reachability. Time: 0.00
0.69/0.74	c Calc default polars -  time:   0.01 s pos:   17868 undec:    4360 neg:   17772
0.69/0.74	c =========================================================================================
0.69/0.74	c types(t): F = full restart, N = normal restart
0.69/0.74	c types(t): S = simplification begin/end, E = solution found
0.69/0.74	c restart types(rt): st = static, dy = dynamic
0.69/0.74	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.74	c  B st     0         0     39005    166883         0         0    506827         0   no data   no data
2.39/2.49	c  N dy    23      4096     39005    166883         0      4095    506827   1139084    168.57    189.81
4.30/4.36	c  N dy    50      8363     39005    166883         0      8362    506827   2256327    168.33    182.87
6.19/6.20	c  N dy    81     12461     39005    166883         0     12460    506827   3325730    170.80    184.45
8.09/8.11	c  N dy   113     16488     39005    166883         0     16487    506827   4421987    174.25    186.10
9.99/10.03	c  N dy   147     20584     39005    166883         0     10586    506827    830729    176.92    186.45
11.89/11.97	c  N dy   176     24660     39005    166883         0     14662    506827   1948798    177.81    187.88
12.10/12.14	c  F st   180     25001     39005    166883         0     15003    506827   2039209    178.00   no data
14.69/14.70	c  N dy   186     30000     39005    166883         0     20002    506827   4100666    178.00   no data
14.69/14.70	c  S st   186     30000     39005    166883         0     20002    506827   4100666    178.00   no data
14.89/14.92	c  S st   186     30503     39005    166883         0     20505    506827   4191841    178.00   no data
14.89/14.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.99/15.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
14.99/15.09	c blocked clauses removed:      819 vars:    130 tried:       39005 T: 0.02 s
15.09/15.10	c bin-w-bin subsume rem            0 bins  time:  0.01 s
15.09/15.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.09/15.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38875 time:  0.01 s
15.09/15.14	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
15.29/15.32	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.18 s
15.59/15.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.50/16.53	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.87 s
16.69/16.72	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.19
16.69/16.73	c calculated reachability. Time: 0.00
16.69/16.73	c  N dy   186     30503     38855    166048         0     19947    504445   3737135    178.00   no data
18.49/18.59	c  N dy   212     34586     38855    166048         0     24030    504445   4781113    177.13    187.15
20.58/20.60	c  N dy   243     38602     38855    166048         0     28046    504445   5882242    177.96    254.61
22.49/22.53	c  N dy   270     42639     38855    166048         0     16866    504445   1214397    178.17    189.56
23.88/23.97	c  S st   292     45755     38855    166048         0     19982    504445   2042874    178.19   no data
24.09/24.20	c  S st   292     46258     38855    166048         0     20485    504445   2142864    178.19   no data
24.20/24.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
24.29/24.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
24.29/24.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.29/24.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
24.29/24.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.39/24.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
24.39/24.41	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
24.49/24.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
24.59/24.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.99/25.01	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.28 s
24.99/25.03	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
24.99/25.07	c vivif2 --  cl tried    20484 cl shrink        0 lits rem          0 time: 0.04
25.20/25.26	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.19
25.20/25.27	c calculated reachability. Time: 0.00
25.20/25.27	c  N dy   292     46258     38855    166048         0     20484    504445   2142465    178.19   no data
27.29/27.30	c  N dy   320     50386     38855    166048         0     24612    504445   3228951    178.03    189.90
29.19/29.29	c  N dy   348     54489     38855    166048         0     28715    504445   4394815    178.22    194.37
31.28/31.39	c  N dy   375     58520     38855    166048         0     32746    504445   5478575    178.22    201.59
33.39/33.48	c  N dy   400     62647     38855    166048         0     36873    504445   6570571    178.08    187.97
35.39/35.44	c  N dy   428     66691     38855    166048         0     22304    504445   1772085    177.87    188.50
36.69/36.79	c  S st   448     69389     38855    166048         0     25002    504445   2507618    178.11   no data
36.99/37.04	c  S st   448     69892     38855    166048         0     25505    504445   2596355    178.11   no data
36.99/37.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
37.09/37.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
37.19/37.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.19/37.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
37.19/37.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.19/37.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
37.19/37.25	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
37.30/37.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
37.49/37.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.89/37.99	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.40 s
37.98/38.01	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
37.98/38.06	c vivif2 --  cl tried    25502 cl shrink        0 lits rem          0 time: 0.05
38.19/38.26	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.20
38.19/38.27	c calculated reachability. Time: 0.00
38.19/38.27	c  N dy   448     69892     38855    166048         0     25502    504445   2594326    178.11   no data
40.48/40.53	c  N dy   477     74388     38855    166048         0     29998    504445   3812945    178.13    187.85
42.91/42.96	c  N dy   511     79261     38855    166048         0     34870    504445   5093801    178.16    190.57
45.59/45.66	c  N dy   549     84389     38855    166048         0     39998    504445   6537598    178.75    189.61
47.20/47.26	c  F st   573     87501     38855    166048         0     22303    504445   1163782    178.99    151.76
48.89/48.91	c  N st   578     90805     38855    166048         0     25606    504445   2397790    178.99   no data
51.99/52.08	c  N dy   607     96780     38855    166048         0     31581    504445   4439614    179.10    195.16
55.08/55.14	c  N dy   648    103081     38855    166048         0     37882    504445   6113759    178.87    190.77
55.89/55.97	c  S st   656    104839     38855    166048         0     39640    504445   6578414    178.62   no data
56.19/56.23	c  S st   656    105343     38855    166048         0     40144    504445   6681198    178.62   no data
56.19/56.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
56.29/56.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
56.39/56.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.39/56.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
56.39/56.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56.39/56.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
56.39/56.46	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
56.59/56.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
56.99/57.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
58.79/58.87	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.76 s
58.79/58.89	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
58.99/59.01	c vivif2 --  cl tried    40140 cl shrink        0 lits rem          0 time: 0.12
59.19/59.24	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.23
59.19/59.25	c calculated reachability. Time: 0.00
59.19/59.25	c  N dy   656    105343     38855    166048         0     40140    504445   6677262    178.62   no data
62.59/62.64	c  N dy   702    112117     38855    166048         0     24511    504445   1262353    178.50    189.58
66.19/66.26	c  N dy   747    119320     38855    166048         0     31712    504445   3209922    178.46    190.26
70.08/70.17	c  N dy   806    127065     38855    166048         0     39456    504445   5338069    178.80    195.27
74.39/74.41	c  N dy   858    135188     38855    166048         0     23881    504445    708786    178.76    246.85
78.69/78.77	c  N dy   918    143954     38855    166048         0     32646    504445   3086823    178.78    191.00
83.38/83.46	c  N dy   985    153239     38855    166048         0     41931    504445   5647195    178.99    188.81
85.99/86.02	c  S st  1017    158014     38855    166048         0     46706    504445   6922759    178.96    158.70
86.19/86.29	c  S st  1017    158519     38855    166048         0     47211    504445   7035136    178.96   no data
86.29/86.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
86.39/86.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
86.39/86.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.39/86.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
86.39/86.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
86.49/86.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
86.49/86.52	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
86.69/86.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
86.99/87.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
89.38/89.48	c lits-rem:         3  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.36 s
89.48/89.50	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
89.58/89.63	c vivif2 --  cl tried    47203 cl shrink        0 lits rem          0 time: 0.12
89.78/89.86	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.24
89.78/89.88	c calculated reachability. Time: 0.00
89.78/89.88	c  N dy  1017    158519     38855    166048         0     47203    504445   7032693    178.96   no data
94.98/95.08	c  N dy  1087    168683     38855    166048         0     32517    504445   2675420    178.96    192.32
100.79/100.81	c  N dy  1170    179589     38855    166048         0     43421    504445   5707716    179.33    190.28
106.89/106.90	c  N dy  1248    191095     38855    166048         0     29009    504445   1420190    179.42    239.02
113.19/113.24	c  N dy  1335    203351     38855    166048         0     41265    504445   4779651    179.50    200.98
120.19/120.20	c  N dy  1416    216433     38855    166048         0     27386    504445    676164    179.35    193.43
127.09/127.16	c  N dy  1509    230249     38855    166048         0     41201    504445   4428523    179.36    190.15
131.08/131.15	c  S st  1563    237778     38855    166048         0     48730    504445   6510762    179.40   no data
131.38/131.44	c  S st  1563    238282     38855    166048         0     49234    504445   6620533    179.40   no data
131.38/131.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
131.48/131.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
131.58/131.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.58/131.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
131.58/131.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
131.58/131.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
131.58/131.69	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
131.79/131.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
132.19/132.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
134.49/134.58	c lits-rem:         5  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.32 s
134.59/134.60	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
134.69/134.71	c vivif2 --  cl tried    49229 cl shrink        0 lits rem          0 time: 0.11
134.89/134.93	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.22
134.89/134.94	c calculated reachability. Time: 0.00
134.89/134.94	c  N dy  1563    238282     38855    166048         0     49229    504445   6618158    179.40   no data
142.90/142.92	c  N dy  1678    253513     38855    166048         0     36477    504445   2875928    179.64    189.13
151.48/151.52	c  N dy  1787    269718     38855    166048         0     52681    504445   7282491    179.60    190.31
160.49/160.56	c  N dy  1911    287071     38855    166048         0     41044    504445   3801371    179.58    190.47
170.39/170.41	c  N dy  2044    305538     38855    166048         0     59511    504445   8817940    179.67    193.51
170.78/170.84	c  F st  2048    306250     38855    166048         0     30227    504445    587218    179.67    176.14
180.79/180.82	c  N dy  2149    325109     38855    166048         0     49085    504445   6489920    179.71    196.21
191.19/191.29	c  N dy  2296    345267     38855    166048         0     38244    504445   2496257    179.91    189.53
197.49/197.51	c  S st  2381    357423     38855    166048         0     50399    504445   5879702    180.02   no data
197.69/197.77	c  S st  2381    357926     38855    166048         0     50902    504445   5971413    180.02   no data
197.69/197.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
197.89/197.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
197.89/197.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
197.89/197.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
197.89/197.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
197.89/197.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
197.89/197.99	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
198.09/198.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
198.39/198.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
200.69/200.71	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.24 s
200.69/200.73	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
200.79/200.84	c vivif2 --  cl tried    50899 cl shrink        0 lits rem          0 time: 0.11
201.09/201.10	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.25
201.09/201.11	c calculated reachability. Time: 0.00
201.09/201.11	c  N dy  2381    357926     38855    166048         0     50899    504445   5970416    180.02   no data
211.58/211.65	c  N dy  2519    377947     38855    166048         0     38924    504445   2399397    180.13    203.58
222.29/222.38	c  N dy  2653    398410     38855    166048         0     59387    504445   8032920    180.13    190.43
232.59/232.69	c  N dy  2788    418551     38855    166048         0     46532    504445   4157781    180.04    193.51
243.39/243.43	c  N dy  2933    438572     38855    166048         0     66552    504445   9555693    180.01    192.95
253.58/253.67	c  N dy  3066    458652     38855    166048         0     52633    504445   5547042    179.95    191.19
264.58/264.65	c  N dy  3211    478787     38855    166048         0     37770    504445   1247272    180.14    191.83
275.18/275.21	c  N dy  3352    498832     38855    166048         0     57814    504445   6791345    180.24    196.36
285.78/285.89	c  N dy  3485    518916     38855    166048         0     41900    504445   2152681    180.21    190.46
295.29/295.37	c  S st  3606    536889     38855    166048         0     59871    504445   7041669    180.23   no data
295.59/295.65	c  S st  3606    537390     38855    166048         0     60372    504445   7142999    180.23   no data
295.59/295.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
295.79/295.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
295.79/295.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
295.79/295.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
295.79/295.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
295.79/295.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
295.90/295.91	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
295.99/296.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
296.39/296.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
299.49/299.59	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.11 s
299.59/299.61	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
299.69/299.73	c vivif2 --  cl tried    60367 cl shrink        0 lits rem          0 time: 0.12
299.89/299.99	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.25
299.99/300.00	c calculated reachability. Time: 0.00
299.99/300.00	c  N dy  3606    537390     38855    166048         0     60367    504445   7138883    180.23   no data
310.78/310.81	c  N dy  3742    557422     38855    166048         0     43400    504445   2217949    180.19    190.12
321.38/321.43	c  N dy  3881    577461     38855    166048         0     63439    504445   7724112    180.23    194.18
332.49/332.54	c  N dy  4022    597507     38855    166048         0     45482    504445   2568247    180.29    201.78
343.20/343.28	c  N dy  4164    617535     38855    166048         0     65508    504445   8066216    180.37    194.57
354.38/354.48	c  N dy  4306    637591     38855    166048         0     46570    504445   2609235    180.46    191.88
365.38/365.45	c  N dy  4446    657689     38855    166048         0     66666    504445   8130777    180.53    192.57
376.69/376.70	c  N dy  4581    677769     38855    166048         0     46750    504445   2395112    180.59    191.40
387.69/387.75	c  N dy  4725    697865     38855    166048         0     66846    504445   7961878    180.70    195.78
398.88/398.90	c  N dy  4859    717889     38855    166048         0     45872    504445   1853752    180.72    194.71
409.58/409.63	c  N dy  4987    737940     38855    166048         0     65921    504445   7253396    180.67    192.25
421.48/421.56	c  N dy  5119    757985     38855    166048         0     43964    504445   1053125    180.68    191.62
432.30/432.35	c  N dy  5254    778052     38855    166048         0     64029    504445   6669415    180.74    193.14
443.68/443.72	c  N dy  5388    798101     38855    166048         0     84077    504445  12133599    180.70    191.61
448.08/448.15	c  S st  5441    806085     38855    166048         0     49063    504445   2196907    180.72   no data
448.38/448.40	c  S st  5441    806588     38855    166048         0     49566    504445   2301567    180.72   no data
448.38/448.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
448.48/448.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
448.48/448.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
448.48/448.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
448.48/448.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
448.58/448.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
448.58/448.62	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
448.68/448.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
448.79/448.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
449.58/449.60	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.69 s
449.58/449.62	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
449.58/449.65	c vivif2 --  cl tried    49565 cl shrink        0 lits rem          0 time: 0.04
449.78/449.87	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.22
449.78/449.88	c calculated reachability. Time: 0.00
449.78/449.88	c  N dy  5441    806588     38855    166048         0     49565    504445   2300466    180.72   no data
461.08/461.11	c  N dy  5589    826720     38855    166048         0     69696    504445   8002026    180.86    193.81
472.78/472.82	c  N dy  5723    846827     38855    166048         0     45800    504445   1050583    180.83    194.79
483.68/483.73	c  N dy  5856    866959     38855    166048         0     65929    504445   6542478    180.80    195.09
495.28/495.32	c  N dy  5999    886983     38855    166048         0     85952    504445  12007890    180.85    190.94
506.48/506.55	c  N dy  6133    907194     38855    166048         0     61166    504445   4997178    180.86    193.20
517.88/517.99	c  N dy  6268    927207     38855    166048         0     81177    504445  10555293    180.91    190.53
529.48/529.56	c  N dy  6411    947282     38855    166048         0     55261    504445   3108046    180.96    197.70
540.88/540.95	c  N dy  6543    967344     38855    166048         0     75321    504445   8678822    180.97    191.64
552.88/552.90	c  N dy  6678    987443     38855    166048         0     48433    504445    917096    180.94    204.31
563.98/564.01	c  N dy  6820   1007527     38855    166048         0     68516    504445   6451250    180.97    190.80
575.68/575.73	c  N dy  6954   1027627     38855    166048         0     88613    504445  11990494    180.95    191.13
587.08/587.15	c  N dy  7088   1047716     38855    166048         0     60698    504445   4048334    180.98    212.71
598.58/598.62	c  N dy  7220   1067757     38855    166048         0     80738    504445   9563436    180.98    194.01
600.88/600.96	c  F st  7244   1071875     38855    166048         0     84854    504445  10691419    180.97   no data
610.38/610.51	c  N dy  7321   1087801     38855    166048         0     51778    504445   1268110    180.96    207.43
621.58/621.66	c  N dy  7465   1107884     38855    166048         0     71860    504445   6806468    180.97    192.13
633.48/633.59	c  N dy  7598   1127911     38855    166048         0     91885    504445  12221277    180.96    219.98
645.07/645.12	c  N dy  7734   1147948     38855    166048         0     61922    504445   3847041    180.97    196.51
656.77/656.88	c  N dy  7871   1167997     38855    166048         0     81971    504445   9373630    180.97    192.63
669.28/669.36	c  N dy  8017   1188453     38855    166048         0     51434    504445    650957    181.03    192.72
680.47/680.56	c  N dy  8151   1208501     38855    166048         0     71481    504445   6192235    181.06    195.28
681.27/681.37	c  S st  8160   1209882     38855    166048         0     72862    504445   6583864    181.07    163.80
681.57/681.67	c  S st  8160   1210386     38855    166048         0     73366    504445   6683759    181.07   no data
681.67/681.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
681.77/681.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.14
681.77/681.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
681.88/681.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
681.88/681.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
681.88/681.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
681.88/681.94	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
682.07/682.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
682.47/682.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
685.77/685.81	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.27 s
685.77/685.84	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
685.87/685.96	c vivif2 --  cl tried    73360 cl shrink        0 lits rem          0 time: 0.12
686.17/686.24	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.28
686.17/686.25	c calculated reachability. Time: 0.00
686.17/686.25	c  N dy  8160   1210386     38855    166048         0     73360    504445   6682364    181.07   no data
698.18/698.27	c  N dy  8301   1230436     38855    166048         0     93410    504445  12306394    181.12    195.52
709.97/710.04	c  N dy  8437   1250500     38855    166048         0     61474    504445   3151060    181.09    192.53
721.37/721.43	c  N dy  8574   1270587     38855    166048         0     81559    504445   8723629    181.11    201.86
733.69/733.78	c  N dy  8715   1290611     38855    166048         0    101581    504445  14277474    181.16    198.97
745.17/745.24	c  N dy  8857   1310737     38855    166048         0     68706    504445   4869566    181.20    191.89
757.07/757.14	c  N dy  8996   1330784     38855    166048         0     88751    504445  10395928    181.22    191.48
769.58/769.67	c  N dy  9134   1350853     38855    166048         0     54823    504445    770760    181.26    198.27
780.98/781.05	c  N dy  9264   1371156     38855    166048         0     75124    504445   6376462    181.24    190.91
793.47/793.52	c  N dy  9402   1391396     38855    166048         0     95362    504445  12062961    181.27    196.72
806.07/806.15	c  N dy  9540   1411422     38855    166048         0     60390    504445   2076803    181.29    192.59
817.67/817.79	c  N dy  9671   1431462     38855    166048         0     80427    504445   7571413    181.28    196.12
830.37/830.48	c  N dy  9812   1451608     38855    166048         0    100570    504445  13123924    181.31    192.02
842.66/842.79	c  N dy  9938   1471822     38855    166048         0     64786    504445   2940867    181.27    191.95
854.36/854.42	c  N dy 10063   1491955     38855    166048         0     84917    504445   8343870    181.24    199.81
866.87/866.91	c  N dy 10202   1512004     38855    166048         0    104966    504445  13873148    181.26    192.47
878.77/878.84	c  N dy 10347   1532031     38855    166048         0     68000    504445   3612729    181.30    193.26
890.36/890.42	c  N dy 10487   1552104     38855    166048         0     88071    504445   9200057    181.32    190.98
902.66/902.78	c  N dy 10624   1572206     38855    166048         0    108172    504445  14727313    181.31    191.38
914.56/914.68	c  N dy 10763   1592346     38855    166048         0     70314    504445   3966924    181.32    201.96
926.37/926.40	c  N dy 10887   1612350     38855    166048         0     90317    504445   9446717    181.28    190.91
938.76/938.86	c  N dy 11020   1632396     38855    166048         0    110363    504445  14942312    181.28    193.20
950.87/950.94	c  N dy 11161   1652474     38855    166048         0     71450    504445   3996203    181.30    196.94
962.56/962.66	c  N dy 11289   1672587     38855    166048         0     91561    504445   9557893    181.27    200.48
975.06/975.15	c  N dy 11422   1692627     38855    166048         0    111599    504445  15099972    181.27    192.16
986.76/986.89	c  S st 11546   1710386     38855    166048         0     69356    504445   3133405    181.28   no data
987.06/987.19	c  S st 11546   1710893     38855    166048         0     69863    504445   3215968    181.28   no data
987.16/987.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
987.26/987.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
987.26/987.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
987.36/987.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
987.36/987.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
987.36/987.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38855 time:  0.01 s
987.36/987.44	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
987.46/987.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
987.67/987.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
989.56/989.67	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.88 s
989.66/989.70	c vivif2 --  cl tried   166048 cl shrink        0 lits rem          0 time: 0.02
989.66/989.76	c vivif2 --  cl tried    69862 cl shrink        0 lits rem          0 time: 0.06
989.98/990.03	c asymm  cl-useful: 0/166048/166048 lits-rem:0 time: 0.27
989.98/990.04	c calculated reachability. Time: 0.00
989.98/990.04	c  N dy 11546   1710893     38855    166048         0     69862    504445   3214764    181.28   no data
1001.86/1001.96	c  N dy 11683   1731173     38855    166048         0     90141    504445   8797970    181.29    193.12
1014.37/1014.48	c  N dy 11816   1751282     38855    166048         0    110250    504445  14365019    181.29    194.37
1026.96/1027.03	c  N dy 11955   1771285     38855    166048         0     69259    504445   2871060    181.32    242.87
1038.97/1039.09	c  N dy 12094   1791373     38855    166048         0     89346    504445   8378495    181.31    194.37
1052.06/1052.19	c  N dy 12237   1811426     38855    166048         0    109397    504445  13891542    181.34    202.15
1065.67/1065.75	c  N dy 12378   1831473     38855    166048         0     67454    504445   2095278    181.36    191.56
1078.16/1078.29	c  N dy 12529   1851525     38855    166048         0     87506    504445   7758001    181.41    191.37
1090.86/1090.99	c  N dy 12663   1871663     38855    166048         0    107644    504445  13350741    181.41    200.19
1104.76/1104.84	c  N dy 12803   1891724     38855    166048         0     64703    504445   1072519    181.43    201.67
1117.16/1117.21	c  N dy 12939   1911832     38855    166048         0     84809    504445   6618776    181.44    193.58
1130.26/1130.30	c  N dy 13065   1931867     38855    166048         0    104844    504445  12056864    181.40    192.71
1143.86/1144.00	c  N dy 13204   1951948     38855    166048         0    124924    504445  17677410    181.44    203.10
1156.86/1156.94	c  N dy 13333   1971969     38855    166048         0     80941    504445   5197116    181.40    200.96
1169.96/1170.07	c  N dy 13468   1991970     38855    166048         0    100942    504445  10818674    181.42    197.43
1183.86/1183.91	c  N dy 13618   2012272     38855    166048         0    121242    504445  16547619    181.46    194.24
1196.78/1196.84	c  N dy 13757   2032319     38855    166048         0     76290    504445   3712828    181.47    191.39
1209.56/1209.62	c  N dy 13900   2052320     38855    166048         0     96288    504445   9281864    181.49    260.73
1222.86/1222.92	c  N dy 14034   2072453     38855    166048         0    116420    504445  14832586    181.51    193.00
1236.66/1236.75	c  N dy 14160   2092525     38855    166048         0     70493    504445   1874808    181.48    198.24
1249.35/1249.47	c  N dy 14299   2112592     38855    166048         0     90559    504445   7499172    181.51    191.96
1262.86/1262.97	c  N dy 14439   2132618     38855    166048         0    110584    504445  13066161    181.52    208.04
1276.96/1277.09	c  N dy 14574   2152725     38855    166048         0    130690    504445  18644102    181.54    191.12
1289.96/1290.02	c  N dy 14701   2172759     38855    166048         0     83730    504445   5201390    181.52    195.20

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-3367332-1305380724/watcher-3367332-1305380724 -o /tmp/evaluation-result-3367332-1305380724/solver-3367332-1305380724 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367332-1305380724.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.04 4.02 3.27 5/425 5794
/proc/meminfo: memFree=19409064/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=25128 CPUtime=0 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 1639 0 0 0 0 0 0 0 25 0 1 0 728303173 25731072 1350 33554432000 4194304 4580011 140733663601376 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 6282 1356 322 95 0 1264 0

[startup+0.0343641 s]
/proc/loadavg: 4.04 4.02 3.27 5/425 5794
/proc/meminfo: memFree=19409064/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=45208 CPUtime=0.02 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 5238 0 0 0 2 0 0 0 25 0 1 0 728303173 46292992 4122 33554432000 4194304 4580011 140733663601376 18446744073709551615 4512038 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 11302 4123 324 95 0 6284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 45208

[startup+0.100353 s]
/proc/loadavg: 4.04 4.02 3.27 5/425 5794
/proc/meminfo: memFree=19409064/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=51396 CPUtime=0.09 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 7339 0 0 0 9 0 0 0 25 0 1 0 728303173 52629504 6223 33554432000 4194304 4580011 140733663601376 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 12849 6223 324 95 0 7831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51396

[startup+0.300318 s]
/proc/loadavg: 4.04 4.02 3.27 5/425 5794
/proc/meminfo: memFree=19409064/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=54676 CPUtime=0.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 7561 0 0 0 28 0 0 0 25 0 1 0 728303173 55988224 6445 33554432000 4194304 4580011 140733663601376 18446744073709551615 4439103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 13669 6445 344 95 0 8651 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 54676

[startup+0.700304 s]
/proc/loadavg: 4.04 4.02 3.27 5/425 5794
/proc/meminfo: memFree=19409064/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=76168 CPUtime=0.69 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 15210 0 0 0 68 1 0 0 25 0 1 0 728303173 77996032 12010 33554432000 4194304 4580011 140733663601376 18446744073709551615 4367992 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 19042 12010 357 95 0 14024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76168

[startup+1.50011 s]
/proc/loadavg: 4.04 4.02 3.27 5/426 5795
/proc/meminfo: memFree=19354232/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=76168 CPUtime=1.49 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 15763 0 0 0 148 1 0 0 25 0 1 0 728303173 77996032 12563 33554432000 4194304 4580011 140733663601376 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 19042 12564 364 95 0 14024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76168

[startup+3.10093 s]
/proc/loadavg: 4.04 4.02 3.27 5/426 5795
/proc/meminfo: memFree=19342452/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=108984 CPUtime=3.09 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 16732 0 0 0 307 2 0 0 25 0 1 0 728303173 111599616 13532 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 27246 13532 364 95 0 22228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 108984

[startup+6.30033 s]
/proc/loadavg: 4.03 4.02 3.27 5/426 5795
/proc/meminfo: memFree=19331076/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=108984 CPUtime=6.29 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 18555 0 0 0 627 2 0 0 25 0 1 0 728303173 111599616 15355 33554432000 4194304 4580011 140733663601376 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 27246 15355 364 95 0 22228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108984

[startup+12.7002 s]
/proc/loadavg: 4.03 4.02 3.27 5/426 5795
/proc/meminfo: memFree=19344092/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=84168 CPUtime=12.69 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 23905 0 0 0 1266 3 0 0 25 0 1 0 728303173 86188032 14346 33554432000 4194304 4580011 140733663601376 18446744073709551615 4325120 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 21042 14346 365 95 0 16024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84168

[startup+25.501 s]
/proc/loadavg: 4.02 4.02 3.28 5/426 5795
/proc/meminfo: memFree=19148528/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=173200 CPUtime=25.49 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 53958 0 0 0 2541 8 0 0 25 0 1 0 728303173 177356800 36484 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 43300 36484 367 95 0 38282 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 173200

[startup+51.1005 s]
/proc/loadavg: 4.01 4.02 3.30 5/426 5796
/proc/meminfo: memFree=18960560/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=254308 CPUtime=51.09 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 74629 0 0 0 5097 12 0 0 25 0 1 0 728303173 260411392 41671 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 63577 41671 367 95 0 58559 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 254308

[startup+102.315 s]
/proc/loadavg: 4.00 4.01 3.34 5/426 5797
/proc/meminfo: memFree=18752852/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=378948 CPUtime=102.3 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 122646 0 0 0 10210 20 0 0 25 0 1 0 728303173 388042752 76185 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 94737 76185 367 95 0 89719 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 378948

[startup+162.301 s]
/proc/loadavg: 4.15 4.05 3.39 5/426 5799
/proc/meminfo: memFree=18574120/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=397184 CPUtime=162.29 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 147064 0 0 0 16203 26 0 0 25 0 1 0 728303173 406716416 79397 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 99296 79397 367 95 0 94278 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 397184

[startup+222.301 s]
/proc/loadavg: 4.08 4.05 3.43 5/426 5827
/proc/meminfo: memFree=18678880/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=407404 CPUtime=222.29 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 172370 0 0 0 22196 33 0 0 25 0 1 0 728303173 417181696 85171 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 101851 85171 367 95 0 96833 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 407404

[startup+282.301 s]
/proc/loadavg: 4.03 4.04 3.46 5/426 5829
/proc/meminfo: memFree=18618020/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=407424 CPUtime=282.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 195980 0 0 0 28190 38 0 0 25 0 1 0 728303173 417202176 87582 33554432000 4194304 4580011 140733663601376 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 101856 87582 367 95 0 96838 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 407424

[startup+342.3 s]
/proc/loadavg: 4.05 4.05 3.50 5/426 5831
/proc/meminfo: memFree=18576808/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=439048 CPUtime=342.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 224791 0 0 0 34182 46 0 0 25 0 1 0 728303173 449585152 92782 33554432000 4194304 4580011 140733663601376 18446744073709551615 4321359 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 109762 92782 367 95 0 104744 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 439048

[startup+402.301 s]
/proc/loadavg: 4.02 4.04 3.53 5/426 5832
/proc/meminfo: memFree=18422252/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=439508 CPUtime=402.29 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 247396 0 0 0 40177 52 0 0 25 0 1 0 728303173 450056192 88947 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 109877 88947 367 95 0 104859 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 439508

[startup+462.3 s]
/proc/loadavg: 4.00 4.03 3.56 5/426 5834
/proc/meminfo: memFree=18437228/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=439712 CPUtime=462.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 271119 0 0 0 46170 58 0 0 25 0 1 0 728303173 450265088 93856 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 109928 93856 367 95 0 104910 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 439712

[startup+522.301 s]
/proc/loadavg: 4.13 4.05 3.59 5/426 5835
/proc/meminfo: memFree=18355592/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=439952 CPUtime=522.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 294918 0 0 0 52164 64 0 0 25 0 1 0 728303173 450510848 97691 33554432000 4194304 4580011 140733663601376 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 109988 97691 367 95 0 104970 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 439952

[startup+582.3 s]
/proc/loadavg: 4.05 4.04 3.61 5/426 5837
/proc/meminfo: memFree=18394740/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=376460 CPUtime=582.27 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 317756 0 0 0 58157 70 0 0 25 0 1 0 728303173 385495040 88343 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 94115 88343 367 95 0 89097 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 376460

[startup+642.301 s]
/proc/loadavg: 4.01 4.03 3.64 5/426 5839
/proc/meminfo: memFree=18439708/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=377964 CPUtime=642.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 341342 0 0 0 64153 75 0 0 25 0 1 0 728303173 387035136 88719 33554432000 4194304 4580011 140733663601376 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 94491 88719 367 95 0 89473 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 377964

[startup+702.3 s]
/proc/loadavg: 4.10 4.05 3.66 5/426 5840
/proc/meminfo: memFree=18220796/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=442656 CPUtime=702.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 364247 0 0 0 70146 82 0 0 25 0 1 0 728303173 453279744 99795 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 110664 99795 367 95 0 105646 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 442656

[startup+762.316 s]
/proc/loadavg: 4.11 4.07 3.69 5/426 5842
/proc/meminfo: memFree=18203412/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=443180 CPUtime=762.28 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 387334 0 0 0 76140 88 0 0 25 0 1 0 728303173 453816320 98457 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 110795 98457 367 95 0 105777 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 443180

[startup+822.3 s]
/proc/loadavg: 4.04 4.05 3.71 5/426 5843
/proc/meminfo: memFree=18151540/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=453416 CPUtime=822.27 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 412317 0 0 0 82132 95 0 0 25 0 1 0 728303173 464297984 97877 33554432000 4194304 4580011 140733663601376 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 113354 97877 367 95 0 108336 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 453416

[startup+882.301 s]
/proc/loadavg: 4.13 4.07 3.74 5/426 5845
/proc/meminfo: memFree=18160172/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=453768 CPUtime=882.27 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 434326 0 0 0 88125 102 0 0 25 0 1 0 728303173 464658432 93613 33554432000 4194304 4580011 140733663601376 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 113442 93613 367 95 0 108424 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 453768

[startup+942.3 s]
/proc/loadavg: 4.19 4.09 3.76 5/426 5856
/proc/meminfo: memFree=18168064/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=453904 CPUtime=942.26 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 459030 0 0 0 94118 108 0 0 25 0 1 0 728303173 464797696 104584 33554432000 4194304 4580011 140733663601376 18446744073709551615 4321120 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 113476 104584 367 95 0 108458 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 453904

[startup+1002.3 s]
/proc/loadavg: 4.07 4.07 3.77 5/426 5857
/proc/meminfo: memFree=18150720/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=454144 CPUtime=1002.27 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 479784 0 0 0 100112 115 0 0 25 0 1 0 728303173 465043456 97187 33554432000 4194304 4580011 140733663601376 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 113536 97187 367 95 0 108518 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 454144

[startup+1062.3 s]
/proc/loadavg: 3.80 4.01 3.77 4/420 5877
/proc/meminfo: memFree=20464364/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=454320 CPUtime=1062.26 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 503020 0 0 0 106105 121 0 0 25 0 1 0 728303173 465223680 105982 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 113580 105982 367 95 0 108562 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 454320

[startup+1122.3 s]
/proc/loadavg: 3.33 3.83 3.72 4/420 5878
/proc/meminfo: memFree=20490392/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=454676 CPUtime=1122.26 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 523949 0 0 0 112099 127 0 0 25 0 1 0 728303173 465588224 96985 33554432000 4194304 4580011 140733663601376 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 113669 96985 367 95 0 108651 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 454676

[startup+1182.3 s]
/proc/loadavg: 3.15 3.69 3.68 4/420 5880
/proc/meminfo: memFree=20439620/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=454872 CPUtime=1182.26 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 546263 0 0 0 118090 136 0 0 25 0 1 0 728303173 465788928 103997 33554432000 4194304 4580011 140733663601376 18446744073709551615 4316648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 113718 103997 367 95 0 108700 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 454872

[startup+1242.3 s]
/proc/loadavg: 2.77 3.50 3.61 3/414 5900
/proc/meminfo: memFree=20817612/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=456284 CPUtime=1242.26 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 566769 0 0 0 124084 142 0 0 25 0 1 0 728303173 467234816 92947 33554432000 4194304 4580011 140733663601376 18446744073709551615 4316333 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 114071 92947 367 95 0 109053 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 456284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.34 3.24 3.51 3/414 5901
/proc/meminfo: memFree=20802220/32950940 swapFree=67111356/67111528
[pid=5794] ppid=5792 vsize=456412 CPUtime=1299.96 cores=0,2
/proc/5794/stat : 5794 (strangenight2-s) R 5792 5794 5388 0 -1 4202496 588054 0 0 0 129847 149 0 0 25 0 1 0 728303173 467365888 97954 33554432000 4194304 4580011 140733663601376 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5794/statm: 114103 97954 367 95 0 109085 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 456412

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.04
CPU time (s): 1300
CPU user time (s): 1298.49
CPU system time (s): 1.51477
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 456412

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

runsolver used 5.15822 second user time and 12.6161 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 15:45:24
IDJOB=3367332
IDBENCH=82541
IDSOLVER=1845
FILE ID=node117/3367332-1305380724
RUNJOBID= node117-1305379154-5406
PBS_JOBID= 13324385
Free space on /tmp= 73348 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1368340883-085-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367332-1305380724/watcher-3367332-1305380724 -o /tmp/evaluation-result-3367332-1305380724/solver-3367332-1305380724 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367332-1305380724.cnf

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

MD5SUM BENCH= c6eeff67aa308a86267a5f4d04512b40
RANDOM SEED=1427378443

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19409220 kB
Buffers:        285024 kB
Cached:        3067744 kB
SwapCached:          0 kB
Active:       11349196 kB
Inactive:      1831720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19409220 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            8988 kB
Writeback:           0 kB
AnonPages:     9827860 kB
Mapped:          33136 kB
Slab:           243884 kB
PageTables:      49492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 102844808 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= 73400 MiB
End job on node117 at 2011-05-14 16:07:06