Trace number 3367396

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
MD5SUM94d10ca78c6cee5b0badfb96b777ac08
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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-3367396-1305382043.cnf'
0.00/0.01	c -- header says num vars:          49999
0.00/0.01	c -- header says num clauses:      210000
0.09/0.14	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.14	c -- vars added      49999
0.09/0.14	c Parsing time:  0.13 s
0.09/0.14	c  N st     0         0     49999    210000         0         0    630000         0   no data   no data
0.29/0.31	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.18
0.29/0.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
0.39/0.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.39/0.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.49/0.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.49/0.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.01 s
0.49/0.54	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
0.79/0.84	c lits-rem:         0  cl-subs:        0  v-elim:   1202  v-fix:    0  time:  0.30 s
0.79/0.85	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.91	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.89/0.91	c calculated reachability. Time: 0.00
0.89/0.93	c Calc default polars -  time:   0.02 s pos:   22142 undec:    5594 neg:   22263
0.89/0.93	c =========================================================================================
0.89/0.93	c types(t): F = full restart, N = normal restart
0.89/0.93	c types(t): S = simplification begin/end, E = solution found
0.89/0.93	c restart types(rt): st = static, dy = dynamic
0.89/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.93	c  B st     0         0     48797    208588         0         0    632934         0   no data   no data
2.99/3.01	c  N dy    21      4028     48797    208588         0      4028    632934   1419243    213.47    237.22
4.99/5.07	c  N dy    46      8068     48797    208588         0      8067    632934   2651400    208.41    231.29
7.09/7.18	c  N dy    71     12184     48797    208588         0     12183    632934   3895989    205.06    216.48
9.19/9.25	c  N dy    92     16237     48797    208588         0     16235    632934   5080519    202.15    232.00
11.49/11.51	c  N dy   117     20245     48797    208588         0     10247    632934    826916    201.39    220.43
13.59/13.69	c  N dy   149     24253     48797    208588         0     14255    632934   2046525    202.59    248.04
13.99/14.09	c  F st   154     25001     48797    208588         0     15003    632934   2263966    202.35   no data
15.90/15.94	c  N st   159     28296     48797    208588         0     18298    632934   3427907    202.35   no data
16.89/16.99	c  S st   160     30001     48797    208588         0     20003    632934   4311036    202.35   no data
17.19/17.25	c  S st   160     30504     48797    208588         0     20506    632934   4422095    202.35   no data
17.19/17.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
17.29/17.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
17.39/17.48	c blocked clauses removed:      902 vars:    151 tried:       48797 T: 0.03 s
17.39/17.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
17.50/17.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.50/17.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48646 time:  0.01 s
17.50/17.53	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
17.69/17.79	c lits-rem:         0  cl-subs:        0  v-elim:     29  v-fix:    0  time:  0.25 s
18.09/18.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.99/19.02	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.83 s
19.19/19.24	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.22
19.19/19.25	c calculated reachability. Time: 0.00
19.19/19.25	c  N dy   160     30504     48617    207658         0     20025    630314   4101461    202.35   no data
21.49/21.51	c  N dy   185     34626     48617    207658         0     24147    630314   5333549    201.89    216.74
23.69/23.79	c  N dy   211     38808     48617    207658         0     28329    630314   6587352    201.39    212.46
25.99/26.09	c  N dy   239     42852     48617    207658         0     17115    630314   1427913    201.53    214.89
27.59/27.63	c  S st   258     45756     48617    207658         0     20019    630314   2246279    200.82   no data
27.89/27.91	c  S st   258     46262     48617    207658         0     20525    630314   2354802    200.82   no data
27.89/27.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27.99/28.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
28.09/28.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.09/28.12	c bin-w-bin subsume rem            0 bins  time:  0.01 s
28.09/28.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.09/28.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
28.09/28.17	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
28.29/28.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
28.39/28.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.79/28.82	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.29 s
28.79/28.84	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
28.79/28.88	c vivif2 --  cl tried    20523 cl shrink        0 lits rem          0 time: 0.04
29.09/29.11	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.22
29.09/29.12	c calculated reachability. Time: 0.00
29.09/29.12	c  N dy   258     46262     48617    207658         0     20523    630314   2354467    200.82   no data
31.29/31.36	c  N dy   285     50363     48617    207658         0     24624    630314   3582810    200.83    217.95
33.59/33.61	c  N dy   311     54444     48617    207658         0     28704    630314   4799223    200.95    214.73
35.88/35.98	c  N dy   336     58624     48617    207658         0     32884    630314   6058228    200.75    228.04
38.50/38.52	c  N dy   363     62749     48617    207658         0     37009    630314   7297674    200.61    223.21
40.78/40.88	c  N dy   389     66948     48617    207658         0     22578    630314   2047474    200.37    214.04
42.18/42.22	c  S st   405     69394     48617    207658         0     25024    630314   2767625    200.31   no data
42.38/42.49	c  S st   405     69894     48617    207658         0     25524    630314   2875842    200.31   no data
42.48/42.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.58/42.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
42.58/42.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.68/42.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.68/42.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.68/42.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
42.68/42.75	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
42.89/42.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
43.09/43.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
43.49/43.56	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.42 s
43.49/43.58	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
43.59/43.63	c vivif2 --  cl tried    25523 cl shrink        0 lits rem          0 time: 0.05
43.79/43.87	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.23
43.79/43.88	c calculated reachability. Time: 0.00
43.79/43.88	c  N dy   405     69894     48617    207658         0     25523    630314   2875646    200.31   no data
46.28/46.39	c  N dy   434     74411     48617    207658         0     30040    630314   4216792    200.12    213.95
49.18/49.20	c  N dy   470     79388     48617    207658         0     35017    630314   5729112    200.52    213.10
52.08/52.18	c  N dy   507     84548     48617    207658         0     40177    630314   7258405    200.50    222.42
53.79/53.91	c  F st   528     87500     48617    207658         0     22315    630314   1250783    200.56   no data
55.78/55.86	c  N st   533     90802     48617    207658         0     25617    630314   2498607    200.56   no data
59.19/59.29	c  N dy   561     96648     48617    207658         0     31462    630314   4487208    200.66    213.57
62.79/62.81	c  N dy   598    102861     48617    207658         0     37675    630314   6325608    200.39    211.81
63.88/63.98	c  S st   613    104841     48617    207658         0     39655    630314   6918754    200.51   no data
64.18/64.27	c  S st   613    105343     48617    207658         0     40157    630314   7027446    200.51   no data
64.28/64.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
64.38/64.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
64.38/64.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.48/64.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
64.48/64.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
64.48/64.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
64.48/64.55	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
64.68/64.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
65.19/65.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
66.88/66.95	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.70 s
66.88/66.97	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
66.99/67.09	c vivif2 --  cl tried    40156 cl shrink        0 lits rem          0 time: 0.12
67.28/67.35	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.26
67.28/67.36	c calculated reachability. Time: 0.00
67.28/67.36	c  N dy   613    105343     48617    207658         0     40156    630314   7026561    200.51   no data
71.29/71.30	c  N dy   659    112113     48617    207658         0     24525    630314   1393354    200.32    213.67
75.28/75.31	c  N dy   704    119318     48617    207658         0     31729    630314   3513639    200.26    212.40
79.69/79.70	c  N dy   755    126945     48617    207658         0     39356    630314   5759650    200.03    217.90
84.48/84.56	c  N dy   809    135130     48617    207658         0     23835    630314    739231    200.08    216.21
89.58/89.64	c  N dy   867    143997     48617    207658         0     32702    630314   3396939    200.07    217.18
95.08/95.14	c  N dy   931    153360     48617    207658         0     42064    630314   6191769    200.26    211.12
97.89/97.91	c  S st   966    158015     48617    207658         0     46719    630314   7638253    200.59   no data
98.18/98.21	c  S st   966    158519     48617    207658         0     47223    630314   7748174    200.59   no data
98.18/98.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
98.28/98.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
98.38/98.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.38/98.46	c bin-w-bin subsume rem            0 bins  time:  0.01 s
98.38/98.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
98.38/98.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
98.48/98.50	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
98.68/98.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
99.09/99.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
101.38/101.41	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.20 s
101.38/101.44	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
101.48/101.57	c vivif2 --  cl tried    47219 cl shrink        0 lits rem          0 time: 0.13
101.78/101.84	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.27
101.78/101.86	c calculated reachability. Time: 0.00
101.78/101.86	c  N dy   966    158519     48617    207658         0     47219    630314   7745767    200.59   no data
107.49/107.58	c  N dy  1028    168655     48617    207658         0     32504    630314   2927492    200.40    211.65
113.78/113.82	c  N dy  1099    179495     48617    207658         0     43344    630314   6104426    200.32    257.12
120.69/120.72	c  N dy  1179    191130     48617    207658         0     29052    630314   1575862    200.30    211.09
127.68/127.78	c  N dy  1261    203331     48617    207658         0     41252    630314   5284612    200.43    213.10
135.59/135.62	c  N dy  1346    216346     48617    207658         0     27304    630314    694471    200.35    219.86
143.58/143.63	c  N dy  1440    230217     48617    207658         0     41174    630314   4756684    200.23    211.26
147.99/148.04	c  S st  1486    237778     48617    207658         0     48735    630314   7000119    200.16   no data
148.29/148.36	c  S st  1486    238282     48617    207658         0     49238    630314   7116396    200.16   no data
148.29/148.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
148.50/148.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
148.50/148.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
148.59/148.60	c bin-w-bin subsume rem            0 bins  time:  0.01 s
148.59/148.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
148.59/148.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
148.59/148.65	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
148.79/148.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
149.19/149.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
151.29/151.39	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.10 s
151.39/151.42	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
151.49/151.54	c vivif2 --  cl tried    49234 cl shrink        0 lits rem          0 time: 0.12
151.80/151.81	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.27
151.80/151.83	c calculated reachability. Time: 0.00
151.80/151.83	c  N dy  1486    238282     48617    207658         0     49234    630314   7114643    200.16   no data
160.69/160.70	c  N dy  1582    253498     48617    207658         0     36468    630314   3045064    200.16    253.19
170.29/170.32	c  N dy  1692    269709     48617    207658         0     52679    630314   8003102    200.38    217.05
180.48/180.51	c  N dy  1809    287039     48617    207658         0     41018    630314   4103823    200.38    211.08
191.49/191.58	c  N dy  1933    305422     48617    207658         0     59400    630314   9565231    200.35    211.64
192.09/192.15	c  F st  1941    306250     48617    207658         0     30234    630314    647263    200.41   no data
203.39/203.43	c  N dy  2042    325090     48617    207658         0     49071    630314   6838686    200.47    215.61
215.68/215.77	c  N dy  2177    345259     48617    207658         0     38241    630314   2653263    200.38    215.99
222.99/223.03	c  S st  2267    357425     48617    207658         0     50407    630314   6353502    200.57   no data
223.30/223.33	c  S st  2267    357931     48617    207658         0     50913    630314   6456087    200.57   no data
223.30/223.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
223.49/223.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
223.49/223.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
223.49/223.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
223.49/223.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
223.59/223.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
223.59/223.63	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
223.79/223.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
224.09/224.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
226.19/226.25	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.02 s
226.19/226.28	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
226.29/226.39	c vivif2 --  cl tried    50908 cl shrink        0 lits rem          0 time: 0.11
226.60/226.67	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.28
226.60/226.68	c calculated reachability. Time: 0.00
226.60/226.68	c  N dy  2267    357931     48617    207658         0     50908    630314   6454029    200.57   no data
238.99/239.01	c  N dy  2408    378172     48617    207658         0     39154    630314   2725977    200.67    211.56
250.98/251.09	c  N dy  2545    398176     48617    207658         0     59156    630314   8750551    200.75    237.73
263.29/263.31	c  N dy  2688    418254     48617    207658         0     46238    630314   4569064    200.76    218.49
275.49/275.57	c  N dy  2814    438299     48617    207658         0     66283    630314  10524918    200.71    215.88
287.49/287.58	c  N dy  2953    458362     48617    207658         0     52353    630314   6040829    200.72    211.47
299.99/300.02	c  N dy  3092    478397     48617    207658         0     37383    630314   1232137    200.72    228.57
311.99/312.06	c  N dy  3232    498421     48617    207658         0     57405    630314   7123350    200.67    212.21
324.59/324.69	c  N dy  3371    518506     48617    207658         0     41491    630314   2129292    200.69    211.46
335.89/335.91	c  S st  3501    536896     48617    207658         0     59881    630314   7693547    200.82   no data
336.19/336.23	c  S st  3501    537399     48617    207658         0     60384    630314   7797243    200.82   no data
336.19/336.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
336.39/336.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
336.39/336.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
336.39/336.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
336.50/336.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
336.50/336.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
336.50/336.54	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
336.69/336.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
337.09/337.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
340.09/340.16	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.93 s
340.09/340.19	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
340.29/340.32	c vivif2 --  cl tried    60381 cl shrink        0 lits rem          0 time: 0.13
340.59/340.61	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.29
340.59/340.63	c calculated reachability. Time: 0.00
340.59/340.63	c  N dy  3501    537399     48617    207658         0     60381    630314   7796217    200.82   no data
353.19/353.24	c  N dy  3637    557536     48617    207658         0     43522    630314   2460298    200.83    215.11
365.59/365.61	c  N dy  3780    577646     48617    207658         0     63632    630314   8518983    200.92    213.96
378.10/378.10	c  N dy  3915    597667     48617    207658         0     45654    630314   2843700    200.95    214.95
390.51/390.52	c  N dy  4050    617784     48617    207658         0     65771    630314   8851782    200.97    221.23
403.00/403.01	c  N dy  4180    637899     48617    207658         0     46885    630314   2894334    200.89    224.80
415.49/415.51	c  N dy  4322    658053     48617    207658         0     67038    630314   8940521    200.92    217.23
428.40/428.40	c  N dy  4467    678276     48617    207658         0     47261    630314   2748735    201.02    216.82
440.80/440.80	c  N dy  4604    698322     48617    207658         0     67307    630314   8678301    200.98    212.41
453.60/453.66	c  N dy  4742    718358     48617    207658         0     46344    630314   2078889    201.02    216.55
466.00/466.08	c  N dy  4886    738365     48617    207658         0     66348    630314   8080331    201.09    236.61
479.00/479.02	c  N dy  5017    758439     48617    207658         0     44423    630314   1228018    201.06    214.01
491.71/491.72	c  N dy  5155    778653     48617    207658         0     64635    630314   7310475    201.11    214.65
504.80/504.87	c  N dy  5297    798763     48617    207658         0     84743    630314  13344503    201.11    213.27
509.40/509.40	c  S st  5350    806098     48617    207658         0     49087    630314   2323780    201.11   no data
509.70/509.70	c  S st  5350    806600     48617    207658         0     49589    630314   2427276    201.11   no data
509.70/509.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
509.80/509.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
509.90/509.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
509.90/509.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
509.90/509.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
509.90/509.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.02 s
510.00/510.00	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
510.10/510.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
510.31/510.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
511.00/511.06	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.71 s
511.00/511.09	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
511.10/511.13	c vivif2 --  cl tried    49589 cl shrink        0 lits rem          0 time: 0.04
511.41/511.41	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.27
511.41/511.42	c calculated reachability. Time: 0.00
511.41/511.42	c  N dy  5350    806600     48617    207658         0     49589    630314   2427275    201.11   no data
524.00/524.05	c  N dy  5497    826632     48617    207658         0     69620    630314   8441877    201.16    222.53
537.09/537.19	c  N dy  5631    846670     48617    207658         0     45660    630314   1059685    201.22    213.59
549.49/549.56	c  N dy  5769    866716     48617    207658         0     65704    630314   7049766    201.22    212.16
562.49/562.59	c  N dy  5898    886757     48617    207658         0     85744    630314  13033260    201.18    212.33
575.20/575.23	c  N dy  6029    906917     48617    207658         0     60901    630314   5307818    201.15    222.36
588.10/588.18	c  N dy  6166    926938     48617    207658         0     80921    630314  11286151    201.15    212.56
601.00/601.08	c  N dy  6299    946956     48617    207658         0     54948    630314   3277919    201.13    219.54
614.00/614.02	c  N dy  6438    967085     48617    207658         0     75077    630314   9381533    201.20    212.70
627.51/627.53	c  N dy  6578    987370     48617    207658         0     48357    630314    937489    201.21    215.55
640.00/640.07	c  N dy  6714   1007445     48617    207658         0     68429    630314   6928917    201.19    276.87
653.21/653.29	c  N dy  6853   1027465     48617    207658         0     88449    630314  12927428    201.21    216.01
666.11/666.18	c  N dy  6983   1047570     48617    207658         0     60555    630314   4325034    201.19    213.68
679.11/679.13	c  N dy  7118   1067696     48617    207658         0     80680    630314  10389317    201.20    225.62
681.91/681.92	c  F st  7146   1071875     48617    207658         0     84858    630314  11654286    201.20    199.80
692.51/692.55	c  N dy  7214   1087893     48617    207658         0     51883    630314   1414069    201.12    227.29
705.20/705.23	c  N dy  7350   1107948     48617    207658         0     71938    630314   7404900    201.13    232.45
718.50/718.54	c  N dy  7476   1127978     48617    207658         0     91967    630314  13362250    201.10    212.18
731.71/731.74	c  N dy  7622   1148032     48617    207658         0     62016    630314   4259938    201.18    284.04
744.71/744.75	c  N dy  7761   1168034     48617    207658         0     82017    630314  10292080    201.20    217.51
758.51/758.55	c  N dy  7901   1188085     48617    207658         0     51067    630314    591011    201.24    271.84
771.12/771.11	c  N dy  8030   1208242     48617    207658         0     71223    630314   6556839    201.20    224.40
772.11/772.18	c  S st  8040   1209901     48617    207658         0     72882    630314   7042928    201.20    204.14
772.51/772.51	c  S st  8040   1210405     48617    207658         0     73386    630314   7155393    201.20   no data
772.51/772.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
772.71/772.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.16
772.71/772.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.71/772.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
772.81/772.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
772.81/772.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
772.81/772.83	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
773.01/773.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
773.41/773.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
776.51/776.51	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.01 s
776.51/776.54	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
776.62/776.66	c vivif2 --  cl tried    73383 cl shrink        0 lits rem          0 time: 0.13
776.91/776.98	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.31
776.91/776.99	c calculated reachability. Time: 0.00
776.91/776.99	c  N dy  8040   1210405     48617    207658         0     73383    630314   7153788    201.20   no data
790.41/790.49	c  N dy  8180   1230420     48617    207658         0     93398    630314  13311696    201.25    212.98
803.81/803.89	c  N dy  8319   1250507     48617    207658         0     61489    630314   3441625    201.30    217.12
816.81/816.83	c  N dy  8451   1270591     48617    207658         0     81572    630314   9413467    201.27    217.90
830.71/830.70	c  N dy  8591   1290746     48617    207658         0    101727    630314  15528341    201.31    222.83
843.62/843.68	c  N dy  8721   1310764     48617    207658         0     68746    630314   5275130    201.30    212.53
857.01/857.04	c  N dy  8875   1330795     48617    207658         0     88776    630314  11354891    201.39    212.37
871.01/871.01	c  N dy  9005   1350832     48617    207658         0     54814    630314    823608    201.38    232.88
883.81/883.80	c  N dy  9142   1370934     48617    207658         0     74916    630314   6889229    201.42    218.16
897.41/897.48	c  N dy  9282   1391220     48617    207658         0     95202    630314  12961369    201.46    224.15
911.11/911.19	c  N dy  9420   1411340     48617    207658         0     60324    630314   2143477    201.45    220.61
924.11/924.19	c  N dy  9561   1431446     48617    207658         0     80430    630314   8218215    201.47    216.96
938.51/938.55	c  N dy  9699   1451536     48617    207658         0    100520    630314  14254419    201.47    212.10
952.22/952.21	c  N dy  9834   1471595     48617    207658         0     64580    630314   3190064    201.50    214.02
965.31/965.39	c  N dy  9974   1491758     48617    207658         0     84741    630314   9191739    201.48    219.88
979.22/979.23	c  N dy 10103   1511872     48617    207658         0    104854    630314  15237726    201.47    212.08
992.61/992.66	c  N dy 10242   1531888     48617    207658         0     67873    630314   3843014    201.48    229.18
1006.11/1006.14	c  N dy 10378   1552162     48617    207658         0     88145    630314   9945535    201.49    215.71
1020.02/1020.07	c  N dy 10514   1572262     48617    207658         0    108244    630314  15983667    201.47    214.61
1033.42/1033.40	c  N dy 10646   1592271     48617    207658         0     70258    630314   4298565    201.45    261.30
1046.91/1046.97	c  N dy 10787   1612331     48617    207658         0     90318    630314  10463058    201.50    232.19
1060.81/1060.86	c  N dy 10917   1632376     48617    207658         0    110363    630314  16468734    201.48    214.27
1074.51/1074.57	c  N dy 11049   1652569     48617    207658         0     71552    630314   4353510    201.45    214.39
1087.93/1087.91	c  N dy 11188   1672584     48617    207658         0     91564    630314  10432827    201.47    214.70
1102.13/1102.11	c  N dy 11326   1692655     48617    207658         0    111631    630314  16446844    201.47    233.35
1114.41/1114.42	c  S st 11453   1710405     48617    207658         0     69391    630314   3469701    201.51   no data
1114.71/1114.78	c  S st 11453   1710910     48617    207658         0     69896    630314   3593778    201.51   no data
1114.81/1114.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1114.91/1114.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.15
1115.01/1115.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1115.01/1115.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1115.01/1115.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1115.01/1115.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48617 time:  0.01 s
1115.01/1115.09	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1115.21/1115.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
1115.43/1115.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1117.32/1117.34	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.82 s
1117.32/1117.37	c vivif2 --  cl tried   207658 cl shrink        0 lits rem          0 time: 0.03
1117.42/1117.44	c vivif2 --  cl tried    69894 cl shrink        0 lits rem          0 time: 0.07
1117.72/1117.74	c asymm  cl-useful: 0/207658/207658 lits-rem:0 time: 0.30
1117.72/1117.75	c calculated reachability. Time: 0.00
1117.72/1117.75	c  N dy 11453   1710910     48617    207658         0     69894    630314   3593267    201.51   no data
1131.12/1131.11	c  N dy 11598   1731006     48617    207658         0     89989    630314   9642117    201.54    230.39
1145.13/1145.17	c  N dy 11736   1751071     48617    207658         0    110053    630314  15688970    201.55    213.92
1159.12/1159.17	c  N dy 11879   1771143     48617    207658         0     69126    630314   3115052    201.58    231.31
1172.52/1172.55	c  N dy 12021   1791303     48617    207658         0     89286    630314   9157848    201.58    221.40
1187.22/1187.23	c  N dy 12159   1811491     48617    207658         0    109473    630314  15255368    201.58    213.47
1201.62/1201.63	c  N dy 12299   1831604     48617    207658         0     67587    630314   2336651    201.60    212.59
1214.92/1214.98	c  N dy 12440   1851696     48617    207658         0     87675    630314   8436149    201.64    212.70
1228.92/1228.98	c  N dy 12573   1871830     48617    207658         0    107807    630314  14492018    201.64    212.89
1243.52/1243.54	c  N dy 12706   1892130     48617    207658         0     65118    630314   1282753    201.64    216.94
1256.72/1256.70	c  N dy 12845   1912179     48617    207658         0     85165    630314   7344835    201.65    235.19
1270.63/1270.63	c  N dy 12984   1932265     48617    207658         0    105251    630314  13354592    201.66    219.69
1285.13/1285.10	c  N dy 13118   1952323     48617    207658         0    125309    630314  19472938    201.67    231.16
1298.43/1298.48	c  N dy 13254   1972418     48617    207658         0     81400    630314   5880647    201.67    217.08

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-3367396-1305382043/watcher-3367396-1305382043 -o /tmp/evaluation-result-3367396-1305382043/solver-3367396-1305382043 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367396-1305382043.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 3.19 3.50 4/367 14793
/proc/meminfo: memFree=24246912/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=25788 CPUtime=0 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 1871 0 0 0 0 0 0 0 21 0 1 0 630619784 26406912 1584 33554432000 4194304 4580011 140735792916336 18446744073709551615 4306932 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 6447 1589 322 95 0 1429 0

