Trace number 3367660

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.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S34055288-072.SATISFIABLE.cnf
MD5SUM10f0c0c20b1ddb1f4561bcd231d72d23
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043992
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

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-3367660-1305385287.cnf'
0.00/0.00	c -- header says num vars:            125
0.00/0.00	c -- header says num clauses:        2662
0.00/0.00	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.00	c -- vars added        125
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      58 undec:       5 neg:      62
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       125      2662         0         0     13310         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.13	c  N st     8      4915       125      2662         0      4676     13310    122132   no data   no data
0.29/0.32	c  N st    10     11299       125      2662         0      4315     13310     86803   no data   no data
0.49/0.53	c  N st    11     17042       125      2662         0      9725     13310    232836   no data   no data
0.78/0.83	c  F st    12     25001       125      2662         0     11937     13310    287864   no data   no data
0.78/0.83	c  N st    12     25001       125      2662         0     11937     13310    287864   no data   no data
0.99/1.05	c Decided on static restart strategy
0.99/1.05	c  N st    18     30002       125      2662         0     10214     13310    226933   no data   no data
0.99/1.05	c  S st    18     30002       125      2662         0     10214     13310    226933   no data   no data
0.99/1.08	c  S st    18     30505       125      2662         0     10703     13310    239636   no data   no data
0.99/1.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.99/1.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.99/1.09	c blocked clauses removed:        0 vars:      0 tried:         125 T: 0.00 s
0.99/1.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.99/1.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.99/1.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.99/1.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.99/1.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.99/1.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/1.27	c lits-rem:       170  cl-subs:     1375  v-elim:      0  v-fix:    0  time:  0.17 s
1.28/1.30	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
1.28/1.30	c calculated reachability. Time: 0.00
1.28/1.30	c  N st    18     30505       125      2662         0      9328     13310    201158   no data   no data
1.58/1.62	c  N st    20     37618       125      2662         0      8625     13310    167481   no data   no data
1.88/1.90	c  N st    21     44017       125      2662         0     14678     13310    333662   no data   no data
1.98/2.00	c  S st    22     45757       125      2662         0     16303     13310    376906   no data   no data
1.98/2.04	c  S st    22     46261       125      2662         0     16790     13310    389918   no data   no data
1.98/2.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.98/2.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.98/2.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.98/2.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.98/2.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.98/2.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1.98/2.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.98/2.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.98/2.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.38/2.46	c lits-rem:       315  cl-subs:     1640  v-elim:      0  v-fix:    0  time:  0.40 s
2.38/2.46	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2.38/2.46	c vivif2 --  cl tried    15150 cl shrink        0 lits rem          0 time: 0.00
2.48/2.52	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.05
2.48/2.52	c calculated reachability. Time: 0.00
2.48/2.52	c  N st    22     46261       125      2662         0     15150     13310    341620   no data   no data
3.29/3.32	c  N st    23     60658       125      2662         0     10981     13310    200484   no data   no data
3.78/3.84	c  N st    24     69392       125      2662         0     19135     13310    410247   no data   no data
3.78/3.84	c  S st    24     69392       125      2662         0     19135     13310    410247   no data   no data
3.78/3.89	c  S st    24     69892       125      2662         0     19624     13310    422613   no data   no data
3.78/3.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.88/3.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
3.88/3.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.88/3.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.88/3.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.88/3.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3.88/3.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.88/3.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.88/3.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.48/4.54	c lits-rem:       452  cl-subs:     2234  v-elim:      0  v-fix:    0  time:  0.62 s
4.48/4.54	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
4.48/4.54	c vivif2 --  cl tried    17390 cl shrink        0 lits rem          0 time: 0.00
4.58/4.61	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.07
4.58/4.61	c calculated reachability. Time: 0.00
4.58/4.61	c  N st    24     69892       125      2662         0     17390     13310    362215   no data   no data
5.68/5.76	c  F st    25     87501       125      2662         0     12428     13310    214854   no data   no data
5.68/5.76	c  N st    25     87501       125      2662         0     12428     13310    214854   no data   no data
5.98/6.03	c Decided on static restart strategy
6.18/6.20	c  N st    32     95540       125      2662         0     20021     13310    413910   no data   no data
6.79/6.85	c  N st    34    104841       125      2662         0     16554     13310    311755   no data   no data
6.79/6.85	c  S st    34    104841       125      2662         0     16554     13310    311755   no data   no data
6.79/6.89	c  S st    34    105346       125      2662         0     17050     13310    324210   no data   no data
6.79/6.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.79/6.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.79/6.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.79/6.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.79/6.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.79/6.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
6.79/6.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.89/6.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.89/6.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.11	c lits-rem:       202  cl-subs:     1165  v-elim:      0  v-fix:    0  time:  0.21 s
7.09/7.11	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
7.09/7.11	c vivif2 --  cl tried    15885 cl shrink        0 lits rem          0 time: 0.00
7.09/7.17	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
7.09/7.17	c calculated reachability. Time: 0.00
7.09/7.17	c  N st    34    105346       125      2662         0     15885     13310    294477   no data   no data
7.79/7.87	c  N st    35    114945       125      2662         0     24905     13310    529277   no data   no data
8.80/8.85	c  N st    36    129343       125      2662         0     25269     13310    525414   no data   no data
10.19/10.29	c  N st    37    150938       125      2662         0     16525     13310    263688   no data   no data
10.69/10.74	c  S st    38    158019       125      2662         0     23185     13310    440543   no data   no data
10.79/10.80	c  S st    38    158521       125      2662         0     23675     13310    453112   no data   no data
10.79/10.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.79/10.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
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            0 bins  time:  0.00 s
10.79/10.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.79/10.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
10.79/10.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.79/10.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.79/10.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.18/11.29	c lits-rem:       460  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  0.47 s
11.18/11.29	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
11.28/11.30	c vivif2 --  cl tried    22058 cl shrink        0 lits rem          0 time: 0.00
11.28/11.38	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.08
11.28/11.38	c calculated reachability. Time: 0.00
11.28/11.38	c  N st    38    158521       125      2662         0     22058     13310    409688   no data   no data
15.39/15.47	c  N st    39    207109       125      2662         0     34739     13310    707146   no data   no data
17.98/18.02	c  N st    40    237781       125      2662         0     26914     13310    485976   no data   no data
17.98/18.02	c  S st    40    237781       125      2662         0     26914     13310    485976   no data   no data
17.98/18.09	c  S st    40    238281       125      2662         0     27403     13310    498903   no data   no data
17.98/18.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.98/18.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
17.98/18.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.98/18.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.98/18.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.98/18.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
17.98/18.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.08/18.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.08/18.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.78/18.80	c lits-rem:       433  cl-subs:     2121  v-elim:      0  v-fix:    0  time:  0.69 s
18.78/18.80	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
18.78/18.80	c vivif2 --  cl tried    25282 cl shrink        0 lits rem          0 time: 0.01
18.88/18.90	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.09
18.88/18.90	c calculated reachability. Time: 0.00
18.88/18.90	c  N st    40    238281       125      2662         0     25282     13310    446255   no data   no data
24.79/24.84	c  F st    41    306255       125      2662         0     27179     13310    450749   no data   no data
24.79/24.84	c  N st    41    306255       125      2662         0     27179     13310    450749   no data   no data
25.29/25.32	c Decided on static restart strategy
27.49/27.55	c  N st    51    334563       125      2662         0     31309     13310    540297   no data   no data
29.78/29.80	c  N st    53    357422       125      2662         0     29316     13310    467151   no data   no data
29.78/29.80	c  S st    53    357422       125      2662         0     29316     13310    467151   no data   no data
29.78/29.88	c  S st    53    357925       125      2662         0     29803     13310    480030   no data   no data
29.78/29.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.78/29.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
29.78/29.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.78/29.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.78/29.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.78/29.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
29.78/29.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.78/29.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.88/29.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.18/30.29	c lits-rem:       393  cl-subs:     1318  v-elim:      0  v-fix:    0  time:  0.39 s
30.18/30.29	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
30.28/30.30	c vivif2 --  cl tried    28485 cl shrink        0 lits rem          0 time: 0.00
30.38/30.40	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.10
30.38/30.40	c calculated reachability. Time: 0.00
30.38/30.40	c  N st    53    357925       125      2662         0     28485     13310    446717   no data   no data
33.59/33.61	c  N st    54    390317       125      2662         0     34491     13310    592926   no data   no data
38.58/38.67	c  N st    55    438906       125      2662         0     28578     13310    419133   no data   no data
46.59/46.62	c  N st    56    511788       125      2662         0     41393     13310    728841   no data   no data
49.59/49.62	c  N st    57    536887       125      2662         0     35942     13310    560359   no data   no data
49.59/49.62	c  S st    57    536887       125      2662         0     35942     13310    560359   no data   no data
49.69/49.70	c  S st    57    537389       125      2662         0     36432     13310    572769   no data   no data
49.69/49.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.69/49.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
49.69/49.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.69/49.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.69/49.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.69/49.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
49.69/49.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.69/49.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.69/49.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.18/50.29	c lits-rem:       583  cl-subs:     1512  v-elim:      0  v-fix:    0  time:  0.55 s
50.18/50.29	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
50.18/50.29	c vivif2 --  cl tried    34920 cl shrink        0 lits rem          0 time: 0.01
50.38/50.42	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.12
50.38/50.42	c calculated reachability. Time: 0.00
50.38/50.42	c  N st    57    537389       125      2662         0     34920     13310    534276   no data   no data
71.29/71.38	c  N st    58    701373       125      2662         0     63159     13310   1219006   no data   no data
84.70/84.71	c  N st    59    806083       125      2662         0     57123     13310   1011041   no data   no data
84.70/84.71	c  S st    59    806083       125      2662         0     57123     13310   1011041   no data   no data
84.79/84.85	c  S st    59    806585       125      2662         0     57603     13310   1023993   no data   no data
84.79/84.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.79/84.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
84.79/84.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
84.79/84.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.79/84.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.79/84.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
84.79/84.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.79/84.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
84.89/84.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.18/88.29	c lits-rem:      1732  cl-subs:     4705  v-elim:      0  v-fix:    0  time:  3.38 s
88.18/88.29	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
88.28/88.31	c vivif2 --  cl tried    52898 cl shrink        0 lits rem          0 time: 0.01
88.48/88.50	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.20
88.48/88.50	c calculated reachability. Time: 0.00
88.48/88.50	c  N st    59    806585       125      2662         0     52898     13310    909939   no data   no data
125.78/125.87	c  F st    60   1071875       125      2662         0     67992     13310   1230279   no data   no data
125.78/125.87	c  N st    60   1071875       125      2662         0     67992     13310   1230279   no data   no data
126.89/126.97	c Decided on static restart strategy
131.09/131.11	c  N st    70   1100179       125      2662         0     52636     13310    797416   no data   no data
138.60/138.67	c  N st    72   1136174       125      2662         0     43339     13310    536586   no data   no data
143.59/143.69	c  N st    73   1168567       125      2662         0     73830     13310   1348066   no data   no data
150.29/150.37	c  N st    74   1209877       125      2662         0     68407     13310   1177026   no data   no data
150.29/150.37	c  S st    74   1209877       125      2662         0     68407     13310   1177026   no data   no data
150.49/150.52	c  S st    74   1210380       125      2662         0     68898     13310   1190091   no data   no data
150.49/150.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
150.49/150.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
150.49/150.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
150.49/150.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.49/150.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.49/150.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
150.49/150.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
150.49/150.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
150.49/150.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.29/155.36	c lits-rem:      1293  cl-subs:     5742  v-elim:      0  v-fix:    0  time:  4.76 s
155.29/155.36	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
155.29/155.37	c vivif2 --  cl tried    63156 cl shrink        0 lits rem          0 time: 0.01
155.49/155.59	c asymm  cl-useful: 0/2223/2662 lits-rem:0 time: 0.22
155.49/155.59	c calculated reachability. Time: 0.00
155.49/155.59	c  N st    74   1210380       125      2662         0     63156     13310   1046424   no data   no data
167.58/167.64	c  N st    75   1283262       125      2662         0     86479     13310   1661024   no data   no data
187.49/187.53	c  N st    76   1392586       125      2662         0     48608     13310    596814   no data   no data
218.59/218.64	c  N st    77   1556570       125      2662         0     53166     13310    673818   no data   no data
249.09/249.11	c  N st    78   1710381       125      2662         0     92676     13310   1642337   no data   no data
249.09/249.11	c  S st    78   1710381       125      2662         0     92676     13310   1642337   no data   no data
249.29/249.36	c  S st    78   1710885       125      2662         0     93163     13310   1655325   no data   no data
249.29/249.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
249.39/249.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
249.39/249.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
249.39/249.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.39/249.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.39/249.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
249.39/249.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
249.39/249.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
249.39/249.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.69/264.71	c lits-rem:      2476  cl-subs:    12121  v-elim:      0  v-fix:    0  time: 15.25 s
264.69/264.71	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
264.69/264.73	c vivif2 --  cl tried    81042 cl shrink        0 lits rem          0 time: 0.02
264.89/264.99	c asymm  cl-useful: 0/1635/2662 lits-rem:0 time: 0.26
264.89/265.00	c calculated reachability. Time: 0.00
264.89/265.00	c  N st    78   1710885       125      2662         0     81042     13310   1373340   no data   no data
341.30/341.39	c  N st    79   2079851       125      2662         0     92790     13310   1590893   no data   no data
368.70/368.70	c  N st    80   2210888       125      2662         0     96788     13310   1650314   no data   no data
368.70/368.70	c  S st    80   2210888       125      2662         0     96788     13310   1650314   no data   no data
368.90/368.94	c  S st    80   2211391       125      2662         0     97271     13310   1663292   no data   no data
368.90/368.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
368.90/368.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
368.90/368.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
368.90/368.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
368.90/368.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
368.90/368.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
368.90/368.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
369.00/369.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
369.00/369.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.09/383.10	c lits-rem:      1763  cl-subs:    11502  v-elim:      0  v-fix:    0  time: 14.05 s
383.09/383.10	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
383.09/383.12	c vivif2 --  cl tried    85769 cl shrink        0 lits rem          0 time: 0.02
383.29/383.31	c asymm  cl-useful: 0/1027/2662 lits-rem:0 time: 0.19
383.29/383.31	c calculated reachability. Time: 0.00
383.29/383.31	c  N st    80   2211391       125      2662         0     85769     13310   1385471   no data   no data
487.10/487.20	c  N st    81   2711396       125      2662         0    108730     13310   1876839   no data   no data
487.10/487.20	c  S st    81   2711396       125      2662         0    108730     13310   1876839   no data   no data
487.40/487.49	c  S st    81   2711898       125      2662         0    109215     13310   1889813   no data   no data
487.50/487.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
487.50/487.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
487.50/487.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
487.50/487.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
487.50/487.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
487.50/487.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
487.50/487.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
487.50/487.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
487.60/487.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
505.00/505.05	c lits-rem:      2777  cl-subs:    12362  v-elim:      0  v-fix:    0  time: 17.43 s
505.00/505.05	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
505.00/505.07	c vivif2 --  cl tried    96853 cl shrink        0 lits rem          0 time: 0.02
505.30/505.35	c asymm  cl-useful: 0/1485/2662 lits-rem:0 time: 0.28
505.30/505.35	c calculated reachability. Time: 0.00
505.30/505.35	c  N st    81   2711898       125      2662         0     96853     13310   1598018   no data   no data
626.40/626.46	c  N st    82   3211898       125      2662         0     74969     13310    905549   no data   no data
626.40/626.46	c  S st    82   3211898       125      2662         0     74969     13310    905549   no data   no data
626.60/626.65	c  S st    82   3212402       125      2662         0     75454     13310    918774   no data   no data
626.60/626.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
626.60/626.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
626.60/626.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
626.60/626.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
626.60/626.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
626.60/626.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
626.60/626.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
626.70/626.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
626.70/626.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
627.20/627.22	c lits-rem:        99  cl-subs:      569  v-elim:      0  v-fix:    0  time:  0.50 s
627.20/627.22	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
627.20/627.23	c vivif2 --  cl tried    74885 cl shrink        0 lits rem          0 time: 0.01
627.30/627.40	c asymm  cl-useful: 0/1177/2662 lits-rem:0 time: 0.17
627.40/627.40	c calculated reachability. Time: 0.00
627.40/627.40	c  N st    82   3212402       125      2662         0     74885     13310    904692   no data   no data
753.81/753.88	c  N st    83   3712403       125      2662         0     84668     13310   1080581   no data   no data
753.81/753.88	c  S st    83   3712403       125      2662         0     84668     13310   1080581   no data   no data
754.01/754.08	c  S st    83   3712905       125      2662         0     85159     13310   1093582   no data   no data
754.01/754.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
754.11/754.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
754.11/754.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
754.11/754.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
754.11/754.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
754.11/754.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
754.11/754.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
754.11/754.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
754.11/754.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
755.21/755.25	c lits-rem:       912  cl-subs:     1644  v-elim:      0  v-fix:    0  time:  1.10 s
755.21/755.25	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
755.21/755.27	c vivif2 --  cl tried    83515 cl shrink        0 lits rem          0 time: 0.01
755.51/755.51	c asymm  cl-useful: 0/1722/2662 lits-rem:0 time: 0.24
755.51/755.51	c calculated reachability. Time: 0.00
755.51/755.51	c  N st    83   3712905       125      2662         0     83515     13310   1055930   no data   no data
765.41/765.50	c  F st    84   3751562       125      2662         0    119602     13310   2051607   no data   no data
765.41/765.50	c  N st    84   3751562       125      2662         0    119602     13310   2051607   no data   no data
767.31/767.33	c Decided on static restart strategy
775.71/775.71	c  N st    94   3779864       125      2662         0    146133     13310   2746690   no data   no data
784.71/784.77	c  N st    96   3815857       125      2662         0    100805     13310   1505774   no data   no data
793.61/793.66	c  N st    97   3848249       125      2662         0    130952     13310   2296809   no data   no data
807.31/807.33	c  N st    98   3896838       125      2662         0     96093     13310   1336461   no data   no data
828.61/828.61	c  N st    99   3969720       125      2662         0     83100     13310    988181   no data   no data
857.21/857.23	c  N st   100   4079044       125      2662         0    102685     13310   1487181   no data   no data
895.21/895.29	c  N st   101   4212905       125      2662         0    144405     13310   2577758   no data   no data
895.21/895.29	c  S st   101   4212905       125      2662         0    144405     13310   2577758   no data   no data
895.71/895.70	c  S st   101   4213407       125      2662         0    144894     13310   2590255   no data   no data
895.71/895.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
895.71/895.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
895.71/895.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
895.71/895.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
895.71/895.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
895.71/895.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
895.71/895.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
895.81/895.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
895.81/895.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
930.71/930.79	c lits-rem:      3461  cl-subs:    14783  v-elim:      0  v-fix:    0  time: 34.91 s
930.71/930.79	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
930.81/930.82	c vivif2 --  cl tried   130111 cl shrink        0 lits rem          0 time: 0.03
931.11/931.14	c asymm  cl-useful: 0/940/2662 lits-rem:0 time: 0.32
931.11/931.14	c calculated reachability. Time: 0.00
931.11/931.14	c  N st   101   4213407       125      2662         0    130111     13310   2213940   no data   no data
999.52/999.57	c  N st   102   4459384       125      2662         0    106184     13310   1523322   no data   no data
1070.12/1070.12	c  N st   103   4713407       125      2662         0    168405     13310   3160159   no data   no data
1070.12/1070.12	c  S st   103   4713407       125      2662         0    168405     13310   3160159   no data   no data
1070.62/1070.63	c  S st   103   4713911       125      2662         0    168897     13310   3173241   no data   no data
1070.62/1070.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1070.72/1070.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1070.72/1070.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1070.72/1070.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1070.72/1070.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1070.72/1070.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1070.72/1070.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1070.72/1070.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1070.82/1070.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1127.53/1127.58	c lits-rem:      3922  cl-subs:    19605  v-elim:      0  v-fix:    0  time: 56.75 s
1127.53/1127.58	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1127.62/1127.62	c vivif2 --  cl tried   149292 cl shrink        0 lits rem          0 time: 0.04
1127.92/1127.95	c asymm  cl-useful: 0/945/2662 lits-rem:0 time: 0.33
1127.92/1127.96	c calculated reachability. Time: 0.00
1127.92/1127.96	c  N st   103   4713911       125      2662         0    149292     13310   2685591   no data   no data
1280.12/1280.15	c  N st   104   5213912       125      2662         0    164294     13310   2906131   no data   no data
1280.12/1280.15	c  S st   104   5213912       125      2662         0    164294     13310   2906131   no data   no data
1280.63/1280.63	c  S st   104   5214415       125      2662         0    164781     13310   2919232   no data   no data
1280.63/1280.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1280.73/1280.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
1280.73/1280.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1280.73/1280.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1280.73/1280.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1280.73/1280.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1280.73/1280.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1280.73/1280.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1280.83/1280.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 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: 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-3367660-1305385287/watcher-3367660-1305385287 -o /tmp/evaluation-result-3367660-1305385287/solver-3367660-1305385287 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367660-1305385287.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: 0.91 1.67 2.80 3/235 6353
/proc/meminfo: memFree=18658044/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=20352 CPUtime=0 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 650129413 20840448 167 33554432000 4194304 4580011 140736357286304 18446744073709551615 222916814385 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6353/statm: 5088 169 145 95 0 57 0

