Trace number 3368451

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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-3368451-1305388647.cnf'
0.00/0.01	c -- header says num vars:          25972
0.00/0.01	c -- header says num clauses:       86411
0.00/0.03	c -- clauses added:            0 learnts,        86411 normals,            0 xors
0.00/0.03	c -- vars added      25972
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0     25972     40532     40681         0    207435         0   no data   no data
0.49/0.57	c asymm  cl-useful: 8/40532/40532 lits-rem:89 time: 0.54
1.49/1.52	c Flit:    65 Blit:   2414 bXBeca:    0 bXProp: 4236 Bins:      0 BRemL:      0 BRemN:      0 P: 22.2M T:  0.94
1.49/1.52	c Cleaning up after failed var search:     0.00 s 
1.49/1.53	c Replacing     4236 vars Replaced   115220 lits Time:     0.01 s 
1.49/1.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.49/1.54	c bin-w-bin subsume rem          605 bins  time:  0.00 s
1.49/1.55	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.00 s
1.49/1.56	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  17916 time:  0.02 s
1.49/1.58	c Removed useless bin:      40  fixed:     0  props:   2.48M  time:  0.01 s
1.58/1.64	c lits-rem:         0  cl-subs:      180  v-elim:   5972  v-fix:    0  time:  0.06 s
1.58/1.67	c Finding binary XORs  T:     0.03 s  found:      15
1.58/1.68	c Replacing       15 vars Replaced      192 lits Time:     0.00 s 
1.69/1.70	c Finding non-binary XORs:     0.01 s (found:    5550, avg size: 3.0)
1.69/1.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    881 locsubst:  3542 time:   0.01
1.69/1.70	c Replacing     1771 vars Replaced    10626 lits Time:     0.00 s 
1.69/1.71	c calculated reachability. Time: 0.00
1.69/1.71	c Calc default polars -  time:   0.00 s pos:    1314 undec:   16735 neg:    7923
1.69/1.71	c =========================================================================================
1.69/1.71	c types(t): F = full restart, N = normal restart
1.69/1.71	c types(t): S = simplification begin/end, E = solution found
1.69/1.71	c restart types(rt): st = static, dy = dynamic
1.69/1.71	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.69/1.71	c  B st     0         0      9277     15118     12580         0     99714         0   no data   no data
1.89/1.90	c Decided on static restart strategy
2.10/2.19	c  N st     8      4912      9268     15118     12657      4690     99714    165273   no data   no data
2.99/3.03	c  N st    10     11298      9268     15118     12699      7775     99714    344198   no data   no data
3.79/3.82	c  N st    11     17041      9268     15118     12726      8073     99714    314170   no data   no data
4.99/5.03	c  F st    12     25000      9268     15118     12752      8950     99714    245474   no data   no data
4.99/5.04	c  N st    12     25000      9268     15117     12614      8947     99427    245420   no data   no data
5.59/5.67	c Decided on static restart strategy
5.59/5.67	c  N st    18     30001      9264     15117     12659     13757     99427    460018   no data   no data
5.59/5.67	c  S st    18     30001      9264     15117     12659     13757     99427    460018   no data   no data
5.69/5.78	c  S st    18     30502      9264     15117     12702     14211     99427    470220   no data   no data
5.69/5.79	c x-sub:  1771 x-cut:      0 vfix:      0 v-elim:    432 locsubst:     0 time:   0.01
6.09/6.18	c Flit:    71 Blit:      8 bXBeca:    0 bXProp:    8 Bins:  99739 BRemL:  44411 BRemN:     11 P:  7.7M T:  0.39
6.09/6.19	c Replacing        8 vars Replaced      731 lits Time:     0.01 s 
6.09/6.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.20	c bin-w-bin subsume rem          121 bins  time:  0.01 s
6.19/6.20	c subs with bin:      588  lits-rem:       481  v-fix:    0  time:  0.01 s
6.19/6.22	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:   8744 time:  0.01 s
6.19/6.22	c Removed useless bin:       1  fixed:     0  props:   0.27M  time:  0.00 s
6.19/6.25	c lits-rem:       210  cl-subs:      186  v-elim:   1499  v-fix:    0  time:  0.03 s
6.19/6.27	c subs with bin:      150  lits-rem:       530  v-fix:    0  time:  0.01 s
6.19/6.28	c lits-rem:       183  cl-subs:      255  v-elim:      0  v-fix:    0  time:  0.01 s
6.39/6.42	c asymm  cl-useful: 169/14787/14787 lits-rem:727 time: 0.14
6.39/6.43	c calculated reachability. Time: 0.00
6.39/6.43	c  N st    18     30502      7245     14787     54863      3933     87548    158321   no data   no data
6.39/6.45	c Finding binary XORs  T:     0.02 s  found:       0
7.29/7.32	c  N st    20     37613      7244     14787     54866      7647     87548    509328   no data   no data
8.18/8.23	c  N st    21     44012      7243     14787     54866     13949     87548   1225319   no data   no data
8.39/8.42	c  S st    22     45754      7243     14787     54871      8797     87548    408820   no data   no data
8.49/8.51	c  S st    22     46254      7243     14787     54879      9286     87548    421095   no data   no data
8.49/8.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    216 locsubst:     0 time:   0.01
8.70/8.72	c Flit:     9 Blit:      0 bXBeca:    0 bXProp:    6 Bins:   2280 BRemL:  20469 BRemN:    100 P:  3.7M T:  0.20
8.70/8.72	c Replacing        7 vars Replaced      203 lits Time:     0.01 s 
8.70/8.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.70/8.73	c bin-w-bin subsume rem          260 bins  time:  0.00 s
8.70/8.73	c subs with bin:       83  lits-rem:        49  v-fix:    0  time:  0.00 s
8.70/8.74	c Subs w/ non-existent bins:      0 l-rem:     35 v-fix:     0 done:   7011 time:  0.01 s
8.70/8.74	c Removed useless bin:       1  fixed:     0  props:   0.23M  time:  0.00 s
8.70/8.75	c lits-rem:         0  cl-subs:       37  v-elim:     32  v-fix:    0  time:  0.01 s
8.70/8.80	c subs with bin:        0  lits-rem:        21  v-fix:    0  time:  0.04 s
8.81/8.83	c lits-rem:       226  cl-subs:      158  v-elim:      0  v-fix:    0  time:  0.02 s
8.81/8.83	c vivif2 --  cl tried    14657 cl shrink       96 lits rem        238 time: 0.00
8.81/8.84	c vivif2 --  cl tried     6700 cl shrink      497 lits rem       2782 time: 0.01
8.89/8.99	c asymm  cl-useful: 68/14644/14644 lits-rem:167 time: 0.15
8.89/8.99	c calculated reachability. Time: 0.00
8.89/8.99	c  N st    22     46254      6979     14644     26900      6699     85780    213414   no data   no data
8.99/9.01	c Finding binary XORs  T:     0.02 s  found:       1
11.19/11.29	c  N st    23     60653      6979     14644     26914     12887     85780    902514   no data   no data
12.29/12.34	c  N st    24     69381      6978     14644     26914     11288     85780    398056   no data   no data
12.29/12.34	c  S st    24     69381      6978     14644     26914     11288     85780    398056   no data   no data
12.39/12.42	c  S st    24     69884      6975     14644     26917     11788     85780    417087   no data   no data
12.39/12.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    108 locsubst:     0 time:   0.01
12.49/12.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    453 BRemL:    395 BRemN:      6 P:  4.0M T:  0.16
12.59/12.60	c Replacing        1 vars Replaced       14 lits Time:     0.01 s 
12.59/12.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.59/12.60	c bin-w-bin subsume rem           17 bins  time:  0.00 s
12.59/12.61	c subs with bin:       46  lits-rem:        25  v-fix:    0  time:  0.00 s
12.59/12.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6866 time:  0.01 s
12.59/12.62	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
12.59/12.63	c lits-rem:         0  cl-subs:       60  v-elim:     43  v-fix:    0  time:  0.01 s
12.69/12.72	c subs with bin:        4  lits-rem:        53  v-fix:    0  time:  0.08 s
12.69/12.80	c lits-rem:       457  cl-subs:      520  v-elim:      0  v-fix:    0  time:  0.07 s
12.79/12.80	c vivif2 --  cl tried    14536 cl shrink       52 lits rem         65 time: 0.00
12.79/12.81	c vivif2 --  cl tried    10757 cl shrink      742 lits rem       1970 time: 0.01
12.89/12.95	c asymm  cl-useful: 379/14536/14536 lits-rem:959 time: 0.14
12.89/12.96	c calculated reachability. Time: 0.00
12.89/12.96	c  N st    24     69884      6823     14284     25837     10757     84549    370372   no data   no data
16.29/16.38	c  F st    25     87500      6823     14284     25837     16437     84549    755813   no data   no data
16.29/16.39	c  N st    25     87500      6823     14284     25837     16437     84549    755813   no data   no data
16.40/16.41	c Finding binary XORs  T:     0.02 s  found:     107
16.40/16.41	c Replacing      107 vars Replaced     2016 lits Time:     0.01 s 
16.99/17.06	c Decided on static restart strategy
17.39/17.43	c  N st    32     95539      6714     14284     25648     24296     84335   1140178   no data   no data
18.99/19.00	c  N st    34    104828      6714     14284     25649     20380     84335    696354   no data   no data
18.99/19.00	c  S st    34    104828      6714     14284     25649     20380     84335    696354   no data   no data
19.09/19.11	c  S st    34    105331      6714     14284     25649     20875     84334    706153   no data   no data
19.09/19.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.29/19.30	c Flit:     5 Blit:      6 bXBeca:    0 bXProp:    1 Bins:    185 BRemL:    122 BRemN:      0 P:  5.0M T:  0.18
19.29/19.31	c Replacing        1 vars Replaced     1362 lits Time:     0.01 s 
19.29/19.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.29/19.32	c bin-w-bin subsume rem          238 bins  time:  0.00 s
19.29/19.32	c subs with bin:      133  lits-rem:       146  v-fix:    0  time:  0.00 s
19.29/19.33	c Subs w/ non-existent bins:      0 l-rem:      6 v-fix:     0 done:   6701 time:  0.01 s
19.29/19.33	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
19.29/19.35	c lits-rem:        17  cl-subs:      237  v-elim:     56  v-fix:    0  time:  0.01 s
19.49/19.50	c subs with bin:       10  lits-rem:       577  v-fix:    0  time:  0.13 s
19.70/19.75	c lits-rem:       416  cl-subs:     1189  v-elim:      0  v-fix:    0  time:  0.25 s
19.70/19.76	c vivif2 --  cl tried    13871 cl shrink        2 lits rem          2 time: 0.00
19.70/19.78	c vivif2 --  cl tried    19129 cl shrink     2932 lits rem       8536 time: 0.03
19.89/19.94	c asymm  cl-useful: 52/13871/13871 lits-rem:119 time: 0.15
19.89/19.94	c calculated reachability. Time: 0.00
19.89/19.94	c  N st    34    105331      6645     13853     21558     19129     82177    627820   no data   no data
21.79/21.83	c  N st    35    114931      6644     13853     21560     14580     82177    417240   no data   no data
21.79/21.86	c Finding binary XORs  T:     0.02 s  found:      10
24.39/24.43	c  N st    36    129328      6644     13853     21527     28466     82127   1182889   no data   no data
29.39/29.42	c  N st    37    150923      6644     13853     21527     18445     82127    597823   no data   no data
30.49/30.52	c  S st    38    157997      6644     13853     21532     25295     82127    914765   no data   no data
30.59/30.64	c  S st    38    158498      6644     13853     21532     25795     82127    927727   no data   no data
30.59/30.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.80/30.83	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    498 BRemL:    400 BRemN:     17 P:  5.1M T:  0.18
30.80/30.85	c Replacing       10 vars Replaced     1772 lits Time:     0.02 s 
30.80/30.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.80/30.85	c bin-w-bin subsume rem           98 bins  time:  0.00 s
30.80/30.85	c subs with bin:        8  lits-rem:        21  v-fix:    0  time:  0.00 s
30.80/30.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6631 time:  0.01 s
30.80/30.86	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
30.80/30.88	c lits-rem:         1  cl-subs:       23  v-elim:     27  v-fix:    0  time:  0.02 s
31.09/31.13	c subs with bin:        5  lits-rem:       102  v-fix:    0  time:  0.23 s
31.39/31.45	c lits-rem:       723  cl-subs:     1360  v-elim:      0  v-fix:    0  time:  0.32 s
31.39/31.46	c vivif2 --  cl tried    13787 cl shrink        0 lits rem          0 time: 0.00
31.39/31.49	c vivif2 --  cl tried    22444 cl shrink     3384 lits rem      13287 time: 0.03
31.59/31.68	c asymm  cl-useful: 36/13787/13787 lits-rem:65 time: 0.18
31.59/31.68	c calculated reachability. Time: 0.00
31.59/31.68	c  N st    38    158498      6604     13780     21055     22444     81633    746965   no data   no data
31.69/31.70	c Finding binary XORs  T:     0.02 s  found:       3
41.69/41.79	c  N st    39    207088      6604     13780     21055     36029     81633   1607490   no data   no data
48.41/48.42	c  N st    40    237747      6603     13780     21061     27100     81632   1042514   no data   no data
48.41/48.42	c  S st    40    237747      6603     13780     21061     27100     81632   1042514   no data   no data
48.49/48.54	c  S st    40    238249      6602     13780     21061     27602     81632   1055589   no data   no data
48.49/48.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
48.69/48.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    154 BRemL:    155 BRemN:      2 P:  5.1M T:  0.19
48.69/48.76	c Replacing        5 vars Replaced     3547 lits Time:     0.02 s 
48.69/48.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.69/48.77	c bin-w-bin subsume rem           10 bins  time:  0.00 s
48.69/48.77	c subs with bin:        5  lits-rem:         5  v-fix:    0  time:  0.00 s
48.69/48.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6597 time:  0.01 s
48.69/48.78	c Removed useless bin:       3  fixed:     0  props:   0.25M  time:  0.00 s
48.79/48.80	c lits-rem:         0  cl-subs:        6  v-elim:      1  v-fix:    0  time:  0.02 s
49.09/49.11	c subs with bin:       16  lits-rem:       602  v-fix:    0  time:  0.29 s
49.59/49.60	c lits-rem:      1375  cl-subs:      592  v-elim:      0  v-fix:    0  time:  0.48 s
49.59/49.60	c vivif2 --  cl tried    13765 cl shrink        0 lits rem          0 time: 0.00
49.59/49.65	c vivif2 --  cl tried    26901 cl shrink     3455 lits rem      12637 time: 0.05
49.89/49.94	c asymm  cl-useful: 21/13765/13765 lits-rem:52 time: 0.29
49.89/49.95	c calculated reachability. Time: 0.00
49.89/49.95	c  N st    40    238249      6596     13763     20566     26901     81453   1016483   no data   no data
49.89/49.97	c Finding binary XORs  T:     0.02 s  found:       0
66.00/66.05	c  F st    41    306251      6596     13763     20571     26423     81453    771411   no data   no data
66.00/66.06	c  N st    41    306251      6596     13763     20571     26423     81453    771411   no data   no data
67.00/67.01	c Decided on static restart strategy
71.59/71.60	c  N st    51    334555      6594     13763     20575     30105     81453    947332   no data   no data
75.59/75.63	c  N st    53    357373      6593     13763     20583     27027     81453    689193   no data   no data
75.59/75.63	c  S st    53    357373      6593     13763     20583     27027     81453    689193   no data   no data
75.69/75.74	c  S st    53    357874      6593     13763     20584     27525     81453    699671   no data   no data
75.69/75.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.91/75.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    161 BRemL:    129 BRemN:      0 P:  5.0M T:  0.18
75.91/75.94	c Replacing        1 vars Replaced       85 lits Time:     0.01 s 
75.91/75.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.91/75.95	c bin-w-bin subsume rem           14 bins  time:  0.00 s
75.91/75.95	c subs with bin:        2  lits-rem:         2  v-fix:    0  time:  0.00 s
75.91/75.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6592 time:  0.01 s
75.91/75.96	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
75.91/75.98	c lits-rem:         0  cl-subs:        2  v-elim:      1  v-fix:    0  time:  0.02 s
76.09/76.13	c subs with bin:       14  lits-rem:       159  v-fix:    0  time:  0.13 s
76.19/76.28	c lits-rem:      2501  cl-subs:      685  v-elim:      0  v-fix:    0  time:  0.16 s
76.19/76.29	c vivif2 --  cl tried    13755 cl shrink        0 lits rem          0 time: 0.00
76.29/76.31	c vivif2 --  cl tried    26477 cl shrink     1577 lits rem       5201 time: 0.03
76.49/76.50	c asymm  cl-useful: 26/13755/13755 lits-rem:62 time: 0.19
76.49/76.51	c calculated reachability. Time: 0.00
76.49/76.51	c  N st    53    357874      6591     13746     20133     26477     81232    669901   no data   no data
76.49/76.52	c Finding binary XORs  T:     0.02 s  found:       4
85.10/85.12	c  N st    54    390266      6591     13746     20133     32056     81232    911746   no data   no data
97.10/97.12	c  N st    55    438854      6590     13746     20136     52482     81232   2170548   no data   no data
116.09/116.14	c  N st    56    511739      6590     13746     20136     37154     81231   1181165   no data   no data
123.59/123.64	c  N st    57    536811      6590     13746     20137     61820     81231   3300928   no data   no data
123.59/123.64	c  S st    57    536811      6590     13746     20137     61820     81231   3300928   no data   no data
123.89/123.92	c  S st    57    537315      6590     13746     20138     62322     81231   3316212   no data   no data
123.89/123.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
124.09/124.20	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    602 BRemL:   1110 BRemN:      4 P:  8.2M T:  0.26
124.20/124.23	c Replacing        6 vars Replaced     1593 lits Time:     0.04 s 
124.20/124.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
124.20/124.24	c bin-w-bin subsume rem            8 bins  time:  0.00 s
124.20/124.24	c subs with bin:        9  lits-rem:        10  v-fix:    0  time:  0.00 s
124.20/124.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6582 time:  0.00 s
124.20/124.25	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
124.20/124.28	c lits-rem:         1  cl-subs:        7  v-elim:      1  v-fix:    0  time:  0.03 s
125.29/125.40	c subs with bin:       27  lits-rem:      1274  v-fix:    0  time:  1.02 s
131.39/131.46	c lits-rem:     11031  cl-subs:     2029  v-elim:      0  v-fix:    0  time:  6.06 s
131.39/131.46	c vivif2 --  cl tried    13724 cl shrink        0 lits rem          0 time: 0.00
131.59/131.68	c vivif2 --  cl tried    59739 cl shrink    21204 lits rem     112382 time: 0.21
132.01/132.07	c asymm  cl-useful: 62/6957/13724 lits-rem:80 time: 0.39
132.01/132.07	c calculated reachability. Time: 0.00
132.01/132.07	c  N st    57    537315      6581     13723     18858     59739     80999   3039332   no data   no data
132.01/132.09	c Finding binary XORs  T:     0.02 s  found:       0
182.50/182.51	c  N st    58    701301      6581     13723     18861     53884     80997   2204563   no data   no data
215.61/215.62	c  N st    59    805975      6580     13723     18862     46441     80997   1420594   no data   no data
215.61/215.62	c  S st    59    805975      6580     13723     18862     46441     80997   1420594   no data   no data
215.80/215.80	c  S st    59    806479      6580     13723     18863     46939     80997   1431705   no data   no data
215.80/215.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.00/216.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    812 BRemL:    934 BRemN:      0 P:  6.8M T:  0.22
216.00/216.05	c Replacing        1 vars Replaced       73 lits Time:     0.02 s 
216.00/216.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
216.00/216.05	c bin-w-bin subsume rem            8 bins  time:  0.00 s
216.00/216.06	c subs with bin:        4  lits-rem:         2  v-fix:    0  time:  0.00 s
216.00/216.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6579 time:  0.01 s
216.00/216.07	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
216.00/216.09	c lits-rem:         0  cl-subs:       15  v-elim:      4  v-fix:    0  time:  0.02 s
216.40/216.40	c subs with bin:        2  lits-rem:       269  v-fix:    0  time:  0.27 s
217.29/217.33	c lits-rem:       816  cl-subs:     1581  v-elim:      0  v-fix:    0  time:  0.93 s
217.29/217.33	c vivif2 --  cl tried    13703 cl shrink        0 lits rem          0 time: 0.00
217.39/217.40	c vivif2 --  cl tried    43797 cl shrink     6180 lits rem      25792 time: 0.06
217.49/217.55	c asymm  cl-useful: 1/6746/13703 lits-rem:1 time: 0.15
217.49/217.55	c calculated reachability. Time: 0.00
217.49/217.55	c  N st    59    806479      6575     13703     18174     43797     80890   1291955   no data   no data
217.49/217.57	c Finding binary XORs  T:     0.02 s  found:       0
298.30/298.30	c  F st    60   1071879      6575     13703     18188     58063     80890   1928203   no data   no data
298.30/298.31	c  N st    60   1071879      6575     13703     18188     58063     80890   1928203   no data   no data
299.70/299.72	c Decided on static restart strategy
305.50/305.53	c  N st    70   1100189      6573     13703     18194     85305     80890   3317798   no data   no data
316.10/316.13	c  N st    72   1136181      6573     13703     18194     75827     80890   2514619   no data   no data
326.72/326.73	c  N st    73   1168573      6573     13703     18194     62164     80890   2109554   no data   no data
338.70/338.71	c  N st    74   1209720      6573     13703     18202     55210     80890   1681247   no data   no data
338.70/338.71	c  S st    74   1209720      6573     13703     18202     55210     80890   1681247   no data   no data
338.90/338.93	c  S st    74   1210220      6573     13703     18202     55707     80889   1693307   no data   no data
338.90/338.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
339.10/339.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    481 BRemL:    432 BRemN:      0 P:  7.9M T:  0.24
339.10/339.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
339.10/339.19	c bin-w-bin subsume rem            2 bins  time:  0.00 s
339.10/339.19	c subs with bin:        4  lits-rem:         2  v-fix:    0  time:  0.00 s
339.20/339.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6573 time:  0.01 s
339.20/339.20	c Removed useless bin:       1  fixed:     0  props:   0.24M  time:  0.00 s
339.20/339.23	c lits-rem:         0  cl-subs:        4  v-elim:      3  v-fix:    0  time:  0.03 s
339.60/339.62	c subs with bin:       15  lits-rem:       346  v-fix:    0  time:  0.35 s
340.40/340.40	c lits-rem:      3559  cl-subs:      695  v-elim:      0  v-fix:    0  time:  0.78 s
340.40/340.40	c vivif2 --  cl tried    13695 cl shrink        0 lits rem          0 time: 0.00
340.40/340.47	c vivif2 --  cl tried    49886 cl shrink     4145 lits rem      24535 time: 0.07
340.70/340.78	c asymm  cl-useful: 32/9669/13695 lits-rem:39 time: 0.31
340.70/340.78	c calculated reachability. Time: 0.00
340.70/340.78	c  N st    74   1210220      6570     13692     17492     49885     80760   1474270   no data   no data
340.80/340.80	c Finding binary XORs  T:     0.02 s  found:       0
365.21/365.26	c  N st    75   1283103      6570     13692     17495     75988     80760   3630948   no data   no data
402.90/402.94	c  N st    76   1392426      6568     13692     17500     84240     80760   2470883   no data   no data
465.41/465.49	c  N st    77   1556410      6567     13692     17507     92749     80760   3941205   no data   no data
515.31/515.32	c  N st    78   1710220      6566     13692     17509     79967     80760   3183803   no data   no data
515.31/515.32	c  S st    78   1710220      6566     13692     17509     79967     80760   3183803   no data   no data
515.61/515.61	c  S st    78   1710722      6566     13692     17510     80466     80760   3198325   no data   no data
515.61/515.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
515.92/515.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    308 BRemL:    416 BRemN:      0 P:  9.2M T:  0.29
515.92/515.95	c Replacing        3 vars Replaced      238 lits Time:     0.04 s 
515.92/515.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
515.92/515.96	c bin-w-bin subsume rem           15 bins  time:  0.00 s
515.92/515.96	c subs with bin:       15  lits-rem:         7  v-fix:    0  time:  0.00 s
515.92/515.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6563 time:  0.01 s
515.92/515.97	c Removed useless bin:       4  fixed:     0  props:   0.25M  time:  0.00 s
516.01/516.01	c lits-rem:         0  cl-subs:       11  v-elim:      1  v-fix:    0  time:  0.04 s
517.21/517.20	c subs with bin:       44  lits-rem:      2527  v-fix:    0  time:  1.11 s
523.01/523.01	c lits-rem:      2263  cl-subs:     3600  v-elim:      0  v-fix:    0  time:  5.81 s
523.01/523.01	c vivif2 --  cl tried    13648 cl shrink        0 lits rem          0 time: 0.00
523.20/523.20	c vivif2 --  cl tried    76772 cl shrink    19839 lits rem     100792 time: 0.19
523.30/523.36	c asymm  cl-useful: 1/3979/13648 lits-rem:3 time: 0.16
523.30/523.37	c calculated reachability. Time: 0.00
523.30/523.37	c  N st    78   1710722      6562     13647     16693     76772     80544   2922098   no data   no data
523.30/523.38	c Finding binary XORs  T:     0.02 s  found:       0
704.91/704.96	c  N st    79   2079686      6562     13647     16698     85058     80544   3386821   no data   no data
750.81/750.85	c  N st    80   2210723      6562     13647     16698     87247     80544   3135722   no data   no data
750.81/750.85	c  S st    80   2210723      6562     13647     16698     87247     80544   3135722   no data   no data
751.11/751.16	c  S st    80   2211224      6562     13647     16699     87746     80544   3151629   no data   no data
751.11/751.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
751.51/751.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     72 BRemL:     41 BRemN:      4 P: 11.5M T:  0.35
751.51/751.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
751.51/751.53	c bin-w-bin subsume rem            8 bins  time:  0.00 s
751.51/751.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
751.51/751.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6562 time:  0.01 s
751.51/751.55	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
751.51/751.59	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.04 s
752.51/752.55	c subs with bin:        5  lits-rem:       237  v-fix:    0  time:  0.88 s
756.21/756.22	c lits-rem:      7589  cl-subs:     2293  v-elim:      0  v-fix:    0  time:  3.68 s
756.21/756.23	c vivif2 --  cl tried    13646 cl shrink        0 lits rem          0 time: 0.00
756.31/756.38	c vivif2 --  cl tried    82823 cl shrink    12780 lits rem      49138 time: 0.15
756.72/756.71	c asymm  cl-useful: 27/5633/13646 lits-rem:29 time: 0.33
756.72/756.72	c calculated reachability. Time: 0.00
756.72/756.72	c  N st    80   2211224      6561     13646     16719     82823     80495   2843512   no data   no data
993.63/993.63	c  N st    81   2711224      6559     13646     16725    103953     80495   4030373   no data   no data
993.63/993.63	c  S st    81   2711224      6559     13646     16725    103953     80495   4030373   no data   no data
993.92/993.99	c  S st    81   2711725      6559     13646     16726    104453     80495   4045633   no data   no data
994.02/994.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
994.33/994.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     39 BRemL:     19 BRemN:      0 P: 13.0M T:  0.39
994.33/994.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
994.33/994.41	c bin-w-bin subsume rem            2 bins  time:  0.00 s
994.44/994.41	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.00 s
994.44/994.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6559 time:  0.01 s
994.44/994.42	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
994.44/994.47	c lits-rem:         0  cl-subs:        5  v-elim:      1  v-fix:    0  time:  0.05 s
995.54/995.59	c subs with bin:        6  lits-rem:        89  v-fix:    0  time:  0.99 s
1008.43/1008.44	c lits-rem:     10371  cl-subs:     4286  v-elim:      0  v-fix:    0  time: 12.86 s
1008.43/1008.45	c vivif2 --  cl tried    13640 cl shrink        0 lits rem          0 time: 0.00
1008.73/1008.71	c vivif2 --  cl tried   100152 cl shrink    22623 lits rem     127108 time: 0.26
1009.02/1009.01	c asymm  cl-useful: 20/4554/13640 lits-rem:22 time: 0.30
1009.02/1009.02	c calculated reachability. Time: 0.00
1009.02/1009.02	c  N st    81   2711725      6558     13639     16441    100152     80374   3705329   no data   no data
1009.02/1009.04	c Finding binary XORs  T:     0.02 s  found:       0
1254.04/1254.01	c  N st    82   3211725      6558     13639     16444    148015     80374   6783499   no data   no data
1254.04/1254.01	c  S st    82   3211725      6558     13639     16444    148015     80374   6783499   no data   no data
1254.53/1254.59	c  S st    82   3212228      6558     13639     16444    148512     80374   6796782   no data   no data
1254.63/1254.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1255.14/1255.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     60 BRemL:     23 BRemN:      0 P: 15.2M T:  0.51
1255.14/1255.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.14/1255.13	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1255.14/1255.13	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
1255.14/1255.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6558 time:  0.01 s
1255.14/1255.14	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
1255.23/1255.22	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.07 s
1257.03/1257.09	c subs with bin:        4  lits-rem:      1735  v-fix:    0  time:  1.69 s
1294.43/1294.41	c lits-rem:      4128  cl-subs:     8263  v-elim:      0  v-fix:    0  time: 37.32 s
1294.43/1294.41	c vivif2 --  cl tried    13641 cl shrink        0 lits rem          0 time: 0.00
1295.04/1295.01	c vivif2 --  cl tried   140245 cl shrink    46723 lits rem     214111 time: 0.59
1295.24/1295.28	c asymm  cl-useful: 0/3454/13641 lits-rem:0 time: 0.27
1295.24/1295.29	c calculated reachability. Time: 0.00
1295.24/1295.29	c  N st    82   3212228      6557     13641     16475    140245     80380   6195319   no data   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-3368451-1305388647/watcher-3368451-1305388647 -o /tmp/evaluation-result-3368451-1305388647/solver-3368451-1305388647 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368451-1305388647.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.19 3.84 3.83 3/358 12980
/proc/meminfo: memFree=25580868/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=25784 CPUtime=0 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 1869 0 0 0 0 0 0 0 18 0 1 0 729095382 26402816 1583 33554432000 4194304 4580011 140734194795744 18446744073709551615 4307153 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 6446 1588 322 95 0 1428 0

