Trace number 3367327

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S537193780-078-UNKNOWN.cnf
MD5SUMe875844c76f68e9f4050986690c5cb90
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark416.236
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-3367327-1305380697.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.33	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.19
0.29/0.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
0.49/0.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.49/0.51	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.49/0.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.49/0.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.01 s
0.49/0.56	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.02 s
0.79/0.87	c lits-rem:         0  cl-subs:        0  v-elim:   1293  v-fix:    0  time:  0.31 s
0.79/0.88	c Finding binary XORs  T:     0.01 s  found:       0
0.89/0.95	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.89/0.95	c calculated reachability. Time: 0.00
0.89/0.97	c Calc default polars -  time:   0.02 s pos:   22249 undec:    5446 neg:   22304
0.89/0.97	c =========================================================================================
0.89/0.97	c types(t): F = full restart, N = normal restart
0.89/0.97	c types(t): S = simplification begin/end, E = solution found
0.89/0.97	c restart types(rt): st = static, dy = dynamic
0.89/0.97	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.89/0.97	c  B st     0         0     48706    208561         0         0    633784         0   no data   no data
2.99/3.09	c  N dy    19      4015     48706    208561         0      4013    633784   1229171    205.90    233.38
5.09/5.16	c  N dy    43      8184     48706    208561         0      8182    633784   2414978    196.80    208.40
7.19/7.29	c  N dy    68     12250     48706    208561         0     12248    633784   3622612    196.74    211.31
9.28/9.36	c  N dy    94     16277     48706    208561         0     16275    633784   4815154    196.82    207.84
11.49/11.51	c  N dy   121     20319     48706    208561         0     10318    633784    809354    195.91    208.74
13.58/13.69	c  N dy   147     24550     48706    208561         0     14548    633784   2040188    196.04    211.74
13.88/13.93	c  F st   151     25001     48706    208561         0     14999    633784   2176648    196.22   no data
16.59/16.64	c  N dy   157     30001     48706    208561         0     19999    633784   4102807    196.22   no data
16.59/16.64	c  S st   157     30001     48706    208561         0     19999    633784   4102807    196.22   no data
16.89/16.90	c  S st   157     30502     48706    208561         0     20500    633784   4207824    196.22   no data
16.89/16.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
16.99/17.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
17.09/17.12	c blocked clauses removed:      904 vars:    146 tried:       48706 T: 0.02 s
17.09/17.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
17.09/17.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
17.09/17.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48560 time:  0.01 s
17.09/17.18	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
17.39/17.43	c lits-rem:         0  cl-subs:        0  v-elim:     26  v-fix:    0  time:  0.25 s
17.69/17.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.79/18.83	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.01 s
18.99/19.05	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.22
18.99/19.06	c calculated reachability. Time: 0.00
18.99/19.06	c  N dy   157     30502     48534    207635         0     20356    631170   4153436    196.22   no data
21.19/21.24	c  N dy   186     34560     48534    207635         0     24413    631170   5404050    197.48    210.29
23.39/23.42	c  N dy   211     38628     48534    207635         0     28481    631170   6602181    197.22    207.95
25.59/25.67	c  N dy   238     42690     48534    207635         0     17116    631170   1369264    197.06    224.89
27.29/27.31	c  S st   262     45754     48534    207635         0     20179    631170   2294249    197.48    184.07
27.50/27.58	c  S st   262     46257     48534    207635         0     20682    631170   2406468    197.48   no data
27.59/27.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27.69/27.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
27.69/27.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.69/27.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
27.69/27.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
27.79/27.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
27.79/27.83	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
27.89/27.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
28.09/28.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.39/28.49	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.31 s
28.49/28.52	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.03
28.49/28.56	c vivif2 --  cl tried    20681 cl shrink        0 lits rem          0 time: 0.04
28.69/28.77	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.22
28.69/28.79	c calculated reachability. Time: 0.00
28.69/28.79	c  N dy   262     46257     48534    207635         0     20681    631170   2406121    197.48   no data
30.99/31.02	c  N dy   291     50410     48534    207635         0     24834    631170   3572806    197.15    218.30
33.19/33.22	c  N dy   319     54434     48534    207635         0     28858    631170   4733235    197.47    209.62
35.49/35.59	c  N dy   348     58798     48534    207635         0     33222    631170   5991155    197.29    213.32
37.89/37.90	c  N dy   378     62917     48534    207635         0     37340    631170   7210736    197.72    208.20
40.09/40.13	c  N dy   409     66972     48534    207635         0     22681    631170   2021128    198.00    212.49
41.39/41.43	c  S st   426     69385     48534    207635         0     25094    631170   2772218    198.10   no data
41.69/41.71	c  S st   426     69886     48534    207635         0     25595    631170   2881219    198.10   no data
41.69/41.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
41.80/41.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.12
41.89/41.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.89/41.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
41.89/41.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
41.89/41.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
41.89/41.97	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
42.09/42.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
42.29/42.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.80/42.81	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.45 s
42.80/42.83	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.03
42.80/42.88	c vivif2 --  cl tried    25594 cl shrink        0 lits rem          0 time: 0.05
43.09/43.10	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.23
43.09/43.12	c calculated reachability. Time: 0.00
43.09/43.12	c  N dy   426     69886     48534    207635         0     25594    631170   2880374    198.10   no data
45.49/45.56	c  N dy   455     74359     48534    207635         0     30066    631170   4195480    198.14    253.85
48.19/48.20	c  N dy   491     79201     48534    207635         0     34908    631170   5617816    198.12    208.78
51.09/51.19	c  N dy   530     84323     48534    207635         0     40028    631170   7160234    198.49    212.95
52.89/53.00	c  F st   549     87501     48534    207635         0     22354    631170   1232889    198.40   no data
55.00/55.04	c  N st   554     90801     48534    207635         0     25654    631170   2673775    198.40   no data
58.49/58.57	c  N dy   584     96620     48534    207635         0     31473    631170   4732859    198.64    212.45
62.19/62.22	c  N dy   629    103069     48534    207635         0     37922    631170   6650951    198.70    212.85
63.19/63.21	c  S st   641    104829     48534    207635         0     39682    631170   7166659    198.63   no data
63.39/63.49	c  S st   641    105332     48534    207635         0     40185    631170   7261210    198.63   no data
63.49/63.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
63.59/63.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
63.69/63.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.69/63.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
63.69/63.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
63.69/63.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
63.69/63.77	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
63.89/63.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
64.39/64.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
66.19/66.29	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.82 s
66.29/66.32	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.03
66.39/66.44	c vivif2 --  cl tried    40181 cl shrink        0 lits rem          0 time: 0.12
66.59/66.69	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.25
66.69/66.71	c calculated reachability. Time: 0.00
66.69/66.71	c  N dy   641    105332     48534    207635         0     40181    631170   7255215    198.63   no data
70.49/70.58	c  N dy   688    112111     48534    207635         0     24536    631170   1388494    198.67    215.22
74.49/74.50	c  N dy   735    119356     48534    207635         0     31781    631170   3449615    198.29    210.49
78.69/78.79	c  N dy   789    126986     48534    207635         0     39410    631170   5706413    198.43    218.23
83.49/83.51	c  N dy   848    135118     48534    207635         0     23828    631170    727452    198.64    210.61
88.19/88.28	c  N dy   904    143827     48534    207635         0     32537    631170   3302964    198.58    209.40
93.40/93.49	c  N dy   969    153043     48534    207635         0     41752    631170   6030213    198.73    227.08
96.29/96.35	c  S st  1004    157998     48534    207635         0     46707    631170   7507941    198.78    141.23
96.60/96.65	c  S st  1004    158502     48534    207635         0     47211    631170   7603166    198.78   no data
96.60/96.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
96.81/96.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
96.81/96.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.81/96.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
96.90/96.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
96.90/96.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
96.90/96.94	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
97.10/97.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
97.49/97.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
100.00/100.01	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.37 s
100.00/100.03	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.03
100.10/100.16	c vivif2 --  cl tried    47209 cl shrink        0 lits rem          0 time: 0.13
100.39/100.43	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.26
100.39/100.44	c calculated reachability. Time: 0.00
100.39/100.44	c  N dy  1004    158502     48534    207635         0     47209    631170   7602872    198.78   no data
106.19/106.22	c  N dy  1074    168682     48534    207635         0     32531    631170   2945087    198.84    239.44
112.29/112.36	c  N dy  1146    179460     48534    207635         0     43309    631170   6159917    198.94    227.02
118.89/118.94	c  N dy  1222    190959     48534    207635         0     28879    631170   1474183    198.83    212.20
125.90/125.99	c  N dy  1306    203257     48534    207635         0     41177    631170   5101218    198.81    214.96
133.89/133.99	c  N dy  1387    216373     48534    207635         0     27328    631170    696472    198.84    210.28
142.09/142.19	c  N dy  1489    230205     48534    207635         0     41159    631170   4832261    199.11    210.35
146.49/146.57	c  S st  1544    237753     48534    207635         0     48706    631170   7061970    199.19   no data
146.79/146.88	c  S st  1544    238256     48534    207635         0     49209    631170   7185385    199.19   no data
146.89/146.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
146.99/147.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
147.09/147.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
147.09/147.12	c bin-w-bin subsume rem            0 bins  time:  0.01 s
147.09/147.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
147.09/147.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
147.09/147.17	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
147.29/147.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
147.69/147.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
150.09/150.19	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.37 s
150.19/150.21	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.03
150.29/150.33	c vivif2 --  cl tried    49206 cl shrink        0 lits rem          0 time: 0.12
150.60/150.61	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.27
150.60/150.62	c calculated reachability. Time: 0.00
150.60/150.62	c  N dy  1544    238256     48534    207635         0     49206    631170   7184024    199.19   no data
159.30/159.36	c  N dy  1645    253467     48534    207635         0     36443    631170   3092563    199.00    211.43
168.79/168.85	c  N dy  1759    269702     48534    207635         0     52678    631170   7973079    199.25    215.92
178.79/178.89	c  N dy  1874    287097     48534    207635         0     41081    631170   4167842    199.31    212.08
189.79/189.89	c  N dy  2004    305485     48534    207635         0     59468    631170   9725653    199.55    215.31
190.39/190.41	c  F st  2011    306250     48534    207635         0     30245    631170    632484    199.58   no data
201.20/201.30	c  N dy  2108    325091     48534    207635         0     49085    631170   6823568    199.55    210.38
213.30/213.34	c  N dy  2246    345126     48534    207635         0     38120    631170   2684025    199.58    211.13
220.39/220.43	c  S st  2328    357384     48534    207635         0     50376    631170   6272724    199.50   no data
220.69/220.73	c  S st  2328    357887     48534    207635         0     50879    631170   6392692    199.50   no data
220.69/220.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
220.89/220.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
220.89/220.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
220.89/220.97	c bin-w-bin subsume rem            0 bins  time:  0.01 s
220.89/220.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
221.00/221.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
221.00/221.02	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
221.19/221.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
221.49/221.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
223.79/223.80	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.19 s
223.79/223.82	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.02
223.89/223.93	c vivif2 --  cl tried    50875 cl shrink        0 lits rem          0 time: 0.11
224.19/224.20	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.27
224.19/224.22	c calculated reachability. Time: 0.00
224.19/224.22	c  N dy  2328    357887     48534    207635         0     50875    631170   6390700    199.50   no data
235.99/236.06	c  N dy  2460    377993     48534    207635         0     38984    631170   2625652    199.46    212.92
248.09/248.11	c  N dy  2593    398086     48534    207635         0     59075    631170   8528461    199.50    258.51
260.40/260.49	c  N dy  2729    418159     48534    207635         0     46150    631170   4532130    199.68    232.38
272.60/272.66	c  N dy  2873    438266     48534    207635         0     66257    631170  10545509    199.83    211.33
284.39/284.49	c  N dy  3019    458295     48534    207635         0     52283    631170   5994052    199.93    232.35
296.49/296.59	c  N dy  3152    478319     48534    207635         0     37309    631170   1201024    200.00    221.74
308.40/308.41	c  N dy  3288    498408     48534    207635         0     57398    631170   7120386    199.96    282.91
320.60/320.67	c  N dy  3423    518575     48534    207635         0     41565    631170   2177166    199.96    215.91
331.49/331.59	c  S st  3556    536831     48534    207635         0     59820    631170   7558002    200.02   no data
331.89/331.93	c  S st  3556    537333     48534    207635         0     60322    631170   7708437    200.02   no data
331.89/331.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
332.10/332.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.15
332.10/332.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
332.10/332.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
332.10/332.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
332.20/332.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
332.20/332.24	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
332.39/332.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
332.79/332.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
336.09/336.12	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.21 s
336.09/336.15	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.03
336.19/336.28	c vivif2 --  cl tried    60316 cl shrink        0 lits rem          0 time: 0.13
336.50/336.56	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.28
336.50/336.58	c calculated reachability. Time: 0.00
336.50/336.58	c  N dy  3556    537333     48534    207635         0     60316    631170   7706119    200.02   no data
349.00/349.00	c  N dy  3699    557425     48534    207635         0     43413    631170   2407142    200.09    212.07
360.99/361.02	c  N dy  3837    577482     48534    207635         0     63469    631170   8491459    200.16    216.29
373.20/373.27	c  N dy  3966    597588     48534    207635         0     45581    631170   2709341    200.11    223.60
385.29/385.34	c  N dy  4104    617633     48534    207635         0     65625    631170   8780665    200.23    212.04
398.00/398.05	c  N dy  4241    637968     48534    207635         0     46954    631170   2880269    200.24    211.73
410.00/410.09	c  N dy  4365    657979     48534    207635         0     66964    631170   8764344    200.12    222.58
422.69/422.70	c  N dy  4516    678002     48534    207635         0     46987    631170   2639916    200.30    212.76
434.80/434.86	c  N dy  4653    698020     48534    207635         0     67005    631170   8624053    200.34    212.11
447.29/447.37	c  N dy  4789    718021     48534    207635         0     46009    631170   2005573    200.34    213.68
459.59/459.64	c  N dy  4925    738251     48534    207635         0     66238    631170   8013081    200.36    210.92
472.30/472.38	c  N dy  5064    758360     48534    207635         0     44343    631170   1230139    200.39    230.78
484.50/484.56	c  N dy  5205    778461     48534    207635         0     64442    631170   7326722    200.47    211.94
497.21/497.27	c  N dy  5345    798532     48534    207635         0     84512    631170  13339097    200.52    212.40
501.79/501.81	c  S st  5398    805999     48534    207635         0     48982    631170   2335521    200.55   no data
502.09/502.12	c  S st  5398    806500     48534    207635         0     49483    631170   2450664    200.55   no data
502.09/502.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
502.19/502.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.14
502.29/502.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
502.29/502.36	c bin-w-bin subsume rem            0 bins  time:  0.01 s
502.29/502.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
502.29/502.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
502.39/502.41	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
502.49/502.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
502.70/502.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
503.49/503.53	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.77 s
503.49/503.56	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.03
503.59/503.60	c vivif2 --  cl tried    49482 cl shrink        0 lits rem          0 time: 0.04
503.80/503.86	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.26
503.80/503.88	c calculated reachability. Time: 0.00
503.80/503.88	c  N dy  5398    806500     48534    207635         0     49482    631170   2450517    200.55   no data
516.20/516.26	c  N dy  5551    826551     48534    207635         0     69532    631170   8524961    200.68    212.76
529.00/529.06	c  N dy  5682    846598     48534    207635         0     45580    631170    995910    200.65    213.73
541.39/541.43	c  N dy  5825    866701     48534    207635         0     65681    631170   7129776    200.75    217.03
555.41/555.41	c  N dy  5962    886786     48534    207635         0     85766    631170  13180453    200.77    216.28
567.70/567.75	c  N dy  6102    906793     48534    207635         0     60772    631170   5349837    200.83    288.52
580.40/580.49	c  N dy  6239    926891     48534    207635         0     80869    631170  11438676    200.88    214.15
593.10/593.11	c  N dy  6372    946912     48534    207635         0     54896    631170   3235331    200.86    214.84
605.30/605.39	c  N dy  6506    966958     48534    207635         0     74940    631170   9220076    200.85    217.86
618.50/618.54	c  N dy  6646    987090     48534    207635         0     48073    631170    845365    200.90    216.11
630.70/630.70	c  N dy  6782   1007093     48534    207635         0     68076    631170   6861479    200.91    238.51
643.60/643.67	c  N dy  6928   1027135     48534    207635         0     88116    631170  12998759    201.00    212.66
656.10/656.17	c  N dy  7055   1047166     48534    207635         0     60151    631170   4209806    200.99    214.34
668.81/668.87	c  N dy  7196   1067290     48534    207635         0     80275    631170  10250588    201.04    214.36
671.90/671.91	c  F st  7230   1071876     48534    207635         0     84861    631170  11642450    201.06    219.77
682.01/682.08	c  N dy  7305   1087378     48534    207635         0     51361    631170   1255409    201.04    212.21
694.50/694.54	c  N dy  7446   1107384     48534    207635         0     71364    631170   7333449    201.08    219.82
708.10/708.14	c  N dy  7590   1127563     48534    207635         0     91542    631170  13590020    201.17    217.89
720.80/720.80	c  N dy  7722   1147606     48534    207635         0     61594    631170   4025063    201.14    218.09
733.40/733.45	c  N dy  7852   1167686     48534    207635         0     81673    631170  10002679    201.13    212.75
746.80/746.85	c  N dy  7990   1187739     48534    207635         0    101726    631170  16033689    201.12    223.09
759.20/759.21	c  N dy  8133   1207744     48534    207635         0     70727    631170   6468590    201.17    224.28
760.50/760.51	c  S st  8149   1209750     48534    207635         0     72732    631170   7073643    201.17   no data
760.80/760.83	c  S st  8149   1210254     48534    207635         0     73236    631170   7180378    201.17   no data
760.80/760.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
761.00/761.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.16
761.00/761.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
761.10/761.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
761.10/761.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
761.10/761.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
761.10/761.15	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
761.30/761.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
761.70/761.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
765.20/765.26	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.47 s
765.20/765.28	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.02
765.40/765.41	c vivif2 --  cl tried    73232 cl shrink        0 lits rem          0 time: 0.12
765.70/765.71	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.30
765.70/765.73	c calculated reachability. Time: 0.00
765.70/765.73	c  N dy  8149   1210254     48534    207635         0     73232    631170   7178492    201.17   no data
778.81/778.90	c  N dy  8283   1230513     48534    207635         0     93490    631170  13218156    201.16    229.80
791.70/791.79	c  N dy  8415   1250583     48534    207635         0     61565    631170   3485004    201.16    297.33
804.51/804.57	c  N dy  8557   1270680     48534    207635         0     81661    631170   9550921    201.20    225.46
818.00/818.09	c  N dy  8706   1290684     48534    207635         0    101664    631170  15689181    201.30    232.27
830.60/830.60	c  N dy  8830   1310871     48534    207635         0     68853    631170   5202185    201.23    212.13
843.61/843.64	c  N dy  8972   1331008     48534    207635         0     88989    631170  11231725    201.26    213.33
857.20/857.20	c  N dy  9111   1351137     48534    207635         0     55116    631170    916408    201.27    213.53
870.50/870.53	c  N dy  9250   1371252     48534    207635         0     75231    631170   7026211    201.32    216.62
883.70/883.72	c  N dy  9388   1391321     48534    207635         0     95299    631170  13060184    201.34    213.40
897.11/897.16	c  N dy  9528   1411350     48534    207635         0     60334    631170   2191544    201.38    212.68
909.81/909.89	c  N dy  9664   1431391     48534    207635         0     80373    631170   8244679    201.39    219.92
923.20/923.25	c  N dy  9804   1451453     48534    207635         0    100433    631170  14289878    201.41    217.30
936.51/936.56	c  N dy  9944   1471496     48534    207635         0     64478    631170   3131714    201.43    221.00
949.31/949.32	c  N dy 10082   1491563     48534    207635         0     84544    631170   9119213    201.43    217.23
962.61/962.69	c  N dy 10217   1511576     48534    207635         0    104557    631170  15128710    201.44    212.34
975.80/975.85	c  N dy 10356   1531631     48534    207635         0     67616    631170   3722503    201.45    214.92
988.71/988.77	c  N dy 10493   1551699     48534    207635         0     87682    631170   9764740    201.44    225.15
1002.31/1002.30	c  N dy 10631   1571719     48534    207635         0    107700    631170  15797620    201.45    226.94
1015.51/1015.58	c  N dy 10773   1591830     48534    207635         0     69813    631170   4048208    201.43    230.56
1028.41/1028.44	c  N dy 10905   1611847     48534    207635         0     89825    631170  10085795    201.44    238.49
1043.11/1043.15	c  N dy 11043   1632080     48534    207635         0    110058    631170  16227040    201.47    214.48
1056.31/1056.38	c  N dy 11178   1652131     48534    207635         0     71107    631170   4148420    201.42    217.47
1070.00/1070.01	c  N dy 11319   1672238     48534    207635         0     91213    631170  10133804    201.42    217.14
1082.41/1082.44	c  N dy 11467   1692339     48534    207635         0    111312    631170  16145663    201.45    213.28
1092.90/1092.97	c  S st 11597   1710255     48534    207635         0     69235    631170   3349988    201.48   no data
1093.20/1093.25	c  S st 11597   1710762     48534    207635         0     69742    631170   3452555    201.48   no data
1093.20/1093.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1093.41/1093.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.14
1093.41/1093.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1093.41/1093.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1093.41/1093.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1093.50/1093.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48534 time:  0.01 s
1093.50/1093.53	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1093.70/1093.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1093.80/1093.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1095.70/1095.75	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.83 s
1095.70/1095.77	c vivif2 --  cl tried   207635 cl shrink        0 lits rem          0 time: 0.02
1095.80/1095.83	c vivif2 --  cl tried    69741 cl shrink        0 lits rem          0 time: 0.06
1096.00/1096.09	c asymm  cl-useful: 0/207635/207635 lits-rem:0 time: 0.27
1096.10/1096.11	c calculated reachability. Time: 0.00
1096.10/1096.11	c  N dy 11597   1710762     48534    207635         0     69741    631170   3452438    201.48   no data
1107.50/1107.56	c  N dy 11736   1730947     48534    207635         0     89926    631170   9605998    201.52    216.65
1119.61/1119.64	c  N dy 11879   1751179     48534    207635         0    110155    631170  15767730    201.55    214.99
1131.50/1131.58	c  N dy 12017   1771239     48534    207635         0     69221    631170   3133062    201.59    213.92
1142.92/1142.92	c  N dy 12156   1791243     48534    207635         0     89223    631170   9180170    201.63    224.95
1154.81/1154.86	c  N dy 12288   1811347     48534    207635         0    109326    631170  15161599    201.61    212.41
1167.01/1167.10	c  N dy 12430   1831452     48534    207635         0     67431    631170   2291633    201.65    213.11
1178.21/1178.25	c  N dy 12552   1851566     48534    207635         0     87543    631170   8214641    201.59    217.59
1190.11/1190.21	c  N dy 12689   1871700     48534    207635         0    107675    631170  14247787    201.60    219.18
1202.51/1202.51	c  N dy 12823   1891717     48534    207635         0     64695    631170   1134565    201.61    215.29
1213.91/1213.92	c  N dy 12968   1911883     48534    207635         0     84861    631170   7266372    201.63    219.02
1225.71/1225.74	c  N dy 13105   1931914     48534    207635         0    104890    631170  13349509    201.65    215.70
1238.11/1238.14	c  N dy 13243   1951986     48534    207635         0    124961    631170  19466075    201.67    307.15
1249.51/1249.53	c  N dy 13373   1972042     48534    207635         0     81022    631170   5686152    201.65    212.94
1261.31/1261.30	c  N dy 13519   1992070     48534    207635         0    101046    631170  11811492    201.69    220.45
1273.61/1273.63	c  N dy 13661   2012143     48534    207635         0    121119    631170  17902382    201.71    212.44
1285.51/1285.51	c  N dy 13801   2032208     48534    207635         0     76185    631170   4021210    201.73    213.48
1297.01/1297.06	c  N dy 13931   2052264     48534    207635         0     96239    631170  10037050    201.71    214.93

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 4.05 3.25 5/307 17959
/proc/meminfo: memFree=20120328/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=25144 CPUtime=0 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 1696 0 0 0 0 0 0 0 22 0 1 0 649668212 25747456 1409 33554432000 4194304 4580011 140733647559872 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 6286 1413 322 95 0 1268 0

