Trace number 3289197

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 97.2802 97.2798

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.8988
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

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-3289197-1303776589.cnf'
0.00/0.00	c -- header says num vars:          19995
0.00/0.00	c -- header says num clauses:       66333
0.00/0.02	c -- clauses added:            0 learnts,        66333 normals,            0 xors
0.00/0.02	c -- vars added      19995
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0     19995     30626     31735         0    158899         0   no data   no data
0.39/0.43	c asymm  cl-useful: 8/30626/30626 lits-rem:83 time: 0.40
0.99/1.10	c Flit:    59 Blit:   1904 bXBeca:    0 bXProp: 3257 Bins:      0 BRemL:      0 BRemN:      0 P: 14.4M T:  0.65
0.99/1.10	c Cleaning up after failed var search:     0.00 s 
1.09/1.11	c Replacing     3257 vars Replaced    87417 lits Time:     0.01 s 
1.09/1.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.09/1.12	c bin-w-bin subsume rem          509 bins  time:  0.00 s
1.09/1.12	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.00 s
1.09/1.13	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  13673 time:  0.01 s
1.09/1.14	c Removed useless bin:      38  fixed:     0  props:   1.82M  time:  0.01 s
1.09/1.19	c lits-rem:         0  cl-subs:      150  v-elim:   4557  v-fix:    0  time:  0.04 s
1.19/1.21	c Finding binary XORs  T:     0.02 s  found:      13
1.19/1.21	c Replacing       13 vars Replaced      166 lits Time:     0.00 s 
1.19/1.23	c Finding non-binary XORs:     0.01 s (found:    4121, avg size: 3.0)
1.19/1.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    647 locsubst:  2628 time:   0.01
1.19/1.23	c Replacing     1314 vars Replaced     7884 lits Time:     0.00 s 
1.19/1.24	c calculated reachability. Time: 0.00
1.19/1.24	c Calc default polars -  time:   0.00 s pos:    1080 undec:   12882 neg:    6033
1.19/1.24	c =========================================================================================
1.19/1.24	c types(t): F = full restart, N = normal restart
1.19/1.24	c types(t): S = simplification begin/end, E = solution found
1.19/1.24	c restart types(rt): st = static, dy = dynamic
1.19/1.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.19/1.24	c  B st     0         0      7142     11596      9930         0     76602         0   no data   no data
1.39/1.42	c Decided on static restart strategy
1.69/1.75	c  N st     8      4926      7138     11596      9965      4775     76602    209078   no data   no data
2.59/2.65	c  N st    10     11310      7134     11596      9998      4599     76602    153406   no data   no data
3.39/3.48	c  N st    11     17053      7133     11596     10013     10253     76602    471736   no data   no data
4.59/4.68	c  F st    12     25001      7133     11596     10026     12614     76602    537633   no data   no data
4.59/4.69	c  N st    12     25001      7133     11595      9915     12593     76372    537492   no data   no data
5.39/5.44	c Decided on static restart strategy
5.39/5.44	c  N st    18     30002      7129     11595      9944     10736     76372    399288   no data   no data
5.39/5.44	c  S st    18     30002      7129     11595      9944     10736     76372    399288   no data   no data
5.49/5.53	c  S st    18     30504      7125     11595     10022     11154     76372    405403   no data   no data
5.49/5.54	c x-sub:  1314 x-cut:      0 vfix:      0 v-elim:    324 locsubst:     0 time:   0.01
5.79/5.82	c Flit:    65 Blit:      2 bXBeca:    0 bXProp:    7 Bins:  69329 BRemL:  29746 BRemN:     11 P:  5.1M T:  0.28
5.79/5.83	c Replacing        7 vars Replaced      320 lits Time:     0.00 s 
5.79/5.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.79/5.84	c bin-w-bin subsume rem          103 bins  time:  0.00 s
5.79/5.84	c subs with bin:      492  lits-rem:       425  v-fix:    0  time:  0.01 s
5.79/5.85	c Subs w/ non-existent bins:      0 l-rem:      7 v-fix:     0 done:   6726 time:  0.01 s
5.79/5.85	c Removed useless bin:      16  fixed:     0  props:   0.21M  time:  0.00 s
5.79/5.88	c lits-rem:       179  cl-subs:      150  v-elim:   1239  v-fix:    0  time:  0.02 s
5.79/5.89	c subs with bin:      187  lits-rem:       229  v-fix:    0  time:  0.01 s
5.79/5.89	c lits-rem:        58  cl-subs:      150  v-elim:      0  v-fix:    0  time:  0.01 s
5.89/6.00	c asymm  cl-useful: 166/11279/11279 lits-rem:685 time: 0.10
5.99/6.00	c calculated reachability. Time: 0.00
5.99/6.00	c  N st    18     30504      5487     11279     39389      2139     66652     92624   no data   no data
6.39/6.43	c Finding binary XORs  T:     0.02 s  found:       0
6.78/6.80	c  N st    20     37618      5487     11279     39391      5553     66652    206883   no data   no data
7.70/7.71	c  N st    21     44017      5486     11279     39393     11863     66652    731870   no data   no data
7.79/7.87	c  S st    22     45756      5485     11279     39402     13547     66652    781052   no data   no data
7.89/7.95	c  S st    22     46258      5485     11279     39416      7387     66652    279558   no data   no data
7.89/7.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    144 locsubst:     0 time:   0.00
8.09/8.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   1413 BRemL:  16259 BRemN:     74 P:  2.8M T:  0.15
8.09/8.11	c Replacing        1 vars Replaced       16 lits Time:     0.00 s 
8.09/8.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.09/8.11	c bin-w-bin subsume rem          200 bins  time:  0.00 s
8.09/8.12	c subs with bin:       79  lits-rem:        30  v-fix:    0  time:  0.00 s
8.09/8.12	c Subs w/ non-existent bins:      0 l-rem:     36 v-fix:     0 done:   5338 time:  0.00 s
8.09/8.13	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
8.09/8.13	c lits-rem:         0  cl-subs:       41  v-elim:     33  v-fix:    0  time:  0.01 s
8.09/8.16	c subs with bin:        1  lits-rem:        42  v-fix:    0  time:  0.02 s
8.09/8.18	c lits-rem:       134  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.02 s
8.09/8.18	c vivif2 --  cl tried    11167 cl shrink       93 lits rem        222 time: 0.00
8.09/8.19	c vivif2 --  cl tried     5151 cl shrink      285 lits rem        814 time: 0.00
8.29/8.30	c asymm  cl-useful: 47/11164/11164 lits-rem:88 time: 0.11
8.29/8.30	c calculated reachability. Time: 0.00
8.29/8.30	c  N st    22     46258      5305     11164     22024      5151     65247    147336   no data   no data
10.79/10.87	c  N st    23     60656      5305     11164     22025     11537     65247    494795   no data   no data
10.79/10.88	c Finding binary XORs  T:     0.01 s  found:       0
12.19/12.21	c  N st    24     69390      5305     11164     22029     10424     65247    432881   no data   no data
12.19/12.21	c  S st    24     69390      5305     11164     22029     10424     65247    432881   no data   no data
12.19/12.28	c  S st    24     69895      5302     11164     22030     10925     65247    442897   no data   no data
12.19/12.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     72 locsubst:     0 time:   0.00
12.39/12.43	c Flit:     6 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    243 BRemL:     81 BRemN:      1 P:  3.2M T:  0.14
12.39/12.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.39/12.43	c bin-w-bin subsume rem           26 bins  time:  0.00 s
12.39/12.44	c subs with bin:        9  lits-rem:         7  v-fix:    0  time:  0.00 s
12.39/12.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5224 time:  0.00 s
12.39/12.45	c Removed useless bin:       1  fixed:     0  props:   0.17M  time:  0.00 s
12.39/12.46	c lits-rem:         0  cl-subs:       51  v-elim:     27  v-fix:    0  time:  0.01 s
12.49/12.59	c subs with bin:        2  lits-rem:        81  v-fix:    0  time:  0.12 s
12.59/12.69	c lits-rem:       291  cl-subs:      366  v-elim:      0  v-fix:    0  time:  0.09 s
12.59/12.69	c vivif2 --  cl tried    11093 cl shrink       31 lits rem         38 time: 0.00
12.69/12.70	c vivif2 --  cl tried    10420 cl shrink     1161 lits rem       5893 time: 0.02
12.79/12.82	c asymm  cl-useful: 336/11093/11093 lits-rem:958 time: 0.11
12.79/12.82	c calculated reachability. Time: 0.00
12.79/12.82	c  N st    24     69895      5197     10837     19610     10420     64090    414629   no data   no data
15.30/15.32	c  F st    25     87500      5197     10837     19611     16298     64089    571163   no data   no data
15.30/15.33	c  N st    25     87500      5197     10837     19611     16298     64089    571163   no data   no data
15.30/15.34	c Finding binary XORs  T:     0.01 s  found:     101
15.30/15.34	c Replacing      101 vars Replaced     2309 lits Time:     0.01 s 
16.09/16.14	c Decided on static restart strategy
16.50/16.55	c  N st    32     95539      5093     10837     19416     24197     63887   1046364   no data   no data
17.69/17.73	c  N st    34    104843      5092     10837     19417     20854     63887    699824   no data   no data
17.69/17.73	c  S st    34    104843      5092     10837     19417     20854     63887    699824   no data   no data
17.79/17.84	c  S st    34    105345      5091     10837     19417     21349     63886    711723   no data   no data
17.79/17.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.99/18.00	c Flit:     7 Blit:      3 bXBeca:    0 bXProp:    4 Bins:    568 BRemL:    356 BRemN:      0 P:  3.9M T:  0.16
17.99/18.01	c Replacing        4 vars Replaced     1417 lits Time:     0.01 s 
17.99/18.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.99/18.02	c bin-w-bin subsume rem          210 bins  time:  0.00 s
17.99/18.02	c subs with bin:      129  lits-rem:       145  v-fix:    0  time:  0.00 s
17.99/18.03	c Subs w/ non-existent bins:      0 l-rem:      5 v-fix:     0 done:   5073 time:  0.00 s
17.99/18.03	c Removed useless bin:       2  fixed:     0  props:   0.16M  time:  0.00 s
17.99/18.04	c lits-rem:        17  cl-subs:      210  v-elim:     47  v-fix:    0  time:  0.01 s
18.19/18.22	c subs with bin:        8  lits-rem:       527  v-fix:    0  time:  0.15 s
18.39/18.50	c lits-rem:      1159  cl-subs:     1463  v-elim:      0  v-fix:    0  time:  0.28 s
18.49/18.50	c vivif2 --  cl tried    10455 cl shrink        0 lits rem          0 time: 0.00
18.49/18.52	c vivif2 --  cl tried    19082 cl shrink     2511 lits rem      11711 time: 0.03
18.59/18.64	c asymm  cl-useful: 61/10455/10455 lits-rem:142 time: 0.12
18.59/18.65	c calculated reachability. Time: 0.00
18.59/18.65	c  N st    34    105345      5026     10419     15147     19082     61788    595110   no data   no data
19.79/19.87	c Finding binary XORs  T:     0.01 s  found:      14
20.19/20.27	c  N st    35    114946      5024     10418     15113     15366     61724    468679   no data   no data
22.69/22.76	c  N st    36    129343      5024     10418     15114     29478     61724    996892   no data   no data
25.99/26.04	c  N st    37    150938      5021     10418     15114     20306     61724    520973   no data   no data
27.29/27.35	c  S st    38    158017      5021     10418     15114     27049     61724    785461   no data   no data
27.39/27.45	c  S st    38    158517      5021     10418     15115     27544     61724    796566   no data   no data
27.39/27.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.59/27.65	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    3 Bins:    934 BRemL:   1562 BRemN:     12 P:  4.9M T:  0.19
27.59/27.67	c Replacing       17 vars Replaced     6581 lits Time:     0.03 s 
27.59/27.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.59/27.68	c bin-w-bin subsume rem          109 bins  time:  0.00 s
27.59/27.68	c subs with bin:       23  lits-rem:        58  v-fix:    0  time:  0.00 s
27.59/27.69	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   5003 time:  0.01 s
27.59/27.69	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
27.69/27.71	c lits-rem:         3  cl-subs:       35  v-elim:     31  v-fix:    0  time:  0.02 s
27.79/27.85	c subs with bin:        3  lits-rem:      1383  v-fix:    0  time:  0.13 s
28.29/28.33	c lits-rem:      1815  cl-subs:     2551  v-elim:      0  v-fix:    0  time:  0.47 s
28.29/28.33	c vivif2 --  cl tried    10330 cl shrink        1 lits rem          1 time: 0.00
28.29/28.36	c vivif2 --  cl tried    22766 cl shrink     4277 lits rem      11909 time: 0.03
28.49/28.50	c asymm  cl-useful: 15/10329/10329 lits-rem:21 time: 0.14
28.49/28.51	c calculated reachability. Time: 0.00
28.49/28.51	c  N st    38    158517      4972     10329     13083     22766     61014    616383   no data   no data
37.09/37.13	c  N st    39    207108      4972     10329     13087     19579     61014    438962   no data   no data
37.09/37.14	c Finding binary XORs  T:     0.01 s  found:       0
43.49/43.53	c  N st    40    237775      4971     10328     12849     29950     61001    866866   no data   no data
43.49/43.53	c  S st    40    237775      4971     10328     12849     29950     61001    866866   no data   no data
43.59/43.67	c  S st    40    238275      4971     10328     12850     30447     61001    877645   no data   no data
43.59/43.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.79/43.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     51 BRemL:     52 BRemN:      0 P:  4.7M T:  0.15
43.79/43.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.79/43.83	c bin-w-bin subsume rem           17 bins  time:  0.00 s
43.79/43.83	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
43.79/43.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4971 time:  0.00 s
43.79/43.83	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
43.79/43.85	c lits-rem:         0  cl-subs:        2  v-elim:      5  v-fix:    0  time:  0.02 s
43.99/44.04	c subs with bin:      212  lits-rem:       246  v-fix:    0  time:  0.16 s
44.39/44.48	c lits-rem:       852  cl-subs:     1622  v-elim:      0  v-fix:    0  time:  0.44 s
44.39/44.48	c vivif2 --  cl tried    10320 cl shrink        0 lits rem          0 time: 0.00
44.49/44.52	c vivif2 --  cl tried    27257 cl shrink     5970 lits rem      23999 time: 0.04
44.59/44.68	c asymm  cl-useful: 29/10320/10320 lits-rem:55 time: 0.15
44.59/44.68	c calculated reachability. Time: 0.00
44.59/44.68	c  N st    40    238275      4966     10316     12840     27257     60906    764623   no data   no data
56.39/56.44	c Finding binary XORs  T:     0.01 s  found:       2
58.79/58.81	c  F st    41    306251      4965     10316     12817     30222     60862    957914   no data   no data
58.79/58.81	c Replacing        2 vars Replaced      323 lits Time:     0.01 s 
58.79/58.82	c  N st    41    306251      4963     10315     12814     30212     60855    957807   no data   no data
59.59/59.65	c Decided on static restart strategy
64.20/64.23	c  N st    51    334560      4961     10315     12816     34508     60855   1130996   no data   no data
69.89/69.96	c  N st    53    357414      4961     10315     12817     32580     60855    940493   no data   no data
69.89/69.96	c  S st    53    357414      4961     10315     12817     32580     60855    940493   no data   no data
69.99/70.07	c  S st    53    357915      4961     10315     12819     33076     60855    953685   no data   no data
69.99/70.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.19/70.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    975 BRemL:    793 BRemN:      0 P:  5.6M T:  0.17
70.19/70.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
70.19/70.26	c bin-w-bin subsume rem            4 bins  time:  0.00 s
70.19/70.26	c subs with bin:        9  lits-rem:        10  v-fix:    0  time:  0.00 s
70.19/70.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4961 time:  0.00 s
70.19/70.27	c Removed useless bin:       0  fixed:     0  props:   0.16M  time:  0.00 s
70.19/70.29	c lits-rem:         0  cl-subs:        6  v-elim:      1  v-fix:    0  time:  0.02 s
70.79/70.86	c subs with bin:     1293  lits-rem:      4646  v-fix:    0  time:  0.54 s
71.39/71.44	c lits-rem:      2933  cl-subs:     1036  v-elim:      0  v-fix:    0  time:  0.58 s
71.39/71.44	c vivif2 --  cl tried    10301 cl shrink        0 lits rem          0 time: 0.00
71.39/71.50	c vivif2 --  cl tried    30190 cl shrink     8455 lits rem      21762 time: 0.05
71.60/71.68	c asymm  cl-useful: 13/10301/10301 lits-rem:22 time: 0.18
71.60/71.68	c calculated reachability. Time: 0.00
71.60/71.68	c  N st    53    357915      4960     10299     12615     30185     60763    827931   no data   no data
71.60/71.69	c Finding binary XORs  T:     0.01 s  found:       0
78.89/78.94	c  N st    54    390308      4960     10299     12617     36641     60763   1092967   no data   no data
88.79/88.88	c  N st    55    438899      4957     10299     12623     30426     60763    683822   no data   no data
97.19/97.26	c  E st    56    481643      4841      9991      8915     18301     58698    336144   no data   no data
97.19/97.26	c num threads              : 1          
97.19/97.26	c restarts                 : 56         
97.19/97.26	c dynamic restarts         : 0          
97.19/97.26	c static restarts          : 56         
97.19/97.26	c full restarts            : 3          
97.19/97.26	c total simplify time      : 0.16       
97.19/97.26	c learnts DL2              : 0          
97.19/97.26	c learnts size 2           : 112157     
97.19/97.26	c learnts size 1           : 3914        (19.57     % of vars)
97.19/97.26	c filedLit time            : 1.91        (1.97      % time)
97.19/97.26	c v-elim SatELite          : 5940        (29.71     % vars)
97.19/97.26	c SatELite time            : 1.93        (1.98      % time)
97.19/97.26	c v-elim xor               : 1187        (5.94      % vars)
97.19/97.26	c xor elim time            : 0.04        (0.04      % time)
97.19/97.26	c num binary xor trees     : 2250       
97.19/97.26	c binxor trees' crown      : 4747        (2.11      leafs/tree)
97.19/97.26	c bin xor find time        : 0.11       
97.19/97.26	c OTF clause improved      : 16048       (0.03      clauses/conflict)
97.19/97.26	c OTF impr. size diff      : 21976       (1.37       lits/clause)
97.19/97.26	c OTF cl watch-shrink      : 317910      (0.66      clauses/conflict)
97.19/97.26	c OTF cl watch-sh-lit      : 1021489     (3.21       lits/clause)
97.19/97.26	c tried to recurMin cls    : 114544      (23.78      % of conflicts)
97.19/97.26	c updated cache            : 0           (0.00       lits/tried recurMin)
97.19/97.26	c clauses over max glue    : 0           (0.00      % of all clauses)
97.19/97.26	c conflicts                : 481643      (4956.90   / sec)
97.19/97.26	c decisions                : 658990      (2.00      % random)
97.19/97.26	c bogo-props               : 8487833176  (87353737.51 / sec)
97.19/97.26	c conflict literals        : 21118215    (39.61     % deleted)
97.19/97.26	c Memory used              : 106.89      MB
97.19/97.26	c CPU time                 : 97.17       s
97.19/97.26	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-3289197-1303776589/watcher-3289197-1303776589 -o /tmp/evaluation-result-3289197-1303776589/solver-3289197-1303776589 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3289197-1303776589.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: 2.40 2.87 2.79 4/176 31511
/proc/meminfo: memFree=22186984/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=25172 CPUtime=0 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 1429 0 0 0 0 0 0 0 23 0 1 0 489261666 25776128 1271 33554432000 4194304 4627331 140735826548944 18446744073709551615 4357923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 6293 1282 320 106 0 1264 0

