Trace number 3368468

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.06 1300.06

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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-3368468-1305388647.cnf'
0.00/0.00	c -- header says num vars:          73074
0.00/0.00	c -- header says num clauses:      245746
0.06/0.09	c -- clauses added:            0 learnts,       245746 normals,            0 xors
0.06/0.09	c -- vars added      73074
0.06/0.09	c Parsing time:  0.08 s
0.06/0.09	c  N st     0         0     73074    120183    110047         0    592644         0   no data   no data
0.49/0.54	c asymm  cl-useful: 9/17588/120183 lits-rem:99 time: 0.44
7.39/7.44	c Flit:    98 Blit:   6220 bXBeca:    0 bXProp: 11837 Bins:      0 BRemL:      0 BRemN:      0 P: 129.0M T:  6.84
7.39/7.45	c Cleaning up after failed var search:     0.01 s 
7.39/7.49	c Replacing    11837 vars Replaced   339280 lits Time:     0.04 s 
7.49/7.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.49/7.53	c bin-w-bin subsume rem         1133 bins  time:  0.01 s
7.49/7.55	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.02 s
7.59/7.61	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  51906 time:  0.06 s
7.59/7.67	c Removed useless bin:      51  fixed:     0  props:   8.76M  time:  0.05 s
7.78/7.89	c lits-rem:         0  cl-subs:      345  v-elim:  17302  v-fix:    0  time:  0.21 s
7.99/8.08	c Finding binary XORs  T:     0.19 s  found:      26
7.99/8.09	c Replacing       26 vars Replaced      311 lits Time:     0.01 s 
8.09/8.19	c Finding non-binary XORs:     0.06 s (found:   17199, avg size: 3.0)
8.09/8.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2808 locsubst: 11000 time:   0.04
8.19/8.20	c Replacing     5500 vars Replaced    33000 lits Time:     0.01 s 
8.19/8.22	c calculated reachability. Time: 0.01
8.19/8.22	c Calc default polars -  time:   0.00 s pos:    2725 undec:   46880 neg:   23469
8.19/8.22	c =========================================================================================
8.19/8.22	c types(t): F = full restart, N = normal restart
8.19/8.22	c types(t): S = simplification begin/end, E = solution found
8.19/8.22	c restart types(rt): st = static, dy = dynamic
8.19/8.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
8.19/8.22	c  B st     0         0     26270     43374     32879         0    286266         0   no data   no data
8.49/8.52	c Decided on static restart strategy
8.99/9.02	c  N st     8      4915     26268     43374     33049      4685    286266    271600   no data   no data
9.90/9.95	c  N st    10     11298     26265     43374     33159     10824    286266    519494   no data   no data
11.00/11.06	c  N st    11     17042     26263     43374     33197     16412    286266    732069   no data   no data
12.79/12.80	c  F st    12     25000     26263     43374     33230     14732    286266    721437   no data   no data
12.79/12.84	c  N st    12     25000     26263     43372     33144     14726    286093    721396   no data   no data
13.79/13.82	c Decided on static restart strategy
13.79/13.82	c  N st    18     30000     26253     43372     33259     19516    286093    973821   no data   no data
13.79/13.82	c  S st    18     30000     26253     43372     33259     19516    286093    973821   no data   no data
13.99/14.01	c  S st    18     30501     26253     43372     33307     19964    286093    983371   no data   no data
13.99/14.03	c x-sub:  5500 x-cut:      0 vfix:      0 v-elim:   1404 locsubst:     0 time:   0.03
15.59/15.69	c Flit:    53 Blit:      4 bXBeca:    0 bXProp:    9 Bins: 118766 BRemL:  58810 BRemN:      7 P: 21.4M T:  1.65
15.69/15.72	c Replacing        9 vars Replaced     1575 lits Time:     0.02 s 
15.69/15.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.69/15.74	c bin-w-bin subsume rem          114 bins  time:  0.01 s
15.69/15.76	c subs with bin:      554  lits-rem:       461  v-fix:    0  time:  0.02 s
15.69/15.79	c Subs w/ non-existent bins:    288 l-rem:      8 v-fix:     0 done:  24783 time:  0.04 s
15.79/15.81	c Removed useless bin:     119  fixed:     0  props:   1.18M  time:  0.02 s
15.89/15.90	c lits-rem:       398  cl-subs:      283  v-elim:   2944  v-fix:    0  time:  0.09 s
15.89/15.97	c subs with bin:       45  lits-rem:       451  v-fix:    0  time:  0.06 s
15.99/16.02	c lits-rem:       432  cl-subs:      319  v-elim:      0  v-fix:    0  time:  0.04 s
16.29/16.30	c asymm  cl-useful: 0/17292/43244 lits-rem:0 time: 0.28
16.29/16.31	c calculated reachability. Time: 0.01
16.29/16.31	c  N st    18     30501     21839     43244     70139      6252    259619    259448   no data   no data
16.40/16.46	c Finding binary XORs  T:     0.15 s  found:       0
17.61/17.69	c  N st    20     37612     21838     43244     70403     12981    259619    616656   no data   no data
18.71/18.74	c  N st    21     44011     21838     43244     70572     11121    259619    476128   no data   no data
19.09/19.11	c  S st    22     45752     21837     43244     70611     12808    259619    591912   no data   no data
19.19/19.27	c  S st    22     46255     21837     43244     70622     13297    259619    605594   no data   no data
19.19/19.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    702 locsubst:     2 time:   0.02
20.69/20.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins: 615742 BRemL:  28601 BRemN:     81 P: 15.6M T:  1.44
20.69/20.79	c Replacing        1 vars Replaced       25 lits Time:     0.04 s 
20.69/20.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.80/20.91	c bin-w-bin subsume rem           20 bins  time:  0.10 s
20.90/20.98	c subs with bin:      392  lits-rem:       787  v-fix:    0  time:  0.07 s
20.99/21.04	c Subs w/ non-existent bins:      0 l-rem:    104 v-fix:     0 done:  21134 time:  0.06 s
20.99/21.06	c Removed useless bin:       0  fixed:     0  props:   1.21M  time:  0.02 s
21.09/21.11	c lits-rem:         0  cl-subs:       78  v-elim:     24  v-fix:    0  time:  0.04 s
21.29/21.32	c subs with bin:      134  lits-rem:       896  v-fix:    0  time:  0.19 s
21.29/21.38	c lits-rem:       199  cl-subs:      211  v-elim:      0  v-fix:    0  time:  0.05 s
21.29/21.39	c vivif2 --  cl tried    42798 cl shrink      190 lits rem        648 time: 0.01
21.39/21.41	c vivif2 --  cl tried     9183 cl shrink      520 lits rem       2357 time: 0.02
21.59/21.64	c asymm  cl-useful: 0/4881/42781 lits-rem:0 time: 0.23
21.59/21.67	c calculated reachability. Time: 0.01
21.59/21.67	c  N st    22     46255     21110     42781    655062      9183    255468   1494579   no data   no data
21.79/21.80	c Finding binary XORs  T:     0.13 s  found:       0
27.39/27.42	c  N st    23     60652     21110     42781    655063     23418    255468   5889410   no data   no data
29.89/29.90	c  N st    24     69385     21110     42781    655063     19264    255468   2603670   no data   no data
29.89/29.90	c  S st    24     69385     21110     42781    655063     19264    255468   2603670   no data   no data
29.99/30.08	c  S st    24     69887     21110     42781    655066     19758    255468   2613259   no data   no data
30.09/30.11	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:    322 locsubst:     0 time:   0.03
31.29/31.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     29 BRemL:  61353 BRemN:      0 P: 17.0M T:  1.28
31.39/31.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.39/31.46	c bin-w-bin subsume rem          118 bins  time:  0.06 s
31.49/31.53	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.07 s
31.49/31.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20787 time:  0.05 s
31.59/31.61	c Removed useless bin:       0  fixed:     0  props:   1.14M  time:  0.02 s
31.59/31.66	c lits-rem:         0  cl-subs:       44  v-elim:     50  v-fix:    0  time:  0.06 s
31.90/31.92	c subs with bin:       18  lits-rem:         0  v-fix:    0  time:  0.22 s
32.09/32.11	c lits-rem:       378  cl-subs:      314  v-elim:      0  v-fix:    0  time:  0.18 s
32.09/32.12	c vivif2 --  cl tried    42784 cl shrink      151 lits rem        363 time: 0.01
32.09/32.17	c vivif2 --  cl tried    14456 cl shrink     1517 lits rem       6117 time: 0.05
32.19/32.20	c asymm  cl-useful: 20/3023/42784 lits-rem:60 time: 0.03
32.19/32.23	c calculated reachability. Time: 0.01
32.19/32.23	c  N st    24     69887     20737     42764    582886     14456    254803   1708811   no data   no data
38.79/38.82	c  F st    25     87500     20736     42764    582889     16417    254803   2137801   no data   no data
38.79/38.87	c  N st    25     87500     20736     42764    582855     16412    254753   2137750   no data   no data
40.39/40.40	c  N dy    32     94565     20734     42764    582860     23302    254753   2526793     13.00     13.70
41.70/41.80	c  N dy    47    101772     20732     42764    582865     30391    254753   2762634      9.52     10.05
42.29/42.34	c  S st    53    104833     20732     42764    582868     33401    254753   2853179      9.22   no data
42.49/42.53	c  S st    53    105334     20732     42764    582872     33892    254753   2868362      9.22   no data
42.49/42.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    162 locsubst:     0 time:   0.03
44.00/44.07	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:   16 Bins:    176 BRemL:  47073 BRemN:      0 P: 20.8M T:  1.50
44.09/44.11	c Replacing       16 vars Replaced      280 lits Time:     0.05 s 
44.09/44.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.09/44.18	c bin-w-bin subsume rem           18 bins  time:  0.05 s
44.19/44.24	c subs with bin:       34  lits-rem:        21  v-fix:    0  time:  0.06 s
44.19/44.29	c Subs w/ non-existent bins:      2 l-rem:      4 v-fix:     0 done:  20552 time:  0.05 s
44.29/44.32	c Removed useless bin:       0  fixed:     0  props:   1.07M  time:  0.02 s
44.29/44.37	c lits-rem:         3  cl-subs:       77  v-elim:     59  v-fix:    0  time:  0.06 s
45.19/45.25	c subs with bin:        5  lits-rem:         8  v-fix:    0  time:  0.81 s
45.89/45.99	c lits-rem:      1214  cl-subs:     1295  v-elim:      0  v-fix:    0  time:  0.73 s
45.99/46.00	c vivif2 --  cl tried    42702 cl shrink       60 lits rem         69 time: 0.01
46.10/46.11	c vivif2 --  cl tried    30932 cl shrink     3966 lits rem      29051 time: 0.10
46.39/46.47	c asymm  cl-useful: 471/5917/42701 lits-rem:2142 time: 0.37
46.49/46.50	c calculated reachability. Time: 0.01
46.49/46.50	c  N dy    53    105334     20493     42671    523569     30931    251945   2551106      9.22   no data
47.89/47.93	c  N dy    97    112232     20485     42671    523584     37723    251945   2862482      9.82     10.41
49.29/49.36	c  N dy   141    119410     20483     42671    523591     25888    251945   1658539     10.16     13.00
50.99/51.01	c  N dy   171    127990     20481     42671    523600     34233    251945   2043491     10.10     10.68
52.59/52.65	c  N dy   205    136238     20480     42671    523609     42363    251944   2821152     10.08     10.62
54.49/54.54	c  N dy   261    144994     20478     42671    523621     29269    251943   1762377     10.30     25.60
56.49/56.56	c  N dy   312    154343     20478     42671    523628     38492    251943   2310093     10.41     15.95
57.29/57.37	c  S st   336    158001     20477     42671    523631     42080    251943   2543203     10.51      6.34
57.49/57.59	c  S st   336    158503     20477     42671    523632     42579    251943   2557698     10.51   no data
57.59/57.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
59.09/59.12	c Flit:    25 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   1502 BRemL:  35977 BRemN:      0 P: 20.4M T:  1.51
59.09/59.17	c Replacing        3 vars Replaced      267 lits Time:     0.04 s 
59.09/59.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.19/59.21	c bin-w-bin subsume rem           19 bins  time:  0.03 s
59.19/59.26	c subs with bin:       56  lits-rem:        60  v-fix:    0  time:  0.05 s
59.30/59.31	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:  20449 time:  0.04 s
59.30/59.32	c Removed useless bin:       2  fixed:     0  props:   0.94M  time:  0.02 s
59.30/59.38	c lits-rem:        10  cl-subs:      193  v-elim:      8  v-fix:    0  time:  0.05 s
60.79/60.85	c subs with bin:       81  lits-rem:       501  v-fix:    0  time:  1.41 s
61.49/61.61	c lits-rem:      3241  cl-subs:     1048  v-elim:      0  v-fix:    0  time:  0.74 s
61.60/61.62	c vivif2 --  cl tried    42358 cl shrink        3 lits rem          3 time: 0.01
61.69/61.74	c vivif2 --  cl tried    41238 cl shrink     5885 lits rem      42921 time: 0.11
61.99/62.06	c asymm  cl-useful: 60/19557/42355 lits-rem:124 time: 0.32
61.99/62.08	c calculated reachability. Time: 0.01
61.99/62.08	c  N dy   336    158503     20441     42327    361115     41236    249665   2146088     10.51   no data
64.59/64.66	c  N dy   387    169547     20437     42327    361141     28525    249664   1311261     10.59     11.24
67.10/67.11	c  N dy   431    180558     20435     42327    361153     39343    249663   1800493     10.58     11.46
69.89/69.91	c  N dy   489    192311     20433     42327    361173     25895    249662   1034705     10.66     11.33
72.39/72.42	c  N dy   559    204617     20429     42327    361198     37999    249660   1661120     10.73     11.40
74.99/75.09	c  N dy   612    217678     20428     42327    361207     50875    249660   2469156     10.69     19.82
77.89/77.97	c  N dy   671    231630     20423     42327    361231     38325    249660   2094017     10.74     11.33
79.39/79.45	c  S st   711    237754     20423     42327    361234     44399    249660   2536475     10.83   no data
79.59/79.69	c  S st   711    238255     20423     42327    361236     44897    249660   2554156     10.83   no data
79.69/79.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
81.09/81.19	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:   13 Bins:    334 BRemL:  39962 BRemN:      0 P: 19.0M T:  1.47
81.19/81.24	c Replacing       13 vars Replaced     5020 lits Time:     0.04 s 
81.19/81.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.19/81.28	c bin-w-bin subsume rem          257 bins  time:  0.02 s
81.30/81.32	c subs with bin:       52  lits-rem:        75  v-fix:    0  time:  0.04 s
81.30/81.36	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  20406 time:  0.04 s
81.30/81.37	c Removed useless bin:       1  fixed:     0  props:   0.93M  time:  0.02 s
81.41/81.42	c lits-rem:         0  cl-subs:       72  v-elim:     12  v-fix:    0  time:  0.05 s
82.79/82.88	c subs with bin:       26  lits-rem:        86  v-fix:    0  time:  1.38 s
83.69/83.74	c lits-rem:      2629  cl-subs:      989  v-elim:      0  v-fix:    0  time:  0.86 s
83.69/83.76	c vivif2 --  cl tried    42214 cl shrink        4 lits rem          4 time: 0.01
83.79/83.88	c vivif2 --  cl tried    42462 cl shrink     4111 lits rem      42792 time: 0.12
84.19/84.20	c asymm  cl-useful: 96/12534/42214 lits-rem:288 time: 0.31
84.19/84.22	c calculated reachability. Time: 0.01
84.19/84.22	c  N dy   711    238255     20394     42118    271723     42462    248556   2251338     10.83   no data
84.29/84.35	c Finding binary XORs  T:     0.13 s  found:      53
88.00/88.05	c  N dy   756    255324     20392     42118    271740     32522    248556   1215958     10.65     11.56
91.79/91.80	c  N dy   812    271661     20391     42118    271772     48591    248555   2433421     10.61     13.59
95.70/95.77	c  N dy   875    289100     20391     42118    271784     37682    248555   1698749     10.59     11.22
99.69/99.72	c  F st   957    306251     20388     42118    271817     54548    248552   2470659     10.62   no data
99.69/99.77	c Replacing       53 vars Replaced     1088 lits Time:     0.02 s 
100.19/100.24	c  N st   961    308288     20335     42105    253346     56202    248288   2572497     10.62   no data
105.60/105.65	c  N dy  1051    327991     20334     42105    253359     46531    248287   1660717     10.70     11.32
110.49/110.57	c  N dy  1142    349353     20334     42105    253375     37248    248286   1274158     10.70     11.31
112.29/112.37	c  S st  1179    357383     20334     42105    253379     45190    248286   1711113     10.71   no data
112.49/112.58	c  S st  1179    357884     20334     42105    253382     45686    248286   1733833     10.71   no data
112.59/112.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
113.89/113.99	c Flit:     3 Blit:      1 bXBeca:    0 bXProp:   35 Bins:    414 BRemL:  29930 BRemN:      0 P: 18.2M T:  1.39
113.99/114.02	c Replacing       35 vars Replaced     3772 lits Time:     0.04 s 
113.99/114.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.99/114.06	c bin-w-bin subsume rem          385 bins  time:  0.02 s
113.99/114.09	c subs with bin:      136  lits-rem:       133  v-fix:    0  time:  0.03 s
114.09/114.13	c Subs w/ non-existent bins:      4 l-rem:      8 v-fix:     0 done:  20295 time:  0.03 s
114.09/114.14	c Removed useless bin:      11  fixed:     0  props:   0.72M  time:  0.01 s
114.09/114.19	c lits-rem:         8  cl-subs:      107  v-elim:     37  v-fix:    0  time:  0.05 s
115.59/115.66	c subs with bin:       52  lits-rem:        43  v-fix:    0  time:  1.42 s
116.09/116.12	c lits-rem:      1928  cl-subs:      956  v-elim:      0  v-fix:    0  time:  0.45 s
116.09/116.13	c vivif2 --  cl tried    41773 cl shrink        2 lits rem          5 time: 0.01
116.19/116.23	c vivif2 --  cl tried    44500 cl shrink     4350 lits rem      40485 time: 0.09
116.29/116.31	c asymm  cl-useful: 48/3765/41773 lits-rem:144 time: 0.09
116.29/116.33	c calculated reachability. Time: 0.01
116.29/116.33	c  N dy  1179    357884     20258     41725    208301     44499    246889   1563200     10.71   no data
121.39/121.43	c  N dy  1262    377930     20256     41725    208314     32876    246888    807954     10.71     12.85
125.79/125.81	c  N dy  1341    398666     20255     41725    208328     53332    246888   1657504     10.69     11.26
130.49/130.56	c  N dy  1422    418677     20254     41725    208348     40592    246888   1139867     10.68     11.28
135.09/135.17	c  N dy  1523    438751     20254     41725    208362     60418    246888   2244144     10.72     11.28
140.29/140.32	c  N dy  1620    461805     20253     41725    208385     49614    246888   1439663     10.72     11.30
145.49/145.54	c  N dy  1739    481966     20253     41725    208403     35038    246888    790522     10.78     11.53
150.29/150.33	c  N dy  1842    501968     20253     41725    208413     54794    246888   2272621     10.82     12.91
155.39/155.50	c  N dy  1914    522002     20253     41725    208423     39088    246887   1078040     10.81     11.39
158.88/158.97	c  S st  2001    536834     20253     41725    208432     53721    246887   1805006     10.86      9.37
159.18/159.21	c  S st  2001    537334     20253     41725    208435     54217    246887   1821020     10.86   no data
159.18/159.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
160.69/160.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   38 Bins:   5160 BRemL:  72529 BRemN:     40 P: 19.0M T:  1.46
160.69/160.74	c Replacing       38 vars Replaced      782 lits Time:     0.03 s 
160.69/160.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.69/160.76	c bin-w-bin subsume rem           98 bins  time:  0.01 s
160.69/160.79	c subs with bin:       62  lits-rem:        49  v-fix:    0  time:  0.03 s
160.79/160.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20215 time:  0.03 s
160.79/160.84	c Removed useless bin:       2  fixed:     0  props:   0.77M  time:  0.01 s
160.79/160.88	c lits-rem:         1  cl-subs:       45  v-elim:     27  v-fix:    0  time:  0.05 s
162.09/162.18	c subs with bin:       84  lits-rem:      1169  v-fix:    0  time:  1.24 s
162.80/162.81	c lits-rem:      2620  cl-subs:     1418  v-elim:      0  v-fix:    0  time:  0.62 s
162.80/162.82	c vivif2 --  cl tried    41577 cl shrink        0 lits rem          0 time: 0.01
162.89/162.93	c vivif2 --  cl tried    52239 cl shrink     5022 lits rem      41279 time: 0.11
163.29/163.30	c asymm  cl-useful: 102/3254/41577 lits-rem:200 time: 0.37
163.29/163.31	c calculated reachability. Time: 0.01
163.29/163.31	c  N dy  2001    537334     20188     41576    136557     52239    245781   1583097     10.86   no data
163.39/163.44	c Finding binary XORs  T:     0.12 s  found:       0
168.89/168.98	c  N dy  2065    557456     20185     41576    136577     72013    245781   3476748     10.81     11.42
173.59/173.65	c  N dy  2151    577765     20185     41576    136579     55912    245780   1764132     10.83     11.50
178.89/178.98	c  N dy  2278    598051     20184     41576    136589     38551    245780    741659     10.91     11.57
182.99/183.03	c  N dy  2332    618304     20184     41576    136592     58500    245780   1818797     10.86     11.45
189.10/189.11	c  N dy  2397    638940     20183     41576    136599     40400    245780    784615     10.84     11.42
193.89/193.97	c  N dy  2504    658968     20183     41576    136604     60162    245779   1744234     10.87     11.48
199.39/199.46	c  N dy  2627    679002     20183     41576    136615     40552    245779    782441     10.93     17.81
205.39/205.48	c  N dy  2719    705047     20183     41576    136619     66209    245779   2925987     10.93     11.52
211.09/211.12	c  N dy  2805    726444     20183     41576    136624     46845    245777    965217     10.92     11.63
215.99/216.04	c  N dy  2900    746511     20183     41576    136630     66623    245777   1886301     10.95     11.63
221.59/221.66	c  N dy  3010    767020     20183     41576    136644     45477    245777    877129     10.98     11.56
226.89/226.90	c  N dy  3119    787171     20183     41576    136648     65396    245777   2259085     11.01     11.67
231.89/231.99	c  S st  3214    806001     20182     41576    136661     83969    245777   3323513     11.03   no data
232.19/232.28	c  S st  3214    806505     20182     41576    136663     84467    245777   3342736     11.03   no data
232.29/232.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
233.69/233.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   1052 BRemL:   1750 BRemN:      3 P: 27.7M T:  1.48
233.79/233.84	c Replacing        1 vars Replaced       74 lits Time:     0.05 s 
233.79/233.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
233.79/233.86	c bin-w-bin subsume rem           26 bins  time:  0.01 s
233.79/233.89	c subs with bin:       13  lits-rem:         7  v-fix:    0  time:  0.03 s
233.89/233.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20181 time:  0.03 s
233.89/233.94	c Removed useless bin:       4  fixed:     0  props:   0.76M  time:  0.01 s
233.89/234.00	c lits-rem:         0  cl-subs:       33  v-elim:      5  v-fix:    0  time:  0.06 s
235.49/235.56	c subs with bin:      388  lits-rem:       588  v-fix:    0  time:  1.45 s
237.89/237.95	c lits-rem:      3518  cl-subs:     1649  v-elim:      0  v-fix:    0  time:  2.38 s
237.89/237.96	c vivif2 --  cl tried    41525 cl shrink        0 lits rem          0 time: 0.01
238.09/238.19	c vivif2 --  cl tried    79207 cl shrink    13993 lits rem     125840 time: 0.22
238.60/238.62	c asymm  cl-useful: 65/12822/41525 lits-rem:65 time: 0.43
238.60/238.63	c calculated reachability. Time: 0.01
238.60/238.63	c  N dy  3214    806505     20176     41525    127675     79206    245267   2919540     11.03   no data
238.70/238.76	c Finding binary XORs  T:     0.12 s  found:       0
244.79/244.86	c  N dy  3253    826613     20174     41525    127691     58262    245267   4020823     10.99     11.69
251.99/252.00	c  N dy  3328    846922     20173     41525    127709     78279    245267   6814639     10.98     11.66
257.89/257.99	c  N dy  3400    867835     20172     41525    127723     56327    245267   2000288     10.96     11.81
263.59/263.67	c  N dy  3483    887855     20172     41525    127735     76095    245267   3923275     10.95     11.57
269.59/269.68	c  N dy  3558    909009     20172     41525    127739     52902    245267   1558344     10.93     11.53
275.29/275.30	c  N dy  3638    929137     20172     41525    127744     72776    245267   3277173     10.92     11.50
281.50/281.56	c  N dy  3734    949263     20172     41525    127746     47461    245267   1027085     10.92     12.73
287.49/287.55	c  N dy  3798    972248     20172     41525    127751     70089    245267   3132833     10.89     11.49
293.09/293.11	c  N dy  3863    992393     20172     41525    127752     89921    245267   4261038     10.87     11.68
299.29/299.37	c  N dy  3921   1015142     20172     41525    127761     66183    245267   2625314     10.85     11.55
305.49/305.52	c  N dy  4005   1035301     20172     41525    127764     86030    245267   4307743     10.85     11.74
311.31/311.35	c  N dy  4083   1055932     20172     41525    127771     59340    245267   1926608     10.84     11.59
315.90/315.96	c  F st  4135   1071878     20172     41525    127778     75041    245267   3251567     10.84   no data
317.39/317.43	c Decided on static restart strategy
317.39/317.44	c  N st  4141   1077073     20172     41512    122814     79965    245171   4015003     10.84   no data
325.89/325.94	c  N st  4145   1100186     20172     41512    122816     55181    245171   4384370     10.84   no data
340.89/340.91	c  N st  4147   1136180     20172     41512    122816     90815    245171  10092276     10.84   no data
351.59/351.67	c  N st  4148   1168572     20172     41512    122817     76820    245171   7385865     10.84   no data
374.99/375.08	c  N st  4149   1209757     20172     41512    122819     69507    245171   9102043     10.84   no data
374.99/375.08	c  S st  4149   1209757     20172     41512    122819     69507    245171   9102043     10.84   no data
375.29/375.37	c  S st  4149   1210262     20172     41512    122819     70009    245171   9120858     10.84   no data
375.39/375.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
376.69/376.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   7824 BRemL:   5151 BRemN:      0 P: 23.6M T:  1.29
376.69/376.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
376.69/376.72	c bin-w-bin subsume rem            5 bins  time:  0.01 s
376.69/376.75	c subs with bin:       20  lits-rem:        12  v-fix:    0  time:  0.02 s
376.69/376.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20172 time:  0.03 s
376.69/376.79	c Removed useless bin:       0  fixed:     0  props:   0.75M  time:  0.01 s
376.89/376.90	c lits-rem:         0  cl-subs:       17  v-elim:      2  v-fix:    0  time:  0.11 s
378.79/378.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.55 s
384.69/384.70	c lits-rem:      4764  cl-subs:     1611  v-elim:      0  v-fix:    0  time:  5.85 s
384.69/384.72	c vivif2 --  cl tried    41475 cl shrink        2 lits rem          2 time: 0.01
385.29/385.39	c vivif2 --  cl tried    68385 cl shrink    17396 lits rem     550468 time: 0.66
385.59/385.68	c asymm  cl-useful: 9/9117/41474 lits-rem:15 time: 0.29
385.59/385.69	c calculated reachability. Time: 0.01
385.59/385.69	c  N st  4149   1210262     20170     41471    125389     68378    245058   8441420     10.84   no data
385.79/385.82	c Finding binary XORs  T:     0.12 s  found:       0
417.09/417.16	c  N st  4150   1283146     20170     41471    125389     90440    245058   8742514     10.84   no data
482.69/482.71	c  N st  4151   1392469     20170     41471    125395     93591    245058  15848834     10.84   no data
546.60/546.61	c  N st  4152   1556453     20170     41471    125400     89812    245056   6476366     10.84   no data
713.68/713.72	c  N st  4153   1710268     20169     41471    125403    127206    245055  40450219     10.84   no data
713.68/713.72	c  S st  4153   1710268     20169     41471    125403    127206    245055  40450219     10.84   no data
714.19/714.23	c  S st  4153   1710770     20169     41471    125404    127701    245055  40464876     10.84   no data
714.29/714.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
715.89/715.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:    129 BRemL:    288 BRemN:      1 P: 33.2M T:  1.63
716.39/716.47	c Replacing        8 vars Replaced     6106 lits Time:     0.51 s 
716.39/716.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
716.49/716.50	c bin-w-bin subsume rem           33 bins  time:  0.01 s
716.49/716.52	c subs with bin:        9  lits-rem:         5  v-fix:    0  time:  0.02 s
716.49/716.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20161 time:  0.03 s
716.49/716.57	c Removed useless bin:       1  fixed:     0  props:   0.77M  time:  0.01 s
716.79/716.88	c lits-rem:         0  cl-subs:       14  v-elim:      5  v-fix:    0  time:  0.31 s
720.09/720.12	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  1.53 s
754.09/754.15	c lits-rem:      3780  cl-subs:     1753  v-elim:      0  v-fix:    0  time: 34.01 s
754.09/754.16	c vivif2 --  cl tried    41435 cl shrink        1 lits rem          1 time: 0.01
757.19/757.27	c vivif2 --  cl tried   123149 cl shrink    51960 lits rem    2723662 time: 3.07
757.49/757.59	c asymm  cl-useful: 3/2725/41434 lits-rem:9 time: 0.32
757.59/757.61	c calculated reachability. Time: 0.01
757.59/757.61	c  N st  4153   1710770     20156     41431    122470    123149    244885  35736411     10.84   no data
1065.91/1065.96	c  N st  4154   2079736     20156     41431    122472    120068    244884  17694191     10.84   no data
1169.49/1169.57	c  N st  4155   2210770     20156     41431    122477    116442    244883  11950157     10.84   no data
1169.49/1169.57	c  S st  4155   2210770     20156     41431    122477    116442    244883  11950157     10.84   no data
1169.89/1169.96	c  S st  4155   2211272     20156     41431    122478    116940    244883  11971714     10.84   no data
1169.99/1170.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1171.40/1171.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     17 BRemL:     59 BRemN:      0 P: 29.8M T:  1.47
1171.40/1171.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1171.50/1171.51	c bin-w-bin subsume rem            5 bins  time:  0.01 s
1171.50/1171.54	c subs with bin:        7  lits-rem:         3  v-fix:    0  time:  0.03 s
1171.50/1171.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20156 time:  0.03 s
1171.50/1171.58	c Removed useless bin:       1  fixed:     0  props:   0.77M  time:  0.02 s
1171.69/1171.73	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.14 s
1173.59/1173.69	c subs with bin:       17  lits-rem:       166  v-fix:    0  time:  1.53 s
1192.19/1192.26	c lits-rem:      9625  cl-subs:     4525  v-elim:      0  v-fix:    0  time: 18.56 s
1192.19/1192.27	c vivif2 --  cl tried    41423 cl shrink        0 lits rem          0 time: 0.01
1193.19/1193.21	c vivif2 --  cl tried   112398 cl shrink    37416 lits rem     433954 time: 0.92
1193.59/1193.62	c asymm  cl-useful: 4/12169/41423 lits-rem:12 time: 0.41
1193.59/1193.64	c calculated reachability. Time: 0.01
1193.59/1193.64	c  N st  4155   2211272     20156     41419    122437    112398    244849  11099626     10.84   no data

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.19 3.84 3.83 3/362 12985
/proc/meminfo: memFree=25568808/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=30152 CPUtime=0 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 3079 0 0 0 0 0 0 0 24 0 1 0 729095384 30875648 2508 33554432000 4194304 4580011 140735544488464 18446744073709551615 251367243531 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 7538 2521 322 95 0 2520 0