[startup+0.0857891 s]
/proc/loadavg: 1.97 3.19 3.50 4/367 14793
/proc/meminfo: memFree=24246912/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=51920 CPUtime=0.07 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 7352 0 0 0 7 0 0 0 21 0 1 0 630619784 53166080 6243 33554432000 4194304 4580011 140735792916336 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 12980 6244 324 95 0 7962 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51920

[startup+0.100785 s]
/proc/loadavg: 1.97 3.19 3.50 4/367 14793
/proc/meminfo: memFree=24246912/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=54960 CPUtime=0.09 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 8081 0 0 0 9 0 0 0 21 0 1 0 630619784 56279040 6972 33554432000 4194304 4580011 140735792916336 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 13740 6972 324 95 0 8722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54960

[startup+0.300723 s]
/proc/loadavg: 1.97 3.19 3.50 4/367 14793
/proc/meminfo: memFree=24246912/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=59396 CPUtime=0.29 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 9453 0 0 0 28 1 0 0 22 0 1 0 630619784 60821504 8344 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 14849 8344 338 95 0 9831 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59396

[startup+0.700652 s]
/proc/loadavg: 1.97 3.19 3.50 4/367 14793
/proc/meminfo: memFree=24246912/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=91500 CPUtime=0.69 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 17479 0 0 0 67 2 0 0 23 0 1 0 630619784 93696000 15549 33554432000 4194304 4580011 140735792916336 18446744073709551615 4399488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 22875 15549 354 95 0 17857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91500

