Trace number 3289611

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.07 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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-3289611-1303778132.cnf'
0.00/0.00	c -- header says num vars:          29254
0.00/0.00	c -- header says num clauses:       97456
0.00/0.03	c -- clauses added:            0 learnts,        97456 normals,            0 xors
0.00/0.03	c -- vars added      29254
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0     29254     46008     45567         0    234144         0   no data   no data
0.69/0.74	c asymm  cl-useful: 8/46008/46008 lits-rem:88 time: 0.71
1.99/2.02	c Flit:    68 Blit:   2690 bXBeca:    0 bXProp: 4772 Bins:      0 BRemL:      0 BRemN:      0 P: 27.1M T:  1.26
1.99/2.03	c Cleaning up after failed var search:     0.00 s 
1.99/2.04	c Replacing     4772 vars Replaced   130585 lits Time:     0.01 s 
1.99/2.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.99/2.05	c bin-w-bin subsume rem          653 bins  time:  0.00 s
1.99/2.06	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
1.99/2.08	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  20256 time:  0.02 s
1.99/2.09	c Removed useless bin:      41  fixed:     0  props:   2.86M  time:  0.02 s
2.09/2.17	c lits-rem:         0  cl-subs:      195  v-elim:   6752  v-fix:    0  time:  0.07 s
2.19/2.21	c Finding binary XORs  T:     0.04 s  found:      16
2.19/2.21	c Replacing       16 vars Replaced      199 lits Time:     0.00 s 
2.19/2.24	c Finding non-binary XORs:     0.02 s (found:    6344, avg size: 3.0)
2.19/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1008 locsubst:  4050 time:   0.01
2.19/2.24	c Replacing     2025 vars Replaced    12150 lits Time:     0.00 s 
2.19/2.24	c calculated reachability. Time: 0.00
2.19/2.25	c Calc default polars -  time:   0.00 s pos:    1425 undec:   18840 neg:    8989
2.19/2.25	c =========================================================================================
2.19/2.25	c types(t): F = full restart, N = normal restart
2.19/2.25	c types(t): S = simplification begin/end, E = solution found
2.19/2.25	c restart types(rt): st = static, dy = dynamic
2.19/2.25	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.19/2.25	c  B st     0         0     10455     17068     14008         0    112497         0   no data   no data
2.39/2.44	c Decided on static restart strategy
2.69/2.77	c  N st     8      4918     10452     17068     14086      4761    112497    227052   no data   no data
3.59/3.64	c  N st    10     11303     10449     17068     14131      7339    112497    337061   no data   no data
4.89/4.93	c  N st    11     17047     10448     17068     14149      7101    112497    417468   no data   no data
6.69/6.71	c  F st    12     25005     10446     17068     14178     14867    112497   1042867   no data   no data
6.69/6.72	c  N st    12     25005     10446     17066     14067     14866    112267   1042808   no data   no data
7.29/7.31	c Decided on static restart strategy
7.29/7.31	c  N st    18     30008     10444     17066     14109     12127    112267    511465   no data   no data
7.29/7.31	c  S st    18     30008     10444     17066     14109     12127    112267    511465   no data   no data
7.39/7.40	c  S st    18     30512     10444     17066     14159     12579    112266    521342   no data   no data
7.39/7.41	c x-sub:  2025 x-cut:      0 vfix:      0 v-elim:    503 locsubst:     0 time:   0.01
7.89/7.94	c Flit:    74 Blit:      1 bXBeca:    0 bXProp:    9 Bins: 121662 BRemL:  61338 BRemN:     11 P:  8.8M T:  0.53
7.89/7.95	c Replacing        9 vars Replaced      577 lits Time:     0.01 s 
7.89/7.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.89/7.96	c bin-w-bin subsume rem          140 bins  time:  0.01 s
7.89/7.97	c subs with bin:      632  lits-rem:       506  v-fix:    0  time:  0.01 s
7.89/7.99	c Subs w/ non-existent bins:      0 l-rem:      7 v-fix:     0 done:   9857 time:  0.01 s
7.89/7.99	c Removed useless bin:      30  fixed:     0  props:   0.31M  time:  0.00 s
7.99/8.03	c lits-rem:       221  cl-subs:      186  v-elim:   1624  v-fix:    0  time:  0.03 s
7.99/8.04	c subs with bin:       87  lits-rem:       278  v-fix:    0  time:  0.01 s
7.99/8.05	c lits-rem:        95  cl-subs:      200  v-elim:      0  v-fix:    0  time:  0.01 s
8.19/8.23	c asymm  cl-useful: 219/16713/16713 lits-rem:881 time: 0.18
8.19/8.24	c calculated reachability. Time: 0.00
8.19/8.24	c  N st    18     30512      8233     16713     60804      3483     99020    154290   no data   no data
8.19/8.27	c Finding binary XORs  T:     0.03 s  found:       0
9.19/9.23	c  N st    20     37622      8233     16713     60811      5749     99020    331399   no data   no data
10.19/10.24	c  N st    21     44021      8231     16713     60812     12092     99020    779972   no data   no data
10.39/10.44	c  S st    22     45769      8231     16713     60813     13793     99020    873746   no data   no data
10.49/10.53	c  S st    22     46271      8231     16713     60820     14282     99020    883959   no data   no data
10.49/10.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    252 locsubst:     0 time:   0.01
10.69/10.79	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1751 BRemL:  23691 BRemN:     89 P:  4.3M T:  0.25
10.79/10.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.79/10.80	c bin-w-bin subsume rem          252 bins  time:  0.00 s
10.79/10.81	c subs with bin:       62  lits-rem:        24  v-fix:    0  time:  0.01 s
10.79/10.82	c Subs w/ non-existent bins:      0 l-rem:     25 v-fix:     0 done:   7974 time:  0.01 s
10.79/10.82	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.00 s
10.79/10.84	c lits-rem:         0  cl-subs:       46  v-elim:     32  v-fix:    0  time:  0.01 s
10.79/10.87	c subs with bin:        0  lits-rem:         7  v-fix:    0  time:  0.03 s
10.79/10.89	c lits-rem:       200  cl-subs:      169  v-elim:      0  v-fix:    0  time:  0.02 s
10.79/10.89	c vivif2 --  cl tried    16603 cl shrink      109 lits rem        269 time: 0.00
10.89/10.90	c vivif2 --  cl tried     6039 cl shrink      272 lits rem       1228 time: 0.01
10.99/11.09	c asymm  cl-useful: 66/16587/16587 lits-rem:188 time: 0.19
10.99/11.09	c calculated reachability. Time: 0.00
10.99/11.09	c  N st    22     46271      7942     16586     33160      6039     97116    165847   no data   no data
11.09/11.11	c Finding binary XORs  T:     0.02 s  found:       0
13.39/13.41	c  N st    23     60669      7942     16586     33161     15553     97116    521217   no data   no data
15.19/15.27	c  N st    24     69411      7940     16586     33162     16268     97116   1458952   no data   no data
15.19/15.27	c  S st    24     69411      7940     16586     33162     16268     97116   1458952   no data   no data
15.30/15.37	c  S st    24     69913      7940     16586     33164     16762     97116   1469221   no data   no data
15.30/15.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    126 locsubst:     0 time:   0.01
15.59/15.63	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    252 BRemL:     90 BRemN:      2 P:  5.4M T:  0.25
15.59/15.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.59/15.64	c bin-w-bin subsume rem           15 bins  time:  0.00 s
15.59/15.64	c subs with bin:        6  lits-rem:         5  v-fix:    0  time:  0.01 s
15.59/15.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7809 time:  0.01 s
15.59/15.65	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
15.59/15.68	c lits-rem:         0  cl-subs:       46  v-elim:     38  v-fix:    0  time:  0.02 s
15.99/16.01	c subs with bin:        0  lits-rem:       132  v-fix:    0  time:  0.30 s
16.50/16.59	c lits-rem:      1825  cl-subs:      667  v-elim:      0  v-fix:    0  time:  0.58 s
16.59/16.60	c vivif2 --  cl tried    16522 cl shrink       39 lits rem         54 time: 0.00
16.59/16.65	c vivif2 --  cl tried    13928 cl shrink     2263 lits rem      10126 time: 0.05
16.79/16.84	c asymm  cl-useful: 398/16522/16522 lits-rem:1087 time: 0.19
16.79/16.84	c calculated reachability. Time: 0.00
16.79/16.84	c  N st    24     69913      7771     16227     31181     13928     95846   1095597   no data   no data
19.59/19.68	c  F st    25     87500      7771     16227     31185     21714     95846   1430438   no data   no data
19.59/19.69	c  N st    25     87500      7771     16227     31185     21714     95846   1430438   no data   no data
19.69/19.71	c Finding binary XORs  T:     0.02 s  found:     112
19.69/19.72	c Replacing      112 vars Replaced     2034 lits Time:     0.01 s 
20.49/20.51	c Decided on static restart strategy
20.89/20.94	c  N st    32     95539      7655     16227     30967     17642     95622    868769   no data   no data
22.69/22.77	c  N st    34    104869      7654     16227     30968     26855     95622   1730159   no data   no data
22.69/22.77	c  S st    34    104869      7654     16227     30968     26855     95622   1730159   no data   no data
22.89/22.90	c  S st    34    105373      7654     16227     30970     27357     95622   1743948   no data   no data
22.89/22.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.09/23.19	c Flit:     2 Blit:      6 bXBeca:    0 bXProp:    3 Bins:    345 BRemL:    481 BRemN:      1 P:  6.8M T:  0.28
23.19/23.21	c Replacing        3 vars Replaced      203 lits Time:     0.02 s 
23.19/23.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.19/23.22	c bin-w-bin subsume rem          201 bins  time:  0.00 s
23.19/23.22	c subs with bin:      150  lits-rem:       170  v-fix:    0  time:  0.00 s
23.19/23.23	c Subs w/ non-existent bins:      0 l-rem:      7 v-fix:     0 done:   7643 time:  0.01 s
23.19/23.23	c Removed useless bin:       4  fixed:     0  props:   0.29M  time:  0.00 s
23.19/23.26	c lits-rem:        16  cl-subs:      217  v-elim:     53  v-fix:    0  time:  0.03 s
23.89/23.92	c subs with bin:       27  lits-rem:      2098  v-fix:    0  time:  0.61 s
24.79/24.85	c lits-rem:       814  cl-subs:      620  v-elim:      0  v-fix:    0  time:  0.93 s
24.79/24.86	c vivif2 --  cl tried    15834 cl shrink        2 lits rem          2 time: 0.00
24.89/24.94	c vivif2 --  cl tried    25472 cl shrink     5582 lits rem      39977 time: 0.08
25.09/25.18	c asymm  cl-useful: 49/15834/15834 lits-rem:83 time: 0.24
25.09/25.19	c calculated reachability. Time: 0.00
25.09/25.19	c  N st    34    105373      7590     15829     27690     25472     93507   1533587   no data   no data
26.09/26.17	c  N st    35    114972      7590     15829     27692     21672     93507    810097   no data   no data
28.39/28.42	c  N st    36    129372      7590     15829     27692     21092     93506    717089   no data   no data
28.39/28.44	c Finding binary XORs  T:     0.02 s  found:       1
32.59/32.67	c  N st    37    150967      7590     15829     27695     26371     93506   1080174   no data   no data
34.19/34.27	c  S st    38    158059      7590     15829     27695     33383     93506   2023068   no data   no data
34.39/34.41	c  S st    38    158559      7589     15829     27697     33875     93506   2035892   no data   no data
34.39/34.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
34.69/34.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     94 BRemL:     55 BRemN:      0 P:  7.4M T:  0.28
34.69/34.72	c Replacing        1 vars Replaced       22 lits Time:     0.02 s 
34.69/34.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.69/34.73	c bin-w-bin subsume rem          107 bins  time:  0.00 s
34.69/34.74	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.00 s
34.69/34.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7588 time:  0.01 s
34.69/34.75	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
34.69/34.78	c lits-rem:         3  cl-subs:       14  v-elim:     36  v-fix:    0  time:  0.03 s
35.49/35.53	c subs with bin:        3  lits-rem:       139  v-fix:    0  time:  0.70 s
36.89/36.94	c lits-rem:      2435  cl-subs:      790  v-elim:      0  v-fix:    0  time:  1.41 s
36.89/36.95	c vivif2 --  cl tried    15776 cl shrink        0 lits rem          0 time: 0.00
36.99/37.06	c vivif2 --  cl tried    32238 cl shrink    10235 lits rem      87282 time: 0.12
37.30/37.32	c asymm  cl-useful: 18/15322/15776 lits-rem:54 time: 0.25
37.30/37.32	c calculated reachability. Time: 0.00
37.30/37.32	c  N st    38    158559      7552     15775     27592     32238     93170   1780084   no data   no data
51.29/51.36	c  N st    39    207150      7552     15775     27594     25988     93170   1278842   no data   no data
51.29/51.38	c Finding binary XORs  T:     0.02 s  found:       0
56.89/56.91	c  N st    40    237839      7552     15775     27599     35982     93170   1639971   no data   no data
56.89/56.91	c  S st    40    237839      7552     15775     27599     35982     93170   1639971   no data   no data
56.99/57.05	c  S st    40    238342      7552     15775     27599     36478     93170   1654078   no data   no data
56.99/57.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.29/57.35	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    182 BRemL:     40 BRemN:      1 P:  7.9M T:  0.30
57.29/57.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.29/57.36	c bin-w-bin subsume rem            4 bins  time:  0.00 s
57.29/57.37	c subs with bin:        8  lits-rem:         2  v-fix:    0  time:  0.00 s
57.29/57.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7550 time:  0.01 s
57.29/57.38	c Removed useless bin:       3  fixed:     0  props:   0.30M  time:  0.00 s
57.39/57.41	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.03 s
57.89/57.96	c subs with bin:        0  lits-rem:        62  v-fix:    0  time:  0.50 s
59.19/59.24	c lits-rem:       818  cl-subs:     1287  v-elim:      0  v-fix:    0  time:  1.28 s
59.19/59.25	c vivif2 --  cl tried    15763 cl shrink        0 lits rem          0 time: 0.00
59.29/59.34	c vivif2 --  cl tried    35191 cl shrink     8041 lits rem      36442 time: 0.09
59.49/59.59	c asymm  cl-useful: 23/14766/15763 lits-rem:38 time: 0.25
59.49/59.60	c calculated reachability. Time: 0.00
59.49/59.60	c  N st    40    238342      7550     15763     26755     35191     93060   1559065   no data   no data
76.40/76.41	c  F st    41    306252      7550     15763     26758     35049     93060   1578920   no data   no data
76.40/76.42	c  N st    41    306252      7550     15763     26758     35049     93060   1578920   no data   no data
76.40/76.44	c Finding binary XORs  T:     0.02 s  found:       0
77.40/77.47	c Decided on static restart strategy
81.99/82.00	c  N st    51    334562      7547     15763     26762     38818     93059   1722771   no data   no data
88.59/88.64	c  N st    53    357516      7547     15763     26762     36258     93059   1869212   no data   no data
88.59/88.64	c  S st    53    357516      7547     15763     26762     36258     93059   1869212   no data   no data
88.69/88.79	c  S st    53    358017      7547     15763     26763     36752     93058   1881055   no data   no data
88.79/88.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.00/89.07	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    9 Bins:    153 BRemL:     89 BRemN:      0 P:  7.1M T:  0.27
89.00/89.09	c Replacing        9 vars Replaced      693 lits Time:     0.02 s 
89.00/89.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.00/89.10	c bin-w-bin subsume rem           29 bins  time:  0.00 s
89.10/89.11	c subs with bin:       18  lits-rem:        12  v-fix:    0  time:  0.00 s
89.10/89.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7534 time:  0.01 s
89.10/89.12	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
89.10/89.15	c lits-rem:         2  cl-subs:       17  v-elim:      5  v-fix:    0  time:  0.03 s
89.70/89.77	c subs with bin:        5  lits-rem:      1153  v-fix:    0  time:  0.57 s
90.80/90.83	c lits-rem:      1099  cl-subs:      767  v-elim:      0  v-fix:    0  time:  1.06 s
90.80/90.84	c vivif2 --  cl tried    15702 cl shrink        0 lits rem          0 time: 0.00
90.90/90.93	c vivif2 --  cl tried    35843 cl shrink     5944 lits rem      35420 time: 0.09
90.90/90.95	c asymm  cl-useful: 6/936/15702 lits-rem:18 time: 0.02
90.90/90.96	c calculated reachability. Time: 0.00
90.90/90.96	c  N st    53    358017      7529     15696     24774     35843     92808   1788300   no data   no data
98.09/98.17	c  N st    54    390409      7529     15696     24777     41665     92808   1726261   no data   no data
98.09/98.19	c Finding binary XORs  T:     0.02 s  found:       4
107.49/107.58	c  N st    55    438998      7529     15696     24778     34232     92808   1027819   no data   no data
127.89/127.92	c  N st    56    511880      7529     15696     24779     46785     92808   2086298   no data   no data
132.69/132.71	c  N st    57    537026      7529     15696     24783     40473     92808   1356542   no data   no data
132.69/132.71	c  S st    57    537026      7529     15696     24783     40473     92808   1356542   no data   no data
132.79/132.86	c  S st    57    537528      7529     15696     24783     40974     92808   1373606   no data   no data
132.79/132.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
133.10/133.15	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     65 BRemL:     57 BRemN:      2 P:  8.3M T:  0.29
133.10/133.17	c Replacing        4 vars Replaced      298 lits Time:     0.02 s 
133.10/133.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.10/133.18	c bin-w-bin subsume rem           15 bins  time:  0.00 s
133.10/133.19	c subs with bin:       11  lits-rem:         9  v-fix:    0  time:  0.00 s
133.10/133.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7524 time:  0.01 s
133.19/133.20	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
133.19/133.22	c lits-rem:         2  cl-subs:        5  v-elim:      3  v-fix:    0  time:  0.03 s
133.59/133.67	c subs with bin:        0  lits-rem:        65  v-fix:    0  time:  0.41 s
134.29/134.31	c lits-rem:      2715  cl-subs:     1228  v-elim:      0  v-fix:    0  time:  0.64 s
134.29/134.31	c vivif2 --  cl tried    15676 cl shrink        0 lits rem          0 time: 0.00
134.29/134.37	c vivif2 --  cl tried    38146 cl shrink     4188 lits rem      24023 time: 0.06
134.59/134.65	c asymm  cl-useful: 79/10694/15676 lits-rem:85 time: 0.27
134.59/134.65	c calculated reachability. Time: 0.00
134.59/134.65	c  N st    57    537528      7521     15674     24301     38146     92631   1238460   no data   no data
182.09/182.10	c  N st    58    701512      7521     15674     24308     66933     92630   3360204   no data   no data
212.60/212.68	c  N st    59    806292      7521     15674     24309     58964     92630   2707774   no data   no data
212.60/212.68	c  S st    59    806292      7521     15674     24309     58964     92630   2707774   no data   no data
212.90/212.91	c  S st    59    806793      7521     15674     24315     59456     92630   2720518   no data   no data
212.90/212.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.20/213.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    288 BRemL:    221 BRemN:      0 P:  9.6M T:  0.34
213.20/213.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
213.20/213.27	c bin-w-bin subsume rem            5 bins  time:  0.00 s
213.20/213.27	c subs with bin:       10  lits-rem:         2  v-fix:    0  time:  0.00 s
213.20/213.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7521 time:  0.01 s
213.20/213.28	c Removed useless bin:       1  fixed:     0  props:   0.30M  time:  0.00 s
213.30/213.32	c lits-rem:         0  cl-subs:       15  v-elim:      6  v-fix:    0  time:  0.04 s
213.89/213.99	c subs with bin:        5  lits-rem:       115  v-fix:    0  time:  0.59 s
217.20/217.21	c lits-rem:      3294  cl-subs:     2907  v-elim:      0  v-fix:    0  time:  3.22 s
217.20/217.21	c vivif2 --  cl tried    15656 cl shrink        0 lits rem          0 time: 0.00
217.30/217.35	c vivif2 --  cl tried    53714 cl shrink     8994 lits rem      41480 time: 0.13
217.40/217.47	c asymm  cl-useful: 4/4962/15656 lits-rem:12 time: 0.12
217.40/217.47	c calculated reachability. Time: 0.00
217.40/217.47	c  N st    59    806793      7515     15652     24075     53714     92536   2300891   no data   no data
217.40/217.50	c Finding binary XORs  T:     0.02 s  found:       1
315.61/315.67	c  F st    60   1071875      7515     15652     24079     68338     92536   2985097   no data   no data
315.61/315.68	c Replacing        1 vars Replaced       33 lits Time:     0.01 s 
315.61/315.69	c  N st    60   1071875      7514     15652     24077     68335     92534   2985086   no data   no data
317.11/317.12	c Decided on static restart strategy
323.10/323.11	c  N st    70   1100181      7512     15652     24079     51558     92534   1582829   no data   no data
332.91/332.93	c  N st    72   1136175      7512     15652     24083     86475     92534   3654163   no data   no data
345.20/345.27	c  N st    73   1168568      7512     15652     24083     72778     92534   4038087   no data   no data
361.80/361.89	c  N st    74   1210190      7512     15652     24084     66795     92534   2861113   no data   no data
361.80/361.89	c  S st    74   1210190      7512     15652     24084     66795     92534   2861113   no data   no data
362.10/362.15	c  S st    74   1210691      7512     15652     24084     67294     92534   2875298   no data   no data
362.10/362.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
362.50/362.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    264 BRemL:    159 BRemN:      0 P: 10.9M T:  0.38
362.50/362.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
362.50/362.55	c bin-w-bin subsume rem            5 bins  time:  0.00 s
362.50/362.56	c subs with bin:        8  lits-rem:         5  v-fix:    0  time:  0.00 s
362.50/362.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7512 time:  0.01 s
362.50/362.57	c Removed useless bin:       1  fixed:     0  props:   0.30M  time:  0.00 s
362.60/362.62	c lits-rem:         0  cl-subs:        3  v-elim:      1  v-fix:    0  time:  0.05 s
363.40/363.43	c subs with bin:       14  lits-rem:       544  v-fix:    0  time:  0.72 s
367.31/367.36	c lits-rem:      4146  cl-subs:     2209  v-elim:      0  v-fix:    0  time:  3.92 s
367.31/367.36	c vivif2 --  cl tried    15642 cl shrink        0 lits rem          0 time: 0.00
367.51/367.51	c vivif2 --  cl tried    64820 cl shrink     9423 lits rem      30667 time: 0.15
367.81/367.81	c asymm  cl-useful: 38/6490/15642 lits-rem:49 time: 0.30
367.81/367.82	c calculated reachability. Time: 0.00
367.81/367.82	c  N st    74   1210691      7511     15640     23289     64820     92438   2719070   no data   no data
367.81/367.84	c Finding binary XORs  T:     0.02 s  found:       1
396.61/396.65	c  N st    75   1283573      7511     15640     23289     88248     92438   4099943   no data   no data
424.61/424.64	c  N st    76   1392896      7511     15640     23307     98198     92438   4853641   no data   no data
471.71/471.75	c  N st    77   1556880      7510     15640     23318    103888     92438   5857949   no data   no data
538.51/538.58	c  N st    78   1710691      7510     15640     23319     91747     92438   6130908   no data   no data
538.51/538.58	c  S st    78   1710691      7510     15640     23319     91747     92438   6130908   no data   no data
538.81/538.88	c  S st    78   1711191      7510     15640     23320     92246     92438   6149937   no data   no data
538.92/538.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
539.31/539.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    202 BRemL:    149 BRemN:      2 P: 13.1M T:  0.46
539.41/539.42	c Replacing        1 vars Replaced       14 lits Time:     0.06 s 
539.41/539.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
539.41/539.43	c bin-w-bin subsume rem            5 bins  time:  0.00 s
539.41/539.44	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
539.41/539.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7509 time:  0.01 s
539.41/539.45	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
539.51/539.53	c lits-rem:         0  cl-subs:        5  v-elim:      1  v-fix:    0  time:  0.08 s
541.21/541.29	c subs with bin:        8  lits-rem:        52  v-fix:    0  time:  1.58 s
553.01/553.05	c lits-rem:     15826  cl-subs:     5031  v-elim:      0  v-fix:    0  time: 11.76 s
553.01/553.06	c vivif2 --  cl tried    15629 cl shrink        0 lits rem          0 time: 0.00
553.41/553.44	c vivif2 --  cl tried    86459 cl shrink    19337 lits rem     187764 time: 0.38
553.71/553.70	c asymm  cl-useful: 4/7855/15629 lits-rem:12 time: 0.26
553.71/553.71	c calculated reachability. Time: 0.00
553.71/553.71	c  N st    78   1711191      7508     15625     22952     86459     92373   5578263   no data   no data
553.71/553.73	c Finding binary XORs  T:     0.02 s  found:       1
715.31/715.30	c  N st    79   2080155      7507     15625     22956     94229     92373   3926824   no data   no data
773.42/773.41	c  N st    80   2211196      7507     15625     22958     96782     92373   4167569   no data   no data
773.42/773.41	c  S st    80   2211196      7507     15625     22958     96782     92373   4167569   no data   no data
773.82/773.84	c  S st    80   2211701      7507     15625     22958     97283     92373   4181644   no data   no data
773.82/773.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
774.42/774.46	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    414 BRemL:    642 BRemN:      0 P: 13.2M T:  0.60
774.52/774.51	c Replacing        1 vars Replaced       15 lits Time:     0.05 s 
774.52/774.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.52/774.52	c bin-w-bin subsume rem            1 bins  time:  0.00 s
774.52/774.52	c subs with bin:        5  lits-rem:         6  v-fix:    0  time:  0.01 s
774.52/774.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7505 time:  0.01 s
774.52/774.54	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
774.62/774.61	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.07 s
776.12/776.19	c subs with bin:       11  lits-rem:       539  v-fix:    0  time:  1.45 s
785.92/785.97	c lits-rem:      3939  cl-subs:     4500  v-elim:      0  v-fix:    0  time:  9.78 s
785.92/785.97	c vivif2 --  cl tried    15614 cl shrink        0 lits rem          0 time: 0.00
786.22/786.23	c vivif2 --  cl tried    92756 cl shrink    18490 lits rem     115865 time: 0.26
786.32/786.32	c asymm  cl-useful: 0/1269/15614 lits-rem:0 time: 0.09
786.32/786.33	c calculated reachability. Time: 0.00
786.32/786.33	c  N st    80   2211701      7505     15614     22651     92756     92206   3878549   no data   no data
786.32/786.35	c Finding binary XORs  T:     0.02 s  found:       0
1014.52/1014.50	c  N st    81   2711705      7505     15614     22654    112829     92206   5558785   no data   no data
1014.52/1014.50	c  S st    81   2711705      7505     15614     22654    112829     92206   5558785   no data   no data
1014.82/1014.89	c  S st    81   2712209      7505     15614     22654    113328     92206   5571804   no data   no data
1014.92/1014.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1015.42/1015.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     34 BRemL:     29 BRemN:      0 P: 13.9M T:  0.49
1015.42/1015.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1015.42/1015.41	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1015.42/1015.41	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
1015.42/1015.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7505 time:  0.01 s
1015.42/1015.43	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
1015.52/1015.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1017.13/1017.18	c subs with bin:        1  lits-rem:      4291  v-fix:    0  time:  1.52 s
1039.13/1039.18	c lits-rem:      1401  cl-subs:     6016  v-elim:      0  v-fix:    0  time: 22.00 s
1039.13/1039.18	c vivif2 --  cl tried    15613 cl shrink        0 lits rem          0 time: 0.00
1039.53/1039.59	c vivif2 --  cl tried   107311 cl shrink    27598 lits rem     225096 time: 0.40
1040.03/1040.02	c asymm  cl-useful: 13/9013/15613 lits-rem:20 time: 0.43
1040.03/1040.03	c calculated reachability. Time: 0.00
1040.03/1040.03	c  N st    81   2712209      7505     15613     22656    107311     92185   4945549   no data   no data
1293.14/1293.14	c  N st    82   3212209      7505     15613     22662    152702     92185   7263947   no data   no data
1293.14/1293.14	c  S st    82   3212209      7505     15613     22662    152702     92185   7263947   no data   no data
1293.74/1293.73	c  S st    82   3212715      7504     15613     22662    153208     92185   7277826   no data   no data
1293.74/1293.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1294.34/1294.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:     27 BRemN:      0 P: 17.8M T:  0.59
1294.34/1294.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1294.34/1294.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1294.34/1294.36	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
1294.34/1294.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7504 time:  0.01 s
1294.34/1294.37	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
1294.44/1294.47	c lits-rem:         0  cl-subs:        6  v-elim:      4  v-fix:    0  time:  0.09 s
1296.23/1296.25	c subs with bin:        3  lits-rem:      4364  v-fix:    0  time:  1.53 s

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