[startup+0.05907 s]
/proc/loadavg: 2.40 2.87 2.79 4/176 31511
/proc/meminfo: memFree=22186984/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=38576 CPUtime=0.05 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 3274 0 0 0 5 0 0 0 23 0 1 0 489261666 39501824 2716 33554432000 4194304 4627331 140735826548944 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 9644 2716 344 106 0 4615 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38576

[startup+0.10108 s]
/proc/loadavg: 2.40 2.87 2.79 4/176 31511
/proc/meminfo: memFree=22186984/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=38576 CPUtime=0.09 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 3274 0 0 0 9 0 0 0 23 0 1 0 489261666 39501824 2716 33554432000 4194304 4627331 140735826548944 18446744073709551615 4308248 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 9644 2716 344 106 0 4615 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38576

[startup+0.301066 s]
/proc/loadavg: 2.40 2.87 2.79 4/176 31511
/proc/meminfo: memFree=22186984/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=38576 CPUtime=0.29 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 3274 0 0 0 29 0 0 0 25 0 1 0 489261666 39501824 2716 33554432000 4194304 4627331 140735826548944 18446744073709551615 4308243 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 9644 2716 344 106 0 4615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38576

[startup+0.70097 s]
/proc/loadavg: 2.40 2.87 2.79 4/176 31511
/proc/meminfo: memFree=22186984/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=53644 CPUtime=0.69 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 7064 0 0 0 68 1 0 0 25 0 1 0 489261666 54931456 6506 33554432000 4194304 4627331 140735826548944 18446744073709551615 218370618053 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 13411 6506 348 106 0 8382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53644