[startup+0.0748781 s]
/proc/loadavg: 3.19 3.84 3.83 3/362 12985
/proc/meminfo: memFree=25568808/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=61620 CPUtime=0.06 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 9476 0 0 0 5 1 0 0 24 0 1 0 729095384 63098880 7318 33554432000 4194304 4580011 140735544488464 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 15405 7319 325 95 0 10387 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 61620

[startup+0.100847 s]
/proc/loadavg: 3.19 3.84 3.83 3/362 12985
/proc/meminfo: memFree=25568808/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=64324 CPUtime=0.09 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 10366 0 0 0 8 1 0 0 24 0 1 0 729095384 65867776 8208 33554432000 4194304 4580011 140735544488464 18446744073709551615 4500968 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 16081 8208 338 95 0 11063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64324

[startup+0.300832 s]
/proc/loadavg: 3.19 3.84 3.83 3/362 12985
/proc/meminfo: memFree=25568808/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=64324 CPUtime=0.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 10376 0 0 0 28 1 0 0 25 0 1 0 729095384 65867776 8218 33554432000 4194304 4580011 140735544488464 18446744073709551615 4288989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 16081 8218 340 95 0 11063 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64324

[startup+0.700755 s]
/proc/loadavg: 3.19 3.84 3.83 3/362 12985
/proc/meminfo: memFree=25568808/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=71472 CPUtime=0.69 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 12101 0 0 0 68 1 0 0 25 0 1 0 729095384 73187328 9943 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293789 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 17868 9947 342 95 0 12850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71472