[startup+0.049964 s]
/proc/loadavg: 3.19 3.84 3.83 3/358 12980
/proc/meminfo: memFree=25580868/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=39720 CPUtime=0.04 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 3790 0 0 0 4 0 0 0 18 0 1 0 729095382 40673280 3221 33554432000 4194304 4580011 140734194795744 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 9930 3221 340 95 0 4912 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 39720

[startup+0.10094 s]
/proc/loadavg: 3.19 3.84 3.83 3/358 12980
/proc/meminfo: memFree=25580868/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=39720 CPUtime=0.09 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 3790 0 0 0 9 0 0 0 18 0 1 0 729095382 40673280 3221 33554432000 4194304 4580011 140734194795744 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 9930 3221 340 95 0 4912 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39720

[startup+0.300896 s]
/proc/loadavg: 3.19 3.84 3.83 3/358 12980
/proc/meminfo: memFree=25580868/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=39720 CPUtime=0.29 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 3790 0 0 0 29 0 0 0 18 0 1 0 729095382 40673280 3221 33554432000 4194304 4580011 140734194795744 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 9930 3221 340 95 0 4912 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39720

[startup+0.700827 s]
/proc/loadavg: 3.19 3.84 3.83 3/358 12980
/proc/meminfo: memFree=25580868/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=48020 CPUtime=0.69 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 5863 0 0 0 69 0 0 0 18 0 1 0 729095382 49172480 5294 33554432000 4194304 4580011 140734194795744 18446744073709551615 251367207621 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 12005 5295 342 95 0 6987 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48020

