Trace number 3367554

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S436871389-051.SATISFIABLE.cnf
MD5SUM6deba4513edb64b9aaebf4e8cfbaf90d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.018997
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-3367554-1305383891.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.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      62 undec:       5 neg:      58
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	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.10/0.13	c  N st     8      4915       125      2662         0      4635     13310    119869   no data   no data
0.29/0.34	c  N st    10     11298       125      2662         0      4284     13310     86677   no data   no data
0.49/0.55	c  N st    11     17044       125      2662         0      9696     13310    228444   no data   no data
0.79/0.89	c  F st    12     25000       125      2662         0     11938     13310    279170   no data   no data
0.79/0.89	c  N st    12     25000       125      2662         0     11938     13310    279170   no data   no data
1.00/1.10	c Decided on static restart strategy
1.00/1.10	c  N st    18     30001       125      2662         0     10247     13310    230480   no data   no data
1.00/1.10	c  S st    18     30001       125      2662         0     10247     13310    230480   no data   no data
1.10/1.13	c  S st    18     30502       125      2662         0     10735     13310    243350   no data   no data
1.10/1.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.10/1.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.10/1.14	c blocked clauses removed:        0 vars:      0 tried:         125 T: 0.00 s
1.10/1.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.10/1.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.10/1.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1.10/1.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.10/1.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.10/1.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.33	c lits-rem:       213  cl-subs:     1457  v-elim:      0  v-fix:    0  time:  0.18 s
1.29/1.37	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
1.29/1.37	c calculated reachability. Time: 0.00
1.29/1.37	c  N st    18     30502       125      2662         0      9278     13310    202205   no data   no data
1.69/1.74	c  N st    20     37612       125      2662         0      8559     13310    166434   no data   no data
1.99/2.05	c  N st    21     44013       125      2662         0     14605     13310    320305   no data   no data
2.09/2.15	c  S st    22     45754       125      2662         0     16259     13310    361462   no data   no data
2.09/2.20	c  S st    22     46257       125      2662         0     16749     13310    373925   no data   no data
2.09/2.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.20/2.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.20/2.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.20/2.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.20/2.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2.20/2.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.20/2.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.20/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.67	c lits-rem:       281  cl-subs:     1883  v-elim:      0  v-fix:    0  time:  0.45 s
2.59/2.67	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2.59/2.68	c vivif2 --  cl tried    14866 cl shrink        0 lits rem          0 time: 0.00
2.69/2.74	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.06
2.69/2.74	c calculated reachability. Time: 0.00
2.69/2.74	c  N st    22     46257       125      2662         0     14866     13310    323993   no data   no data
3.49/3.56	c  N st    23     60654       125      2662         0     10618     13310    187461   no data   no data
4.09/4.11	c  N st    24     69385       125      2662         0     18863     13310    398875   no data   no data
4.09/4.11	c  S st    24     69385       125      2662         0     18863     13310    398875   no data   no data
4.09/4.16	c  S st    24     69892       125      2662         0     19355     13310    411903   no data   no data
4.09/4.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.09/4.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
4.09/4.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.09/4.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.09/4.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.09/4.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.09/4.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.09/4.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.09/4.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.69/4.70	c lits-rem:       391  cl-subs:     1850  v-elim:      0  v-fix:    0  time:  0.52 s
4.69/4.70	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
4.69/4.71	c vivif2 --  cl tried    17505 cl shrink        0 lits rem          0 time: 0.00
4.69/4.77	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.07
4.69/4.77	c calculated reachability. Time: 0.00
4.69/4.77	c  N st    24     69892       125      2662         0     17505     13310    363767   no data   no data
5.89/5.92	c  F st    25     87501       125      2662         0     12497     13310    213303   no data   no data
5.89/5.92	c  N st    25     87501       125      2662         0     12497     13310    213303   no data   no data
6.19/6.24	c Decided on static restart strategy
6.39/6.42	c  N st    32     95539       125      2662         0     20095     13310    412063   no data   no data
6.99/7.07	c  N st    34    104839       125      2662         0     16654     13310    315257   no data   no data
6.99/7.07	c  S st    34    104839       125      2662         0     16654     13310    315257   no data   no data
7.09/7.11	c  S st    34    105341       125      2662         0     17140     13310    328080   no data   no data
7.09/7.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.09/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.09/7.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.09/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.09/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
7.09/7.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.09/7.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.09/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.29/7.34	c lits-rem:       194  cl-subs:      996  v-elim:      0  v-fix:    0  time:  0.21 s
7.29/7.34	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
7.29/7.34	c vivif2 --  cl tried    16144 cl shrink        0 lits rem          0 time: 0.00
7.39/7.41	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.07
7.39/7.41	c calculated reachability. Time: 0.00
7.39/7.41	c  N st    34    105341       125      2662         0     16144     13310    301167   no data   no data
8.09/8.12	c  N st    35    114940       125      2662         0     25081     13310    533010   no data   no data
9.09/9.18	c  N st    36    129337       125      2662         0     25399     13310    528270   no data   no data
10.79/10.80	c  N st    37    150932       125      2662         0     16653     13310    268487   no data   no data
11.29/11.33	c  S st    38    158012       125      2662         0     23357     13310    445264   no data   no data
11.29/11.39	c  S st    38    158516       125      2662         0     23848     13310    458004   no data   no data
11.29/11.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.39/11.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
11.39/11.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.39/11.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.39/11.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.39/11.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
11.39/11.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.39/11.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.39/11.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/11.99	c lits-rem:       427  cl-subs:     1873  v-elim:      0  v-fix:    0  time:  0.57 s
11.89/11.99	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
11.99/12.01	c vivif2 --  cl tried    21975 cl shrink        0 lits rem          0 time: 0.00
11.99/12.09	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.09
11.99/12.09	c calculated reachability. Time: 0.00
11.99/12.09	c  N st    38    158516       125      2662         0     21975     13310    407501   no data   no data
16.29/16.36	c  N st    39    207105       125      2662         0     34700     13310    699411   no data   no data
18.99/19.02	c  N st    40    237774       125      2662         0     26909     13310    485057   no data   no data
18.99/19.02	c  S st    40    237774       125      2662         0     26909     13310    485057   no data   no data
18.99/19.08	c  S st    40    238281       125      2662         0     27398     13310    497768   no data   no data
18.99/19.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.99/19.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.99/19.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.99/19.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.99/19.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.99/19.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
18.99/19.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.09/19.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.09/19.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.70/19.78	c lits-rem:       444  cl-subs:     1990  v-elim:      0  v-fix:    0  time:  0.67 s
19.70/19.78	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
19.70/19.79	c vivif2 --  cl tried    25408 cl shrink        0 lits rem          0 time: 0.01
19.80/19.89	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.10
19.80/19.89	c calculated reachability. Time: 0.00
19.80/19.89	c  N st    40    238281       125      2662         0     25408     13310    447851   no data   no data
26.49/26.57	c  F st    41    306252       125      2662         0     27231     13310    453150   no data   no data
26.49/26.57	c  N st    41    306252       125      2662         0     27231     13310    453150   no data   no data
26.99/27.06	c Decided on static restart strategy
29.39/29.46	c  N st    51    334555       125      2662         0     31440     13310    548103   no data   no data
31.80/31.88	c  N st    53    357422       125      2662         0     29423     13310    486552   no data   no data
31.80/31.88	c  S st    53    357422       125      2662         0     29423     13310    486552   no data   no data
31.90/31.95	c  S st    53    357926       125      2662         0     29912     13310    499139   no data   no data
31.90/31.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.90/31.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.90/31.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.90/31.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.90/31.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.90/31.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
31.90/31.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.90/31.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.90/31.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.39/32.41	c lits-rem:       566  cl-subs:     1248  v-elim:      0  v-fix:    0  time:  0.43 s
32.39/32.42	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
32.39/32.42	c vivif2 --  cl tried    28664 cl shrink        0 lits rem          0 time: 0.01
32.49/32.54	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.11
32.49/32.54	c calculated reachability. Time: 0.00
32.49/32.54	c  N st    53    357926       125      2662         0     28664     13310    462431   no data   no data
36.20/36.29	c  N st    54    390318       125      2662         0     34769     13310    597944   no data   no data
42.09/42.17	c  N st    55    438907       125      2662         0     28697     13310    419411   no data   no data
50.29/50.36	c  N st    56    511791       125      2662         0     41658     13310    726173   no data   no data
53.39/53.44	c  N st    57    536889       125      2662         0     36150     13310    571881   no data   no data
53.39/53.44	c  S st    57    536889       125      2662         0     36150     13310    571881   no data   no data
53.49/53.54	c  S st    57    537390       125      2662         0     36635     13310    584753   no data   no data
53.49/53.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.49/53.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
53.49/53.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.49/53.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.49/53.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.49/53.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
53.49/53.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.49/53.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
53.49/53.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.09/54.18	c lits-rem:       270  cl-subs:     1420  v-elim:      0  v-fix:    0  time:  0.61 s
54.09/54.18	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
54.09/54.19	c vivif2 --  cl tried    35215 cl shrink        0 lits rem          0 time: 0.01
54.29/54.32	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.13
54.29/54.33	c calculated reachability. Time: 0.00
54.29/54.33	c  N st    57    537390       125      2662         0     35215     13310    546027   no data   no data
75.59/75.64	c  N st    58    701375       125      2662         0     63057     13310   1217272   no data   no data
92.10/92.17	c  N st    59    806086       125      2662         0     57243     13310   1008262   no data   no data
92.10/92.17	c  S st    59    806086       125      2662         0     57243     13310   1008262   no data   no data
92.30/92.40	c  S st    59    806588       125      2662         0     57738     13310   1021115   no data   no data
92.30/92.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
92.41/92.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
92.41/92.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
92.41/92.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.41/92.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.41/92.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
92.41/92.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
92.41/92.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
92.41/92.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.39/98.49	c lits-rem:      1398  cl-subs:     5114  v-elim:      0  v-fix:    0  time:  6.01 s
98.39/98.49	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
98.49/98.50	c vivif2 --  cl tried    52624 cl shrink        0 lits rem          0 time: 0.01
98.90/98.91	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.40
98.90/98.91	c calculated reachability. Time: 0.00
98.90/98.91	c  N st    59    806588       125      2662         0     52624     13310    899009   no data   no data
140.29/140.30	c  F st    60   1071876       125      2662         0     67884     13310   1196816   no data   no data
140.29/140.30	c  N st    60   1071876       125      2662         0     67884     13310   1196816   no data   no data
141.19/141.29	c Decided on static restart strategy
145.50/145.59	c  N st    70   1100181       125      2662         0     52531     13310    789658   no data   no data
152.29/152.35	c  N st    72   1136173       125      2662         0     43322     13310    535205   no data   no data
157.31/157.35	c  N st    73   1168565       125      2662         0     73697     13310   1345179   no data   no data
164.90/164.95	c  N st    74   1209887       125      2662         0     68313     13310   1167674   no data   no data
164.90/164.95	c  S st    74   1209887       125      2662         0     68313     13310   1167674   no data   no data
165.09/165.14	c  S st    74   1210388       125      2662         0     68788     13310   1180246   no data   no data
165.09/165.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
165.09/165.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
165.09/165.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
165.09/165.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
165.09/165.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
165.09/165.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
165.09/165.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
165.09/165.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
165.19/165.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.19/170.26	c lits-rem:      1638  cl-subs:     5711  v-elim:      0  v-fix:    0  time:  5.04 s
170.19/170.26	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
170.19/170.28	c vivif2 --  cl tried    63077 cl shrink        0 lits rem          0 time: 0.02
170.50/170.53	c asymm  cl-useful: 0/2344/2662 lits-rem:0 time: 0.25
170.50/170.54	c calculated reachability. Time: 0.00
170.50/170.54	c  N st    74   1210388       125      2662         0     63077     13310   1039967   no data   no data
184.20/184.23	c  N st    75   1283270       125      2662         0     86498     13310   1642568   no data   no data
204.29/204.30	c  N st    76   1392595       125      2662         0     48620     13310    596073   no data   no data
235.70/235.76	c  N st    77   1556582       125      2662         0     53301     13310    677935   no data   no data
267.20/267.30	c  N st    78   1710389       125      2662         0     93344     13310   1734502   no data   no data
267.20/267.30	c  S st    78   1710389       125      2662         0     93344     13310   1734502   no data   no data
267.50/267.57	c  S st    78   1710892       125      2662         0     93835     13310   1747704   no data   no data
267.50/267.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
267.60/267.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
267.60/267.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
267.60/267.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
267.60/267.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.60/267.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
267.60/267.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
267.60/267.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
267.60/267.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
281.60/281.64	c lits-rem:      2572  cl-subs:     8835  v-elim:      0  v-fix:    0  time: 13.94 s
281.60/281.64	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
281.60/281.66	c vivif2 --  cl tried    85000 cl shrink        0 lits rem          0 time: 0.02
281.89/281.97	c asymm  cl-useful: 0/1829/2662 lits-rem:0 time: 0.31
281.89/281.97	c calculated reachability. Time: 0.00
281.89/281.97	c  N st    78   1710892       125      2662         0     85000     13310   1515574   no data   no data
358.80/358.85	c  N st    79   2079857       125      2662         0     96407     13310   1715960   no data   no data
389.20/389.24	c  N st    80   2210894       125      2662         0    100007     13310   1752784   no data   no data
389.20/389.24	c  S st    80   2210894       125      2662         0    100007     13310   1752784   no data   no data
389.50/389.50	c  S st    80   2211398       125      2662         0    100499     13310   1765950   no data   no data
389.50/389.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
389.50/389.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
389.50/389.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
389.50/389.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
389.50/389.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
389.50/389.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
389.50/389.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
389.50/389.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
389.60/389.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
404.99/405.07	c lits-rem:      2015  cl-subs:    10953  v-elim:      0  v-fix:    0  time: 15.46 s
404.99/405.07	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
404.99/405.09	c vivif2 --  cl tried    89546 cl shrink        0 lits rem          0 time: 0.02
405.19/405.26	c asymm  cl-useful: 0/833/2662 lits-rem:0 time: 0.17
405.19/405.27	c calculated reachability. Time: 0.00
405.19/405.27	c  N st    80   2211398       125      2662         0     89546     13310   1501064   no data   no data
523.61/523.66	c  N st    81   2711398       125      2662         0    112351     13310   1960712   no data   no data
523.61/523.66	c  S st    81   2711398       125      2662         0    112351     13310   1960712   no data   no data
523.90/523.99	c  S st    81   2711900       125      2662         0    112838     13310   1973657   no data   no data
524.00/524.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
524.00/524.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
524.00/524.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
524.00/524.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
524.00/524.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
524.00/524.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
524.00/524.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
524.00/524.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
524.10/524.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
544.91/544.98	c lits-rem:      2620  cl-subs:    12443  v-elim:      0  v-fix:    0  time: 20.85 s
544.91/544.98	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
545.01/545.01	c vivif2 --  cl tried   100395 cl shrink        0 lits rem          0 time: 0.02
545.31/545.31	c asymm  cl-useful: 0/1600/2662 lits-rem:0 time: 0.31
545.31/545.32	c calculated reachability. Time: 0.00
545.31/545.32	c  N st    81   2711900       125      2662         0    100395     13310   1675284   no data   no data
683.12/683.14	c  N st    82   3211900       125      2662         0     78027     13310    978899   no data   no data
683.12/683.14	c  S st    82   3211900       125      2662         0     78027     13310    978899   no data   no data
683.31/683.33	c  S st    82   3212402       125      2662         0     78519     13310    992046   no data   no data
683.31/683.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
683.31/683.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
683.31/683.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
683.31/683.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
683.31/683.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
683.31/683.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
683.31/683.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
683.31/683.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
683.41/683.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
684.41/684.44	c lits-rem:       274  cl-subs:     1625  v-elim:      0  v-fix:    0  time:  1.03 s
684.41/684.44	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
684.41/684.45	c vivif2 --  cl tried    76894 cl shrink        0 lits rem          0 time: 0.01
684.61/684.62	c asymm  cl-useful: 0/1062/2662 lits-rem:0 time: 0.16
684.61/684.62	c calculated reachability. Time: 0.00
684.61/684.62	c  N st    82   3212402       125      2662         0     76894     13310    955281   no data   no data
824.01/824.05	c  N st    83   3712402       125      2662         0     87292     13310   1140632   no data   no data
824.01/824.05	c  S st    83   3712402       125      2662         0     87292     13310   1140632   no data   no data
824.21/824.27	c  S st    83   3712906       125      2662         0     87776     13310   1153917   no data   no data
824.21/824.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
824.31/824.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
824.31/824.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
824.31/824.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
824.31/824.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
824.31/824.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
824.31/824.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
824.31/824.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
824.31/824.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
825.91/825.95	c lits-rem:       354  cl-subs:     2143  v-elim:      0  v-fix:    0  time:  1.60 s
825.91/825.95	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
825.91/825.97	c vivif2 --  cl tried    85633 cl shrink        0 lits rem          0 time: 0.02
826.12/826.19	c asymm  cl-useful: 0/1757/2662 lits-rem:0 time: 0.22
826.12/826.19	c calculated reachability. Time: 0.00
826.12/826.19	c  N st    83   3712906       125      2662         0     85633     13310   1102594   no data   no data
836.10/836.15	c  F st    84   3751564       125      2662         0    121806     13310   2081770   no data   no data
836.10/836.16	c  N st    84   3751564       125      2662         0    121806     13310   2081770   no data   no data
837.80/837.87	c Decided on static restart strategy
847.11/847.12	c  N st    94   3779864       125      2662         0    148337     13310   2789515   no data   no data
857.31/857.35	c  N st    96   3815857       125      2662         0    102770     13310   1520458   no data   no data
868.21/868.26	c  N st    97   3848249       125      2662         0    132983     13310   2308656   no data   no data
882.71/882.74	c  N st    98   3896839       125      2662         0     98249     13310   1394579   no data   no data
905.01/905.02	c  N st    99   3969721       125      2662         0     85131     13310   1031748   no data   no data
935.11/935.12	c  N st   100   4079044       125      2662         0    104784     13310   1537219   no data   no data
972.61/972.69	c  N st   101   4212906       125      2662         0    146923     13310   2665980   no data   no data
972.61/972.69	c  S st   101   4212906       125      2662         0    146923     13310   2665980   no data   no data
973.11/973.11	c  S st   101   4213413       125      2662         0    147418     13310   2679202   no data   no data
973.11/973.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
973.11/973.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
973.11/973.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
973.11/973.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
973.11/973.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
973.11/973.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
973.11/973.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
973.21/973.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
973.31/973.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1005.61/1005.60	c lits-rem:      2962  cl-subs:    13591  v-elim:      0  v-fix:    0  time: 32.30 s
1005.61/1005.60	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1005.61/1005.66	c vivif2 --  cl tried   133827 cl shrink        0 lits rem          0 time: 0.05
1005.91/1005.94	c asymm  cl-useful: 0/905/2662 lits-rem:0 time: 0.28
1005.91/1005.95	c calculated reachability. Time: 0.00
1005.91/1005.95	c  N st   101   4213413       125      2662         0    133827     13310   2334328   no data   no data
1074.52/1074.60	c  N st   102   4459389       125      2662         0    109187     13310   1612580   no data   no data
1150.70/1150.77	c  N st   103   4713414       125      2662         0    171477     13310   3244485   no data   no data
1150.70/1150.77	c  S st   103   4713414       125      2662         0    171477     13310   3244485   no data   no data
1151.20/1151.26	c  S st   103   4713917       125      2662         0    171961     13310   3257743   no data   no data
1151.20/1151.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1151.30/1151.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
1151.30/1151.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1151.30/1151.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1151.30/1151.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1151.30/1151.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1151.30/1151.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1151.30/1151.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1151.40/1151.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1216.41/1216.40	c lits-rem:      3932  cl-subs:    22111  v-elim:      0  v-fix:    0  time: 64.93 s
1216.41/1216.40	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1216.41/1216.44	c vivif2 --  cl tried   149850 cl shrink        0 lits rem          0 time: 0.04
1216.71/1216.71	c asymm  cl-useful: 0/1052/2662 lits-rem:0 time: 0.28
1216.71/1216.72	c calculated reachability. Time: 0.00
1216.71/1216.72	c  N st   103   4713917       125      2662         0    149850     13310   2701655   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-3367554-1305383891/watcher-3367554-1305383891 -o /tmp/evaluation-result-3367554-1305383891/solver-3367554-1305383891 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367554-1305383891.cnf 

