Trace number 3288093

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-stUNSAT 117.78 117.779

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3288093-1303770844.cnf'
0.00/0.00	c -- header says num vars:         156058
0.00/0.00	c -- header says num clauses:      466691
0.09/0.18	c -- clauses added:            0 learnts,       466691 normals,            0 xors
0.09/0.18	c -- vars added     156058
0.09/0.18	c Parsing time:  0.15 s
0.09/0.18	c  N st     0         0    156058    155563    311126         0   1088941         0   no data   no data
0.59/0.60	c asymm  cl-useful: 0/94614/155562 lits-rem:0 time: 0.42
4.40/4.47	c Flit:   818 Blit:   6635 bXBeca:    0 bXProp: 13749 Bins:      0 BRemL:      0 BRemN:      0 P: 50.5M T:  3.83
4.40/4.49	c Cleaning up after failed var search:     0.02 s 
4.49/4.54	c Replacing    13749 vars Replaced   225247 lits Time:     0.05 s 
4.49/4.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.59/4.61	c bin-w-bin subsume rem         1810 bins  time:  0.02 s
4.59/4.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
4.79/4.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done: 120783 time:  0.15 s
4.89/4.94	c Removed useless bin:    5710  fixed:     0  props:  18.26M  time:  0.13 s
5.39/5.45	c lits-rem:       788  cl-subs:     6101  v-elim:  44852  v-fix:    0  time:  0.51 s
5.50/5.58	c Finding binary XORs  T:     0.13 s  found:    5813
5.59/5.61	c Replacing     5813 vars Replaced    49619 lits Time:     0.03 s 
5.59/5.68	c Finding non-binary XORs:     0.04 s (found:       5, avg size: 3.0)
5.59/5.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
5.69/5.71	c calculated reachability. Time: 0.02
5.69/5.72	c Calc default polars -  time:   0.01 s pos:    5481 undec:   72352 neg:   78225
5.69/5.72	c =========================================================================================
5.69/5.72	c types(t): F = full restart, N = normal restart
5.69/5.72	c types(t): S = simplification begin/end, E = solution found
5.69/5.72	c restart types(rt): st = static, dy = dynamic
5.69/5.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.69/5.72	c  B st     0         0     83891    121551    186596         0    795450         0   no data   no data
6.79/6.83	c  N dy    18      4140     83860    121551    187064      3592    795413     39844      4.17      4.41
8.09/8.19	c  N dy    39      8465     83785    121551    187528      7408    795398    120951      4.33      4.57
9.69/9.79	c  N dy    66     12701     83731    121551    187879     11238    795373    253156      4.79      5.29
11.19/11.23	c  N dy    95     16704     83705    121551    188148     14933    795359    374819      4.95      5.96
12.79/12.81	c  N dy   117     20931     83652    121551    188460      9856    795347     59207      5.12      5.40
14.19/14.27	c  F st   137     25000     83608    121551    188708     13631    795338    201153      5.16      4.76
14.49/14.53	c  N st   137     25000     83608    120309    188134     13468    789021    199771      5.16      4.76
16.19/16.21	c  N dy   143     30002     83598    120309    188333     18223    789012    581809      5.16   no data
16.19/16.21	c  S st   143     30002     83598    120309    188333     18223    789012    581809      5.16   no data
16.39/16.44	c  S st   143     30502     83598    120309    188546     18494    789009    583649      5.16   no data
16.39/16.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20.79/20.84	c Flit:   122 Blit:    348 bXBeca:    0 bXProp: 2088 Bins: 352810 BRemL:  69917 BRemN:    354 P: 54.1M T:  4.37
20.79/20.84	c Cleaning up after failed var search:     0.00 s 
20.90/20.94	c Replacing     2088 vars Replaced   137717 lits Time:     0.10 s 
20.90/20.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.99/21.05	c bin-w-bin subsume rem        27078 bins  time:  0.07 s
21.19/21.20	c subs with bin:     4809  lits-rem:     10872  v-fix:    0  time:  0.15 s
21.29/21.39	c Subs w/ non-existent bins:   1244 l-rem:   4118 v-fix:     0 done:  80874 time:  0.18 s
21.39/21.45	c Removed useless bin:    3184  fixed:     0  props:   2.67M  time:  0.06 s
22.09/22.18	c lits-rem:     16706  cl-subs:    21628  v-elim:  46431  v-fix:    0  time:  0.71 s
22.19/22.22	c subs with bin:      682  lits-rem:      4630  v-fix:    0  time:  0.03 s
22.19/22.28	c lits-rem:       278  cl-subs:     1167  v-elim:      0  v-fix:    0  time:  0.05 s
22.19/22.28	c Added XOR as norm:5
22.49/22.53	c asymm  cl-useful: 0/13453/108067 lits-rem:0 time: 0.25
22.49/22.57	c calculated reachability. Time: 0.02
22.49/22.57	c  N dy   143     30502     34443    108067    176805      4671    555765    234499      5.16   no data
22.59/22.65	c Finding binary XORs  T:     0.09 s  found:      81
23.39/23.49	c  N dy   154     34545     34423    108067    177022      8458    555753    316641      5.09      5.82
24.29/24.34	c  N dy   169     38576     34399    108067    177218     12247    555742    423858      5.07      5.42
25.20/25.24	c  N dy   182     42730     34386    108067    177427      8484    555733    253885      5.07      5.38
25.69/25.78	c  S st   194     45753     34376    108067    177557     11346    555713    326926      5.07   no data
25.89/25.95	c  S st   194     46255     34376    108067    177629     11772    555713    330821      5.07   no data
25.89/25.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27.89/27.93	c Flit:    75 Blit:     32 bXBeca:    0 bXProp:  420 Bins:  97352 BRemL:  74808 BRemN:    415 P: 20.6M T:  1.95
27.89/27.93	c Cleaning up after failed var search:     0.00 s 
27.89/27.98	c Replacing      501 vars Replaced    35899 lits Time:     0.05 s 
27.99/28.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.99/28.04	c bin-w-bin subsume rem         4431 bins  time:  0.03 s
28.09/28.14	c subs with bin:     8114  lits-rem:     13875  v-fix:    0  time:  0.11 s
28.19/28.23	c Subs w/ non-existent bins:   2418 l-rem:   8412 v-fix:     0 done:  33633 time:  0.09 s
28.19/28.27	c Removed useless bin:    1482  fixed:     0  props:   1.29M  time:  0.03 s
28.39/28.49	c lits-rem:      2622  cl-subs:     3582  v-elim:   2634  v-fix:    0  time:  0.21 s
28.49/28.53	c subs with bin:      271  lits-rem:      1282  v-fix:    0  time:  0.03 s
28.49/28.59	c lits-rem:       145  cl-subs:      412  v-elim:      0  v-fix:    0  time:  0.05 s
28.60/28.63	c vivif2 --  cl tried    93756 cl shrink     6250 lits rem       9225 time: 0.04
28.60/28.64	c vivif2 --  cl tried     9873 cl shrink     1221 lits rem       2118 time: 0.01
29.09/29.19	c asymm  cl-useful: 2190/8213/91691 lits-rem:2900 time: 0.54
29.19/29.21	c calculated reachability. Time: 0.01
29.19/29.21	c  N dy   194     46255     30999     91689    163497      9793    465258    244604      5.07   no data
29.19/29.27	c Finding binary XORs  T:     0.06 s  found:       5
30.29/30.30	c  N dy   215     50699     30986     91689    163688     13979    465254    362976      5.13      5.47
31.49/31.50	c  N dy   244     54705     30978     91689    163840     17792    465250    536614      5.22      5.52
32.59/32.63	c  N dy   266     58950     30968     91689    164007     21822    465249    680019      5.27      5.67
33.79/33.84	c  N dy   290     63050     30950     91689    164164     25721    465247    884203      5.38      7.63
34.99/35.04	c  N dy   312     67401     30926     91689    164314     17661    465244    321936      5.40      5.84
35.39/35.49	c  S st   321     69382     30907     91689    164368     19568    465244    385829      5.41   no data
35.59/35.67	c  S st   321     69883     30907     91689    164436     19999    465244    389527      5.41   no data
35.59/35.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38.40/38.44	c Flit:    53 Blit:     38 bXBeca:    0 bXProp:  201 Bins: 129287 BRemL:  53719 BRemN:    269 P: 28.6M T:  2.75
38.40/38.49	c Replacing      206 vars Replaced    28814 lits Time:     0.05 s 
38.50/38.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.50/38.56	c bin-w-bin subsume rem         4821 bins  time:  0.03 s
38.59/38.65	c subs with bin:     1370  lits-rem:       391  v-fix:    0  time:  0.09 s
38.69/38.73	c Subs w/ non-existent bins:    315 l-rem:    437 v-fix:     0 done:  30577 time:  0.09 s
38.69/38.76	c Removed useless bin:     687  fixed:     0  props:   1.05M  time:  0.03 s
38.89/38.92	c lits-rem:       305  cl-subs:     2095  v-elim:   1388  v-fix:    0  time:  0.16 s
38.89/38.99	c subs with bin:      376  lits-rem:      1594  v-fix:    0  time:  0.04 s
38.99/39.06	c lits-rem:       268  cl-subs:      460  v-elim:      0  v-fix:    0  time:  0.06 s
39.09/39.10	c vivif2 --  cl tried    87711 cl shrink     1296 lits rem       1430 time: 0.04
39.09/39.12	c vivif2 --  cl tried    17590 cl shrink     1325 lits rem       2433 time: 0.02
39.60/39.63	c asymm  cl-useful: 848/14420/87162 lits-rem:1215 time: 0.51
39.60/39.66	c calculated reachability. Time: 0.02
39.60/39.66	c  N dy   321     69883     29189     87054    208815     17535    439030    392233      5.41   no data
39.69/39.73	c Finding binary XORs  T:     0.07 s  found:      26
40.89/40.94	c  N dy   342     74479     29156     87054    209015     21863    439030    544493      5.41      5.70
41.99/42.08	c  N dy   363     79282     29142     87054    209174     26448    439030    678360      5.40      5.73
43.49/43.52	c  N dy   394     84370     29108     87054    209320     31337    439028    889699      5.48      5.89
44.29/44.34	c  F st   413     87500     29082     87054    209403     34338    439026    973986      5.49      4.36
44.29/44.39	c Replacing       26 vars Replaced     1764 lits Time:     0.03 s 
45.39/45.49	c  N st   418     90803     29039     86617    202605     23672    436889    793395      5.49   no data
46.99/47.08	c  N dy   439     96677     29022     86617    202748     29357    436889   1233606      5.53      5.83
48.79/48.88	c  N dy   477    103100     29009     86617    202951     35520    436865   1471384      5.59      5.97
49.39/49.43	c  S st   486    104824     28993     86617    203019     37153    436865   1531969      5.58   no data
49.59/49.66	c  S st   486    105324     28993     86617    203062     37601    436865   1536305      5.58   no data
49.59/49.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
52.39/52.46	c Flit:    58 Blit:     51 bXBeca:    0 bXProp:  257 Bins:  47846 BRemL:  45306 BRemN:     82 P: 36.0M T:  2.78
52.39/52.47	c Cleaning up after failed var search:     0.00 s 
52.49/52.56	c Replacing      257 vars Replaced    25917 lits Time:     0.09 s 
52.49/52.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.59/52.61	c bin-w-bin subsume rem         3469 bins  time:  0.03 s
52.59/52.68	c subs with bin:      594  lits-rem:       452  v-fix:    0  time:  0.06 s
52.69/52.76	c Subs w/ non-existent bins:    222 l-rem:    106 v-fix:     0 done:  28590 time:  0.08 s
52.69/52.79	c Removed useless bin:    1035  fixed:     0  props:   1.10M  time:  0.03 s
52.89/52.93	c lits-rem:       327  cl-subs:      865  v-elim:    766  v-fix:    0  time:  0.15 s
53.69/53.73	c subs with bin:      547  lits-rem:      7753  v-fix:    0  time:  0.76 s
53.79/53.88	c lits-rem:      1702  cl-subs:      854  v-elim:      0  v-fix:    0  time:  0.13 s
53.89/53.93	c vivif2 --  cl tried    85271 cl shrink      709 lits rem        790 time: 0.05
53.89/53.99	c vivif2 --  cl tried    32630 cl shrink     3266 lits rem      35781 time: 0.06
54.39/54.49	c asymm  cl-useful: 720/15746/84872 lits-rem:1717 time: 0.50
54.49/54.51	c calculated reachability. Time: 0.02
54.49/54.52	c  N dy   486    105324     27824     84496    190905     32542    422562    659915      5.58   no data
54.49/54.59	c Finding binary XORs  T:     0.07 s  found:      87
56.39/56.47	c  N dy   512    112953     27749     84496    191151     39821    422561    860579      5.57      5.97
58.29/58.33	c  N dy   543    120222     27713     84496    191400     33479    422560    581089      5.60      5.94
60.29/60.36	c  N dy   578    128038     27681     84496    191625     40984    422560    786825      5.61      5.97
62.99/63.03	c  N dy   631    136266     27634     84496    191808     48912    422557   1138997      5.74      6.38
65.90/65.91	c  N dy   683    145312     27585     84496    192047     41813    422556    718076      5.78      6.25
68.69/68.76	c  N dy   740    154620     27500     83268    190071     49238    416659   1064433      5.84      6.51
69.79/69.81	c  S st   760    157987     27487     83268    190148     52483    416658   1162402      5.84      4.72
69.99/70.10	c  S st   760    158488     27487     83268    190186     52941    416657   1171558      5.84   no data
70.09/70.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
73.49/73.54	c Flit:   109 Blit:     68 bXBeca:    0 bXProp:  569 Bins:  45362 BRemL:  40667 BRemN:     78 P: 46.0M T:  3.42
73.49/73.56	c Cleaning up after failed var search:     0.02 s 
73.60/73.61	c Replacing      656 vars Replaced    32474 lits Time:     0.04 s 
73.60/73.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.60/73.66	c bin-w-bin subsume rem         2594 bins  time:  0.03 s
73.70/73.72	c subs with bin:      981  lits-rem:       740  v-fix:    0  time:  0.06 s
73.79/73.80	c Subs w/ non-existent bins:    203 l-rem:    203 v-fix:     0 done:  26603 time:  0.08 s
73.79/73.83	c Removed useless bin:     695  fixed:     0  props:   1.12M  time:  0.03 s
73.89/73.96	c lits-rem:       195  cl-subs:      650  v-elim:    455  v-fix:    0  time:  0.13 s
74.19/74.22	c subs with bin:      829  lits-rem:      3499  v-fix:    0  time:  0.23 s
74.29/74.36	c lits-rem:      1175  cl-subs:     1325  v-elim:      0  v-fix:    0  time:  0.12 s
74.39/74.40	c vivif2 --  cl tried    80067 cl shrink      559 lits rem        611 time: 0.05
74.39/74.48	c vivif2 --  cl tried    45971 cl shrink     4218 lits rem      14369 time: 0.08
74.89/74.97	c asymm  cl-useful: 325/9520/79827 lits-rem:975 time: 0.49
74.99/75.00	c calculated reachability. Time: 0.02
74.99/75.00	c  N dy   760    158488     26148     79502    182503     45839    397150    606858      5.84   no data
74.99/75.08	c Finding binary XORs  T:     0.08 s  found:      94
77.99/78.05	c  N dy   800    168980     26097     79502    182752     41080    397147    517364      5.84      6.15
81.09/81.13	c  N dy   857    179787     26067     79502    183009     51491    397108    859050      5.87     14.68
84.49/84.58	c  N dy   921    191303     26038     79502    183274     62593    397108   1198433      5.91     11.94
88.29/88.35	c  N dy  1001    203679     26014     79502    183496     56867    397106    882077      5.98      6.32
92.79/92.80	c  N dy  1092    216756     25969     79502    183758     69547    397104   1450040      6.11      6.57
97.19/97.25	c  N dy  1188    230975     25939     79502    183981     63938    397103    939985      6.23      6.67
97.69/97.71	c Finding binary XORs  T:     0.08 s  found:     111
99.49/99.56	c  S st  1240    237732     25927     78738    182510     68697    393237   1194246      6.27      6.60
99.79/99.88	c  S st  1240    238237     25927     78738    182551     69157    393237   1208376      6.27   no data
99.89/99.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
103.49/103.58	c Flit:   127 Blit:    109 bXBeca:    0 bXProp:  703 Bins:  35682 BRemL:  36516 BRemN:     57 P: 55.2M T:  3.68
103.59/103.60	c Cleaning up after failed var search:     0.02 s 
103.59/103.66	c Replacing      908 vars Replaced    50110 lits Time:     0.06 s 
103.59/103.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.69/103.71	c bin-w-bin subsume rem         2875 bins  time:  0.02 s
103.69/103.76	c subs with bin:      738  lits-rem:       883  v-fix:    0  time:  0.05 s
103.79/103.83	c Subs w/ non-existent bins:    132 l-rem:    106 v-fix:     0 done:  24587 time:  0.07 s
103.79/103.85	c Removed useless bin:     660  fixed:     0  props:   1.05M  time:  0.02 s
103.89/103.97	c lits-rem:       160  cl-subs:      767  v-elim:    442  v-fix:    0  time:  0.11 s
104.09/104.18	c subs with bin:     1144  lits-rem:      5552  v-fix:    0  time:  0.18 s
104.29/104.36	c lits-rem:      2454  cl-subs:     1750  v-elim:      0  v-fix:    0  time:  0.16 s
104.39/104.41	c vivif2 --  cl tried    74741 cl shrink      729 lits rem        815 time: 0.05
104.49/104.51	c vivif2 --  cl tried    59582 cl shrink     5203 lits rem      20763 time: 0.10
104.99/105.00	c asymm  cl-useful: 264/7037/74423 lits-rem:792 time: 0.48
104.99/105.03	c calculated reachability. Time: 0.02
104.99/105.03	c  N dy  1240    238237     24145     74159    170700     59412    367568    681732      6.27   no data
105.09/105.11	c Finding binary XORs  T:     0.08 s  found:     130
109.90/109.91	c  N dy  1352    253544     24089     74159    171025     74179    367568   1276112      6.37      6.81
114.59/114.62	c  N dy  1464    269768     24020     74159    171340     71052    367526   1130256      6.47      8.97
117.49/117.55	c  E dy  1549    280083     23888     72900    159225     74300    358555   1225107      6.56      5.76
117.49/117.55	c num threads              : 1          
117.49/117.55	c restarts                 : 1549       
117.49/117.55	c dynamic restarts         : 1531       
117.49/117.55	c static restarts          : 18         
117.49/117.55	c full restarts            : 2          
117.49/117.55	c total simplify time      : 0.69       
117.49/117.55	c learnts DL2              : 0          
117.49/117.55	c learnts size 2           : 1131136    
117.49/117.55	c learnts size 1           : 15108       (9.68      % of vars)
117.49/117.55	c filedLit time            : 22.85       (19.46     % time)
117.49/117.55	c v-elim SatELite          : 96968       (62.14     % vars)
117.49/117.55	c SatELite time            : 2.72        (2.31      % time)
117.49/117.55	c v-elim xor               : 0           (0.00      % vars)
117.49/117.55	c xor elim time            : 0.16        (0.13      % time)
117.49/117.55	c num binary xor trees     : 12941      
117.49/117.55	c binxor trees' crown      : 24334       (1.88      leafs/tree)
117.49/117.55	c bin xor find time        : 0.65       
117.49/117.55	c OTF clause improved      : 2764        (0.01      clauses/conflict)
117.49/117.55	c OTF impr. size diff      : 4190        (1.52       lits/clause)
117.49/117.55	c OTF cl watch-shrink      : 205213      (0.73      clauses/conflict)
117.49/117.55	c OTF cl watch-sh-lit      : 880532      (4.29       lits/clause)
117.49/117.55	c tried to recurMin cls    : 192793      (68.83      % of conflicts)
117.49/117.55	c updated cache            : 0           (0.00       lits/tried recurMin)
117.49/117.55	c clauses over max glue    : 0           (0.00      % of all clauses)
117.49/117.55	c conflicts                : 280083      (2385.79   / sec)
117.49/117.55	c decisions                : 1026656     (4.49      % random)
117.49/117.55	c bogo-props               : 3048984353  (25971756.95 / sec)
117.49/117.55	c conflict literals        : 10358581    (25.15     % deleted)
117.49/117.55	c Memory used              : 338.93      MB
117.49/117.55	c CPU time                 : 117.40      s
117.49/117.55	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3288093-1303770844/watcher-3288093-1303770844 -o /tmp/evaluation-result-3288093-1303770844/solver-3288093-1303770844 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3288093-1303770844.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: 4.01 3.89 3.87 5/189 656
/proc/meminfo: memFree=13142160/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=21440 CPUtime=0 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 629 0 0 0 0 0 0 0 25 0 1 0 488685355 21954560 568 33554432000 4194304 4627331 140734633690224 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 5360 579 308 106 0 331 0