[startup+0.078349 s]
/proc/loadavg: 0.91 1.67 2.80 3/235 6353
/proc/meminfo: memFree=18658044/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=30232 CPUtime=0.07 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 803 0 0 0 7 0 0 0 18 0 1 0 650129413 30957568 708 33554432000 4194304 4580011 140736357286304 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 7558 708 363 95 0 2540 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30232

[startup+0.100332 s]
/proc/loadavg: 0.91 1.67 2.80 3/235 6353
/proc/meminfo: memFree=18658044/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=30388 CPUtime=0.09 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 837 0 0 0 9 0 0 0 18 0 1 0 650129413 31117312 742 33554432000 4194304 4580011 140736357286304 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 7597 742 363 95 0 2579 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30388

[startup+0.300292 s]
/proc/loadavg: 0.91 1.67 2.80 3/235 6353
/proc/meminfo: memFree=18658044/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=30884 CPUtime=0.29 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 1160 0 0 0 29 0 0 0 18 0 1 0 650129413 31625216 908 33554432000 4194304 4580011 140736357286304 18446744073709551615 4321434 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 7721 908 363 95 0 2703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30884

[startup+0.700232 s]
/proc/loadavg: 0.91 1.67 2.80 3/235 6353
/proc/meminfo: memFree=18658044/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=31516 CPUtime=0.68 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 1792 0 0 0 68 0 0 0 18 0 1 0 650129413 32272384 1000 33554432000 4194304 4580011 140736357286304 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 7879 1000 363 95 0 2861 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31516