[startup+1.50083 s]
/proc/loadavg: 2.40 2.87 2.79 5/190 31532
/proc/meminfo: memFree=22068560/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=67468 CPUtime=1.49 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 10750 0 0 0 147 2 0 0 25 0 1 0 489261666 69087232 10192 33554432000 4194304 4627331 140735826548944 18446744073709551615 4299632 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 16867 10192 373 106 0 11838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67468

[startup+3.10052 s]
/proc/loadavg: 2.53 2.89 2.79 5/190 31532
/proc/meminfo: memFree=21959684/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=68920 CPUtime=3.09 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 11949 0 0 0 307 2 0 0 25 0 1 0 489261666 70574080 10238 33554432000 4194304 4627331 140735826548944 18446744073709551615 4308297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 17230 10238 374 106 0 12201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68920

[startup+6.30099 s]
/proc/loadavg: 2.53 2.89 2.79 5/190 31532
/proc/meminfo: memFree=21662528/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=74836 CPUtime=6.29 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 15012 0 0 0 627 2 0 0 25 0 1 0 489261666 76632064 11894 33554432000 4194304 4627331 140735826548944 18446744073709551615 4308461 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 18709 11894 377 106 0 13680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74836

[startup+12.7008 s]
/proc/loadavg: 2.76 2.92 2.81 5/190 31532
/proc/meminfo: memFree=21435144/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=94516 CPUtime=12.69 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 20468 0 0 0 1266 3 0 0 25 0 1 0 489261666 96784384 15028 33554432000 4194304 4627331 140735826548944 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 23629 15028 377 106 0 18600 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94516