[startup+0.0804131 s]
/proc/loadavg: 4.01 3.89 3.87 5/189 656
/proc/meminfo: memFree=13142160/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=62028 CPUtime=0.07 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 9721 0 0 0 6 1 0 0 25 0 1 0 488685355 63516672 7520 33554432000 4194304 4627331 140734633690224 18446744073709551615 4317072 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 15507 7520 321 106 0 10478 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 62028

[startup+0.100444 s]
/proc/loadavg: 4.01 3.89 3.87 5/189 656
/proc/meminfo: memFree=13142160/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=64188 CPUtime=0.09 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 10856 0 0 0 8 1 0 0 25 0 1 0 488685355 65728512 8616 33554432000 4194304 4627331 140734633690224 18446744073709551615 4317072 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 16047 8617 321 106 0 11018 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64188

[startup+0.300458 s]
/proc/loadavg: 4.01 3.89 3.87 5/189 656
/proc/meminfo: memFree=13142160/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=104200 CPUtime=0.29 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 20629 0 0 0 27 2 0 0 25 0 1 0 488685355 106700800 16207 33554432000 4194304 4627331 140734633690224 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 26050 16207 342 106 0 21021 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104200

[startup+0.700363 s]
/proc/loadavg: 4.01 3.89 3.87 5/189 656
/proc/meminfo: memFree=13142160/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=108656 CPUtime=0.68 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 21719 0 0 0 66 2 0 0 25 0 1 0 488685355 111263744 17297 33554432000 4194304 4627331 140734633690224 18446744073709551615 270612771525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 27164 17297 346 106 0 22135 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 108656

