Trace number 3368460

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.08 1300.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368460-1305388763.cnf'
0.00/0.01	c -- header says num vars:          53118
0.00/0.01	c -- header says num clauses:      178062
0.00/0.06	c -- clauses added:            0 learnts,       178062 normals,            0 xors
0.00/0.06	c -- vars added      53118
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0     53118     86249     80791         0    429076         0   no data   no data
0.68/0.75	c asymm  cl-useful: 8/42159/86249 lits-rem:82 time: 0.68
3.98/4.03	c Flit:    86 Blit:   4640 bXBeca:    0 bXProp: 8639 Bins:      0 BRemL:      0 BRemN:      0 P: 74.5M T:  3.26
3.98/4.04	c Cleaning up after failed var search:     0.01 s 
3.98/4.06	c Replacing     8639 vars Replaced   243622 lits Time:     0.02 s 
3.98/4.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.98/4.09	c bin-w-bin subsume rem          941 bins  time:  0.00 s
4.08/4.10	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
4.08/4.14	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  37418 time:  0.04 s
4.08/4.17	c Removed useless bin:      47  fixed:     0  props:   5.90M  time:  0.03 s
4.28/4.31	c lits-rem:         0  cl-subs:      285  v-elim:  12472  v-fix:    0  time:  0.14 s
4.39/4.41	c Finding binary XORs  T:     0.10 s  found:      22
4.39/4.42	c Replacing       22 vars Replaced      265 lits Time:     0.00 s 
4.39/4.48	c Finding non-binary XORs:     0.04 s (found:   12221, avg size: 3.0)
4.39/4.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1980 locsubst:  7812 time:   0.02
4.39/4.48	c Replacing     3906 vars Replaced    23436 lits Time:     0.01 s 
4.39/4.49	c calculated reachability. Time: 0.00
4.39/4.50	c Calc default polars -  time:   0.00 s pos:    2181 undec:   34144 neg:   16793
4.39/4.50	c =========================================================================================
4.39/4.50	c types(t): F = full restart, N = normal restart
4.39/4.50	c types(t): S = simplification begin/end, E = solution found
4.39/4.50	c restart types(rt): st = static, dy = dynamic
4.39/4.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.39/4.50	c  B st     0         0     19038     31316     24316         0    206409         0   no data   no data
4.68/4.70	c Decided on static restart strategy
4.98/5.06	c  N st     8      4921     19037     31316     24420      4749    206409    184027   no data   no data
5.89/5.99	c  N st    10     11303     19034     31316     24469     10926    206409    589116   no data   no data
7.29/7.33	c  N st    11     17046     19033     31316     24546     16489    206409   1432223   no data   no data
8.39/8.45	c  F st    12     25002     19032     31316     24570     14799    206409    685797   no data   no data
8.39/8.47	c  N st    12     25002     19032     31316     24489     14786    206243    685719   no data   no data
9.29/9.34	c Decided on static restart strategy
9.29/9.34	c  N st    18     30001     19027     31316     24540     19664    206243   1035949   no data   no data
9.29/9.34	c  S st    18     30001     19027     31316     24540     19664    206243   1035949   no data   no data
9.39/9.49	c  S st    18     30501     19025     31316     24584     20118    206243   1043301   no data   no data
9.49/9.51	c x-sub:  3906 x-cut:      0 vfix:      0 v-elim:    990 locsubst:     0 time:   0.02
10.68/10.71	c Flit:    68 Blit:      1 bXBeca:    0 bXProp:    8 Bins: 342848 BRemL:  92352 BRemN:     11 P: 19.0M T:  1.20
10.68/10.73	c Replacing        8 vars Replaced     1130 lits Time:     0.02 s 
10.68/10.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.68/10.77	c bin-w-bin subsume rem          158 bins  time:  0.03 s
10.78/10.80	c subs with bin:      798  lits-rem:       705  v-fix:    0  time:  0.03 s
10.78/10.84	c Subs w/ non-existent bins:     59 l-rem:      7 v-fix:     0 done:  17958 time:  0.03 s
10.78/10.85	c Removed useless bin:      10  fixed:     0  props:   0.66M  time:  0.01 s
10.89/10.91	c lits-rem:       320  cl-subs:      252  v-elim:   2421  v-fix:    0  time:  0.06 s
10.89/10.94	c subs with bin:       84  lits-rem:       441  v-fix:    0  time:  0.03 s
10.89/10.97	c lits-rem:       243  cl-subs:      282  v-elim:      0  v-fix:    0  time:  0.02 s
11.19/11.24	c asymm  cl-useful: 303/19475/30991 lits-rem:1324 time: 0.27
11.19/11.25	c calculated reachability. Time: 0.00
11.19/11.25	c  N st    18     30501     15537     30991    241549      5241    184493    549470   no data   no data
11.29/11.33	c Finding binary XORs  T:     0.08 s  found:       0
12.39/12.48	c  N st    20     37615     15536     30991    241586     12216    184491   1241105   no data   no data
13.49/13.50	c  N st    21     44016     15536     30991    241624     10686    184490    901502   no data   no data
13.69/13.77	c  S st    22     45756     15536     30991    241633     12364    184490    960343   no data   no data
13.79/13.88	c  S st    22     46262     15536     30991    241640     12862    184490    968273   no data   no data
13.89/13.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    485 locsubst:     0 time:   0.02
14.59/14.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:  41380 BRemL:  64820 BRemN:      0 P:  8.9M T:  0.75
14.59/14.67	c Replacing        2 vars Replaced      174 lits Time:     0.02 s 
14.59/14.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.69/14.70	c bin-w-bin subsume rem          245 bins  time:  0.02 s
14.69/14.73	c subs with bin:      114  lits-rem:       199  v-fix:    0  time:  0.02 s
14.69/14.75	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:  15049 time:  0.02 s
14.69/14.76	c Removed useless bin:      64  fixed:     0  props:   0.57M  time:  0.01 s
14.69/14.78	c lits-rem:         0  cl-subs:       53  v-elim:     58  v-fix:    0  time:  0.02 s
14.99/15.02	c subs with bin:       18  lits-rem:       317  v-fix:    0  time:  0.22 s
14.99/15.06	c lits-rem:       265  cl-subs:      239  v-elim:      0  v-fix:    0  time:  0.04 s
14.99/15.07	c vivif2 --  cl tried    30826 cl shrink      205 lits rem        442 time: 0.01
14.99/15.08	c vivif2 --  cl tried     8674 cl shrink      498 lits rem       2512 time: 0.01
15.29/15.30	c asymm  cl-useful: 0/11279/30754 lits-rem:0 time: 0.21
15.29/15.31	c calculated reachability. Time: 0.00
15.29/15.31	c  N st    22     46262     14991     30754    207498      8673    181924    619089   no data   no data
15.29/15.37	c Finding binary XORs  T:     0.07 s  found:       0
18.98/19.06	c  N st    23     60660     14991     30754    207499     22933    181924   2551478   no data   no data
21.19/21.21	c  N st    24     69393     14991     30754    207510     19063    181924   2345035   no data   no data
21.19/21.21	c  S st    24     69393     14991     30754    207510     19063    181924   2345035   no data   no data
21.29/21.34	c  S st    24     69895     14991     30754    207513     19556    181924   2355075   no data   no data
21.29/21.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    234 locsubst:     0 time:   0.02
22.10/22.11	c Flit:     9 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  18734 BRemL:  58484 BRemN:      0 P:  9.0M T:  0.76
22.10/22.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.10/22.14	c bin-w-bin subsume rem           18 bins  time:  0.01 s
22.10/22.16	c subs with bin:       10  lits-rem:         9  v-fix:    0  time:  0.02 s
22.10/22.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14748 time:  0.02 s
22.10/22.19	c Removed useless bin:      88  fixed:     0  props:   0.56M  time:  0.01 s
22.19/22.22	c lits-rem:         0  cl-subs:       57  v-elim:     40  v-fix:    0  time:  0.03 s
22.39/22.46	c subs with bin:       30  lits-rem:       123  v-fix:    0  time:  0.22 s
22.49/22.58	c lits-rem:       373  cl-subs:      243  v-elim:      0  v-fix:    0  time:  0.11 s
22.49/22.59	c vivif2 --  cl tried    30687 cl shrink       42 lits rem         55 time: 0.01
22.59/22.62	c vivif2 --  cl tried    12637 cl shrink      974 lits rem      18866 time: 0.03
22.89/22.90	c asymm  cl-useful: 213/19360/30687 lits-rem:549 time: 0.28
22.89/22.91	c calculated reachability. Time: 0.00
22.89/22.91	c  N st    24     69895     14708     30662    146096     12637    180351    786552   no data   no data
22.89/22.98	c Finding binary XORs  T:     0.06 s  found:       0
26.50/26.53	c  F st    25     87501     14707     30662    146105     15597    180351    790154   no data   no data
26.50/26.56	c  N st    25     87501     14707     30661    146070     15597    180296    790128   no data   no data
27.49/27.55	c  N dy    34     93108     14703     30661    146082     21110    180296   1297486      8.36      9.31
28.38/28.48	c  N dy    63     99294     14702     30661    146097     27196    180296   1706955      9.00      9.49
29.38/29.45	c  S st   108    104844     14700     30661    146120     32677    180296   2037067     10.37   no data
29.48/29.59	c  S st   108    105345     14699     30661    146123     33168    180296   2050770     10.37   no data
29.58/29.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     90 locsubst:     0 time:   0.02
30.38/30.45	c Flit:    10 Blit:      0 bXBeca:    0 bXProp:   26 Bins:  16846 BRemL:  37011 BRemN:      8 P: 14.8M T:  0.84
30.38/30.48	c Replacing       26 vars Replaced     1111 lits Time:     0.03 s 
30.38/30.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.48/30.50	c bin-w-bin subsume rem           50 bins  time:  0.01 s
30.48/30.52	c subs with bin:       81  lits-rem:        64  v-fix:    0  time:  0.02 s
30.48/30.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14573 time:  0.02 s
30.48/30.55	c Removed useless bin:       1  fixed:     0  props:   0.59M  time:  0.01 s
30.48/30.58	c lits-rem:         0  cl-subs:      120  v-elim:     18  v-fix:    0  time:  0.03 s
31.89/31.93	c subs with bin:       15  lits-rem:       594  v-fix:    0  time:  1.28 s
32.48/32.55	c lits-rem:      1195  cl-subs:      806  v-elim:      0  v-fix:    0  time:  0.61 s
32.48/32.55	c vivif2 --  cl tried    30382 cl shrink        2 lits rem          2 time: 0.01
32.58/32.63	c vivif2 --  cl tried    31275 cl shrink     4000 lits rem      39085 time: 0.08
32.78/32.81	c asymm  cl-useful: 221/11022/30382 lits-rem:663 time: 0.17
32.78/32.82	c calculated reachability. Time: 0.00
32.78/32.82	c  N dy   108    105345     14555     30161     99660     31274    178310   1790671     10.37   no data
32.78/32.88	c Finding binary XORs  T:     0.06 s  found:      94
33.89/33.94	c  N dy   135    112079     14550     30161     99671     19136    178310    624466     10.02     17.24
35.09/35.19	c  N dy   166    120854     14547     30161     99679     27760    178310   1094227      9.92     10.50
36.40/36.45	c  N dy   206    128565     14544     30161     99686     35352    178310   1448411     10.09     10.73
37.89/37.99	c  N dy   250    136938     14543     30161     99690     21925    178310    583923     10.29     10.90
39.39/39.47	c  N dy   288    145770     14543     30161     99692     30620    178310    971588     10.47     11.09
41.09/41.10	c  N dy   331    155256     14539     30161     99703     39962    178310   1641860     10.53     11.12
41.59/41.61	c  S st   340    158018     14537     30161     99707     42677    178310   1836487     10.48      7.64
41.69/41.79	c  S st   340    158520     14537     30161     99707     43179    178310   1850842     10.48   no data
41.79/41.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.49/42.57	c Flit:     2 Blit:      3 bXBeca:    0 bXProp:   17 Bins:   1111 BRemL:   1334 BRemN:    100 P: 17.0M T:  0.77
42.59/42.61	c Replacing      111 vars Replaced     3098 lits Time:     0.03 s 
42.59/42.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.59/42.62	c bin-w-bin subsume rem          107 bins  time:  0.01 s
42.59/42.64	c subs with bin:      127  lits-rem:       172  v-fix:    0  time:  0.02 s
42.59/42.66	c Subs w/ non-existent bins:      0 l-rem:      6 v-fix:     0 done:  14421 time:  0.02 s
42.59/42.67	c Removed useless bin:       9  fixed:     0  props:   0.59M  time:  0.01 s
42.69/42.70	c lits-rem:        18  cl-subs:      174  v-elim:     54  v-fix:    0  time:  0.03 s
43.79/43.85	c subs with bin:       71  lits-rem:      1116  v-fix:    0  time:  1.09 s
44.59/44.61	c lits-rem:      2823  cl-subs:     1230  v-elim:      0  v-fix:    0  time:  0.76 s
44.59/44.62	c vivif2 --  cl tried    29814 cl shrink        1 lits rem          1 time: 0.01
44.69/44.70	c vivif2 --  cl tried    40013 cl shrink     5251 lits rem      43172 time: 0.08
44.99/45.00	c asymm  cl-useful: 65/17657/29814 lits-rem:143 time: 0.30
44.99/45.01	c calculated reachability. Time: 0.00
44.99/45.01	c  N dy   340    158520     14367     29810     85725     40011    175717   1598244     10.48   no data
44.99/45.07	c Finding binary XORs  T:     0.06 s  found:       1
46.89/46.92	c  N dy   385    168731     14358     29810     85739     27368    175715    799167     10.41     13.05
48.69/48.72	c  N dy   444    179591     14357     29810     85746     38092    175714   1358170     10.52     11.13
51.09/51.12	c  N dy   521    191118     14357     29810     85754     24825    175714    500881     10.67     14.36
53.19/53.20	c  N dy   577    203641     14357     29810     85762     37159    175714   1234907     10.67     11.30
55.39/55.48	c  N dy   629    216651     14357     29810     85769     49960    175714   2073471     10.59     20.90
57.79/57.83	c  N dy   701    230556     14355     29810     85782     37508    175713    996836     10.67     15.52
59.09/59.10	c  S st   718    237780     14355     29810     85786     44631    175713   1358027     10.62     10.18
59.19/59.26	c  S st   718    238281     14355     29810     85786     45132    175713   1376330     10.62   no data
59.19/59.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.89/59.97	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   3696 BRemL:   4809 BRemN:      0 P: 15.4M T:  0.70
59.99/60.00	c Replacing        4 vars Replaced      698 lits Time:     0.03 s 
59.99/60.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.99/60.02	c bin-w-bin subsume rem           96 bins  time:  0.01 s
59.99/60.03	c subs with bin:       17  lits-rem:        21  v-fix:    0  time:  0.01 s
59.99/60.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14349 time:  0.02 s
59.99/60.06	c Removed useless bin:       2  fixed:     0  props:   0.57M  time:  0.01 s
59.99/60.09	c lits-rem:         0  cl-subs:       27  v-elim:     27  v-fix:    0  time:  0.03 s
60.69/60.78	c subs with bin:       45  lits-rem:       683  v-fix:    0  time:  0.65 s
61.28/61.36	c lits-rem:      1747  cl-subs:     1183  v-elim:      0  v-fix:    0  time:  0.58 s
61.28/61.37	c vivif2 --  cl tried    29732 cl shrink        1 lits rem          1 time: 0.01
61.38/61.44	c vivif2 --  cl tried    43209 cl shrink     5094 lits rem      44918 time: 0.07
61.70/61.71	c asymm  cl-useful: 2/11465/29731 lits-rem:6 time: 0.27
61.70/61.72	c calculated reachability. Time: 0.00
61.70/61.72	c  N dy   718    238281     14322     29729     79482     43209    174825   1261783     10.62   no data
61.70/61.78	c Finding binary XORs  T:     0.06 s  found:       0
64.90/64.91	c  N dy   785    253508     14318     29729     79504     31213    174824    776952     10.60     13.20
67.69/67.75	c  N dy   842    270112     14317     29729     79522     47583    174823   1517288     10.56     11.23
71.29/71.33	c  N dy   940    288256     14317     29729     79531     37209    174823    940130     10.61     11.25
74.90/74.95	c  F st  1039    306250     14317     29729     79539     55061    174823   2063166     10.71   no data
75.09/75.10	c  N st  1041    306875     14317     29718     75659     55568    174685   2086358     10.71   no data
76.00/76.03	c Decided on static restart strategy
81.39/81.43	c  N st  1049    334556     14317     29718     75669     53266    174683   3261901     10.71   no data
86.89/86.95	c  N st  1051    357421     14317     29718     75672     46967    174683   3674933     10.71   no data
86.89/86.95	c  S st  1051    357421     14317     29718     75672     46967    174683   3674933     10.71   no data
87.09/87.13	c  S st  1051    357923     14317     29718     75674     47464    174683   3688338     10.71   no data
87.09/87.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
87.69/87.76	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    3 Bins:   1811 BRemL:   2342 BRemN:      0 P: 14.8M T:  0.61
87.79/87.81	c Replacing        3 vars Replaced      695 lits Time:     0.04 s 
87.79/87.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.79/87.82	c bin-w-bin subsume rem            7 bins  time:  0.01 s
87.79/87.83	c subs with bin:       20  lits-rem:        12  v-fix:    0  time:  0.01 s
87.79/87.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14312 time:  0.02 s
87.79/87.86	c Removed useless bin:       0  fixed:     0  props:   0.56M  time:  0.01 s
87.89/87.91	c lits-rem:         0  cl-subs:       14  v-elim:      3  v-fix:    0  time:  0.05 s
89.29/89.38	c subs with bin:       31  lits-rem:       880  v-fix:    0  time:  1.35 s
91.89/91.91	c lits-rem:      3052  cl-subs:     1486  v-elim:      0  v-fix:    0  time:  2.53 s
91.89/91.92	c vivif2 --  cl tried    29678 cl shrink        0 lits rem          0 time: 0.01
92.09/92.13	c vivif2 --  cl tried    45822 cl shrink    11735 lits rem      94216 time: 0.21
92.09/92.14	c asymm  cl-useful: 0/556/29678 lits-rem:0 time: 0.01
92.09/92.15	c calculated reachability. Time: 0.00
92.09/92.15	c  N st  1051    357923     14309     29678     74066     45822    174529   3447838     10.71   no data
92.19/92.21	c Finding binary XORs  T:     0.06 s  found:       0
99.78/99.80	c  N st  1052    390316     14309     29678     74068     47452    174528   2470806     10.71   no data
119.90/120.00	c  N st  1053    438905     14308     29678     74068     63786    174528  11171428     10.71   no data
143.89/143.95	c  N st  1054    511788     14308     29678     74071     67529    174527   4150938     10.71   no data
152.39/152.49	c  N st  1055    536887     14308     29678     74071     57220    174527   7065233     10.71   no data
152.39/152.49	c  S st  1055    536887     14308     29678     74071     57220    174527   7065233     10.71   no data
152.69/152.71	c  S st  1055    537389     14308     29678     74071     57720    174527   7081007     10.71   no data
152.69/152.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
153.39/153.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    591 BRemL:    822 BRemN:      1 P: 15.4M T:  0.69
153.39/153.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.39/153.44	c bin-w-bin subsume rem           13 bins  time:  0.01 s
153.39/153.46	c subs with bin:        6  lits-rem:         3  v-fix:    0  time:  0.01 s
153.39/153.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14308 time:  0.02 s
153.39/153.48	c Removed useless bin:       0  fixed:     0  props:   0.55M  time:  0.01 s
153.49/153.55	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.07 s
155.20/155.24	c subs with bin:        7  lits-rem:       468  v-fix:    0  time:  1.42 s
159.29/159.36	c lits-rem:      2917  cl-subs:     1126  v-elim:      0  v-fix:    0  time:  4.11 s
159.29/159.36	c vivif2 --  cl tried    29669 cl shrink        0 lits rem          0 time: 0.01
159.70/159.74	c vivif2 --  cl tried    56550 cl shrink    10841 lits rem     189374 time: 0.37
159.99/160.09	c asymm  cl-useful: 50/15752/29669 lits-rem:93 time: 0.35
160.09/160.10	c calculated reachability. Time: 0.00
160.09/160.10	c  N st  1055    537389     14307     29666     72460     56550    174389   6692118     10.71   no data
160.09/160.16	c Finding binary XORs  T:     0.06 s  found:       0
220.00/220.04	c  N st  1056    701374     14307     29666     72473     67189    174387   7167044     10.71   no data
260.90/260.95	c  N st  1057    806083     14306     29666     72473     88758    174387   8806595     10.71   no data
260.90/260.95	c  S st  1057    806083     14306     29666     72473     88758    174387   8806595     10.71   no data
261.19/261.23	c  S st  1057    806586     14306     29666     72474     89258    174387   8825505     10.71   no data
261.19/261.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
261.99/262.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     53 BRemL:    145 BRemN:      0 P: 21.4M T:  0.81
261.99/262.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.99/262.10	c bin-w-bin subsume rem            5 bins  time:  0.01 s
262.09/262.11	c subs with bin:        5  lits-rem:         1  v-fix:    0  time:  0.01 s
262.09/262.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14306 time:  0.02 s
262.09/262.14	c Removed useless bin:       0  fixed:     0  props:   0.55M  time:  0.01 s
262.19/262.22	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.09 s
264.00/264.03	c subs with bin:        1  lits-rem:         9  v-fix:    0  time:  1.47 s
274.30/274.37	c lits-rem:      6912  cl-subs:     2207  v-elim:      0  v-fix:    0  time: 10.33 s
274.30/274.37	c vivif2 --  cl tried    29655 cl shrink        0 lits rem          0 time: 0.01
274.89/274.95	c vivif2 --  cl tried    87049 cl shrink    24963 lits rem     268385 time: 0.57
275.11/275.18	c asymm  cl-useful: 1/3126/29655 lits-rem:3 time: 0.23
275.11/275.19	c calculated reachability. Time: 0.00
275.11/275.19	c  N st  1057    806586     14306     29654     71112     87049    174329   8335431     10.71   no data
408.80/408.88	c  F st  1058   1071875     14306     29654     71116     79540    174328   7789560     10.71   no data
408.90/408.90	c  N st  1058   1071875     14306     29654     71116     79540    174328   7789560     10.71   no data
410.49/410.50	c Decided on static restart strategy
418.29/418.37	c  N st  1068   1100184     14304     29654     71120     59112    174328   4120377     10.71   no data
435.90/435.99	c  N st  1070   1136178     14304     29654     71120     94843    174328  12050920     10.71   no data
446.00/446.03	c  N st  1071   1168572     14304     29654     71122     77541    174328   5738194     10.71   no data
460.70/460.79	c  N st  1072   1209879     14304     29654     71122     67995    174328   4347345     10.71   no data
460.70/460.79	c  S st  1072   1209879     14304     29654     71122     67995    174328   4347345     10.71   no data
461.01/461.04	c  S st  1072   1210382     14304     29654     71122     68495    174328   4372662     10.71   no data
461.01/461.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
461.70/461.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    347 BRemL:    213 BRemN:      0 P: 17.2M T:  0.69
461.70/461.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
461.70/461.77	c bin-w-bin subsume rem            4 bins  time:  0.01 s
461.70/461.79	c subs with bin:        8  lits-rem:         4  v-fix:    0  time:  0.01 s
461.80/461.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14304 time:  0.02 s
461.80/461.81	c Removed useless bin:       1  fixed:     0  props:   0.56M  time:  0.01 s
461.80/461.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
463.40/463.41	c subs with bin:       15  lits-rem:        23  v-fix:    0  time:  1.39 s
466.00/466.00	c lits-rem:      3757  cl-subs:     1181  v-elim:      0  v-fix:    0  time:  2.58 s
466.00/466.01	c vivif2 --  cl tried    29644 cl shrink        0 lits rem          0 time: 0.01
466.20/466.26	c vivif2 --  cl tried    67295 cl shrink     9677 lits rem     108266 time: 0.25
466.40/466.50	c asymm  cl-useful: 22/10766/29644 lits-rem:66 time: 0.25
466.51/466.51	c calculated reachability. Time: 0.00
466.51/466.51	c  N st  1072   1210382     14304     29622     69112     67293    174263   4172717     10.71   no data
489.00/489.07	c  N st  1073   1283264     14304     29622     69114     88004    174263   7674838     10.71   no data
558.50/558.57	c  N st  1074   1392587     14304     29622     69114     90919    174263  12524057     10.71   no data
644.30/644.30	c  N st  1075   1556571     14304     29622     69122     86846    174263   7012027     10.71   no data
708.21/708.25	c  N st  1076   1710382     14304     29622     69131    121746    174263   6913273     10.71   no data
708.21/708.25	c  S st  1076   1710382     14304     29622     69131    121746    174263   6913273     10.71   no data
708.61/708.62	c  S st  1076   1710884     14304     29622     69132    122245    174263   6929565     10.71   no data
708.61/708.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
709.62/709.61	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   13 Bins:    523 BRemL:   1735 BRemN:     16 P: 26.5M T:  0.97
709.62/709.69	c Replacing       13 vars Replaced      380 lits Time:     0.07 s 
709.62/709.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
709.71/709.70	c bin-w-bin subsume rem           19 bins  time:  0.01 s
709.71/709.72	c subs with bin:       15  lits-rem:        15  v-fix:    0  time:  0.01 s
709.71/709.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14289 time:  0.02 s
709.71/709.74	c Removed useless bin:       0  fixed:     0  props:   0.56M  time:  0.01 s
709.81/709.82	c lits-rem:         2  cl-subs:       16  v-elim:      4  v-fix:    0  time:  0.08 s
711.41/711.41	c subs with bin:       26  lits-rem:       935  v-fix:    0  time:  1.38 s
721.51/721.51	c lits-rem:     13655  cl-subs:     3916  v-elim:      0  v-fix:    0  time: 10.09 s
721.51/721.52	c vivif2 --  cl tried    29574 cl shrink        0 lits rem          0 time: 0.01
721.91/721.98	c vivif2 --  cl tried   118185 cl shrink    37529 lits rem     235354 time: 0.46
722.31/722.34	c asymm  cl-useful: 21/3397/29574 lits-rem:37 time: 0.36
722.31/722.35	c calculated reachability. Time: 0.00
722.31/722.35	c  N st  1076   1710884     14285     29573     66980    118185    174008   6381695     10.71   no data
722.41/722.41	c Finding binary XORs  T:     0.06 s  found:       0
911.21/911.25	c  N st  1077   2079848     14285     29573     66982    114807    174008  15370993     10.71   no data
979.61/979.69	c  N st  1078   2210884     14285     29573     66984    111992    174007  13028323     10.71   no data
979.61/979.69	c  S st  1078   2210884     14285     29573     66984    111992    174007  13028323     10.71   no data
980.01/980.07	c  S st  1078   2211387     14284     29573     66984    112492    174007  13044933     10.71   no data
980.12/980.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
980.92/980.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     39 BRemL:     71 BRemN:      0 P: 22.1M T:  0.85
980.92/980.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
980.92/980.98	c bin-w-bin subsume rem           13 bins  time:  0.01 s
980.92/980.99	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.01 s
981.02/981.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14284 time:  0.02 s
981.02/981.02	c Removed useless bin:       0  fixed:     0  props:   0.56M  time:  0.01 s
981.12/981.15	c lits-rem:         0  cl-subs:        9  v-elim:      5  v-fix:    0  time:  0.13 s
983.11/983.11	c subs with bin:        4  lits-rem:         2  v-fix:    0  time:  1.48 s
1001.22/1001.26	c lits-rem:      5959  cl-subs:     1872  v-elim:      0  v-fix:    0  time: 18.15 s
1001.22/1001.27	c vivif2 --  cl tried    29560 cl shrink        0 lits rem          0 time: 0.01
1002.01/1002.03	c vivif2 --  cl tried   110174 cl shrink    28775 lits rem     334508 time: 0.75
1002.31/1002.37	c asymm  cl-useful: 15/14040/29560 lits-rem:21 time: 0.34
1002.31/1002.38	c calculated reachability. Time: 0.00
1002.31/1002.38	c  N st  1078   2211387     14279     29558     65351    110174    173889  12350020     10.71   no data
1264.04/1264.05	c  N st  1079   2711390     14279     29558     65361    113779    173888   7800157     10.71   no data
1264.04/1264.05	c  S st  1079   2711390     14279     29558     65361    113779    173888   7800157     10.71   no data
1264.43/1264.40	c  S st  1079   2711890     14279     29558     65361    114277    173888   7820528     10.71   no data
1264.43/1264.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1265.33/1265.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     21 BRemL:     43 BRemN:      2 P: 24.3M T:  0.90
1265.33/1265.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1265.33/1265.35	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1265.33/1265.36	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
1265.33/1265.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14279 time:  0.02 s
1265.33/1265.39	c Removed useless bin:       0  fixed:     0  props:   0.56M  time:  0.01 s
1265.43/1265.48	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.09 s
1267.12/1267.13	c subs with bin:        3  lits-rem:      1100  v-fix:    0  time:  1.41 s
1278.33/1278.32	c lits-rem:      4033  cl-subs:     2634  v-elim:      0  v-fix:    0  time: 11.19 s
1278.33/1278.33	c vivif2 --  cl tried    29554 cl shrink        0 lits rem          0 time: 0.01
1278.82/1278.84	c vivif2 --  cl tried   111640 cl shrink    26584 lits rem     443166 time: 0.50
1279.02/1279.09	c asymm  cl-useful: 2/2572/29554 lits-rem:6 time: 0.26
1279.12/1279.11	c calculated reachability. Time: 0.00
1279.12/1279.11	c  N st  1079   2711890     14279     29552     65337    111640    173864   7150633     10.71   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-3368460-1305388763/watcher-3368460-1305388763 -o /tmp/evaluation-result-3368460-1305388763/solver-3368460-1305388763 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368460-1305388763.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: 3.38 3.87 3.70 4/358 11145
/proc/meminfo: memFree=21313200/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=21704 CPUtime=0 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 749 0 0 0 0 0 0 0 25 0 1 0 650474021 22224896 689 33554432000 4194304 4580011 140736321192672 18446744073709551615 4307649 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 5426 693 320 95 0 408 0