[startup+1.50068 s]
/proc/loadavg: 3.19 3.84 3.83 5/371 13002
/proc/meminfo: memFree=25400104/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=72456 CPUtime=1.49 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 11961 0 0 0 148 1 0 0 20 0 1 0 729095382 74194944 11392 33554432000 4194304 4580011 140734194795744 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 18114 11392 342 95 0 13096 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72456

[startup+3.10038 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25225880/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=85500 CPUtime=3.09 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 16401 0 0 0 307 2 0 0 25 0 1 0 729095382 87552000 14512 33554432000 4194304 4580011 140734194795744 18446744073709551615 4295052 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 21375 14512 365 95 0 16357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85500

[startup+6.30079 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25016948/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=93856 CPUtime=6.29 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 19833 0 0 0 627 2 0 0 25 0 1 0 729095382 96108544 16660 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 23464 16660 367 95 0 18446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93856

[startup+12.7006 s]
/proc/loadavg: 3.44 3.86 3.84 5/371 13002
/proc/meminfo: memFree=24913788/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=103096 CPUtime=12.69 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 24926 0 0 0 1265 4 0 0 25 0 1 0 729095382 105570304 18104 33554432000 4194304 4580011 140734194795744 18446744073709551615 4413255 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 25774 18104 367 95 0 20756 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 103096

[startup+25.5003 s]
/proc/loadavg: 3.52 3.87 3.84 5/371 13002
/proc/meminfo: memFree=24794416/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=109380 CPUtime=25.49 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 32980 0 0 0 2544 5 0 0 25 0 1 0 729095382 112005120 20289 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 27345 20289 367 95 0 22327 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109380

[startup+51.1005 s]
/proc/loadavg: 3.69 3.88 3.84 5/371 13003
/proc/meminfo: memFree=24610268/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=126704 CPUtime=51.09 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 45548 0 0 0 5102 7 0 0 25 0 1 0 729095382 129744896 24963 33554432000 4194304 4580011 140734194795744 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 31676 24963 367 95 0 26658 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 126704

[startup+102.314 s]
/proc/loadavg: 3.87 3.89 3.85 5/371 13004
/proc/meminfo: memFree=24385628/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=127548 CPUtime=102.31 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 63363 0 0 0 10220 11 0 0 25 0 1 0 729095382 130609152 25474 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294273 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 31887 25474 367 95 0 26869 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 127548

[startup+162.301 s]
/proc/loadavg: 4.19 3.96 3.87 5/371 13006
/proc/meminfo: memFree=24295188/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=175468 CPUtime=162.29 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 93808 0 0 0 16214 15 0 0 25 0 1 0 729095382 179679232 37546 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 43867 37546 367 95 0 38849 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 175468

[startup+222.301 s]
/proc/loadavg: 4.25 4.01 3.89 5/371 13017
/proc/meminfo: memFree=24200120/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=182052 CPUtime=222.3 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 111911 0 0 0 22211 19 0 0 25 0 1 0 729095382 186421248 38734 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 45513 38734 367 95 0 40495 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 182052

[startup+282.301 s]
/proc/loadavg: 4.09 4.01 3.90 5/371 13018
/proc/meminfo: memFree=24144920/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=182784 CPUtime=282.3 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 129626 0 0 0 28208 22 0 0 25 0 1 0 729095382 187170816 38162 33554432000 4194304 4580011 140734194795744 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 45696 38162 367 95 0 40678 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182784

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 3.90 5/371 13020
/proc/meminfo: memFree=23916608/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=187088 CPUtime=342.3 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 146422 0 0 0 34205 25 0 0 25 0 1 0 729095382 191578112 39296 33554432000 4194304 4580011 140734194795744 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 46772 39296 367 95 0 41754 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 187088

[startup+402.301 s]
/proc/loadavg: 4.08 4.02 3.91 5/371 13021
/proc/meminfo: memFree=23647252/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=200828 CPUtime=402.3 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 160025 0 0 0 40203 27 0 0 25 0 1 0 729095382 205647872 42933 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 50207 42933 367 95 0 45189 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 200828

[startup+462.301 s]
/proc/loadavg: 4.10 4.03 3.92 5/371 13023
/proc/meminfo: memFree=23666076/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=201576 CPUtime=462.31 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 176279 0 0 0 46200 31 0 0 25 0 1 0 729095382 206413824 43974 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 50394 43974 367 95 0 45376 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 201576

[startup+522.301 s]
/proc/loadavg: 4.16 4.05 3.93 5/371 13025
/proc/meminfo: memFree=23718748/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=209988 CPUtime=522.31 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 192275 0 0 0 52197 34 0 0 25 0 1 0 729095382 215027712 45305 33554432000 4194304 4580011 140734194795744 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 52497 45305 367 95 0 47479 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 209988

[startup+582.301 s]
/proc/loadavg: 4.11 4.06 3.93 5/371 13026
/proc/meminfo: memFree=23673940/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=210444 CPUtime=582.31 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 207366 0 0 0 58194 37 0 0 25 0 1 0 729095382 215494656 46152 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 52611 46152 367 95 0 47593 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 210444

[startup+642.301 s]
/proc/loadavg: 4.04 4.04 3.93 5/371 13028
/proc/meminfo: memFree=23656552/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=211328 CPUtime=642.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 221697 0 0 0 64191 41 0 0 25 0 1 0 729095382 216399872 45946 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 52832 45946 367 95 0 47814 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 211328

[startup+702.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/371 13029
/proc/meminfo: memFree=23556820/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=212068 CPUtime=702.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 234033 0 0 0 70189 43 0 0 25 0 1 0 729095382 217157632 45519 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 53017 45519 367 95 0 47999 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 212068

[startup+762.313 s]
/proc/loadavg: 4.12 4.05 3.94 5/371 13031
/proc/meminfo: memFree=22978560/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=294488 CPUtime=762.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 249827 0 0 0 76187 45 0 0 25 0 1 0 729095382 301555712 49622 33554432000 4194304 4580011 140734194795744 18446744073709551615 4295655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 73622 49622 367 95 0 68604 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 294488

[startup+822.3 s]
/proc/loadavg: 4.04 4.04 3.94 5/371 13033
/proc/meminfo: memFree=22957464/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=239144 CPUtime=822.31 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 260973 0 0 0 82184 47 0 0 25 0 1 0 729095382 244883456 52852 33554432000 4194304 4580011 140734194795744 18446744073709551615 4295125 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 59786 52852 367 95 0 54768 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 239144

[startup+882.3 s]
/proc/loadavg: 4.01 4.03 3.94 5/371 13034
/proc/meminfo: memFree=23020672/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=239392 CPUtime=882.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 271868 0 0 0 88182 50 0 0 25 0 1 0 729095382 245137408 52294 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 59848 52294 367 95 0 54830 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 239392

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/371 13036
/proc/meminfo: memFree=22922444/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=313428 CPUtime=942.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 280745 0 0 0 94179 53 0 0 25 0 1 0 729095382 320950272 54998 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 78357 54998 367 95 0 73339 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 313428

[startup+1002.3 s]
/proc/loadavg: 4.07 4.05 3.96 5/371 13037
/proc/meminfo: memFree=22850112/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=246428 CPUtime=1002.33 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 293364 0 0 0 100177 56 0 0 25 0 1 0 729095382 252342272 54678 33554432000 4194304 4580011 140734194795744 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 61607 54678 367 95 0 56589 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 246428

[startup+1062.3 s]
/proc/loadavg: 4.03 4.04 3.96 5/371 13039
/proc/meminfo: memFree=22754100/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=322664 CPUtime=1062.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 302975 0 0 0 106174 58 0 0 25 0 1 0 729095382 330407936 56107 33554432000 4194304 4580011 140734194795744 18446744073709551615 4295447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 80666 56107 367 95 0 75648 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 322664

[startup+1122.3 s]
/proc/loadavg: 4.04 4.04 3.96 5/371 13041
/proc/meminfo: memFree=22705948/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=246756 CPUtime=1122.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 314159 0 0 0 112170 62 0 0 25 0 1 0 729095382 252678144 54300 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 61689 54300 367 95 0 56671 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 246756

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.96 5/371 13042
/proc/meminfo: memFree=22717324/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=324764 CPUtime=1182.32 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 324258 0 0 0 118166 66 0 0 25 0 1 0 729095382 332558336 57104 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 81191 57104 367 95 0 76173 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 324764

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/371 13044
/proc/meminfo: memFree=22740236/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=326352 CPUtime=1242.33 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 338104 0 0 0 124163 70 0 0 25 0 1 0 729095382 334184448 55814 33554432000 4194304 4580011 140734194795744 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 81588 55814 367 95 0 76570 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 326352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.06 3.98 5/371 13045
/proc/meminfo: memFree=22720860/32950928 swapFree=38710892/67111528
[pid=12980] ppid=12978 vsize=380904 CPUtime=1300.04 cores=1,3
/proc/12980/stat : 12980 (strangenight2-s) R 12978 12980 12941 0 -1 4202496 356002 0 0 0 129931 73 0 0 25 0 1 0 729095382 390045696 73712 33554432000 4194304 4580011 140734194795744 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12980/statm: 95226 73712 367 95 0 90208 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 380904

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.32
CPU system time (s): 0.743886
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 380904

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

runsolver used 4.44832 second user time and 10.9583 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 17:57:27
IDJOB=3368451
IDBENCH=83108
IDSOLVER=1845
FILE ID=node113/3368451-1305388647
RUNJOBID= node113-1305388647-12961
PBS_JOBID= 13324409
Free space on /tmp= 73440 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=575892427

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25582760 kB
Buffers:        242532 kB
Cached:        2471716 kB
SwapCached:      93712 kB
Active:         728964 kB
Inactive:      6377068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25582760 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           15204 kB
Writeback:          12 kB
AnonPages:     4309600 kB
Mapped:          13404 kB
Slab:           103176 kB
PageTables:      92032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87047356 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73408 MiB
End job on node113 at 2011-05-14 18:19:09