running on 2 cores: 1,3

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.09 3.80 3.87 3/176 26415
/proc/meminfo: memFree=21717832/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=31160 CPUtime=0 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 3413 0 0 0 0 0 0 0 25 0 1 0 489415554 31907840 2837 33554432000 4194304 4627331 140736669962560 18446744073709551615 4310138 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 7790 2837 322 106 0 2761 0

[startup+0.051015 s]
/proc/loadavg: 3.09 3.80 3.87 3/176 26415
/proc/meminfo: memFree=21717832/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=41604 CPUtime=0.04 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 4230 0 0 0 4 0 0 0 25 0 1 0 489415554 42602496 3654 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 10401 3654 344 106 0 5372 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 41604

[startup+0.101003 s]
/proc/loadavg: 3.09 3.80 3.87 3/176 26415
/proc/meminfo: memFree=21717832/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=41604 CPUtime=0.09 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 4230 0 0 0 9 0 0 0 25 0 1 0 489415554 42602496 3654 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308652 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 10401 3654 344 106 0 5372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41604

[startup+0.30095 s]
/proc/loadavg: 3.09 3.80 3.87 3/176 26415
/proc/meminfo: memFree=21717832/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=41604 CPUtime=0.29 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 4230 0 0 0 29 0 0 0 25 0 1 0 489415554 42602496 3654 33554432000 4194304 4627331 140736669962560 18446744073709551615 4299537 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 10401 3654 344 106 0 5372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41604