[startup+1.50053 s]
/proc/loadavg: 1.97 3.19 3.50 5/368 14794
/proc/meminfo: memFree=24170892/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=91500 CPUtime=1.49 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 17880 0 0 0 147 2 0 0 25 0 1 0 630619784 93696000 15950 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293044 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 22875 15950 364 95 0 17857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91500

[startup+3.10022 s]
/proc/loadavg: 1.97 3.19 3.50 5/368 14794
/proc/meminfo: memFree=24163204/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=124316 CPUtime=3.09 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 18945 0 0 0 306 3 0 0 25 0 1 0 630619784 127299584 17015 33554432000 4194304 4580011 140735792916336 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 31079 17015 364 95 0 26061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 124316

[startup+6.30065 s]
/proc/loadavg: 2.13 3.20 3.50 5/368 14795
/proc/meminfo: memFree=24106668/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=124316 CPUtime=6.29 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 20815 0 0 0 626 3 0 0 25 0 1 0 630619784 127299584 18885 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293193 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 31079 18885 364 95 0 26061 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124316

[startup+12.7005 s]
/proc/loadavg: 2.28 3.22 3.50 5/368 14795
/proc/meminfo: memFree=24031272/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=101084 CPUtime=12.69 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 26332 0 0 0 1265 4 0 0 25 0 1 0 630619784 103510016 17013 33554432000 4194304 4580011 140735792916336 18446744073709551615 4295809 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 25271 17013 364 95 0 20253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101084