[startup+0.0487071 s]
/proc/loadavg: 4.02 4.05 3.25 5/307 17959
/proc/meminfo: memFree=20120328/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=50032 CPUtime=0.03 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 6451 0 0 0 3 0 0 0 22 0 1 0 649668212 51232768 5341 33554432000 4194304 4580011 140733647559872 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 12508 5341 324 95 0 7490 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 50032

[startup+0.1007 s]
/proc/loadavg: 4.02 4.05 3.25 5/307 17959
/proc/meminfo: memFree=20120328/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=54960 CPUtime=0.09 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 8088 0 0 0 8 1 0 0 22 0 1 0 649668212 56279040 6978 33554432000 4194304 4580011 140733647559872 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 13740 6978 324 95 0 8722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54960

[startup+0.300665 s]
/proc/loadavg: 4.02 4.05 3.25 5/307 17959
/proc/meminfo: memFree=20120328/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=59392 CPUtime=0.29 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 9454 0 0 0 28 1 0 0 23 0 1 0 649668212 60817408 8344 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 14848 8344 338 95 0 9830 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59392

[startup+0.700597 s]
/proc/loadavg: 4.02 4.05 3.25 5/307 17959
/proc/meminfo: memFree=20120328/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=88208 CPUtime=0.69 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 17503 0 0 0 67 2 0 0 25 0 1 0 649668212 90324992 15142 33554432000 4194304 4580011 140733647559872 18446744073709551615 4398151 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 22052 15142 353 95 0 17034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88208