[startup+1.50061 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25396260/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=109132 CPUtime=1.49 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 21002 0 0 0 147 2 0 0 25 0 1 0 729095384 111751168 18844 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 27283 18848 342 95 0 22265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109132

[startup+3.10031 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25223028/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=192860 CPUtime=3.09 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 39106 0 0 0 303 6 0 0 25 0 1 0 729095384 197488640 36948 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294048 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 48215 36948 342 95 0 43197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 192860

[startup+6.30073 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25016700/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=244828 CPUtime=6.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 51384 0 0 0 622 7 0 0 25 0 1 0 729095384 250703872 49226 33554432000 4194304 4580011 140735544488464 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 61207 49226 342 95 0 56189 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 244828

[startup+12.7005 s]
/proc/loadavg: 3.44 3.86 3.84 5/371 13002
/proc/meminfo: memFree=24913416/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=284768 CPUtime=12.69 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 64890 0 0 0 1259 10 0 0 25 0 1 0 729095384 291602432 58421 33554432000 4194304 4580011 140735544488464 18446744073709551615 4295075 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 71192 58421 365 95 0 66174 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 284768

[startup+25.5012 s]
/proc/loadavg: 3.52 3.87 3.84 5/371 13002
/proc/meminfo: memFree=24794292/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=367112 CPUtime=25.49 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 78755 0 0 0 2536 13 0 0 25 0 1 0 729095384 375922688 70139 33554432000 4194304 4580011 140735544488464 18446744073709551615 4316407 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 91778 70139 367 95 0 86760 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 367112

[startup+51.1004 s]
/proc/loadavg: 3.69 3.88 3.84 5/371 13003
/proc/meminfo: memFree=24610268/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=353604 CPUtime=51.09 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 97158 0 0 0 5092 17 0 0 25 0 1 0 729095384 362090496 75076 33554432000 4194304 4580011 140735544488464 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 88401 75076 367 95 0 83383 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 353604

[startup+102.314 s]
/proc/loadavg: 3.87 3.89 3.85 5/371 13004
/proc/meminfo: memFree=24385628/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=390776 CPUtime=102.3 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 108210 0 0 0 10211 19 0 0 25 0 1 0 729095384 400154624 85474 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 97694 85474 367 95 0 92676 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 390776

[startup+162.301 s]
/proc/loadavg: 4.19 3.96 3.87 5/371 13006
/proc/meminfo: memFree=24295064/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=405840 CPUtime=162.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 113219 0 0 0 16209 20 0 0 25 0 1 0 729095384 415580160 89234 33554432000 4194304 4580011 140735544488464 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 101460 89234 367 95 0 96442 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 405840

[startup+222.301 s]
/proc/loadavg: 4.25 4.01 3.89 5/371 13017
/proc/meminfo: memFree=24199996/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=410312 CPUtime=222.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 117123 0 0 0 22207 22 0 0 25 0 1 0 729095384 420159488 90729 33554432000 4194304 4580011 140735544488464 18446744073709551615 4295238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 102578 90729 367 95 0 97560 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 410312

[startup+282.301 s]
/proc/loadavg: 4.09 4.01 3.90 5/371 13018
/proc/meminfo: memFree=24144920/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=443780 CPUtime=282.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 136075 0 0 0 28202 27 0 0 25 0 1 0 729095384 454430720 99125 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 110945 99125 367 95 0 105927 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 443780

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 3.90 5/371 13020
/proc/meminfo: memFree=23916360/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=545336 CPUtime=342.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 146784 0 0 0 34199 30 0 0 25 0 1 0 729095384 558424064 103823 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 136334 103823 367 95 0 131316 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 545336

[startup+402.301 s]
/proc/loadavg: 4.08 4.02 3.91 5/371 13021
/proc/meminfo: memFree=23647004/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=554132 CPUtime=402.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 218160 0 0 0 40188 41 0 0 25 0 1 0 729095384 567431168 121972 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 138533 121972 367 95 0 133515 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 554132

[startup+462.301 s]
/proc/loadavg: 4.10 4.03 3.92 5/371 13023
/proc/meminfo: memFree=23665828/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=580660 CPUtime=462.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 257330 0 0 0 46178 51 0 0 25 0 1 0 729095384 594595840 129172 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 145165 129172 367 95 0 140147 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 580660

[startup+522.301 s]
/proc/loadavg: 4.16 4.05 3.93 5/371 13025
/proc/meminfo: memFree=23718624/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=717320 CPUtime=522.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 280454 0 0 0 52173 56 0 0 25 0 1 0 729095384 734535680 139178 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 179330 139178 367 95 0 174312 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 717320

[startup+582.301 s]
/proc/loadavg: 4.11 4.06 3.93 5/371 13026
/proc/meminfo: memFree=23673940/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=717364 CPUtime=582.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 305662 0 0 0 58167 62 0 0 25 0 1 0 729095384 734580736 141225 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 179341 141225 367 95 0 174323 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 717364

[startup+642.3 s]
/proc/loadavg: 4.04 4.04 3.93 5/371 13028
/proc/meminfo: memFree=23656428/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=609072 CPUtime=642.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 333849 0 0 0 64160 69 0 0 25 0 1 0 729095384 623689728 138438 33554432000 4194304 4580011 140735544488464 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 152268 138438 367 95 0 147250 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 609072

[startup+702.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/371 13029
/proc/meminfo: memFree=23556696/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=727872 CPUtime=702.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 361584 0 0 0 70154 75 0 0 25 0 1 0 729095384 745340928 166173 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 181968 166173 367 95 0 176950 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 727872

[startup+762.313 s]
/proc/loadavg: 4.12 4.05 3.94 5/371 13031
/proc/meminfo: memFree=22978436/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1240576 CPUtime=762.3 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 543386 0 0 0 76131 99 0 0 25 0 1 0 729095384 1270349824 285019 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 310144 285019 367 95 0 305126 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1240576

[startup+822.3 s]
/proc/loadavg: 4.04 4.04 3.94 5/371 13033
/proc/meminfo: memFree=22957340/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1369644 CPUtime=822.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 571910 0 0 0 82122 107 0 0 25 0 1 0 729095384 1402515456 293311 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 342411 293311 367 95 0 337393 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1369644

[startup+882.301 s]
/proc/loadavg: 4.01 4.03 3.94 5/371 13034
/proc/meminfo: memFree=23020548/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1371272 CPUtime=882.3 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 596054 0 0 0 88116 114 0 0 25 0 1 0 729095384 1404182528 293720 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 342818 293720 367 95 0 337800 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1371272

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/371 13036
/proc/meminfo: memFree=22922444/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1363096 CPUtime=942.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 619588 0 0 0 94109 120 0 0 25 0 1 0 729095384 1395810304 297548 33554432000 4194304 4580011 140735544488464 18446744073709551615 4321604 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 340774 297548 367 95 0 335756 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 1363096

[startup+1002.3 s]
/proc/loadavg: 4.07 4.05 3.96 5/371 13037
/proc/meminfo: memFree=22850112/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1394248 CPUtime=1002.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 639996 0 0 0 100104 125 0 0 25 0 1 0 729095384 1427709952 305459 33554432000 4194304 4580011 140735544488464 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 348562 305459 367 95 0 343544 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1394248

[startup+1062.3 s]
/proc/loadavg: 4.03 4.04 3.96 5/371 13039
/proc/meminfo: memFree=22753976/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1427400 CPUtime=1062.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 659070 0 0 0 106099 130 0 0 25 0 1 0 729095384 1461657600 310708 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 356850 310708 367 95 0 351832 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1427400

[startup+1122.3 s]
/proc/loadavg: 4.04 4.04 3.96 5/371 13041
/proc/meminfo: memFree=22705948/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1431764 CPUtime=1122.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 671792 0 0 0 112096 133 0 0 25 0 1 0 729095384 1466126336 309361 33554432000 4194304 4580011 140735544488464 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 357941 309361 367 95 0 352923 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 1431764

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.96 5/371 13042
/proc/meminfo: memFree=22717200/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1434716 CPUtime=1182.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 679490 0 0 0 118094 135 0 0 25 0 1 0 729095384 1469149184 305581 33554432000 4194304 4580011 140735544488464 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 358679 305581 367 95 0 353661 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1434716

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/371 13044
/proc/meminfo: memFree=22739988/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1382808 CPUtime=1242.29 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 715392 0 0 0 124086 143 0 0 25 0 1 0 729095384 1415995392 308374 33554432000 4194304 4580011 140735544488464 18446744073709551615 4292903 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 345702 308374 367 95 0 340684 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1382808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.06 3.98 5/372 13046
/proc/meminfo: memFree=22895508/32950928 swapFree=38710892/67111528
[pid=12985] ppid=12983 vsize=1247940 CPUtime=1300 cores=0,2
/proc/12985/stat : 12985 (strangenight2-s) R 12983 12985 12941 0 -1 4202496 755791 0 0 0 129847 153 0 0 25 0 1 0 729095384 1277890560 286301 33554432000 4194304 4580011 140735544488464 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12985/statm: 311985 286301 367 95 0 306967 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1247940

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.06
CPU time (s): 1300.06
CPU user time (s): 1298.48
CPU system time (s): 1.58076
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 1589552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.48
system time used= 1.58076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 16202

runsolver used 4.85126 second user time and 10.5474 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 17:57:27
IDJOB=3368468
IDBENCH=83107
IDSOLVER=1845
FILE ID=node113/3368468-1305388647
RUNJOBID= node113-1305388647-12959
PBS_JOBID= 13324409
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=575892427

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25569584 kB
Buffers:        242540 kB
Cached:        2474424 kB
SwapCached:      93712 kB
Active:         744828 kB
Inactive:      6374104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25569584 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           17920 kB
Writeback:          12 kB
AnonPages:     4319688 kB
Mapped:          14180 kB
Slab:           103176 kB
PageTables:      92032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87085308 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= 73408 MiB
End job on node113 at 2011-05-14 18:19:09