[startup+1.50108 s]
/proc/loadavg: 0.91 1.67 2.80 5/251 6379
/proc/meminfo: memFree=18633068/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=38288 CPUtime=1.48 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 3888 0 0 0 148 0 0 0 20 0 1 0 650129413 39206912 2731 33554432000 4194304 4580011 140736357286304 18446744073709551615 4316482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 9572 2731 367 95 0 4554 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38288

[startup+3.10078 s]
/proc/loadavg: 0.91 1.67 2.80 5/251 6379
/proc/meminfo: memFree=18603044/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=43004 CPUtime=3.08 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 5949 0 0 0 308 0 0 0 25 0 1 0 650129413 44036096 3845 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 10751 3845 367 95 0 5733 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43004

[startup+6.3002 s]
/proc/loadavg: 1.15 1.71 2.80 5/251 6379
/proc/meminfo: memFree=18584088/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=47312 CPUtime=6.28 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 8615 0 0 0 628 0 0 0 25 0 1 0 650129413 48447488 4879 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 11828 4879 367 95 0 6810 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47312

[startup+12.701 s]
/proc/loadavg: 1.38 1.75 2.81 5/251 6379
/proc/meminfo: memFree=18562836/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=52108 CPUtime=12.68 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 13152 0 0 0 1267 1 0 0 25 0 1 0 650129413 53358592 5870 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294368 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 13027 5870 367 95 0 8009 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52108