[startup+25.5011 s]
/proc/loadavg: 2.66 3.26 3.51 5/368 14795
/proc/meminfo: memFree=23901688/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=183656 CPUtime=25.49 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 55324 0 0 0 2540 9 0 0 25 0 1 0 630619784 188063744 37278 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 45914 37278 367 95 0 40896 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 183656

[startup+51.1004 s]
/proc/loadavg: 3.12 3.31 3.52 5/368 14796
/proc/meminfo: memFree=23765308/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=286748 CPUtime=51.09 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 76855 0 0 0 5095 14 0 0 25 0 1 0 630619784 293629952 50267 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 71687 50267 367 95 0 66669 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 286748

[startup+102.314 s]
/proc/loadavg: 3.65 3.43 3.55 5/368 14797
/proc/meminfo: memFree=23560804/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=403324 CPUtime=102.29 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 126744 0 0 0 10206 23 0 0 25 0 1 0 630619784 413003776 81464 33554432000 4194304 4580011 140735792916336 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 100831 81464 367 95 0 95813 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 403324

[startup+162.301 s]
/proc/loadavg: 3.86 3.52 3.57 5/368 14799
/proc/meminfo: memFree=23457836/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=439344 CPUtime=162.29 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 154873 0 0 0 16200 29 0 0 25 0 1 0 630619784 449888256 87136 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 109836 87136 367 95 0 104818 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 439344