[startup+1.50046 s]
/proc/loadavg: 4.02 4.05 3.25 5/308 17960
/proc/meminfo: memFree=20058444/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=90656 CPUtime=1.49 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 18072 0 0 0 147 2 0 0 25 0 1 0 649668212 92831744 15711 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 22664 15711 364 95 0 17646 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90656

[startup+3.10019 s]
/proc/loadavg: 4.02 4.05 3.25 5/308 17960
/proc/meminfo: memFree=20051128/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=123472 CPUtime=3.09 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 19024 0 0 0 307 2 0 0 25 0 1 0 649668212 126435328 16663 33554432000 4194304 4580011 140733647559872 18446744073709551615 4301449 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 30868 16663 364 95 0 25850 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 123472

[startup+6.30065 s]
/proc/loadavg: 4.02 4.05 3.25 5/308 17960
/proc/meminfo: memFree=20028468/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=123472 CPUtime=6.29 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 20836 0 0 0 627 2 0 0 25 0 1 0 649668212 126435328 18475 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 30868 18475 364 95 0 25850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123472

[startup+12.7006 s]
/proc/loadavg: 4.02 4.05 3.26 5/308 17960
/proc/meminfo: memFree=19999940/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=100036 CPUtime=12.69 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 26307 0 0 0 1266 3 0 0 25 0 1 0 649668212 102436864 16876 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293126 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 25009 16876 364 95 0 19991 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100036