[startup+0.700874 s]
/proc/loadavg: 3.09 3.80 3.87 3/176 26415
/proc/meminfo: memFree=21717832/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=41604 CPUtime=0.69 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 4230 0 0 0 69 0 0 0 25 0 1 0 489415554 42602496 3654 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308567 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 10401 3654 344 106 0 5372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41604

[startup+1.50072 s]
/proc/loadavg: 3.16 3.80 3.87 5/190 26437
/proc/meminfo: memFree=21610592/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=80940 CPUtime=1.49 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 14076 0 0 0 147 2 0 0 25 0 1 0 489415554 82882560 13500 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 20235 13500 348 106 0 15206 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80940

[startup+3.10042 s]
/proc/loadavg: 3.16 3.80 3.87 5/190 26437
/proc/meminfo: memFree=21432652/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=94684 CPUtime=3.09 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 18541 0 0 0 307 2 0 0 25 0 1 0 489415554 96956416 17488 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 23671 17488 373 106 0 18642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94684

[startup+6.30082 s]
/proc/loadavg: 3.23 3.80 3.87 5/190 26437
/proc/meminfo: memFree=21327620/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=97432 CPUtime=6.29 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 20854 0 0 0 626 3 0 0 25 0 1 0 489415554 99770368 17713 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 24358 17713 374 106 0 19329 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97432

