Trace number 3288829

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? (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-3288829-1303774531.cnf'
0.00/0.00	c -- header says num vars:          73074
0.00/0.00	c -- header says num clauses:      245746
0.01/0.09	c -- clauses added:            0 learnts,       245746 normals,            0 xors
0.01/0.09	c -- vars added      73074
0.01/0.09	c Parsing time:  0.08 s
0.01/0.09	c  N st     0         0     73074    120183    110047         0    592644         0   no data   no data
0.49/0.53	c asymm  cl-useful: 9/17588/120183 lits-rem:99 time: 0.43
7.48/7.50	c Flit:    98 Blit:   6220 bXBeca:    0 bXProp: 11837 Bins:      0 BRemL:      0 BRemN:      0 P: 129.0M T:  6.90
7.48/7.51	c Cleaning up after failed var search:     0.01 s 
7.48/7.55	c Replacing    11837 vars Replaced   339280 lits Time:     0.04 s 
7.48/7.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.48/7.58	c bin-w-bin subsume rem         1133 bins  time:  0.01 s
7.48/7.60	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.02 s
7.58/7.66	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  51906 time:  0.06 s
7.68/7.71	c Removed useless bin:      51  fixed:     0  props:   8.76M  time:  0.05 s
7.88/7.92	c lits-rem:         0  cl-subs:      345  v-elim:  17302  v-fix:    0  time:  0.20 s
7.98/8.09	c Finding binary XORs  T:     0.17 s  found:      26
8.08/8.10	c Replacing       26 vars Replaced      311 lits Time:     0.01 s 
8.18/8.20	c Finding non-binary XORs:     0.06 s (found:   17199, avg size: 3.0)
8.18/8.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2808 locsubst: 11000 time:   0.03
8.18/8.21	c Replacing     5500 vars Replaced    33000 lits Time:     0.01 s 
8.18/8.22	c calculated reachability. Time: 0.01
8.18/8.23	c Calc default polars -  time:   0.00 s pos:    2725 undec:   46880 neg:   23469
8.18/8.23	c =========================================================================================
8.18/8.23	c types(t): F = full restart, N = normal restart
8.18/8.23	c types(t): S = simplification begin/end, E = solution found
8.18/8.23	c restart types(rt): st = static, dy = dynamic
8.18/8.23	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
8.18/8.23	c  B st     0         0     26270     43374     32879         0    286266         0   no data   no data
8.48/8.51	c Decided on static restart strategy
8.88/8.97	c  N st     8      4915     26268     43374     33049      4685    286266    271600   no data   no data
9.78/9.81	c  N st    10     11298     26265     43374     33159     10824    286266    519494   no data   no data
10.78/10.81	c  N st    11     17042     26263     43374     33197     16412    286266    732069   no data   no data
12.28/12.38	c  F st    12     25000     26263     43374     33230     14732    286266    721437   no data   no data
12.38/12.41	c  N st    12     25000     26263     43372     33144     14726    286093    721396   no data   no data
13.19/13.29	c Decided on static restart strategy
13.19/13.29	c  N st    18     30000     26253     43372     33259     19516    286093    973821   no data   no data
13.19/13.29	c  S st    18     30000     26253     43372     33259     19516    286093    973821   no data   no data
13.38/13.45	c  S st    18     30501     26253     43372     33307     19964    286093    983371   no data   no data
13.38/13.48	c x-sub:  5500 x-cut:      0 vfix:      0 v-elim:   1404 locsubst:     0 time:   0.03
15.07/15.12	c Flit:    53 Blit:      4 bXBeca:    0 bXProp:    9 Bins: 118766 BRemL:  58810 BRemN:      7 P: 21.4M T:  1.63
15.07/15.14	c Replacing        9 vars Replaced     1575 lits Time:     0.02 s 
15.07/15.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.07/15.16	c bin-w-bin subsume rem          114 bins  time:  0.01 s
15.07/15.18	c subs with bin:      554  lits-rem:       461  v-fix:    0  time:  0.02 s
15.17/15.22	c Subs w/ non-existent bins:    288 l-rem:      8 v-fix:     0 done:  24783 time:  0.04 s
15.17/15.24	c Removed useless bin:     119  fixed:     0  props:   1.18M  time:  0.02 s
15.29/15.32	c lits-rem:       398  cl-subs:      283  v-elim:   2944  v-fix:    0  time:  0.08 s
15.29/15.39	c subs with bin:       45  lits-rem:       451  v-fix:    0  time:  0.06 s
15.39/15.43	c lits-rem:       432  cl-subs:      319  v-elim:      0  v-fix:    0  time:  0.04 s
15.58/15.68	c asymm  cl-useful: 0/17292/43244 lits-rem:0 time: 0.25
15.68/15.70	c calculated reachability. Time: 0.01
15.68/15.70	c  N st    18     30501     21839     43244     70139      6252    259619    259448   no data   no data
15.78/15.83	c Finding binary XORs  T:     0.13 s  found:       0
16.88/16.92	c  N st    20     37612     21838     43244     70403     12981    259619    616656   no data   no data
17.78/17.86	c  N st    21     44011     21838     43244     70572     11121    259619    476128   no data   no data
18.18/18.21	c  S st    22     45752     21837     43244     70611     12808    259619    591912   no data   no data
18.28/18.35	c  S st    22     46255     21837     43244     70622     13297    259619    605594   no data   no data
18.28/18.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    702 locsubst:     2 time:   0.02
19.69/19.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins: 615742 BRemL:  28601 BRemN:     81 P: 15.6M T:  1.39
19.79/19.80	c Replacing        1 vars Replaced       25 lits Time:     0.03 s 
19.79/19.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.88/19.94	c bin-w-bin subsume rem           20 bins  time:  0.12 s
19.98/20.00	c subs with bin:      392  lits-rem:       787  v-fix:    0  time:  0.06 s
19.98/20.09	c Subs w/ non-existent bins:      0 l-rem:    104 v-fix:     0 done:  21134 time:  0.08 s
20.08/20.11	c Removed useless bin:       0  fixed:     0  props:   1.21M  time:  0.02 s
20.08/20.15	c lits-rem:         0  cl-subs:       78  v-elim:     24  v-fix:    0  time:  0.04 s
20.28/20.36	c subs with bin:      134  lits-rem:       896  v-fix:    0  time:  0.19 s
20.38/20.41	c lits-rem:       199  cl-subs:      211  v-elim:      0  v-fix:    0  time:  0.05 s
20.38/20.42	c vivif2 --  cl tried    42798 cl shrink      190 lits rem        648 time: 0.01
20.38/20.44	c vivif2 --  cl tried     9183 cl shrink      520 lits rem       2357 time: 0.02
20.58/20.65	c asymm  cl-useful: 0/4881/42781 lits-rem:0 time: 0.21
20.58/20.67	c calculated reachability. Time: 0.01
20.58/20.67	c  N st    22     46255     21110     42781    655062      9183    255468   1494579   no data   no data
20.68/20.79	c Finding binary XORs  T:     0.12 s  found:       0
25.87/25.90	c  N st    23     60652     21110     42781    655063     23418    255468   5889410   no data   no data
28.08/28.11	c  N st    24     69385     21110     42781    655063     19264    255468   2603670   no data   no data
28.08/28.11	c  S st    24     69385     21110     42781    655063     19264    255468   2603670   no data   no data
28.18/28.27	c  S st    24     69887     21110     42781    655066     19758    255468   2613259   no data   no data
28.28/28.30	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:    322 locsubst:     0 time:   0.03
29.48/29.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     29 BRemL:  61353 BRemN:      0 P: 17.0M T:  1.20
29.48/29.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.48/29.59	c bin-w-bin subsume rem          118 bins  time:  0.07 s
29.59/29.65	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.06 s
29.69/29.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20787 time:  0.08 s
29.69/29.75	c Removed useless bin:       0  fixed:     0  props:   1.14M  time:  0.02 s
29.78/29.80	c lits-rem:         0  cl-subs:       44  v-elim:     50  v-fix:    0  time:  0.06 s
29.98/30.04	c subs with bin:       18  lits-rem:         0  v-fix:    0  time:  0.21 s
30.18/30.22	c lits-rem:       378  cl-subs:      314  v-elim:      0  v-fix:    0  time:  0.17 s
30.18/30.23	c vivif2 --  cl tried    42784 cl shrink      151 lits rem        363 time: 0.01
30.18/30.28	c vivif2 --  cl tried    14456 cl shrink     1517 lits rem       6117 time: 0.04
30.28/30.31	c asymm  cl-useful: 20/3023/42784 lits-rem:60 time: 0.03
30.28/30.33	c calculated reachability. Time: 0.01
30.28/30.33	c  N st    24     69887     20737     42764    582886     14456    254803   1708811   no data   no data
36.19/36.27	c  F st    25     87500     20736     42764    582889     16417    254803   2137801   no data   no data
36.29/36.33	c  N st    25     87500     20736     42764    582855     16412    254753   2137750   no data   no data
37.58/37.68	c  N dy    32     94565     20734     42764    582860     23302    254753   2526793     13.00     13.70
38.88/38.93	c  N dy    47    101772     20732     42764    582865     30391    254753   2762634      9.52     10.05
39.38/39.40	c  S st    53    104833     20732     42764    582868     33401    254753   2853179      9.22   no data
39.48/39.57	c  S st    53    105334     20732     42764    582872     33892    254753   2868362      9.22   no data
39.58/39.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    162 locsubst:     0 time:   0.03
40.98/41.04	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:   16 Bins:    176 BRemL:  47073 BRemN:      0 P: 20.8M T:  1.44
40.98/41.08	c Replacing       16 vars Replaced      280 lits Time:     0.04 s 
41.08/41.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.08/41.16	c bin-w-bin subsume rem           18 bins  time:  0.06 s
41.18/41.22	c subs with bin:       34  lits-rem:        21  v-fix:    0  time:  0.06 s
41.18/41.29	c Subs w/ non-existent bins:      2 l-rem:      4 v-fix:     0 done:  20552 time:  0.07 s
41.27/41.32	c Removed useless bin:       0  fixed:     0  props:   1.07M  time:  0.02 s
41.27/41.38	c lits-rem:         3  cl-subs:       77  v-elim:     59  v-fix:    0  time:  0.06 s
42.18/42.25	c subs with bin:        5  lits-rem:         8  v-fix:    0  time:  0.81 s
42.89/42.93	c lits-rem:      1214  cl-subs:     1295  v-elim:      0  v-fix:    0  time:  0.67 s
42.89/42.95	c vivif2 --  cl tried    42702 cl shrink       60 lits rem         69 time: 0.01
42.98/43.04	c vivif2 --  cl tried    30932 cl shrink     3966 lits rem      29051 time: 0.09
43.28/43.37	c asymm  cl-useful: 471/5917/42701 lits-rem:2142 time: 0.33
43.28/43.39	c calculated reachability. Time: 0.01
43.28/43.39	c  N dy    53    105334     20493     42671    523569     30931    251945   2551106      9.22   no data
44.58/44.68	c  N dy    97    112232     20485     42671    523584     37723    251945   2862482      9.82     10.41
45.88/45.92	c  N dy   141    119410     20483     42671    523591     25888    251945   1658539     10.16     13.00
47.29/47.38	c  N dy   171    127990     20481     42671    523600     34233    251945   2043491     10.10     10.68
48.78/48.83	c  N dy   205    136238     20480     42671    523609     42363    251944   2821152     10.08     10.62
50.49/50.50	c  N dy   261    144994     20478     42671    523621     29269    251943   1762377     10.30     25.60
52.28/52.30	c  N dy   312    154343     20478     42671    523628     38492    251943   2310093     10.41     15.95
52.98/53.01	c  S st   336    158001     20477     42671    523631     42080    251943   2543203     10.51      6.34
53.08/53.20	c  S st   336    158503     20477     42671    523632     42579    251943   2557698     10.51   no data
53.18/53.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
54.48/54.59	c Flit:    25 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   1502 BRemL:  35977 BRemN:      0 P: 20.4M T:  1.37
54.58/54.63	c Replacing        3 vars Replaced      267 lits Time:     0.04 s 
54.58/54.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.58/54.69	c bin-w-bin subsume rem           19 bins  time:  0.04 s
54.68/54.73	c subs with bin:       56  lits-rem:        60  v-fix:    0  time:  0.04 s
54.68/54.78	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:  20449 time:  0.05 s
54.78/54.80	c Removed useless bin:       2  fixed:     0  props:   0.94M  time:  0.02 s
54.78/54.85	c lits-rem:        10  cl-subs:      193  v-elim:      8  v-fix:    0  time:  0.05 s
56.18/56.29	c subs with bin:       81  lits-rem:       501  v-fix:    0  time:  1.38 s
56.88/56.99	c lits-rem:      3241  cl-subs:     1048  v-elim:      0  v-fix:    0  time:  0.69 s
56.98/57.00	c vivif2 --  cl tried    42358 cl shrink        3 lits rem          3 time: 0.01
57.09/57.11	c vivif2 --  cl tried    41238 cl shrink     5885 lits rem      42921 time: 0.11
57.38/57.45	c asymm  cl-useful: 60/19557/42355 lits-rem:124 time: 0.34
57.38/57.47	c calculated reachability. Time: 0.01
57.38/57.47	c  N dy   336    158503     20441     42327    361115     41236    249665   2146088     10.51   no data
59.78/59.89	c  N dy   387    169547     20437     42327    361141     28525    249664   1311261     10.59     11.24
61.98/62.07	c  N dy   431    180558     20435     42327    361153     39343    249663   1800493     10.58     11.46
64.48/64.54	c  N dy   489    192311     20433     42327    361173     25895    249662   1034705     10.66     11.33
66.68/66.77	c  N dy   559    204617     20429     42327    361198     37999    249660   1661120     10.73     11.40
69.08/69.14	c  N dy   612    217678     20428     42327    361207     50875    249660   2469156     10.69     19.82
71.68/71.73	c  N dy   671    231630     20423     42327    361231     38325    249660   2094017     10.74     11.33
72.98/73.05	c  S st   711    237754     20423     42327    361234     44399    249660   2536475     10.83   no data
73.18/73.25	c  S st   711    238255     20423     42327    361236     44897    249660   2554156     10.83   no data
73.18/73.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
74.58/74.64	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:   13 Bins:    334 BRemL:  39962 BRemN:      0 P: 19.0M T:  1.36
74.58/74.68	c Replacing       13 vars Replaced     5020 lits Time:     0.04 s 
74.58/74.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.69/74.73	c bin-w-bin subsume rem          257 bins  time:  0.03 s
74.69/74.77	c subs with bin:       52  lits-rem:        75  v-fix:    0  time:  0.04 s
74.79/74.81	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  20406 time:  0.04 s
74.79/74.83	c Removed useless bin:       1  fixed:     0  props:   0.93M  time:  0.02 s
74.79/74.88	c lits-rem:         0  cl-subs:       72  v-elim:     12  v-fix:    0  time:  0.05 s
76.28/76.30	c subs with bin:       26  lits-rem:        86  v-fix:    0  time:  1.36 s
76.99/77.08	c lits-rem:      2629  cl-subs:      989  v-elim:      0  v-fix:    0  time:  0.77 s
76.99/77.09	c vivif2 --  cl tried    42214 cl shrink        4 lits rem          4 time: 0.01
77.18/77.21	c vivif2 --  cl tried    42462 cl shrink     4111 lits rem      42792 time: 0.11
77.38/77.48	c asymm  cl-useful: 96/12534/42214 lits-rem:288 time: 0.27
77.48/77.50	c calculated reachability. Time: 0.01
77.48/77.50	c  N dy   711    238255     20394     42118    271723     42462    248556   2251338     10.83   no data
77.58/77.61	c Finding binary XORs  T:     0.11 s  found:      53
80.88/80.97	c  N dy   756    255324     20392     42118    271740     32522    248556   1215958     10.65     11.56
84.28/84.37	c  N dy   812    271661     20391     42118    271772     48591    248555   2433421     10.61     13.59
87.89/87.93	c  N dy   875    289100     20391     42118    271784     37682    248555   1698749     10.59     11.22
91.38/91.43	c  F st   957    306251     20388     42118    271817     54548    248552   2470659     10.62   no data
91.38/91.47	c Replacing       53 vars Replaced     1088 lits Time:     0.02 s 
91.78/91.89	c  N st   961    308288     20335     42105    253346     56202    248288   2572497     10.62   no data
95.98/96.04	c  N dy  1051    327991     20334     42105    253359     46531    248287   1660717     10.70     11.32
100.38/100.40	c  N dy  1142    349353     20334     42105    253375     37248    248286   1274158     10.70     11.31
101.98/102.02	c  S st  1179    357383     20334     42105    253379     45190    248286   1711113     10.71   no data
102.19/102.20	c  S st  1179    357884     20334     42105    253382     45686    248286   1733833     10.71   no data
102.19/102.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
103.48/103.53	c Flit:     3 Blit:      1 bXBeca:    0 bXProp:   35 Bins:    414 BRemL:  29930 BRemN:      0 P: 18.2M T:  1.30
103.48/103.56	c Replacing       35 vars Replaced     3772 lits Time:     0.03 s 
103.48/103.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.58/103.60	c bin-w-bin subsume rem          385 bins  time:  0.02 s
103.58/103.63	c subs with bin:      136  lits-rem:       133  v-fix:    0  time:  0.03 s
103.58/103.67	c Subs w/ non-existent bins:      4 l-rem:      8 v-fix:     0 done:  20295 time:  0.04 s
103.58/103.68	c Removed useless bin:      11  fixed:     0  props:   0.72M  time:  0.01 s
103.68/103.73	c lits-rem:         8  cl-subs:      107  v-elim:     37  v-fix:    0  time:  0.05 s
105.08/105.16	c subs with bin:       52  lits-rem:        43  v-fix:    0  time:  1.38 s
105.49/105.58	c lits-rem:      1928  cl-subs:      956  v-elim:      0  v-fix:    0  time:  0.42 s
105.49/105.59	c vivif2 --  cl tried    41773 cl shrink        2 lits rem          5 time: 0.01
105.59/105.68	c vivif2 --  cl tried    44500 cl shrink     4350 lits rem      40485 time: 0.08
105.68/105.76	c asymm  cl-useful: 48/3765/41773 lits-rem:144 time: 0.08
105.68/105.77	c calculated reachability. Time: 0.01
105.68/105.77	c  N dy  1179    357884     20258     41725    208301     44499    246889   1563200     10.71   no data
110.28/110.36	c  N dy  1262    377930     20256     41725    208314     32876    246888    807954     10.71     12.85
114.18/114.30	c  N dy  1341    398666     20255     41725    208328     53332    246888   1657504     10.69     11.26
118.79/118.81	c  N dy  1422    418677     20254     41725    208348     40592    246888   1139867     10.68     11.28
122.88/122.95	c  N dy  1523    438751     20254     41725    208362     60418    246888   2244144     10.72     11.28
127.49/127.57	c  N dy  1620    461805     20253     41725    208385     49614    246888   1439663     10.72     11.30
132.18/132.24	c  N dy  1739    481966     20253     41725    208403     35038    246888    790522     10.78     11.53
136.39/136.48	c  N dy  1842    501968     20253     41725    208413     54794    246888   2272621     10.82     12.91
140.98/141.07	c  N dy  1914    522002     20253     41725    208423     39088    246887   1078040     10.81     11.39
144.08/144.13	c  S st  2001    536834     20253     41725    208432     53721    246887   1805006     10.86      9.37
144.28/144.33	c  S st  2001    537334     20253     41725    208435     54217    246887   1821020     10.86   no data
144.28/144.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
145.68/145.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   38 Bins:   5160 BRemL:  72529 BRemN:     40 P: 19.0M T:  1.38
145.68/145.77	c Replacing       38 vars Replaced      782 lits Time:     0.03 s 
145.68/145.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.78/145.80	c bin-w-bin subsume rem           98 bins  time:  0.01 s
145.78/145.82	c subs with bin:       62  lits-rem:        49  v-fix:    0  time:  0.02 s
145.78/145.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20215 time:  0.03 s
145.78/145.87	c Removed useless bin:       2  fixed:     0  props:   0.77M  time:  0.01 s
145.88/145.92	c lits-rem:         1  cl-subs:       45  v-elim:     27  v-fix:    0  time:  0.05 s
147.08/147.17	c subs with bin:       84  lits-rem:      1169  v-fix:    0  time:  1.20 s
147.68/147.74	c lits-rem:      2620  cl-subs:     1418  v-elim:      0  v-fix:    0  time:  0.57 s
147.68/147.76	c vivif2 --  cl tried    41577 cl shrink        0 lits rem          0 time: 0.01
147.78/147.85	c vivif2 --  cl tried    52239 cl shrink     5022 lits rem      41279 time: 0.10
148.08/148.18	c asymm  cl-useful: 102/3254/41577 lits-rem:200 time: 0.32
148.08/148.19	c calculated reachability. Time: 0.01
148.08/148.19	c  N dy  2001    537334     20188     41576    136557     52239    245781   1583097     10.86   no data
148.28/148.30	c Finding binary XORs  T:     0.11 s  found:       0
153.18/153.25	c  N dy  2065    557456     20185     41576    136577     72013    245781   3476748     10.81     11.42
157.38/157.40	c  N dy  2151    577765     20185     41576    136579     55912    245780   1764132     10.83     11.50
162.08/162.15	c  N dy  2278    598051     20184     41576    136589     38551    245780    741659     10.91     11.57
165.68/165.76	c  N dy  2332    618304     20184     41576    136592     58500    245780   1818797     10.86     11.45
170.88/170.90	c  N dy  2397    638940     20183     41576    136599     40400    245780    784615     10.84     11.42
176.08/176.11	c  N dy  2504    658968     20183     41576    136604     60162    245779   1744234     10.87     11.48
181.88/181.99	c  N dy  2627    679002     20183     41576    136615     40552    245779    782441     10.93     17.81
187.58/187.65	c  N dy  2719    705047     20183     41576    136619     66209    245779   2925987     10.93     11.52
192.59/192.64	c  N dy  2805    726444     20183     41576    136624     46845    245777    965217     10.92     11.63
196.89/196.99	c  N dy  2900    746511     20183     41576    136630     66623    245777   1886301     10.95     11.63
201.89/201.95	c  N dy  3010    767020     20183     41576    136644     45477    245777    877129     10.98     11.56
206.59/206.60	c  N dy  3119    787171     20183     41576    136648     65396    245777   2259085     11.01     11.67
210.99/211.07	c  S st  3214    806001     20182     41576    136661     83969    245777   3323513     11.03   no data
211.29/211.33	c  S st  3214    806505     20182     41576    136663     84467    245777   3342736     11.03   no data
211.29/211.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
212.69/212.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   1052 BRemL:   1750 BRemN:      3 P: 27.7M T:  1.44
212.79/212.84	c Replacing        1 vars Replaced       74 lits Time:     0.04 s 
212.79/212.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
212.79/212.87	c bin-w-bin subsume rem           26 bins  time:  0.01 s
212.79/212.89	c subs with bin:       13  lits-rem:         7  v-fix:    0  time:  0.02 s
212.89/212.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20181 time:  0.03 s
212.89/212.94	c Removed useless bin:       4  fixed:     0  props:   0.76M  time:  0.01 s
212.99/213.00	c lits-rem:         0  cl-subs:       33  v-elim:      5  v-fix:    0  time:  0.06 s
214.39/214.50	c subs with bin:      388  lits-rem:       588  v-fix:    0  time:  1.40 s
216.59/216.62	c lits-rem:      3518  cl-subs:     1649  v-elim:      0  v-fix:    0  time:  2.11 s
216.59/216.63	c vivif2 --  cl tried    41525 cl shrink        0 lits rem          0 time: 0.01
216.79/216.83	c vivif2 --  cl tried    79207 cl shrink    13993 lits rem     125840 time: 0.21
217.19/217.20	c asymm  cl-useful: 65/12822/41525 lits-rem:65 time: 0.36
217.19/217.21	c calculated reachability. Time: 0.01
217.19/217.21	c  N dy  3214    806505     20176     41525    127675     79206    245267   2919540     11.03   no data
217.29/217.33	c Finding binary XORs  T:     0.11 s  found:       0
222.68/222.78	c  N dy  3253    826613     20174     41525    127691     58262    245267   4020823     10.99     11.69
228.99/229.04	c  N dy  3328    846922     20173     41525    127709     78279    245267   6814639     10.98     11.66
234.29/234.33	c  N dy  3400    867835     20172     41525    127723     56327    245267   2000288     10.96     11.81
239.29/239.39	c  N dy  3483    887855     20172     41525    127735     76095    245267   3923275     10.95     11.57
244.68/244.71	c  N dy  3558    909009     20172     41525    127739     52902    245267   1558344     10.93     11.53
249.69/249.75	c  N dy  3638    929137     20172     41525    127744     72776    245267   3277173     10.92     11.50
255.29/255.34	c  N dy  3734    949263     20172     41525    127746     47461    245267   1027085     10.92     12.73
260.69/260.71	c  N dy  3798    972248     20172     41525    127751     70089    245267   3132833     10.89     11.49
265.58/265.67	c  N dy  3863    992393     20172     41525    127752     89921    245267   4261038     10.87     11.68
271.38/271.40	c  N dy  3921   1015142     20172     41525    127761     66183    245267   2625314     10.85     11.55
276.88/276.90	c  N dy  4005   1035301     20172     41525    127764     86030    245267   4307743     10.85     11.74
282.08/282.11	c  N dy  4083   1055932     20172     41525    127771     59340    245267   1926608     10.84     11.59
286.18/286.20	c  F st  4135   1071878     20172     41525    127778     75041    245267   3251567     10.84   no data
287.49/287.52	c Decided on static restart strategy
287.49/287.52	c  N st  4141   1077073     20172     41512    122814     79965    245171   4015003     10.84   no data
294.79/294.82	c  N st  4145   1100186     20172     41512    122816     55181    245171   4384370     10.84   no data
306.29/306.36	c  N st  4147   1136180     20172     41512    122816     90815    245171  10092276     10.84   no data
315.98/316.00	c  N st  4148   1168572     20172     41512    122817     76820    245171   7385865     10.84   no data
336.99/337.07	c  N st  4149   1209757     20172     41512    122819     69507    245171   9102043     10.84   no data
336.99/337.07	c  S st  4149   1209757     20172     41512    122819     69507    245171   9102043     10.84   no data
337.29/337.32	c  S st  4149   1210262     20172     41512    122819     70009    245171   9120858     10.84   no data
337.29/337.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
338.59/338.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   7824 BRemL:   5151 BRemN:      0 P: 23.6M T:  1.30
338.59/338.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
338.59/338.69	c bin-w-bin subsume rem            5 bins  time:  0.01 s
338.69/338.71	c subs with bin:       20  lits-rem:        12  v-fix:    0  time:  0.02 s
338.69/338.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20172 time:  0.03 s
338.69/338.76	c Removed useless bin:       0  fixed:     0  props:   0.75M  time:  0.01 s
338.79/338.88	c lits-rem:         0  cl-subs:       17  v-elim:      2  v-fix:    0  time:  0.12 s
340.68/340.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
345.98/346.04	c lits-rem:      4764  cl-subs:     1611  v-elim:      0  v-fix:    0  time:  5.31 s
345.98/346.05	c vivif2 --  cl tried    41475 cl shrink        2 lits rem          2 time: 0.01
346.59/346.68	c vivif2 --  cl tried    68385 cl shrink    17396 lits rem     550468 time: 0.63
346.89/346.94	c asymm  cl-useful: 9/9117/41474 lits-rem:15 time: 0.26
346.89/346.95	c calculated reachability. Time: 0.01
346.89/346.95	c  N st  4149   1210262     20170     41471    125389     68378    245058   8441420     10.84   no data
346.99/347.06	c Finding binary XORs  T:     0.11 s  found:       0
374.88/374.92	c  N st  4150   1283146     20170     41471    125389     90440    245058   8742514     10.84   no data
436.18/436.24	c  N st  4151   1392469     20170     41471    125395     93591    245058  15848834     10.84   no data
492.79/492.88	c  N st  4152   1556453     20170     41471    125400     89812    245056   6476366     10.84   no data
645.59/645.68	c  N st  4153   1710268     20169     41471    125403    127206    245055  40450219     10.84   no data
645.59/645.68	c  S st  4153   1710268     20169     41471    125403    127206    245055  40450219     10.84   no data
646.09/646.12	c  S st  4153   1710770     20169     41471    125404    127701    245055  40464876     10.84   no data
646.19/646.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
647.69/647.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:    129 BRemL:    288 BRemN:      1 P: 33.2M T:  1.58
648.19/648.26	c Replacing        8 vars Replaced     6106 lits Time:     0.48 s 
648.19/648.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
648.19/648.29	c bin-w-bin subsume rem           33 bins  time:  0.01 s
648.29/648.31	c subs with bin:        9  lits-rem:         5  v-fix:    0  time:  0.02 s
648.29/648.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20161 time:  0.03 s
648.29/648.36	c Removed useless bin:       1  fixed:     0  props:   0.77M  time:  0.01 s
648.69/648.73	c lits-rem:         0  cl-subs:       14  v-elim:      5  v-fix:    0  time:  0.37 s
651.68/651.74	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  1.47 s
682.68/682.77	c lits-rem:      3780  cl-subs:     1753  v-elim:      0  v-fix:    0  time: 31.01 s
682.68/682.78	c vivif2 --  cl tried    41435 cl shrink        1 lits rem          1 time: 0.01
685.68/685.75	c vivif2 --  cl tried   123149 cl shrink    51960 lits rem    2723662 time: 2.94
685.98/686.03	c asymm  cl-useful: 3/2725/41434 lits-rem:9 time: 0.28
685.98/686.04	c calculated reachability. Time: 0.01
685.98/686.04	c  N st  4153   1710770     20156     41431    122470    123149    244885  35736411     10.84   no data
966.89/966.92	c  N st  4154   2079736     20156     41431    122472    120068    244884  17694191     10.84   no data
1062.89/1062.95	c  N st  4155   2210770     20156     41431    122477    116442    244883  11950157     10.84   no data
1062.89/1062.95	c  S st  4155   2210770     20156     41431    122477    116442    244883  11950157     10.84   no data
1063.19/1063.29	c  S st  4155   2211272     20156     41431    122478    116940    244883  11971714     10.84   no data
1063.29/1063.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1064.69/1064.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     17 BRemL:     59 BRemN:      0 P: 29.8M T:  1.43
1064.69/1064.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1064.69/1064.79	c bin-w-bin subsume rem            5 bins  time:  0.01 s
1064.79/1064.82	c subs with bin:        7  lits-rem:         3  v-fix:    0  time:  0.02 s
1064.79/1064.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20156 time:  0.03 s
1064.79/1064.86	c Removed useless bin:       1  fixed:     0  props:   0.77M  time:  0.01 s
1064.99/1065.02	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.16 s
1066.79/1066.88	c subs with bin:       17  lits-rem:       166  v-fix:    0  time:  1.47 s
1083.79/1083.85	c lits-rem:      9625  cl-subs:     4525  v-elim:      0  v-fix:    0  time: 16.96 s
1083.79/1083.86	c vivif2 --  cl tried    41423 cl shrink        0 lits rem          0 time: 0.01
1084.69/1084.73	c vivif2 --  cl tried   112398 cl shrink    37416 lits rem     433954 time: 0.86
1084.99/1085.09	c asymm  cl-useful: 4/12169/41423 lits-rem:12 time: 0.36
1085.09/1085.11	c calculated reachability. Time: 0.01
1085.09/1085.11	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: 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-3288829-1303774531/watcher-3288829-1303774531 -o /tmp/evaluation-result-3288829-1303774531/solver-3288829-1303774531 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3288829-1303774531.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: 0.83 1.73 2.64 5/189 5129
/proc/meminfo: memFree=20540488/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=25052 CPUtime=0 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 1618 0 0 0 0 0 0 0 21 0 1 0 489051135 25653248 1330 33554432000 4194304 4627331 140735624102064 18446744073709551615 228244406698 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 6298 1330 320 106 0 1269 0

[startup+0.0269871 s]
/proc/loadavg: 0.83 1.73 2.64 5/189 5129
/proc/meminfo: memFree=20540488/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=47696 CPUtime=0.01 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 7835 0 0 0 1 0 0 0 21 0 1 0 489051135 48840704 5688 33554432000 4194304 4627331 140735624102064 18446744073709551615 4317072 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 11924 5696 320 106 0 6895 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47696

[startup+0.100939 s]
/proc/loadavg: 0.83 1.73 2.64 5/189 5129
/proc/meminfo: memFree=20540488/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=64372 CPUtime=0.09 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 10374 0 0 0 8 1 0 0 21 0 1 0 489051135 65916928 8215 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 16093 8215 342 106 0 11064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64372

[startup+0.300938 s]
/proc/loadavg: 0.83 1.73 2.64 5/189 5129
/proc/meminfo: memFree=20540488/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=64372 CPUtime=0.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 10381 0 0 0 28 1 0 0 22 0 1 0 489051135 65916928 8222 33554432000 4194304 4627331 140735624102064 18446744073709551615 4299504 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 16093 8222 343 106 0 11064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64372

[startup+0.70087 s]
/proc/loadavg: 0.83 1.73 2.64 5/189 5129
/proc/meminfo: memFree=20540488/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=71656 CPUtime=0.69 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 12146 0 0 0 68 1 0 0 23 0 1 0 489051135 73375744 9987 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 17914 9987 347 106 0 12885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71656

[startup+1.50075 s]
/proc/loadavg: 0.83 1.73 2.64 6/190 5130
/proc/meminfo: memFree=20373952/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=110988 CPUtime=1.48 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 21414 0 0 0 146 2 0 0 25 0 1 0 489051135 113651712 19255 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308406 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 27747 19255 347 106 0 22718 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 110988

[startup+3.10048 s]
/proc/loadavg: 0.83 1.73 2.64 6/190 5130
/proc/meminfo: memFree=20220936/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=196552 CPUtime=3.09 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 39847 0 0 0 304 5 0 0 25 0 1 0 489051135 201269248 37688 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 49138 37691 347 106 0 44109 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 196552

[startup+6.30091 s]
/proc/loadavg: 1.08 1.77 2.64 6/190 5130
/proc/meminfo: memFree=19971812/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=244876 CPUtime=6.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 51391 0 0 0 621 7 0 0 25 0 1 0 489051135 250753024 49232 33554432000 4194304 4627331 140735624102064 18446744073709551615 4238361 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 61219 49232 347 106 0 56190 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 244876

[startup+12.7008 s]
/proc/loadavg: 1.32 1.80 2.65 6/190 5131
/proc/meminfo: memFree=19827492/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=284816 CPUtime=12.68 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 65017 0 0 0 1259 9 0 0 25 0 1 0 489051135 291651584 58547 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309575 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 71204 58547 375 106 0 66175 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 284816

[startup+25.5006 s]
/proc/loadavg: 1.91 1.91 2.67 6/190 5131
/proc/meminfo: memFree=19720968/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=367164 CPUtime=25.48 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 79917 0 0 0 2537 11 0 0 25 0 1 0 489051135 375975936 71300 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309280 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 91791 71300 377 106 0 86762 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 367164

[startup+51.101 s]
/proc/loadavg: 2.62 2.08 2.71 6/190 5132
/proc/meminfo: memFree=19598364/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=366676 CPUtime=51.08 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 99491 0 0 0 5093 15 0 0 25 0 1 0 489051135 375476224 77407 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309937 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 91669 77407 377 106 0 86640 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 366676

[startup+102.307 s]
/proc/loadavg: 3.40 2.37 2.77 6/190 5133
/proc/meminfo: memFree=19421508/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=402500 CPUtime=102.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 109942 0 0 0 10210 19 0 0 25 0 1 0 489051135 412160000 87205 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 100625 87205 377 106 0 95596 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 402500

[startup+162.301 s]
/proc/loadavg: 3.78 2.66 2.85 6/190 5135
/proc/meminfo: memFree=19348932/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=406684 CPUtime=162.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 115265 0 0 0 16208 20 0 0 25 0 1 0 489051135 416444416 89806 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 101671 89806 377 106 0 96642 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 406684

[startup+222.301 s]
/proc/loadavg: 3.96 2.92 2.92 6/190 5136
/proc/meminfo: memFree=19242156/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=468648 CPUtime=222.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 122038 0 0 0 22207 21 0 0 25 0 1 0 489051135 479895552 93294 33554432000 4194304 4627331 140735624102064 18446744073709551615 4299573 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 117162 93294 377 106 0 112133 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 468648

[startup+282.3 s]
/proc/loadavg: 4.03 3.13 2.99 6/190 5138
/proc/meminfo: memFree=19189776/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=445480 CPUtime=282.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 139144 0 0 0 28204 24 0 0 25 0 1 0 489051135 456171520 99127 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 111370 99127 377 106 0 106341 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 445480

[startup+342.301 s]
/proc/loadavg: 4.04 3.30 3.05 6/190 5139
/proc/meminfo: memFree=18889880/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=673796 CPUtime=342.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 202623 0 0 0 34194 34 0 0 25 0 1 0 489051135 689967104 127078 33554432000 4194304 4627331 140735624102064 18446744073709551615 4467964 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 168449 127078 377 106 0 163420 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 673796

[startup+402.301 s]
/proc/loadavg: 4.01 3.42 3.11 6/190 5141
/proc/meminfo: memFree=18786680/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=659576 CPUtime=402.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 243740 0 0 0 40187 42 0 0 25 0 1 0 489051135 675405824 132597 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 164894 132597 377 106 0 159865 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 659576

[startup+462.301 s]
/proc/loadavg: 4.00 3.52 3.16 6/190 5143
/proc/meminfo: memFree=18735780/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=609380 CPUtime=462.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 279747 0 0 0 46179 49 0 0 25 0 1 0 489051135 624005120 138472 33554432000 4194304 4627331 140735624102064 18446744073709551615 4327378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 152345 138472 377 106 0 147316 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 609380

[startup+522.301 s]
/proc/loadavg: 4.00 3.61 3.21 6/190 5144
/proc/meminfo: memFree=18726684/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=609380 CPUtime=522.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 302908 0 0 0 52173 56 0 0 25 0 1 0 489051135 624005120 138472 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 152345 138472 377 106 0 147316 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 609380

[startup+582.301 s]
/proc/loadavg: 4.00 3.68 3.26 6/190 5146
/proc/meminfo: memFree=18694524/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=609380 CPUtime=582.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 333882 0 0 0 58165 63 0 0 25 0 1 0 489051135 624005120 138472 33554432000 4194304 4627331 140735624102064 18446744073709551615 4321688 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 152345 138472 377 106 0 147316 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 609380

[startup+642.301 s]
/proc/loadavg: 4.00 3.73 3.30 6/190 5147
/proc/meminfo: memFree=18568888/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=990328 CPUtime=642.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 364595 0 0 0 64159 70 0 0 25 0 1 0 489051135 1014095872 169185 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309234 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 247582 169185 377 106 0 242553 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 990328

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.34 6/190 5149
/proc/meminfo: memFree=18038644/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1369056 CPUtime=702.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 549115 0 0 0 70135 94 0 0 25 0 1 0 489051135 1401913344 290749 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309252 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 342264 290749 377 106 0 337235 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1369056

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.38 6/190 5151
/proc/meminfo: memFree=17956872/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1370244 CPUtime=762.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 578381 0 0 0 76130 99 0 0 25 0 1 0 489051135 1403129856 299783 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 342561 299783 377 106 0 337532 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1370244

[startup+822.301 s]
/proc/loadavg: 4.00 3.85 3.42 6/190 5152
/proc/meminfo: memFree=17874516/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1363696 CPUtime=822.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 608279 0 0 0 82123 105 0 0 25 0 1 0 489051135 1396424704 286240 33554432000 4194304 4627331 140735624102064 18446744073709551615 4327378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 340924 286240 377 106 0 335895 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 1363696

[startup+882.301 s]
/proc/loadavg: 4.00 3.87 3.45 6/190 5154
/proc/meminfo: memFree=17901392/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1394848 CPUtime=882.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 632607 0 0 0 88115 114 0 0 25 0 1 0 489051135 1428324352 298071 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 348712 298071 377 106 0 343683 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 1394848

[startup+942.301 s]
/proc/loadavg: 4.10 3.92 3.49 6/190 5155
/proc/meminfo: memFree=17806640/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1428000 CPUtime=942.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 654068 0 0 0 94110 118 0 0 25 0 1 0 489051135 1462272000 305707 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 357000 305707 377 106 0 351971 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1428000

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.53 6/190 5157
/proc/meminfo: memFree=17738020/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1432364 CPUtime=1002.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 666750 0 0 0 100106 122 0 0 25 0 1 0 489051135 1466740736 304320 33554432000 4194304 4627331 140735624102064 18446744073709551615 4327554 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 358091 304320 377 106 0 353062 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1432364

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.56 6/190 5158
/proc/meminfo: memFree=17759764/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1435316 CPUtime=1062.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 679192 0 0 0 106103 126 0 0 25 0 1 0 489051135 1469763584 305284 33554432000 4194304 4627331 140735624102064 18446744073709551615 4330311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 358829 305284 377 106 0 353800 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1435316

[startup+1122.3 s]
/proc/loadavg: 4.01 3.96 3.58 6/190 5160
/proc/meminfo: memFree=17764788/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1382096 CPUtime=1122.28 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 711159 0 0 0 112097 131 0 0 25 0 1 0 489051135 1415266304 303814 33554432000 4194304 4627331 140735624102064 18446744073709551615 4299551 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 345524 303814 377 106 0 340495 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1382096

[startup+1182.3 s]
/proc/loadavg: 4.00 3.96 3.60 6/190 5162
/proc/meminfo: memFree=17817204/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1247228 CPUtime=1182.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 756891 0 0 0 118089 140 0 0 25 0 1 0 489051135 1277161472 287074 33554432000 4194304 4627331 140735624102064 18446744073709551615 4310533 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 311807 287074 377 106 0 306778 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1247228

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.63 6/190 5163
/proc/meminfo: memFree=17783076/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1385316 CPUtime=1242.29 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 796680 0 0 0 124080 149 0 0 25 0 1 0 489051135 1418563584 290022 33554432000 4194304 4627331 140735624102064 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 346329 290022 377 106 0 341300 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1385316



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.95 3.64 2/182 5185
/proc/meminfo: memFree=19551092/32951124 swapFree=67111464/67111528
[pid=5129] ppid=5127 vsize=1385316 CPUtime=1299.99 cores=4,6
/proc/5129/stat : 5129 (strangenight2-s) R 5127 5129 4124 0 -1 4202496 824696 0 0 0 129843 156 0 0 25 0 1 0 489051135 1418563584 318038 33554432000 4194304 4627331 140735624102064 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5129/statm: 346329 318038 377 106 0 341300 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 1385316

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.43
CPU system time (s): 1.62375
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 1590152

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

runsolver used 2.30865 second user time and 4.6003 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-26 01:35:32
IDJOB=3288829
IDBENCH=83107
IDSOLVER=1587
FILE ID=node136/3288829-1303774531
RUNJOBID= node136-1303774523-5088
PBS_JOBID= 13157165
Free space on /tmp= 72164 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3288829-1303774531/watcher-3288829-1303774531 -o /tmp/evaluation-result-3288829-1303774531/solver-3288829-1303774531 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3288829-1303774531.cnf

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1349998717

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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:     32951124 kB
MemFree:      20540768 kB
Buffers:       1689792 kB
Cached:        9811924 kB
SwapCached:         60 kB
Active:        4832776 kB
Inactive:      7011440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20540768 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           36408 kB
Writeback:           0 kB
AnonPages:      341588 kB
Mapped:          15356 kB
Slab:           501116 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   578712 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= 72180 MiB
End job on node136 at 2011-04-26 01:57:14