[startup+25.5004 s]
/proc/loadavg: 4.02 4.05 3.27 5/308 17961
/proc/meminfo: memFree=19898096/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=184660 CPUtime=25.49 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 55667 0 0 0 2543 6 0 0 25 0 1 0 649668212 189091840 37725 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 46165 37725 367 95 0 41147 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 184660

[startup+51.1011 s]
/proc/loadavg: 4.01 4.04 3.29 5/308 17961
/proc/meminfo: memFree=19846900/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=287152 CPUtime=51.09 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 77228 0 0 0 5098 11 0 0 25 0 1 0 649668212 294043648 50882 33554432000 4194304 4580011 140733647559872 18446744073709551615 4338981 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 71788 50882 367 95 0 66770 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 287152

[startup+102.312 s]
/proc/loadavg: 4.00 4.03 3.32 5/308 17963
/proc/meminfo: memFree=19715896/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=351024 CPUtime=102.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 129473 0 0 0 10210 20 0 0 25 0 1 0 649668212 359448576 79150 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 87756 79150 367 95 0 82738 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 351024

[startup+162.3 s]
/proc/loadavg: 4.05 4.04 3.37 5/308 17964
/proc/meminfo: memFree=19642572/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=441072 CPUtime=162.29 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 155830 0 0 0 16203 26 0 0 25 0 1 0 649668212 451657728 88283 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 110268 88283 367 95 0 105250 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 441072