[startup+222.301 s]
/proc/loadavg: 3.98 3.63 3.60 5/368 14800
/proc/meminfo: memFree=23437824/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=440748 CPUtime=222.29 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 177916 0 0 0 22193 36 0 0 25 0 1 0 630619784 451325952 89493 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 110187 89493 367 95 0 105169 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 440748

[startup+282.301 s]
/proc/loadavg: 3.99 3.69 3.62 5/368 14802
/proc/meminfo: memFree=23400472/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=456928 CPUtime=282.29 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 202619 0 0 0 28186 43 0 0 25 0 1 0 630619784 467894272 91334 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 114232 91334 367 95 0 109214 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 456928

[startup+342.301 s]
/proc/loadavg: 4.07 3.77 3.65 5/368 14804
/proc/meminfo: memFree=23369668/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=456912 CPUtime=342.29 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 224427 0 0 0 34181 48 0 0 25 0 1 0 630619784 467877888 96477 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293746 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 114228 96477 367 95 0 109210 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 456912

[startup+402.301 s]
/proc/loadavg: 4.11 3.84 3.68 5/368 14805
/proc/meminfo: memFree=23388612/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=402612 CPUtime=402.3 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 249564 0 0 0 40175 55 0 0 25 0 1 0 630619784 412274688 94288 33554432000 4194304 4580011 140735792916336 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 100653 94288 367 95 0 95635 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 402612