running on 2 cores: 0,2

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: 4.02 4.00 3.88 5/319 16951
/proc/meminfo: memFree=17051232/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=29728 CPUtime=0 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 524 0 0 0 0 0 0 0 25 0 1 0 649988734 30441472 464 33554432000 4194304 4580011 140736619188752 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 7432 464 338 95 0 2414 0

[startup+0.0668439 s]
/proc/loadavg: 4.02 4.00 3.88 5/319 16951
/proc/meminfo: memFree=17051232/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=30388 CPUtime=0.06 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 795 0 0 0 6 0 0 0 25 0 1 0 649988734 31117312 734 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294542 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 7597 734 363 95 0 2579 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30388

[startup+0.100901 s]
/proc/loadavg: 4.02 4.00 3.88 5/319 16951
/proc/meminfo: memFree=17051232/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=30388 CPUtime=0.1 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 830 0 0 0 10 0 0 0 25 0 1 0 649988734 31117312 769 33554432000 4194304 4580011 140736619188752 18446744073709551615 4320657 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 7597 769 363 95 0 2579 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30388

[startup+0.300812 s]
/proc/loadavg: 4.02 4.00 3.88 5/319 16951
/proc/meminfo: memFree=17051232/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=30884 CPUtime=0.29 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 1103 0 0 0 29 0 0 0 25 0 1 0 649988734 31625216 888 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 7721 888 363 95 0 2703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30884