[startup+222.3 s]
/proc/loadavg: 4.02 4.03 3.40 5/308 17966
/proc/meminfo: memFree=19502164/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=440676 CPUtime=222.29 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 178316 0 0 0 22199 30 0 0 25 0 1 0 649668212 451252224 90089 33554432000 4194304 4580011 140733647559872 18446744073709551615 4416636 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 110169 90089 367 95 0 105151 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 440676

[startup+282.3 s]
/proc/loadavg: 4.12 4.06 3.45 4/306 17968
/proc/meminfo: memFree=19636920/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=452352 CPUtime=282.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 202405 0 0 0 28193 37 0 0 25 0 1 0 649668212 463208448 91577 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 113088 91577 367 95 0 108070 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 452352

[startup+342.301 s]
/proc/loadavg: 4.04 4.05 3.48 5/308 17997
/proc/meminfo: memFree=19436368/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=452824 CPUtime=342.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 224661 0 0 0 34188 42 0 0 25 0 1 0 649668212 463691776 97204 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 113206 97204 367 95 0 108188 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 452824

[startup+402.301 s]
/proc/loadavg: 4.08 4.05 3.52 5/308 17999
/proc/meminfo: memFree=19385840/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=470600 CPUtime=402.29 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 250916 0 0 0 40181 48 0 0 25 0 1 0 649668212 481894400 96288 33554432000 4194304 4580011 140733647559872 18446744073709551615 4321661 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 117650 96288 367 95 0 112632 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 470600