[startup+462.301 s]
/proc/loadavg: 4.09 3.88 3.70 5/368 14807
/proc/meminfo: memFree=23339472/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=485976 CPUtime=462.3 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 276339 0 0 0 46167 63 0 0 25 0 1 0 630619784 497639424 101337 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 121494 101337 367 95 0 116476 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 485976

[startup+522.301 s]
/proc/loadavg: 4.03 3.90 3.72 5/368 14808
/proc/meminfo: memFree=23324044/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=486168 CPUtime=522.3 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 298521 0 0 0 52162 68 0 0 25 0 1 0 630619784 497836032 102701 33554432000 4194304 4580011 140735792916336 18446744073709551615 4295831 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 121542 102701 367 95 0 116524 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 486168

[startup+582.301 s]
/proc/loadavg: 4.01 3.91 3.74 5/368 14810
/proc/meminfo: memFree=23282836/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=486384 CPUtime=582.3 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 321525 0 0 0 58157 73 0 0 25 0 1 0 630619784 498057216 103691 33554432000 4194304 4580011 140735792916336 18446744073709551615 4320685 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 121596 103691 367 95 0 116578 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 486384

[startup+642.301 s]
/proc/loadavg: 4.00 3.93 3.75 5/368 14812
/proc/meminfo: memFree=23279196/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=488240 CPUtime=642.3 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 344518 0 0 0 64150 80 0 0 25 0 1 0 630619784 499957760 103430 33554432000 4194304 4580011 140735792916336 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 122060 103430 367 95 0 117042 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 488240