[startup+1.50022 s]
/proc/loadavg: 4.01 3.89 3.87 5/190 657
/proc/meminfo: memFree=13060188/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=140828 CPUtime=1.49 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 29518 0 0 0 145 4 0 0 25 0 1 0 488685355 144207872 25096 33554432000 4194304 4627331 140734633690224 18446744073709551615 270612771525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 35207 25097 346 106 0 30178 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 140828

[startup+3.10094 s]
/proc/loadavg: 4.01 3.89 3.87 5/190 657
/proc/meminfo: memFree=13017404/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=182820 CPUtime=3.09 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 40032 0 0 0 303 6 0 0 25 0 1 0 488685355 187207680 35610 33554432000 4194304 4627331 140734633690224 18446744073709551615 270612771525 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 45705 35610 346 106 0 40676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182820

[startup+6.30038 s]
/proc/loadavg: 4.01 3.89 3.87 5/190 657
/proc/meminfo: memFree=12940880/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=271176 CPUtime=6.29 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 54515 0 0 0 621 8 0 0 25 0 1 0 488685355 277684224 50093 33554432000 4194304 4627331 140734633690224 18446744073709551615 4308313 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 67794 50093 373 106 0 62765 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271176

[startup+12.7002 s]
/proc/loadavg: 4.01 3.89 3.87 5/190 657
/proc/meminfo: memFree=12936272/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=242688 CPUtime=12.69 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 55947 0 0 0 1261 8 0 0 25 0 1 0 488685355 248512512 48928 33554432000 4194304 4627331 140734633690224 18446744073709551615 4299606 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 60672 48928 374 106 0 55643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 242688