[startup+25.5006 s]
/proc/loadavg: 2.95 2.96 2.82 6/190 31559
/proc/meminfo: memFree=21305008/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=111276 CPUtime=25.49 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 26298 0 0 0 2545 4 0 0 25 0 1 0 489261666 113946624 18325 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27819 18325 377 106 0 22790 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111276

[startup+51.101 s]
/proc/loadavg: 3.30 3.04 2.85 5/190 31560
/proc/meminfo: memFree=21175572/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=103384 CPUtime=51.09 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 32862 0 0 0 5103 6 0 0 25 0 1 0 489261666 105865216 18889 33554432000 4194304 4627331 140735826548944 18446744073709551615 4332798 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 25846 18889 377 106 0 20817 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 103384

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

[startup+76.7005 s]
/proc/loadavg: 3.54 3.12 2.88 5/190 31561
/proc/meminfo: memFree=21123552/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109240 CPUtime=76.69 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 43038 0 0 0 7661 8 0 0 25 0 1 0 489261666 111861760 19756 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27310 19756 377 106 0 22281 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 109240

[startup+89.5002 s]
/proc/loadavg: 3.64 3.16 2.90 5/190 31561
/proc/meminfo: memFree=21111760/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109444 CPUtime=89.49 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 46915 0 0 0 8940 9 0 0 25 0 1 0 489261666 112070656 19918 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27361 19918 377 106 0 22332 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 109444