[startup+25.5007 s]
/proc/loadavg: 1.96 1.86 2.83 5/251 6407
/proc/meminfo: memFree=18548844/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=55316 CPUtime=25.49 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 19581 0 0 0 2547 2 0 0 25 0 1 0 650129413 56643584 6812 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 13829 6812 367 95 0 8811 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55316

[startup+51.101 s]
/proc/loadavg: 2.66 2.03 2.86 5/251 6408
/proc/meminfo: memFree=18494084/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=61808 CPUtime=51.08 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 30726 0 0 0 5104 4 0 0 25 0 1 0 650129413 63291392 8395 33554432000 4194304 4580011 140736357286304 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 15452 8395 367 95 0 10434 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61808

[startup+102.31 s]
/proc/loadavg: 3.41 2.33 2.91 5/251 6409
/proc/meminfo: memFree=18431900/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=75312 CPUtime=102.3 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 48203 0 0 0 10222 8 0 0 25 0 1 0 650129413 77119488 12083 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294386 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 18828 12083 367 95 0 13810 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75312

[startup+162.301 s]
/proc/loadavg: 3.78 2.63 2.98 5/251 6413
/proc/meminfo: memFree=18381872/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=85880 CPUtime=162.29 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 65079 0 0 0 16217 12 0 0 25 0 1 0 650129413 87941120 14056 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 21470 14056 367 95 0 16452 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 85880