[startup+462.301 s]
/proc/loadavg: 4.03 4.04 3.55 5/308 18000
/proc/meminfo: memFree=19309648/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=485596 CPUtime=462.29 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 278486 0 0 0 46175 54 0 0 25 0 1 0 649668212 497250304 104263 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293016 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 121399 104263 367 95 0 116381 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 485596

[startup+522.301 s]
/proc/loadavg: 4.01 4.03 3.57 5/308 18002
/proc/meminfo: memFree=19324116/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=487200 CPUtime=522.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 301778 0 0 0 52169 61 0 0 25 0 1 0 649668212 498892800 106695 33554432000 4194304 4580011 140733647559872 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 121800 106695 367 95 0 116782 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 487200

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.59 5/308 18003
/proc/meminfo: memFree=19279064/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=487368 CPUtime=582.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 324914 0 0 0 58164 66 0 0 25 0 1 0 649668212 499064832 107557 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 121842 107557 367 95 0 116824 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 487368

[startup+642.301 s]
/proc/loadavg: 4.03 4.03 3.62 5/308 18005
/proc/meminfo: memFree=19187988/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=487632 CPUtime=642.31 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 348442 0 0 0 64159 72 0 0 25 0 1 0 649668212 499335168 107645 33554432000 4194304 4580011 140733647559872 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 121908 107645 367 95 0 116890 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 487632

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.64 5/308 18007
/proc/meminfo: memFree=19221820/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=490632 CPUtime=702.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 373001 0 0 0 70152 78 0 0 25 0 1 0 649668212 502407168 107016 33554432000 4194304 4580011 140733647559872 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 122658 107016 367 95 0 117640 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 490632