[startup+0.113337 s]
/proc/loadavg: 3.38 3.87 3.70 4/358 11145
/proc/meminfo: memFree=21313200/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=51468 CPUtime=0.1 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 7171 0 0 0 10 0 0 0 25 0 1 0 650474021 52703232 6061 33554432000 4194304 4580011 140736321192672 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 12867 6061 340 95 0 7849 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 51468

[startup+0.200392 s]
/proc/loadavg: 3.38 3.87 3.70 4/358 11145
/proc/meminfo: memFree=21313200/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=51468 CPUtime=0.18 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 7171 0 0 0 18 0 0 0 25 0 1 0 650474021 52703232 6061 33554432000 4194304 4580011 140736321192672 18446744073709551615 4293209 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 12867 6061 340 95 0 7849 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 51468

[startup+0.300345 s]
/proc/loadavg: 3.38 3.87 3.70 4/358 11145
/proc/meminfo: memFree=21313200/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=51468 CPUtime=0.28 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 7171 0 0 0 28 0 0 0 25 0 1 0 650474021 52703232 6061 33554432000 4194304 4580011 140736321192672 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 12867 6061 340 95 0 7849 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51468

[startup+0.700287 s]
/proc/loadavg: 3.38 3.87 3.70 4/358 11145
/proc/meminfo: memFree=21313200/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=51468 CPUtime=0.68 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 7171 0 0 0 68 0 0 0 25 0 1 0 650474021 52703232 6061 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294213 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 12867 6061 340 95 0 7849 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51468