[startup+0.700745 s]
/proc/loadavg: 4.02 4.00 3.88 5/319 16951
/proc/meminfo: memFree=17051232/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=31488 CPUtime=0.69 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 1712 0 0 0 69 0 0 0 25 0 1 0 649988734 32243712 966 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 7872 966 363 95 0 2854 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31488

[startup+1.50066 s]
/proc/loadavg: 4.02 4.00 3.88 5/320 16952
/proc/meminfo: memFree=17046260/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=38476 CPUtime=1.49 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 3815 0 0 0 149 0 0 0 25 0 1 0 649988734 39399424 2713 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 9619 2713 367 95 0 4601 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38476

[startup+3.10026 s]
/proc/loadavg: 4.02 4.00 3.88 5/320 16952
/proc/meminfo: memFree=17037828/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=42456 CPUtime=3.09 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 5643 0 0 0 308 1 0 0 25 0 1 0 649988734 43474944 3595 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 10614 3595 367 95 0 5596 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42456

[startup+6.30075 s]
/proc/loadavg: 4.01 4.00 3.88 5/320 16952
/proc/meminfo: memFree=17026844/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=46832 CPUtime=6.29 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 8326 0 0 0 628 1 0 0 25 0 1 0 649988734 47955968 4686 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 11708 4686 367 95 0 6690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46832