[startup+762.311 s]
/proc/loadavg: 4.00 4.02 3.66 5/308 18008
/proc/meminfo: memFree=19213980/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=491104 CPUtime=762.31 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 395054 0 0 0 76148 83 0 0 25 0 1 0 649668212 502890496 103278 33554432000 4194304 4580011 140733647559872 18446744073709551615 4451804 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 122776 103278 367 95 0 117758 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 491104

[startup+822.3 s]
/proc/loadavg: 4.05 4.03 3.68 5/308 18010
/proc/meminfo: memFree=19284120/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=421356 CPUtime=822.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 417796 0 0 0 82140 90 0 0 25 0 1 0 649668212 431468544 99186 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 105339 99186 367 95 0 100321 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 421356

[startup+882.3 s]
/proc/loadavg: 4.07 4.04 3.71 5/308 18011
/proc/meminfo: memFree=19186840/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=491460 CPUtime=882.31 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 440750 0 0 0 88135 96 0 0 25 0 1 0 649668212 503255040 108442 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293126 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 122865 108442 367 95 0 117847 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 491460

[startup+942.3 s]
/proc/loadavg: 4.02 4.03 3.73 5/308 18013
/proc/meminfo: memFree=19227344/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=509556 CPUtime=942.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 467542 0 0 0 94128 102 0 0 25 0 1 0 649668212 521785344 106406 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 127389 106406 367 95 0 122371 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 509556

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.74 5/308 18024
/proc/meminfo: memFree=19196216/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=509732 CPUtime=1002.31 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 492008 0 0 0 100123 108 0 0 25 0 1 0 649668212 521965568 116179 33554432000 4194304 4580011 140733647559872 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 127433 116179 367 95 0 122415 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 509732

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 3.76 5/308 18025
/proc/meminfo: memFree=18936036/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=510176 CPUtime=1062.31 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 513323 0 0 0 106117 114 0 0 25 0 1 0 649668212 522420224 107198 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 127544 107198 367 95 0 122526 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 510176