[startup+222.301 s]
/proc/loadavg: 3.97 2.89 3.04 5/251 6415
/proc/meminfo: memFree=18347324/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=86216 CPUtime=222.29 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 78186 0 0 0 22213 16 0 0 25 0 1 0 650129413 88285184 14454 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 21554 14454 367 95 0 16536 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86216

[startup+282.301 s]
/proc/loadavg: 4.09 3.12 3.11 5/251 6417
/proc/meminfo: memFree=18295224/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=102420 CPUtime=282.3 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 89950 0 0 0 28210 20 0 0 25 0 1 0 650129413 104878080 19124 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 25605 19124 367 95 0 20587 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102420

[startup+342.301 s]
/proc/loadavg: 4.09 3.29 3.17 5/251 6418
/proc/meminfo: memFree=18276840/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=102752 CPUtime=342.3 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 101705 0 0 0 34205 25 0 0 25 0 1 0 650129413 105218048 18799 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 25688 18799 367 95 0 20670 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 102752

[startup+402.301 s]
/proc/loadavg: 4.03 3.42 3.22 5/251 6420
/proc/meminfo: memFree=18256332/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=113872 CPUtime=402.3 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 112537 0 0 0 40202 28 0 0 25 0 1 0 650129413 116604928 21633 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 28468 21633 367 95 0 23450 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 113872