[startup+12.7006 s]
/proc/loadavg: 4.09 4.02 3.89 5/320 16952
/proc/meminfo: memFree=17015820/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=51844 CPUtime=12.69 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 12410 0 0 0 1268 1 0 0 25 0 1 0 649988734 53088256 6057 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 12961 6057 367 95 0 7943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51844

[startup+25.5004 s]
/proc/loadavg: 4.07 4.02 3.89 5/320 16952
/proc/meminfo: memFree=17014696/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=54988 CPUtime=25.5 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 18582 0 0 0 2547 3 0 0 25 0 1 0 649988734 56307712 6925 33554432000 4194304 4580011 140736619188752 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 13747 6925 367 95 0 8729 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 54988

[startup+51.1009 s]
/proc/loadavg: 4.05 4.01 3.89 5/320 16953
/proc/meminfo: memFree=17023128/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=58464 CPUtime=51.09 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 28686 0 0 0 5104 5 0 0 25 0 1 0 649988734 59867136 7714 33554432000 4194304 4580011 140736619188752 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 14616 7714 367 95 0 9598 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58464

[startup+102.312 s]
/proc/loadavg: 4.06 4.02 3.90 5/320 16954
/proc/meminfo: memFree=16958252/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=76252 CPUtime=102.3 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 45045 0 0 0 10222 8 0 0 25 0 1 0 649988734 78082048 12331 33554432000 4194304 4580011 140736619188752 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 19063 12331 367 95 0 14045 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76252