[startup+1122.3 s]
/proc/loadavg: 3.44 3.87 3.71 4/302 18045
/proc/meminfo: memFree=22909548/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=510392 CPUtime=1122.3 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 539118 0 0 0 112111 119 0 0 25 0 1 0 649668212 522641408 117458 33554432000 4194304 4580011 140733647559872 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 127598 117458 367 95 0 122580 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 510392

[startup+1182.3 s]
/proc/loadavg: 3.16 3.71 3.67 4/302 18049
/proc/meminfo: memFree=22912284/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=510916 CPUtime=1182.31 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 564946 0 0 0 118106 125 0 0 25 0 1 0 649668212 523177984 110874 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 127729 110874 367 95 0 122711 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 510916

[startup+1242.3 s]
/proc/loadavg: 2.66 3.48 3.59 3/296 18069
/proc/meminfo: memFree=23341436/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=457428 CPUtime=1242.31 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 595766 0 0 0 124097 134 0 0 25 0 1 0 649668212 468406272 108203 33554432000 4194304 4580011 140733647559872 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 114357 108203 367 95 0 109339 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 457428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.24 3.21 3.49 3/296 18071
/proc/meminfo: memFree=23299732/32951124 swapFree=63649232/67111528
[pid=17959] ppid=17957 vsize=529164 CPUtime=1300.01 cores=5,7
/proc/17959/stat : 17959 (strangenight2-s) R 17957 17959 17666 0 -1 4202496 621309 0 0 0 129861 140 0 0 25 0 1 0 649668212 541863936 116506 33554432000 4194304 4580011 140733647559872 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17959/statm: 132291 116506 367 95 0 127273 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 529164

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.05
CPU user time (s): 1298.62
CPU system time (s): 1.42578
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 529164

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

runsolver used 3.62145 second user time and 8.50471 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 15:44:57
IDJOB=3367327
IDBENCH=82536
IDSOLVER=1845
FILE ID=node130/3367327-1305380697
RUNJOBID= node130-1305379152-17687
PBS_JOBID= 13324372
Free space on /tmp= 73392 MiB

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

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

MD5SUM BENCH= e875844c76f68e9f4050986690c5cb90
RANDOM SEED=1018417942

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20120484 kB
Buffers:        310268 kB
Cached:        7221408 kB
SwapCached:      10360 kB
Active:        6928912 kB
Inactive:      5614432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20120484 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            9780 kB
Writeback:           8 kB
AnonPages:     5009972 kB
Mapped:          14560 kB
Slab:           190164 kB
PageTables:      34140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 55750892 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= 73412 MiB
End job on node130 at 2011-05-14 16:06:39