[startup+462.301 s]
/proc/loadavg: 4.01 3.52 3.27 5/251 6421
/proc/meminfo: memFree=18249944/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=114124 CPUtime=462.29 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 123660 0 0 0 46199 30 0 0 25 0 1 0 650129413 116862976 21970 33554432000 4194304 4580011 140736357286304 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 28531 21970 367 95 0 23513 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 114124

[startup+522.301 s]
/proc/loadavg: 4.00 3.61 3.31 5/251 6423
/proc/meminfo: memFree=18225836/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=126456 CPUtime=522.3 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 134552 0 0 0 52196 34 0 0 25 0 1 0 650129413 129490944 24018 33554432000 4194304 4580011 140736357286304 18446744073709551615 4324353 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 31614 24018 367 95 0 26596 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 126456

[startup+582.301 s]
/proc/loadavg: 4.00 3.68 3.35 5/251 6425
/proc/meminfo: memFree=18203372/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=126676 CPUtime=582.3 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 144631 0 0 0 58194 36 0 0 25 0 1 0 650129413 129716224 24899 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 31669 24899 367 95 0 26651 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 126676

[startup+642.301 s]
/proc/loadavg: 4.00 3.73 3.39 5/251 6426
/proc/meminfo: memFree=18196252/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=126852 CPUtime=642.31 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 154143 0 0 0 64192 39 0 0 25 0 1 0 650129413 129896448 24961 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 31713 24961 367 95 0 26695 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 126852

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.42 5/251 6428
/proc/meminfo: memFree=18189768/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=127036 CPUtime=702.3 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 163752 0 0 0 70188 42 0 0 25 0 1 0 650129413 130084864 24771 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 31759 24771 367 95 0 26741 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 127036