[startup+92.7007 s]
/proc/loadavg: 3.67 3.17 2.90 6/190 31561
/proc/meminfo: memFree=21075924/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109444 CPUtime=92.69 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 47418 0 0 0 9260 9 0 0 25 0 1 0 489261666 112070656 20421 33554432000 4194304 4627331 140735826548944 18446744073709551615 4306524 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27361 20421 377 106 0 22332 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 109444

[startup+94.3004 s]
/proc/loadavg: 3.67 3.17 2.90 6/190 31561
/proc/meminfo: memFree=21070716/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109444 CPUtime=94.29 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 47610 0 0 0 9420 9 0 0 25 0 1 0 489261666 112070656 20613 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27361 20613 377 106 0 22332 0
Current children cumulated CPU time (s) 94.29
Current children cumulated vsize (KiB) 109444

[startup+95.9011 s]
/proc/loadavg: 3.67 3.17 2.90 5/190 31561
/proc/meminfo: memFree=21084356/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109456 CPUtime=95.89 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 48605 0 0 0 9580 9 0 0 25 0 1 0 489261666 112082944 19933 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27364 19933 377 106 0 22335 0
Current children cumulated CPU time (s) 95.89
Current children cumulated vsize (KiB) 109456

[startup+96.701 s]
/proc/loadavg: 3.70 3.19 2.91 5/190 31561
/proc/meminfo: memFree=21074684/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109456 CPUtime=96.7 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 48716 0 0 0 9661 9 0 0 25 0 1 0 489261666 112082944 20044 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27364 20044 377 106 0 22335 0
Current children cumulated CPU time (s) 96.7
Current children cumulated vsize (KiB) 109456