[startup+702.301 s]
/proc/loadavg: 4.00 3.94 3.76 5/368 14813
/proc/meminfo: memFree=23331620/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=488520 CPUtime=702.31 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 367525 0 0 0 70144 87 0 0 25 0 1 0 630619784 500244480 101481 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 122130 101481 367 95 0 117112 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 488520

[startup+762.314 s]
/proc/loadavg: 4.04 3.96 3.78 5/368 14815
/proc/meminfo: memFree=23325608/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=418992 CPUtime=762.32 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 390322 0 0 0 76140 92 0 0 25 0 1 0 630619784 429047808 98549 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 104748 98549 367 95 0 99730 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 418992

[startup+822.301 s]
/proc/loadavg: 4.02 3.97 3.79 5/368 14816
/proc/meminfo: memFree=23249928/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=489312 CPUtime=822.31 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 412388 0 0 0 82133 98 0 0 25 0 1 0 630619784 501055488 107322 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 122328 107322 367 95 0 117310 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 489312

[startup+882.301 s]
/proc/loadavg: 4.19 4.02 3.82 5/368 14818
/proc/meminfo: memFree=23263784/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=489504 CPUtime=882.31 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 434348 0 0 0 88126 105 0 0 25 0 1 0 630619784 501252096 101800 33554432000 4194304 4580011 140735792916336 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 122376 101800 367 95 0 117358 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 489504