[startup+12.7006 s]
/proc/loadavg: 3.29 3.81 3.87 5/190 26437
/proc/meminfo: memFree=21268364/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=115588 CPUtime=12.69 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 26311 0 0 0 1265 4 0 0 25 0 1 0 489415554 118362112 20561 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 28897 20561 377 106 0 23868 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115588

[startup+25.5002 s]
/proc/loadavg: 3.47 3.83 3.87 5/190 26437
/proc/meminfo: memFree=21135888/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=150260 CPUtime=25.49 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 37730 0 0 0 2544 5 0 0 25 0 1 0 489415554 153866240 29214 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309234 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 37565 29214 377 106 0 32536 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 150260

[startup+51.1003 s]
/proc/loadavg: 3.68 3.84 3.88 5/190 26438
/proc/meminfo: memFree=21048096/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=162664 CPUtime=51.09 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 53218 0 0 0 5101 8 0 0 25 0 1 0 489415554 166567936 33132 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308622 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 40666 33132 377 106 0 35637 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 162664

[startup+102.307 s]
/proc/loadavg: 3.86 3.87 3.88 5/190 26439
/proc/meminfo: memFree=20926660/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=181208 CPUtime=102.3 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 79552 0 0 0 10217 13 0 0 25 0 1 0 489415554 185556992 37336 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 45302 37336 377 106 0 40273 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 181208