[startup+762.309 s]
/proc/loadavg: 4.07 3.83 3.46 5/251 6429
/proc/meminfo: memFree=18178448/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=128616 CPUtime=762.31 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 173544 0 0 0 76186 45 0 0 25 0 1 0 650129413 131702784 24599 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 32154 24599 367 95 0 27136 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 128616

[startup+822.301 s]
/proc/loadavg: 4.07 3.87 3.50 5/251 6431
/proc/meminfo: memFree=18182856/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=128756 CPUtime=822.31 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 181557 0 0 0 82182 49 0 0 25 0 1 0 650129413 131846144 25600 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 32189 25600 367 95 0 27171 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 128756

[startup+882.301 s]
/proc/loadavg: 4.06 3.91 3.53 5/251 6433
/proc/meminfo: memFree=18180472/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=128904 CPUtime=882.31 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 190936 0 0 0 88178 53 0 0 25 0 1 0 650129413 131997696 24293 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 32226 24293 367 95 0 27208 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 128904

[startup+942.301 s]
/proc/loadavg: 4.02 3.92 3.56 5/251 6434
/proc/meminfo: memFree=18147320/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=207908 CPUtime=942.31 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 198533 0 0 0 94177 54 0 0 25 0 1 0 650129413 212897792 31890 33554432000 4194304 4580011 140736357286304 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 51977 31890 367 95 0 46959 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 207908

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 3.58 5/251 6436
/proc/meminfo: memFree=18132540/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=152356 CPUtime=1002.31 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 208121 0 0 0 100173 58 0 0 25 0 1 0 650129413 156012544 30003 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 38089 30003 367 95 0 33071 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 152356

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/251 6437
/proc/meminfo: memFree=18118108/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=152468 CPUtime=1062.32 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 216398 0 0 0 106170 62 0 0 25 0 1 0 650129413 156127232 30759 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 38117 30759 367 95 0 33099 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 152468

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.63 5/251 6439
/proc/meminfo: memFree=18105436/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=229836 CPUtime=1122.32 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 221976 0 0 0 112169 63 0 0 25 0 1 0 650129413 235352064 36337 33554432000 4194304 4580011 140736357286304 18446744073709551615 4406264 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 57459 36337 367 95 0 52441 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 229836

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.65 5/251 6441
/proc/meminfo: memFree=18067820/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=173096 CPUtime=1182.32 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 229454 0 0 0 118166 66 0 0 25 0 1 0 650129413 177250304 35511 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 43274 35511 367 95 0 38256 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 173096

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.67 5/251 6442
/proc/meminfo: memFree=18053912/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=173220 CPUtime=1242.32 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 237379 0 0 0 124162 70 0 0 25 0 1 0 650129413 177377280 35593 33554432000 4194304 4580011 140736357286304 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 43305 35593 367 95 0 38287 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 173220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.98 3.69 5/251 6444
/proc/meminfo: memFree=18040228/32951124 swapFree=66522240/67111528
[pid=6353] ppid=6351 vsize=183312 CPUtime=1300.03 cores=1,3
/proc/6353/stat : 6353 (strangenight2-s) R 6351 6353 5485 0 -1 4202496 244147 0 0 0 129930 73 0 0 25 0 1 0 650129413 187711488 38410 33554432000 4194304 4580011 140736357286304 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6353/statm: 45828 38410 367 95 0 40810 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 183312

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.31
CPU system time (s): 0.741887
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 230980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.31
system time used= 0.741887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244147
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= 15
involuntary context switches= 1419

runsolver used 2.89456 second user time and 6.84596 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 17:01:27
IDJOB=3367660
IDBENCH=82869
IDSOLVER=1845
FILE ID=node109/3367660-1305385287
RUNJOBID= node109-1305385286-6338
PBS_JOBID= 13324393
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S34055288-072.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367660-1305385287/watcher-3367660-1305385287 -o /tmp/evaluation-result-3367660-1305385287/solver-3367660-1305385287 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367660-1305385287.cnf

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

MD5SUM BENCH= 10f0c0c20b1ddb1f4561bcd231d72d23
RANDOM SEED=244387087

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18658200 kB
Buffers:        269736 kB
Cached:        2905504 kB
SwapCached:      19100 kB
Active:        6377716 kB
Inactive:      7684464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18658200 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           11072 kB
Writeback:           0 kB
AnonPages:    10874136 kB
Mapped:          17704 kB
Slab:           136400 kB
PageTables:      31128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17852828 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= 73204 MiB
End job on node109 at 2011-05-14 17:23:09