[startup+25.5009 s]
/proc/loadavg: 4.01 3.89 3.87 5/190 658
/proc/meminfo: memFree=12863312/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=302296 CPUtime=25.49 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 73402 0 0 0 2538 11 0 0 25 0 1 0 488685355 309551104 63213 33554432000 4194304 4627331 140734633690224 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 75574 63213 377 106 0 70545 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 302296

[startup+51.1004 s]
/proc/loadavg: 4.00 3.90 3.87 5/190 658
/proc/meminfo: memFree=12849264/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=321816 CPUtime=51.09 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 79761 0 0 0 5097 12 0 0 25 0 1 0 488685355 329539584 67716 33554432000 4194304 4627331 140734633690224 18446744073709551615 4309077 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 80454 67716 377 106 0 75425 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 321816

[startup+102.306 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 741
/proc/meminfo: memFree=12962232/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=346744 CPUtime=102.3 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 92030 0 0 0 10216 14 0 0 25 0 1 0 488685355 355065856 74224 33554432000 4194304 4627331 140734633690224 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 86686 74224 377 106 0 81657 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 346744

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

[startup+108.7 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 769
/proc/meminfo: memFree=12962152/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=346744 CPUtime=108.7 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 93223 0 0 0 10855 15 0 0 25 0 1 0 488685355 355065856 75417 33554432000 4194304 4627331 140734633690224 18446744073709551615 4308622 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 86686 75417 377 106 0 81657 0
Current children cumulated CPU time (s) 108.7
Current children cumulated vsize (KiB) 346744

[startup+111.901 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 769
/proc/meminfo: memFree=12895196/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=347056 CPUtime=111.89 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 94683 0 0 0 11174 15 0 0 25 0 1 0 488685355 355385344 74341 33554432000 4194304 4627331 140734633690224 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 86764 74341 377 106 0 81735 0
Current children cumulated CPU time (s) 111.89
Current children cumulated vsize (KiB) 347056

[startup+115.101 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 769
/proc/meminfo: memFree=12898068/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=347056 CPUtime=115.09 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 95104 0 0 0 11494 15 0 0 25 0 1 0 488685355 355385344 74762 33554432000 4194304 4627331 140734633690224 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 86764 74762 377 106 0 81735 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 347056

[startup+116.701 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 769
/proc/meminfo: memFree=12891772/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=347056 CPUtime=116.69 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 95333 0 0 0 11654 15 0 0 25 0 1 0 488685355 355385344 74991 33554432000 4194304 4627331 140734633690224 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 86764 74991 377 106 0 81735 0
Current children cumulated CPU time (s) 116.69
Current children cumulated vsize (KiB) 347056

[startup+117.501 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 769
/proc/meminfo: memFree=12891772/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=347056 CPUtime=117.49 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 95431 0 0 0 11734 15 0 0 25 0 1 0 488685355 355385344 75089 33554432000 4194304 4627331 140734633690224 18446744073709551615 4308406 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 86764 75089 377 106 0 81735 0
Current children cumulated CPU time (s) 117.49
Current children cumulated vsize (KiB) 347056

[startup+117.707 s]
/proc/loadavg: 4.00 3.92 3.88 5/190 769
/proc/meminfo: memFree=12888548/32951124 swapFree=67111528/67111528
[pid=656] ppid=654 vsize=347056 CPUtime=117.7 cores=4,6
/proc/656/stat : 656 (strangenight2-s) R 654 656 327 0 -1 4202496 95447 0 0 0 11755 15 0 0 25 0 1 0 488685355 355385344 75104 33554432000 4194304 4627331 140734633690224 18446744073709551615 270612767749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/656/statm: 86764 75104 388 106 0 81735 0
Current children cumulated CPU time (s) 117.7
Current children cumulated vsize (KiB) 347056

Child status: 20
Real time (s): 117.779
CPU time (s): 117.78
CPU user time (s): 117.607
CPU system time (s): 0.172973
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 364952

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

runsolver used 0.222966 second user time and 0.433934 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-26 00:34:04
IDJOB=3288093
IDBENCH=82488
IDSOLVER=1587
FILE ID=node108/3288093-1303770844
RUNJOBID= node108-1303770636-346
PBS_JOBID= 13157178
Free space on /tmp= 71588 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288093-1303770844/watcher-3288093-1303770844 -o /tmp/evaluation-result-3288093-1303770844/solver-3288093-1303770844 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3288093-1303770844.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1362739377

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13142316 kB
Buffers:       2276096 kB
Cached:       15879216 kB
SwapCached:          0 kB
Active:       10853888 kB
Inactive:      8372316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13142316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13660 kB
Writeback:           0 kB
AnonPages:     1070432 kB
Mapped:          16212 kB
Slab:           516184 kB
PageTables:       7408 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1322844 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= 71576 MiB
End job on node108 at 2011-04-26 00:36:02