[startup+162.3 s]
/proc/loadavg: 3.95 3.89 3.89 5/190 26441
/proc/meminfo: memFree=20815772/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=186276 CPUtime=162.29 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 108381 0 0 0 16211 18 0 0 25 0 1 0 489415554 190746624 38492 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 46569 38492 377 106 0 41540 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 186276

[startup+222.301 s]
/proc/loadavg: 3.98 3.91 3.89 5/190 26442
/proc/meminfo: memFree=20656544/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=257620 CPUtime=222.3 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 132532 0 0 0 22206 24 0 0 25 0 1 0 489415554 263802880 45633 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 64405 45633 377 106 0 59376 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 257620

[startup+282.3 s]
/proc/loadavg: 3.99 3.92 3.90 5/190 26444
/proc/meminfo: memFree=20561284/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=201004 CPUtime=282.3 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 151132 0 0 0 28201 29 0 0 25 0 1 0 489415554 205828096 43518 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 50251 43518 377 106 0 45222 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 201004

[startup+342.301 s]
/proc/loadavg: 3.99 3.93 3.91 5/190 26446
/proc/meminfo: memFree=20533860/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=204704 CPUtime=342.3 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 171733 0 0 0 34196 34 0 0 25 0 1 0 489415554 209616896 44252 33554432000 4194304 4627331 140736669962560 18446744073709551615 4321681 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 51176 44252 377 106 0 46147 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 204704