[startup+1.50115 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=21169876/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=100892 CPUtime=1.48 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 17774 0 0 0 147 1 0 0 25 0 1 0 650474021 103313408 16664 33554432000 4194304 4580011 140736321192672 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 25259 16667 342 95 0 20241 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100892

[startup+3.10085 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=21000740/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=152240 CPUtime=3.09 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 30407 0 0 0 306 3 0 0 25 0 1 0 650474021 155893760 29297 33554432000 4194304 4580011 140736321192672 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 38060 29297 342 95 0 33042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152240

[startup+6.30028 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=20893372/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=178060 CPUtime=6.29 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 37761 0 0 0 625 4 0 0 25 0 1 0 650474021 182333440 36651 33554432000 4194304 4580011 140736321192672 18446744073709551615 4293723 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 44515 36651 365 95 0 39497 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 178060

[startup+12.7011 s]
/proc/loadavg: 3.60 3.90 3.71 5/367 11162
/proc/meminfo: memFree=20823868/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=200976 CPUtime=12.69 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 45463 0 0 0 1264 5 0 0 25 0 1 0 650474021 205799424 41719 33554432000 4194304 4580011 140736321192672 18446744073709551615 4318462 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 50244 41719 367 95 0 45226 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 200976

[startup+25.5008 s]
/proc/loadavg: 3.66 3.90 3.71 5/367 11163
/proc/meminfo: memFree=20725816/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=265028 CPUtime=25.49 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 55350 0 0 0 2543 6 0 0 25 0 1 0 650474021 271388672 46004 33554432000 4194304 4580011 140736321192672 18446744073709551615 4321105 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 66257 46004 367 95 0 61239 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 265028

[startup+51.1012 s]
/proc/loadavg: 3.78 3.91 3.72 5/367 11163
/proc/meminfo: memFree=20553612/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=261908 CPUtime=51.09 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 72175 0 0 0 5101 8 0 0 25 0 1 0 650474021 268193792 56295 33554432000 4194304 4580011 140736321192672 18446744073709551615 4484407 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 65477 56295 367 95 0 60459 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 261908

[startup+102.301 s]
/proc/loadavg: 3.91 3.92 3.73 5/367 11174
/proc/meminfo: memFree=20385292/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=364956 CPUtime=102.29 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 100777 0 0 0 10216 13 0 0 25 0 1 0 650474021 373714944 67189 33554432000 4194304 4580011 140736321192672 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 91239 67189 367 95 0 86221 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 364956

[startup+162.301 s]
/proc/loadavg: 4.06 3.96 3.75 5/367 11175
/proc/meminfo: memFree=20249696/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=468144 CPUtime=162.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 160416 0 0 0 16207 23 0 0 25 0 1 0 650474021 479379456 95891 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 117036 95891 367 95 0 112018 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 468144

[startup+222.313 s]
/proc/loadavg: 4.02 3.97 3.76 5/367 11177
/proc/meminfo: memFree=20198936/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=526376 CPUtime=222.31 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 200376 0 0 0 22201 30 0 0 25 0 1 0 650474021 539009024 104948 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 131594 104948 367 95 0 126576 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 526376

[startup+282.3 s]
/proc/loadavg: 4.01 3.97 3.78 5/367 11178
/proc/meminfo: memFree=20093504/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=588036 CPUtime=282.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 231520 0 0 0 28194 36 0 0 25 0 1 0 650474021 602148864 117589 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294991 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 147009 117589 367 95 0 141991 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 588036

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/367 11183
/proc/meminfo: memFree=20057672/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=609864 CPUtime=342.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 255671 0 0 0 34189 41 0 0 25 0 1 0 650474021 624500736 121155 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 152466 121155 367 95 0 147448 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 609864

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/367 11185
/proc/meminfo: memFree=20004564/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=614792 CPUtime=402.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 275200 0 0 0 40184 46 0 0 25 0 1 0 650474021 629547008 121428 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 153698 121428 367 95 0 148680 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 614792

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.81 5/367 11186
/proc/meminfo: memFree=20031424/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=535048 CPUtime=462.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 300683 0 0 0 46179 51 0 0 25 0 1 0 650474021 547889152 121315 33554432000 4194304 4580011 140736321192672 18446744073709551615 4413539 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 133762 121315 367 95 0 128744 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 535048

[startup+522.301 s]
/proc/loadavg: 4.12 4.00 3.83 5/367 11188
/proc/meminfo: memFree=19968512/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=621016 CPUtime=522.31 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 324819 0 0 0 52175 56 0 0 25 0 1 0 650474021 635920384 130661 33554432000 4194304 4580011 140736321192672 18446744073709551615 4316670 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 155254 130661 367 95 0 150236 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 621016

[startup+582.3 s]
/proc/loadavg: 4.11 4.02 3.84 5/367 11189
/proc/meminfo: memFree=19973072/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=604068 CPUtime=582.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 354466 0 0 0 58168 62 0 0 25 0 1 0 650474021 618565632 119060 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 151017 119060 367 95 0 145999 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 604068

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.85 5/367 11191
/proc/meminfo: memFree=19886732/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=605520 CPUtime=642.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 379303 0 0 0 64161 69 0 0 25 0 1 0 650474021 620052480 118131 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 151380 118131 367 95 0 146362 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 605520

[startup+702.301 s]
/proc/loadavg: 4.15 4.04 3.87 5/367 11193
/proc/meminfo: memFree=19939652/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=515148 CPUtime=702.3 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 403892 0 0 0 70156 74 0 0 25 0 1 0 650474021 527511552 116494 33554432000 4194304 4580011 140736321192672 18446744073709551615 4292892 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 128787 116494 367 95 0 123769 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 515148

[startup+762.301 s]
/proc/loadavg: 4.05 4.03 3.87 5/367 11194
/proc/meminfo: memFree=19852056/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=667968 CPUtime=762.32 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 444571 0 0 0 76150 82 0 0 25 0 1 0 650474021 683999232 136628 33554432000 4194304 4580011 140736321192672 18446744073709551615 4292953 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 166992 136628 367 95 0 161974 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 667968

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.88 5/367 11196
/proc/meminfo: memFree=19828684/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=647232 CPUtime=822.31 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 474717 0 0 0 82142 89 0 0 25 0 1 0 650474021 662765568 129212 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 161808 129212 367 95 0 156790 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 647232

[startup+882.314 s]
/proc/loadavg: 4.00 4.02 3.88 5/367 11197
/proc/meminfo: memFree=19808316/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=649116 CPUtime=882.32 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 504785 0 0 0 88137 95 0 0 25 0 1 0 650474021 664694784 139597 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 162279 139597 367 95 0 157261 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 649116

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.89 5/367 11199
/proc/meminfo: memFree=19817948/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=652076 CPUtime=942.31 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 539359 0 0 0 94129 102 0 0 25 0 1 0 650474021 667725824 132733 33554432000 4194304 4580011 140736321192672 18446744073709551615 4316514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 163019 132733 367 95 0 158001 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 652076

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/367 11201
/proc/meminfo: memFree=19649140/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=786660 CPUtime=1002.31 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 597380 0 0 0 100121 110 0 0 25 0 1 0 650474021 805539840 172254 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 196665 172254 367 95 0 191647 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 786660

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/367 11202
/proc/meminfo: memFree=19593532/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=685172 CPUtime=1062.32 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 618001 0 0 0 106118 114 0 0 25 0 1 0 650474021 701616128 156350 33554432000 4194304 4580011 140736321192672 18446744073709551615 4317457 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 171293 156350 367 95 0 166275 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 685172

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.92 5/367 11204
/proc/meminfo: memFree=19512636/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=808280 CPUtime=1122.32 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 640005 0 0 0 112113 119 0 0 25 0 1 0 650474021 827678720 170407 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 202070 170407 367 95 0 197052 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 808280

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/367 11205
/proc/meminfo: memFree=19554268/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=808948 CPUtime=1182.32 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 666410 0 0 0 118107 125 0 0 25 0 1 0 650474021 828362752 165762 33554432000 4194304 4580011 140736321192672 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 202237 165762 367 95 0 197219 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 808948

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.92 5/367 11207
/proc/meminfo: memFree=19510324/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=809460 CPUtime=1242.32 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 684853 0 0 0 124103 129 0 0 25 0 1 0 650474021 828887040 170147 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 202365 170147 367 95 0 197347 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 809460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.04 3.93 4/366 11210
/proc/meminfo: memFree=19789296/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=820836 CPUtime=1300.03 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 708227 0 0 0 129869 134 0 0 25 0 1 0 650474021 840536064 178948 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 205209 178948 381 95 0 200191 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 820836

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300 s]
/proc/loadavg: 4.08 4.04 3.93 4/366 11210
/proc/meminfo: memFree=19789296/32951124 swapFree=65581052/67111528
[pid=11145] ppid=11143 vsize=820836 CPUtime=1300.03 cores=4,6
/proc/11145/stat : 11145 (strangenight2-s) R 11143 11145 11101 0 -1 4202496 708227 0 0 0 129869 134 0 0 25 0 1 0 650474021 840536064 178948 33554432000 4194304 4580011 140736321192672 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/11145/statm: 205209 178948 381 95 0 200191 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 820836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1298.7
CPU system time (s): 1.37179
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 833808

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

runsolver used 4.97924 second user time and 10.0695 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 17:59:23
IDJOB=3368460
IDBENCH=83133
IDSOLVER=1845
FILE ID=node137/3368460-1305388763
RUNJOBID= node137-1305388763-11120
PBS_JOBID= 13324416
Free space on /tmp= 73664 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1803728889

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.844
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:      21313480 kB
Buffers:        267352 kB
Cached:        3686644 kB
SwapCached:      36328 kB
Active:        1616532 kB
Inactive:      9794872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21313480 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           16940 kB
Writeback:           0 kB
AnonPages:     7430808 kB
Mapped:          19052 kB
Slab:           119844 kB
PageTables:      39232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75945016 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= 73652 MiB
End job on node137 at 2011-05-14 18:21:05