[startup+97.1009 s]
/proc/loadavg: 3.70 3.19 2.91 5/190 31561
/proc/meminfo: memFree=21074684/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109456 CPUtime=97.09 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 48759 0 0 0 9700 9 0 0 25 0 1 0 489261666 112082944 20087 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27364 20087 377 106 0 22335 0
Current children cumulated CPU time (s) 97.09
Current children cumulated vsize (KiB) 109456

[startup+97.2009 s]
/proc/loadavg: 3.70 3.19 2.91 5/190 31561
/proc/meminfo: memFree=21074684/32951124 swapFree=67051468/67111528
[pid=31511] ppid=31509 vsize=109456 CPUtime=97.19 cores=4,6
/proc/31511/stat : 31511 (strangenight2-s) R 31509 31511 31470 0 -1 4202496 48764 0 0 0 9710 9 0 0 25 0 1 0 489261666 112082944 20092 33554432000 4194304 4627331 140735826548944 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/31511/statm: 27364 20092 377 106 0 22335 0
Current children cumulated CPU time (s) 97.19
Current children cumulated vsize (KiB) 109456

Child status: 20
Real time (s): 97.2798
CPU time (s): 97.2802
CPU user time (s): 97.1792
CPU system time (s): 0.100984
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 111276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.1792
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48784
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= 11
involuntary context switches= 160

runsolver used 0.162975 second user time and 0.377942 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 02:09:49
IDJOB=3289197
IDBENCH=83117
IDSOLVER=1587
FILE ID=node101/3289197-1303776589
RUNJOBID= node101-1303776589-31489
PBS_JOBID= 13157199
Free space on /tmp= 71456 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289197-1303776589/watcher-3289197-1303776589 -o /tmp/evaluation-result-3289197-1303776589/solver-3289197-1303776589 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3289197-1303776589.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=1901134394

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.841
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.841
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:      22187264 kB
Buffers:       2088176 kB
Cached:        8161052 kB
SwapCached:      33708 kB
Active:        6407244 kB
Inactive:      3882768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22187264 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           18444 kB
Writeback:           0 kB
AnonPages:       29860 kB
Mapped:           8648 kB
Slab:           407252 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194424 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= 71428 MiB
End job on node101 at 2011-04-26 02:11:26