[startup+402.301 s]
/proc/loadavg: 3.99 3.94 3.91 5/190 26447
/proc/meminfo: memFree=20493760/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=220180 CPUtime=402.31 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 193018 0 0 0 40191 40 0 0 25 0 1 0 489415554 225464320 46883 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309933 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 55045 46883 377 106 0 50016 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 220180

[startup+462.3 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 26449
/proc/meminfo: memFree=20512212/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=220392 CPUtime=462.31 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 214994 0 0 0 46186 45 0 0 25 0 1 0 489415554 225681408 48291 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 55098 48291 377 106 0 50069 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 220392

[startup+522.301 s]
/proc/loadavg: 4.07 3.97 3.91 5/190 26450
/proc/meminfo: memFree=20447468/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=288772 CPUtime=522.31 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 234086 0 0 0 52182 49 0 0 25 0 1 0 489415554 295702528 51996 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 72193 51996 377 106 0 67164 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 288772

[startup+582.301 s]
/proc/loadavg: 4.03 3.97 3.91 5/190 26452
/proc/meminfo: memFree=20321956/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=353652 CPUtime=582.31 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 266411 0 0 0 58175 56 0 0 25 0 1 0 489415554 362139648 64196 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 88413 64196 377 106 0 83384 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 353652

[startup+642.3 s]
/proc/loadavg: 4.09 3.99 3.92 5/190 26454
/proc/meminfo: memFree=20355544/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=355208 CPUtime=642.31 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 282528 0 0 0 64171 60 0 0 25 0 1 0 489415554 363732992 65254 33554432000 4194304 4627331 140736669962560 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 88802 65254 377 106 0 83773 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 355208

[startup+702.301 s]
/proc/loadavg: 4.06 4.00 3.93 5/190 26455
/proc/meminfo: memFree=20344472/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=356960 CPUtime=702.32 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 297296 0 0 0 70167 65 0 0 25 0 1 0 489415554 365527040 65450 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308795 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 89240 65450 377 106 0 84211 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 356960

[startup+762.306 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 26457
/proc/meminfo: memFree=20278236/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=285152 CPUtime=762.32 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 313584 0 0 0 76165 67 0 0 25 0 1 0 489415554 291995648 61244 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 71288 61244 377 106 0 66259 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 285152

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 26458
/proc/meminfo: memFree=20172432/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=370888 CPUtime=822.32 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 327577 0 0 0 82162 70 0 0 25 0 1 0 489415554 379789312 66778 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 92722 66778 377 106 0 87693 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 370888

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 26460
/proc/meminfo: memFree=20198196/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=372296 CPUtime=882.32 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 341506 0 0 0 88158 74 0 0 25 0 1 0 489415554 381231104 67396 33554432000 4194304 4627331 140736669962560 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 93074 67396 377 106 0 88045 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 372296

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 26462
/proc/meminfo: memFree=20191104/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=374692 CPUtime=942.32 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 355496 0 0 0 94154 78 0 0 25 0 1 0 489415554 383684608 67090 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 93673 67090 377 106 0 88644 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 374692

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 26463
/proc/meminfo: memFree=20159456/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=298584 CPUtime=1002.32 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 370425 0 0 0 100150 82 0 0 25 0 1 0 489415554 305750016 65415 33554432000 4194304 4627331 140736669962560 18446744073709551615 4330014 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 74646 65415 377 106 0 69617 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 298584

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 26465
/proc/meminfo: memFree=19979128/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=329476 CPUtime=1062.33 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 387832 0 0 0 106146 87 0 0 25 0 1 0 489415554 337383424 72042 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 82369 72042 377 106 0 77340 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 329476

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 26466
/proc/meminfo: memFree=19988396/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=408160 CPUtime=1122.34 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 398391 0 0 0 112144 90 0 0 25 0 1 0 489415554 417955840 74964 33554432000 4194304 4627331 140736669962560 18446744073709551615 4348256 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 102040 74964 377 106 0 97011 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 408160

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.94 5/190 26468
/proc/meminfo: memFree=19941864/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=331592 CPUtime=1182.33 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 411529 0 0 0 118139 94 0 0 25 0 1 0 489415554 339550208 73243 33554432000 4194304 4627331 140736669962560 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 82898 73243 377 106 0 77869 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 331592

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 26470
/proc/meminfo: memFree=19887268/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=412840 CPUtime=1242.34 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 422184 0 0 0 124136 98 0 0 25 0 1 0 489415554 422748160 76322 33554432000 4194304 4627331 140736669962560 18446744073709551615 4310568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 103210 76322 377 106 0 98181 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 412840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 26471
/proc/meminfo: memFree=19845832/32951124 swapFree=67111524/67111528
[pid=26415] ppid=26413 vsize=473404 CPUtime=1300.04 cores=1,3
/proc/26415/stat : 26415 (strangenight2-s) R 26413 26415 26376 0 -1 4202496 444923 0 0 0 129902 102 0 0 25 0 1 0 489415554 484765696 91361 33554432000 4194304 4627331 140736669962560 18446744073709551615 4420169 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/26415/statm: 118351 91361 377 106 0 113322 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 473404

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.02
CPU system time (s): 1.04784
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 473404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.02
system time used= 1.04784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444923
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= 10
involuntary context switches= 806

runsolver used 2.00169 second user time and 5.10822 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-26 02:35:32
IDJOB=3289611
IDBENCH=83130
IDSOLVER=1587
FILE ID=node102/3289611-1303778132
RUNJOBID= node102-1303778132-26396
PBS_JOBID= 13157207
Free space on /tmp= 70972 MiB

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

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1855083135

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21718104 kB
Buffers:       1607956 kB
Cached:        9003828 kB
SwapCached:          4 kB
Active:        2531384 kB
Inactive:      8148508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21718104 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           16920 kB
Writeback:           0 kB
AnonPages:       68024 kB
Mapped:          14332 kB
Slab:           486984 kB
PageTables:       5776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   199756 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= 70944 MiB
End job on node102 at 2011-04-26 02:57:14