[startup+162.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/320 16956
/proc/meminfo: memFree=16971476/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=76772 CPUtime=162.29 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 60409 0 0 0 16217 12 0 0 25 0 1 0 649988734 78614528 11718 33554432000 4194304 4580011 140736619188752 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 19193 11718 367 95 0 14175 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 76772

[startup+222.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/320 16958
/proc/meminfo: memFree=16950848/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=87016 CPUtime=222.3 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 74378 0 0 0 22215 15 0 0 25 0 1 0 649988734 89104384 15168 33554432000 4194304 4580011 140736619188752 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 21754 15168 367 95 0 16736 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 87016

[startup+282.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/320 16959
/proc/meminfo: memFree=16920180/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=106264 CPUtime=282.29 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 88020 0 0 0 28211 18 0 0 25 0 1 0 649988734 108814336 19704 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294563 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 26566 19704 367 95 0 21548 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 106264

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/320 16961
/proc/meminfo: memFree=16928444/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=106552 CPUtime=342.3 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 100222 0 0 0 34207 23 0 0 25 0 1 0 649988734 109109248 19328 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 26638 19328 367 95 0 21620 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106552

[startup+402.301 s]
/proc/loadavg: 4.05 4.01 3.91 5/320 16962
/proc/meminfo: memFree=16911924/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=116284 CPUtime=402.29 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 110575 0 0 0 40204 25 0 0 25 0 1 0 649988734 119074816 21928 33554432000 4194304 4580011 140736619188752 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 29071 21928 367 95 0 24053 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 116284

[startup+462.3 s]
/proc/loadavg: 4.10 4.02 3.92 5/320 16964
/proc/meminfo: memFree=16912764/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=116532 CPUtime=462.3 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 120734 0 0 0 46201 29 0 0 25 0 1 0 649988734 119328768 20968 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 29133 20968 367 95 0 24115 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 116532

[startup+522.301 s]
/proc/loadavg: 4.03 4.02 3.92 5/320 16966
/proc/meminfo: memFree=16907264/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=116704 CPUtime=522.3 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 130325 0 0 0 52198 32 0 0 25 0 1 0 649988734 119504896 22036 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 29176 22036 367 95 0 24158 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 116704

[startup+582.3 s]
/proc/loadavg: 4.08 4.03 3.93 5/320 16967
/proc/meminfo: memFree=16859116/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=129224 CPUtime=582.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 138586 0 0 0 58196 35 0 0 25 0 1 0 649988734 132325376 24233 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 32306 24233 367 95 0 27288 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 129224

[startup+642.301 s]
/proc/loadavg: 4.08 4.04 3.93 5/320 16969
/proc/meminfo: memFree=16840700/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=129420 CPUtime=642.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 146950 0 0 0 64192 39 0 0 25 0 1 0 649988734 132526080 23674 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 32355 23674 367 95 0 27337 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 129420

[startup+702.3 s]
/proc/loadavg: 4.03 4.03 3.93 5/320 16970
/proc/meminfo: memFree=16840048/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=129544 CPUtime=702.3 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 155037 0 0 0 70189 41 0 0 25 0 1 0 649988734 132653056 25573 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294322 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 32386 25573 367 95 0 27368 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 129544

[startup+762.312 s]
/proc/loadavg: 4.01 4.02 3.93 5/320 16972
/proc/meminfo: memFree=16837028/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=129724 CPUtime=762.32 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 163862 0 0 0 76187 45 0 0 25 0 1 0 649988734 132837376 24793 33554432000 4194304 4580011 140736619188752 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 32431 24793 367 95 0 27413 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 129724

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.93 5/320 16974
/proc/meminfo: memFree=16800632/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=129904 CPUtime=822.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 172870 0 0 0 82183 48 0 0 25 0 1 0 649988734 133021696 23762 33554432000 4194304 4580011 140736619188752 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 32476 23762 367 95 0 27458 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 129904

[startup+882.3 s]
/proc/loadavg: 2.20 3.51 3.76 2/302 17029
/proc/meminfo: memFree=17286212/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=131396 CPUtime=882.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 180826 0 0 0 88181 50 0 0 25 0 1 0 649988734 134549504 24729 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 32849 24729 367 95 0 27831 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 131396

[startup+942.301 s]
/proc/loadavg: 1.44 3.05 3.58 2/302 17031
/proc/meminfo: memFree=17282316/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=131504 CPUtime=942.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 188953 0 0 0 94179 52 0 0 25 0 1 0 649988734 134660096 25783 33554432000 4194304 4580011 140736619188752 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 32876 25783 367 95 0 27858 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 131504

[startup+1002.3 s]
/proc/loadavg: 1.16 2.67 3.42 2/302 17032
/proc/meminfo: memFree=17255996/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=158248 CPUtime=1002.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 199104 0 0 0 100178 53 0 0 25 0 1 0 649988734 162045952 32286 33554432000 4194304 4580011 140736619188752 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 39562 32286 367 95 0 34544 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 158248

[startup+1062.3 s]
/proc/loadavg: 1.06 2.37 3.26 2/302 17034
/proc/meminfo: memFree=17256196/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=158340 CPUtime=1062.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 206897 0 0 0 106176 55 0 0 25 0 1 0 649988734 162140160 32357 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 39585 32357 367 95 0 34567 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 158340

[startup+1122.3 s]
/proc/loadavg: 1.02 2.11 3.12 2/302 17036
/proc/meminfo: memFree=17253540/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=215028 CPUtime=1122.32 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 215046 0 0 0 112175 57 0 0 25 0 1 0 649988734 220188672 32968 33554432000 4194304 4580011 140736619188752 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 53757 32968 367 95 0 48739 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 215028

[startup+1182.3 s]
/proc/loadavg: 1.08 1.93 2.99 2/302 17037
/proc/meminfo: memFree=17229296/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=241616 CPUtime=1182.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 224921 0 0 0 118172 59 0 0 25 0 1 0 649988734 247414784 39013 33554432000 4194304 4580011 140736619188752 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 60404 39013 367 95 0 55386 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 241616

[startup+1242.3 s]
/proc/loadavg: 1.03 1.75 2.86 2/302 17039
/proc/meminfo: memFree=17231728/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=184840 CPUtime=1242.31 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 228693 0 0 0 124172 59 0 0 25 0 1 0 649988734 189276160 38291 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 46210 38291 367 95 0 41192 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 184840



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.61 2.74 2/302 17040
/proc/meminfo: memFree=17233288/32950928 swapFree=67111348/67111528
[pid=16951] ppid=16949 vsize=184988 CPUtime=1300.02 cores=0,2
/proc/16951/stat : 16951 (strangenight2-s) R 16949 16951 16245 0 -1 4202496 236201 0 0 0 129941 61 0 0 25 0 1 0 649988734 189427712 37856 33554432000 4194304 4580011 140736619188752 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16951/statm: 46247 37856 367 95 0 41229 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 184988

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.04
CPU user time (s): 1299.42
CPU system time (s): 0.627904
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 242100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.42
system time used= 0.627904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236201
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= 13
involuntary context switches= 16973

runsolver used 3.80442 second user time and 8.88565 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 16:38:11
IDJOB=3367554
IDBENCH=82763
IDSOLVER=1845
FILE ID=node125/3367554-1305383891
RUNJOBID= node125-1305383415-16869
PBS_JOBID= 13324377
Free space on /tmp= 73180 MiB

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

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

MD5SUM BENCH= 6deba4513edb64b9aaebf4e8cfbaf90d
RANDOM SEED=2016031640

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17051512 kB
Buffers:        282052 kB
Cached:        4866128 kB
SwapCached:          0 kB
Active:       11737816 kB
Inactive:      3781972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17051512 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5504 kB
Writeback:           0 kB
AnonPages:    10371608 kB
Mapped:          30488 kB
Slab:           278784 kB
PageTables:      36812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51404276 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= 73192 MiB
End job on node125 at 2011-05-14 16:59:53