[startup+942.301 s]
/proc/loadavg: 4.22 4.05 3.83 5/368 14820
/proc/meminfo: memFree=22978040/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=506196 CPUtime=942.31 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 462161 0 0 0 94120 111 0 0 25 0 1 0 630619784 518344704 115442 33554432000 4194304 4580011 140735792916336 18446744073709551615 4316670 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 126549 115442 367 95 0 121531 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 506196

[startup+1002.3 s]
/proc/loadavg: 4.14 4.05 3.85 5/368 14821
/proc/meminfo: memFree=22991480/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=506452 CPUtime=1002.31 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 483866 0 0 0 100114 117 0 0 25 0 1 0 630619784 518606848 107903 33554432000 4194304 4580011 140735792916336 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 126613 107903 367 95 0 121595 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 506452

[startup+1062.3 s]
/proc/loadavg: 4.05 4.04 3.85 5/368 14825
/proc/meminfo: memFree=22993172/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=506920 CPUtime=1062.32 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 507628 0 0 0 106109 123 0 0 25 0 1 0 630619784 519086080 116711 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 126730 116711 367 95 0 121712 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 506920

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.86 5/368 14827
/proc/meminfo: memFree=23030484/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=507216 CPUtime=1122.32 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 527508 0 0 0 112102 130 0 0 25 0 1 0 630619784 519389184 105461 33554432000 4194304 4580011 140735792916336 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 126804 105461 367 95 0 121786 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 507216

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.86 5/368 14829
/proc/meminfo: memFree=22893548/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=507664 CPUtime=1182.32 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 550993 0 0 0 118096 136 0 0 25 0 1 0 630619784 519847936 112910 33554432000 4194304 4580011 140735792916336 18446744073709551615 4293078 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 126916 112910 367 95 0 121898 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 507664

[startup+1242.3 s]
/proc/loadavg: 4.07 4.03 3.87 5/368 14831
/proc/meminfo: memFree=22886956/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=436480 CPUtime=1242.32 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 574034 0 0 0 124089 143 0 0 25 0 1 0 630619784 446955520 102971 33554432000 4194304 4580011 140735792916336 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 109120 102971 367 95 0 104102 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 436480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.04 3.88 2/362 14835
/proc/meminfo: memFree=23853052/32951124 swapFree=65980216/67111528
[pid=14793] ppid=14791 vsize=508416 CPUtime=1300.03 cores=4,6
/proc/14793/stat : 14793 (strangenight2-s) R 14791 14793 14254 0 -1 4202496 594485 0 0 0 129855 148 0 0 25 0 1 0 630619784 520617984 106481 33554432000 4194304 4580011 140735792916336 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/14793/statm: 127104 106481 367 95 0 122086 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 508416

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.56
CPU system time (s): 1.50477
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 508416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.56
system time used= 1.50477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 594486
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= 6
involuntary context switches= 1122

runsolver used 4.96624 second user time and 10.4124 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 16:07:23
IDJOB=3367396
IDBENCH=82605
IDSOLVER=1845
FILE ID=node142/3367396-1305382043
RUNJOBID= node142-1305382042-14752
PBS_JOBID= 13324360
Free space on /tmp= 73420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S758437099-099-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367396-1305382043/watcher-3367396-1305382043 -o /tmp/evaluation-result-3367396-1305382043/solver-3367396-1305382043 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367396-1305382043.cnf

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

MD5SUM BENCH= 94d10ca78c6cee5b0badfb96b777ac08
RANDOM SEED=372920917

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24247316 kB
Buffers:        302844 kB
Cached:        3812476 kB
SwapCached:      11520 kB
Active:        6067204 kB
Inactive:      2303868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24247316 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           29508 kB
Writeback:           0 kB
AnonPages:     4252644 kB
Mapped:          20880 kB
Slab:           235292 kB
PageTables:      32792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77147892 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= 73436 MiB
End job on node142 at 2011-05-14 16:29:05