Trace number 3367599

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-k3-r4.26-v450-c1917-S2065964480-034.SATISFIABLE.cnf
MD5SUM06d324a3bc5f99e4e9d2e5560e56ab8e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007997
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367599-1305384683.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
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:    450 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:     12  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:     186 undec:      47 neg:     217
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       438      1905         0         0      5802         0   no data   no data
0.04/0.05	c Decided on static restart strategy
0.09/0.14	c  N st     8      4914       438      1905         0      4796      5802    100443   no data   no data
0.29/0.38	c  N st    10     11298       438      1905         0      4455      5802     70763   no data   no data
0.59/0.66	c  N st    11     17041       438      1905         0     10043      5802    185307   no data   no data
1.00/1.05	c  F st    12     25000       438      1905         0     12254      5802    225454   no data   no data
1.00/1.05	c  N st    12     25000       438      1905         0     12254      5802    225454   no data   no data
1.19/1.28	c Decided on static restart strategy
1.19/1.28	c  N st    18     30000       438      1905         0     10571      5802    179920   no data   no data
1.19/1.28	c  S st    18     30000       438      1905         0     10571      5802    179920   no data   no data
1.29/1.31	c  S st    18     30503       438      1905         0     11072      5802    190902   no data   no data
1.29/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.32	c blocked clauses removed:        2 vars:      1 tried:         438 T: 0.00 s
1.29/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
1.29/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.38	c lits-rem:       109  cl-subs:      895  v-elim:      0  v-fix:    0  time:  0.06 s
1.29/1.39	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.01
1.29/1.39	c calculated reachability. Time: 0.00
1.29/1.39	c  N st    18     30503       437      1903         0     10177      5796    172517   no data   no data
1.69/1.76	c  N st    20     37616       437      1903         0      9458      5796    142952   no data   no data
2.10/2.12	c  N st    21     44016       437      1903         0     15747      5796    296042   no data   no data
2.20/2.23	c  S st    22     45754       437      1903         0     17452      5796    337278   no data   no data
2.20/2.27	c  S st    22     46257       437      1903         0      9213      5796    124403   no data   no data
2.20/2.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.20/2.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.20/2.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.20/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.20/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
2.20/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.20/2.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.20/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.29	c lits-rem:        14  cl-subs:       43  v-elim:      0  v-fix:    0  time:  0.01 s
2.20/2.29	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
2.20/2.29	c vivif2 --  cl tried     9170 cl shrink        0 lits rem          0 time: 0.00
2.20/2.30	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.00
2.29/2.30	c calculated reachability. Time: 0.00
2.29/2.30	c  N st    22     46257       437      1903         0      9170      5796    123355   no data   no data
3.09/3.17	c  N st    23     60654       437      1903         0     13474      5796    209699   no data   no data
3.79/3.83	c  N st    24     69385       437      1903         0     11276      5796    150587   no data   no data
3.79/3.83	c  S st    24     69385       437      1903         0     11276      5796    150587   no data   no data
3.79/3.87	c  S st    24     69889       437      1903         0     11780      5796    160470   no data   no data
3.79/3.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.79/3.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.79/3.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
3.79/3.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.79/3.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.79/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.89	c lits-rem:        37  cl-subs:      158  v-elim:      0  v-fix:    0  time:  0.01 s
3.79/3.89	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
3.79/3.89	c vivif2 --  cl tried    11622 cl shrink        0 lits rem          0 time: 0.00
3.89/3.90	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.01
3.89/3.90	c calculated reachability. Time: 0.00
3.89/3.90	c  N st    24     69889       437      1903         0     11622      5796    157097   no data   no data
5.09/5.14	c  F st    25     87502       437      1903         0     17164      5796    280985   no data   no data
5.09/5.14	c  N st    25     87502       437      1903         0     17164      5796    280985   no data   no data
5.40/5.49	c Decided on static restart strategy
5.69/5.76	c  N st    32     95539       437      1903         0     25033      5796    462108   no data   no data
6.39/6.42	c  N st    34    104834       437      1903         0     21359      5796    343227   no data   no data
6.39/6.42	c  S st    34    104834       437      1903         0     21359      5796    343227   no data   no data
6.39/6.48	c  S st    34    105338       437      1903         0     21863      5796    353687   no data   no data
6.39/6.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.39/6.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.39/6.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.39/6.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.39/6.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.39/6.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
6.39/6.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.39/6.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.39/6.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.60/6.65	c lits-rem:       100  cl-subs:     1151  v-elim:      0  v-fix:    0  time:  0.15 s
6.60/6.65	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
6.60/6.65	c vivif2 --  cl tried    20712 cl shrink        0 lits rem          0 time: 0.00
6.60/6.67	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.01
6.60/6.67	c calculated reachability. Time: 0.00
6.60/6.67	c  N st    34    105338       437      1903         0     20712      5796    328603   no data   no data
7.39/7.46	c  N st    35    114939       437      1903         0     16384      5796    215816   no data   no data
8.49/8.55	c  N st    36    129337       437      1903         0     15834      5796    195972   no data   no data
10.29/10.37	c  N st    37    150932       437      1903         0     21304      5796    310818   no data   no data
11.00/11.03	c  S st    38    158008       437      1903         0     28188      5796    468113   no data   no data
11.00/11.09	c  S st    38    158515       437      1903         0     28694      5796    479277   no data   no data
11.08/11.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.08/11.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.08/11.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.08/11.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.08/11.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.08/11.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
11.08/11.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.08/11.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.08/11.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.38/11.46	c lits-rem:       397  cl-subs:     1558  v-elim:      0  v-fix:    0  time:  0.34 s
11.38/11.46	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
11.38/11.46	c vivif2 --  cl tried    27136 cl shrink        0 lits rem          0 time: 0.00
11.38/11.48	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.01
11.38/11.48	c calculated reachability. Time: 0.00
11.38/11.48	c  N st    38    158515       437      1903         0     27136      5796    443253   no data   no data
15.99/16.02	c  N st    39    207105       437      1903         0     21877      5796    286508   no data   no data
19.09/19.14	c  N st    40    237773       437      1903         0     32264      5796    493814   no data   no data
19.09/19.14	c  S st    40    237773       437      1903         0     32264      5796    493814   no data   no data
19.19/19.22	c  S st    40    238277       437      1903         0     32766      5796    505145   no data   no data
19.19/19.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.19/19.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.19/19.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.19/19.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.19/19.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.19/19.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
19.19/19.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.19/19.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.19/19.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.58/19.65	c lits-rem:       159  cl-subs:     1703  v-elim:      0  v-fix:    0  time:  0.40 s
19.58/19.65	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
19.58/19.65	c vivif2 --  cl tried    31063 cl shrink        0 lits rem          0 time: 0.01
19.58/19.67	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.02
19.58/19.67	c calculated reachability. Time: 0.00
19.58/19.67	c  N st    40    238277       437      1903         0     31063      5796    469764   no data   no data
26.59/26.64	c  F st    41    306251       437      1903         0     33006      5796    476999   no data   no data
26.59/26.64	c  N st    41    306251       437      1903         0     33006      5796    476999   no data   no data
27.19/27.25	c Decided on static restart strategy
29.89/29.90	c  N st    51    334555       437      1903         0     37263      5796    558197   no data   no data
32.68/32.74	c  N st    53    357417       437      1903         0     35105      5796    488216   no data   no data
32.68/32.75	c  S st    53    357417       437      1903         0     35105      5796    488216   no data   no data
32.78/32.83	c  S st    53    357922       437      1903         0     35609      5796    499107   no data   no data
32.78/32.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.78/32.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
32.78/32.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.78/32.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.78/32.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.78/32.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
32.78/32.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.78/32.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.78/32.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.09/33.17	c lits-rem:       145  cl-subs:     1587  v-elim:      0  v-fix:    0  time:  0.31 s
33.09/33.17	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
33.09/33.18	c vivif2 --  cl tried    34022 cl shrink        0 lits rem          0 time: 0.01
33.19/33.20	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.02
33.19/33.20	c calculated reachability. Time: 0.00
33.19/33.20	c  N st    53    357922       437      1903         0     34022      5796    466868   no data   no data
37.30/37.37	c  N st    54    390315       437      1903         0     40184      5796    575103   no data   no data
43.49/43.51	c  N st    55    438904       437      1903         0     33810      5796    402664   no data   no data
53.08/53.11	c  N st    56    511786       437      1903         0     47304      5796    667092   no data   no data
56.48/56.51	c  N st    57    536885       437      1903         0     41642      5796    549886   no data   no data
56.48/56.51	c  S st    57    536885       437      1903         0     41642      5796    549886   no data   no data
56.58/56.61	c  S st    57    537388       437      1903         0     42144      5796    560615   no data   no data
56.58/56.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.58/56.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
56.58/56.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.58/56.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.58/56.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.58/56.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
56.58/56.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.58/56.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.58/56.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.10/57.13	c lits-rem:       230  cl-subs:     1919  v-elim:      0  v-fix:    0  time:  0.49 s
57.10/57.13	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
57.10/57.14	c vivif2 --  cl tried    40225 cl shrink        0 lits rem          0 time: 0.01
57.10/57.16	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.02
57.10/57.16	c calculated reachability. Time: 0.00
57.10/57.16	c  N st    57    537388       437      1903         0     40225      5796    520972   no data   no data
80.69/80.74	c  N st    58    701372       437      1903         0     69274      5796   1091945   no data   no data
97.19/97.28	c  N st    59    806082       437      1903         0     63265      5796    947851   no data   no data
97.19/97.28	c  S st    59    806082       437      1903         0     63265      5796    947851   no data   no data
97.39/97.43	c  S st    59    806587       437      1903         0     63769      5796    958511   no data   no data
97.39/97.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
97.39/97.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
97.39/97.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.39/97.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.39/97.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.39/97.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
97.39/97.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.39/97.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
97.39/97.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.29/100.32	c lits-rem:       438  cl-subs:     5858  v-elim:      0  v-fix:    0  time:  2.83 s
100.29/100.32	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
100.29/100.33	c vivif2 --  cl tried    57911 cl shrink        0 lits rem          0 time: 0.01
100.29/100.37	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.04
100.29/100.37	c calculated reachability. Time: 0.00
100.29/100.37	c  N st    59    806587       437      1903         0     57911      5796    832393   no data   no data
146.09/146.11	c  F st    60   1071875       437      1903         0     73673      5796   1141566   no data   no data
146.09/146.11	c  N st    60   1071875       437      1903         0     73673      5796   1141566   no data   no data
147.19/147.23	c Decided on static restart strategy
151.70/151.73	c  N st    70   1100187       437      1903         0     57716      5796    723100   no data   no data
158.89/158.97	c  N st    72   1136180       437      1903         0     48013      5796    487207   no data   no data
164.49/164.51	c  N st    73   1168573       437      1903         0     79356      5796   1179392   no data   no data
172.09/172.15	c  N st    74   1209880       437      1903         0     73885      5796   1074328   no data   no data
172.09/172.15	c  S st    74   1209880       437      1903         0     73885      5796   1074328   no data   no data
172.29/172.35	c  S st    74   1210386       437      1903         0     74388      5796   1085591   no data   no data
172.29/172.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
172.29/172.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
172.29/172.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
172.29/172.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
172.29/172.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
172.29/172.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
172.29/172.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
172.29/172.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
172.39/172.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.69/174.72	c lits-rem:       330  cl-subs:     4594  v-elim:      0  v-fix:    0  time:  2.29 s
174.69/174.72	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
174.69/174.73	c vivif2 --  cl tried    69794 cl shrink        0 lits rem          0 time: 0.01
174.69/174.77	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.05
174.69/174.78	c calculated reachability. Time: 0.00
174.69/174.78	c  N st    74   1210386       437      1903         0     69794      5796    988855   no data   no data
190.99/191.09	c  N st    75   1283271       437      1903         0     94011      5796   1473160   no data   no data
213.89/213.95	c  N st    76   1392594       437      1903         0     54668      5796    573792   no data   no data
248.89/248.95	c  N st    77   1556578       437      1903         0     59558      5796    647866   no data   no data
283.99/284.03	c  N st    78   1710386       437      1903         0    100518      5796   1493611   no data   no data
283.99/284.03	c  S st    78   1710386       437      1903         0    100518      5796   1493611   no data   no data
284.19/284.29	c  S st    78   1710890       437      1903         0    101020      5796   1505157   no data   no data
284.19/284.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
284.29/284.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
284.29/284.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
284.29/284.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.29/284.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.29/284.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
284.29/284.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
284.29/284.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
284.29/284.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
292.39/292.49	c lits-rem:       496  cl-subs:    11054  v-elim:      0  v-fix:    0  time:  8.10 s
292.39/292.50	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
292.50/292.51	c vivif2 --  cl tried    89966 cl shrink        0 lits rem          0 time: 0.02
292.50/292.58	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.07
292.50/292.58	c calculated reachability. Time: 0.00
292.50/292.58	c  N st    78   1710890       437      1903         0     89966      5796   1295078   no data   no data
386.59/386.60	c  N st    79   2079854       437      1903         0    101694      5796   1445520   no data   no data
416.30/416.38	c  N st    80   2210891       437      1903         0    105967      5796   1573496   no data   no data
416.30/416.38	c  S st    80   2210891       437      1903         0    105967      5796   1573496   no data   no data
416.60/416.69	c  S st    80   2211392       437      1903         0    106467      5796   1584880   no data   no data
416.60/416.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
416.70/416.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
416.70/416.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
416.70/416.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
416.70/416.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
416.70/416.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
416.70/416.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
416.70/416.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
416.70/416.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.89/421.98	c lits-rem:       846  cl-subs:     7267  v-elim:      0  v-fix:    0  time:  5.18 s
421.89/421.98	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
421.99/422.00	c vivif2 --  cl tried    99200 cl shrink        0 lits rem          0 time: 0.02
421.99/422.08	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.08
421.99/422.08	c calculated reachability. Time: 0.00
421.99/422.08	c  N st    80   2211392       437      1903         0     99200      5796   1447821   no data   no data
563.59/563.65	c  N st    81   2711392       437      1903         0    122682      5796   1834306   no data   no data
563.59/563.65	c  S st    81   2711392       437      1903         0    122682      5796   1834306   no data   no data
563.89/563.98	c  S st    81   2711897       437      1903         0    123187      5796   1845683   no data   no data
563.89/563.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
563.99/564.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
563.99/564.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
563.99/564.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
563.99/564.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
563.99/564.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
563.99/564.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
563.99/564.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
564.09/564.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
575.31/575.34	c lits-rem:       544  cl-subs:    11963  v-elim:      0  v-fix:    0  time: 11.22 s
575.31/575.34	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
575.31/575.36	c vivif2 --  cl tried   111224 cl shrink        0 lits rem          0 time: 0.02
575.40/575.46	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.09
575.40/575.46	c calculated reachability. Time: 0.00
575.40/575.46	c  N st    81   2711897       437      1903         0    111224      5796   1611853   no data   no data
723.10/723.19	c  N st    82   3211900       437      1903         0     87386      5796    942030   no data   no data
723.10/723.19	c  S st    82   3211900       437      1903         0     87386      5796    942030   no data   no data
723.40/723.40	c  S st    82   3212400       437      1903         0     87883      5796    953315   no data   no data
723.40/723.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
723.40/723.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
723.40/723.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
723.40/723.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
723.40/723.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
723.40/723.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
723.40/723.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
723.40/723.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
723.40/723.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
724.10/724.16	c lits-rem:       214  cl-subs:     1708  v-elim:      0  v-fix:    0  time:  0.68 s
724.10/724.16	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
724.10/724.17	c vivif2 --  cl tried    86175 cl shrink        0 lits rem          0 time: 0.01
724.20/724.23	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.06
724.20/724.23	c calculated reachability. Time: 0.00
724.20/724.23	c  N st    82   3212400       437      1903         0     86175      5796    918225   no data   no data
875.52/875.53	c  N st    83   3712401       437      1903         0     96998      5796   1070488   no data   no data
875.52/875.53	c  S st    83   3712401       437      1903         0     96998      5796   1070488   no data   no data
875.70/875.78	c  S st    83   3712904       437      1903         0     97499      5796   1081624   no data   no data
875.70/875.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
875.80/875.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
875.80/875.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
875.80/875.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
875.80/875.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
875.80/875.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
875.80/875.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
875.80/875.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
875.80/875.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
877.00/877.05	c lits-rem:       226  cl-subs:     3410  v-elim:      0  v-fix:    0  time:  1.17 s
877.00/877.05	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
877.00/877.06	c vivif2 --  cl tried    94089 cl shrink        0 lits rem          0 time: 0.01
877.10/877.13	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.07
877.10/877.13	c calculated reachability. Time: 0.00
877.10/877.13	c  N st    83   3712904       437      1903         0     94089      5796   1018457   no data   no data
887.30/887.36	c  F st    84   3751563       437      1903         0    131905      5796   1980716   no data   no data
887.30/887.36	c  N st    84   3751563       437      1903         0    131905      5796   1980716   no data   no data
889.50/889.54	c Decided on static restart strategy
899.40/899.47	c  N st    94   3779864       437      1903         0    159391      5796   2596992   no data   no data
911.30/911.38	c  N st    96   3815857       437      1903         0    111706      5796   1370233   no data   no data
922.30/922.35	c  N st    97   3848251       437      1903         0    143090      5796   2077157   no data   no data
938.91/938.96	c  N st    98   3896840       437      1903         0    107025      5796   1278675   no data   no data
964.10/964.15	c  N st    99   3969722       437      1903         0     93282      5796    936866   no data   no data
999.10/999.14	c  N st   100   4079046       437      1903         0    113790      5796   1359715   no data   no data
1046.31/1046.31	c  N st   101   4212904       437      1903         0    156904      5796   2264725   no data   no data
1046.31/1046.31	c  S st   101   4212904       437      1903         0    156904      5796   2264725   no data   no data
1046.81/1046.83	c  S st   101   4213414       437      1903         0    157411      5796   2276530   no data   no data
1046.81/1046.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1046.91/1046.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1046.91/1046.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1046.91/1046.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1046.91/1046.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1046.91/1046.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
1046.91/1046.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1046.91/1046.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1047.00/1047.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1065.50/1065.51	c lits-rem:       844  cl-subs:    18778  v-elim:      0  v-fix:    0  time: 18.50 s
1065.50/1065.51	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
1065.50/1065.53	c vivif2 --  cl tried   138633 cl shrink        0 lits rem          0 time: 0.03
1065.60/1065.66	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.12
1065.60/1065.66	c calculated reachability. Time: 0.00
1065.60/1065.66	c  N st   101   4213414       437      1903         0    138633      5796   1926828   no data   no data
1156.12/1156.19	c  N st   102   4459393       437      1903         0    113196      5796   1329771   no data   no data
1254.03/1254.07	c  N st   103   4713414       437      1903         0    177943      5796   2711387   no data   no data
1254.03/1254.07	c  S st   103   4713414       437      1903         0    177943      5796   2711387   no data   no data
1254.61/1254.65	c  S st   103   4713919       437      1903         0    178444      5796   2723022   no data   no data
1254.61/1254.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1254.71/1254.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1254.71/1254.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1254.71/1254.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1254.71/1254.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1254.71/1254.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
1254.71/1254.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1254.71/1254.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1254.81/1254.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1284.21/1284.24	c lits-rem:       799  cl-subs:    21999  v-elim:      0  v-fix:    0  time: 29.39 s
1284.21/1284.24	c vivif2 --  cl tried     1903 cl shrink        0 lits rem          0 time: 0.00
1284.21/1284.28	c vivif2 --  cl tried   156445 cl shrink        0 lits rem          0 time: 0.03
1284.41/1284.42	c asymm  cl-useful: 0/1903/1903 lits-rem:0 time: 0.15
1284.41/1284.43	c calculated reachability. Time: 0.00
1284.41/1284.43	c  N st   103   4713919       437      1903         0    156445      5796   2292454   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-3367599-1305384683/watcher-3367599-1305384683 -o /tmp/evaluation-result-3367599-1305384683/solver-3367599-1305384683 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367599-1305384683.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.74 4.00 3.95 7/391 26301
/proc/meminfo: memFree=27089804/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=30072 CPUtime=0 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 658 0 0 0 0 0 0 0 23 0 1 0 650067039 30793728 582 33554432000 4194304 4580011 140733229686016 18446744073709551615 4318705 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 7518 582 363 95 0 2500 0

[startup+0.0483409 s]
/proc/loadavg: 3.74 4.00 3.95 7/391 26301
/proc/meminfo: memFree=27089804/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=30220 CPUtime=0.04 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 698 0 0 0 4 0 0 0 23 0 1 0 650067039 30945280 622 33554432000 4194304 4580011 140733229686016 18446744073709551615 4295670 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 7555 622 363 95 0 2537 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30220

[startup+0.100394 s]
/proc/loadavg: 3.74 4.00 3.95 7/391 26301
/proc/meminfo: memFree=27089804/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=30220 CPUtime=0.09 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 764 0 0 0 9 0 0 0 23 0 1 0 650067039 30945280 688 33554432000 4194304 4580011 140733229686016 18446744073709551615 4298962 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 7555 688 364 95 0 2537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30220

[startup+0.300298 s]
/proc/loadavg: 3.74 4.00 3.95 7/391 26301
/proc/meminfo: memFree=27089804/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=30784 CPUtime=0.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 1013 0 0 0 29 0 0 0 25 0 1 0 650067039 31522816 810 33554432000 4194304 4580011 140733229686016 18446744073709551615 4321614 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 7696 810 364 95 0 2678 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30784

[startup+0.700231 s]
/proc/loadavg: 3.74 4.00 3.95 7/391 26301
/proc/meminfo: memFree=27089804/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=31260 CPUtime=0.69 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 1361 0 0 0 69 0 0 0 25 0 1 0 650067039 32010240 959 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 7815 959 364 95 0 2797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31260

[startup+1.5001 s]
/proc/loadavg: 3.76 4.00 3.95 6/398 26313
/proc/meminfo: memFree=27072264/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=37068 CPUtime=1.49 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 3294 0 0 0 149 0 0 0 25 0 1 0 650067039 37957632 2357 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 9267 2357 367 95 0 4249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37068

[startup+3.10083 s]
/proc/loadavg: 3.76 4.00 3.95 7/398 26313
/proc/meminfo: memFree=27043868/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=37256 CPUtime=3.09 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 4433 0 0 0 309 0 0 0 25 0 1 0 650067039 38150144 2318 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 9314 2318 367 95 0 4296 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37256

[startup+6.30029 s]
/proc/loadavg: 3.78 4.00 3.95 7/398 26313
/proc/meminfo: memFree=27034652/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=38472 CPUtime=6.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 6331 0 0 0 629 0 0 0 25 0 1 0 650067039 39395328 2710 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294464 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 9618 2710 367 95 0 4600 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38472

[startup+12.7002 s]
/proc/loadavg: 3.79 4.00 3.95 7/398 26314
/proc/meminfo: memFree=27001276/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=49148 CPUtime=12.69 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 11460 0 0 0 1268 1 0 0 25 0 1 0 650067039 50327552 5276 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 12287 5276 367 95 0 7269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49148

[startup+25.5011 s]
/proc/loadavg: 3.82 4.00 3.95 6/398 26314
/proc/meminfo: memFree=26952664/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=54724 CPUtime=25.49 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 17011 0 0 0 2547 2 0 0 25 0 1 0 650067039 56037376 6870 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 13681 6870 367 95 0 8663 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54724

[startup+51.1008 s]
/proc/loadavg: 3.89 4.00 3.95 6/398 26314
/proc/meminfo: memFree=26922976/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=57576 CPUtime=51.09 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 25083 0 0 0 5106 3 0 0 25 0 1 0 650067039 58957824 7089 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 14394 7089 367 95 0 9376 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57576

[startup+102.314 s]
/proc/loadavg: 3.95 4.00 3.95 7/398 26316
/proc/meminfo: memFree=26859960/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=74068 CPUtime=102.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 39928 0 0 0 10224 6 0 0 25 0 1 0 650067039 75845632 11936 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 18517 11936 367 95 0 13499 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74068

[startup+162.301 s]
/proc/loadavg: 4.13 4.03 3.96 7/398 26318
/proc/meminfo: memFree=26859520/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=74488 CPUtime=162.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 52485 0 0 0 16220 9 0 0 25 0 1 0 650067039 76275712 11673 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 18622 11673 367 95 0 13604 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74488

[startup+222.301 s]
/proc/loadavg: 4.11 4.04 3.97 6/398 26319
/proc/meminfo: memFree=26784952/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=83004 CPUtime=222.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 64177 0 0 0 22217 12 0 0 25 0 1 0 650067039 84996096 14313 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294519 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 20751 14313 367 95 0 15733 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 83004

[startup+282.301 s]
/proc/loadavg: 4.07 4.04 3.97 7/398 26321
/proc/meminfo: memFree=26766064/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=83240 CPUtime=282.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 74060 0 0 0 28215 15 0 0 25 0 1 0 650067039 85237760 14157 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 20810 14157 367 95 0 15792 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 83240

[startup+342.301 s]
/proc/loadavg: 4.02 4.03 3.97 7/398 26322
/proc/meminfo: memFree=26704000/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=98572 CPUtime=342.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 83986 0 0 0 34210 19 0 0 25 0 1 0 650067039 100937728 17751 33554432000 4194304 4580011 140733229686016 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 24643 17751 367 95 0 19625 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 98572

[startup+402.301 s]
/proc/loadavg: 4.09 4.04 3.98 7/398 26324
/proc/meminfo: memFree=26702972/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=98788 CPUtime=402.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 92512 0 0 0 40207 22 0 0 25 0 1 0 650067039 101158912 17854 33554432000 4194304 4580011 140733229686016 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 24697 17854 367 95 0 19679 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 98788

[startup+462.301 s]
/proc/loadavg: 4.10 4.05 3.99 6/398 26326
/proc/meminfo: memFree=26639432/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=110644 CPUtime=462.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 102216 0 0 0 46204 25 0 0 25 0 1 0 650067039 113299456 20416 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 27661 20416 367 95 0 22643 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 110644

[startup+522.301 s]
/proc/loadavg: 4.10 4.05 3.99 7/398 26327
/proc/meminfo: memFree=26636912/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=110804 CPUtime=522.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 110170 0 0 0 52201 29 0 0 25 0 1 0 650067039 113463296 20923 33554432000 4194304 4580011 140733229686016 18446744073709551615 4318398 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 27701 20923 367 95 0 22683 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 110804

[startup+582.3 s]
/proc/loadavg: 4.04 4.04 3.99 6/398 26338
/proc/meminfo: memFree=26621972/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=123808 CPUtime=582.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 118815 0 0 0 58199 31 0 0 25 0 1 0 650067039 126779392 24373 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 30952 24373 367 95 0 25934 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 123808

[startup+642.3 s]
/proc/loadavg: 4.01 4.03 3.99 7/398 26339
/proc/meminfo: memFree=26623908/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=123936 CPUtime=642.31 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 125842 0 0 0 64196 35 0 0 25 0 1 0 650067039 126910464 23303 33554432000 4194304 4580011 140733229686016 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 30984 23303 367 95 0 25966 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 123936

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 3.99 7/398 26341
/proc/meminfo: memFree=26616444/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=124100 CPUtime=702.29 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 133776 0 0 0 70192 37 0 0 25 0 1 0 650067039 127078400 23096 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 31025 23096 367 95 0 26007 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 124100

[startup+762.315 s]
/proc/loadavg: 4.00 4.02 3.99 7/398 26343
/proc/meminfo: memFree=26615632/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=124208 CPUtime=762.32 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 140692 0 0 0 76192 40 0 0 25 0 1 0 650067039 127188992 24360 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 31052 24360 367 95 0 26034 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 124208

[startup+822.3 s]
/proc/loadavg: 4.08 4.04 4.00 7/398 26347
/proc/meminfo: memFree=26583984/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=124352 CPUtime=822.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 148126 0 0 0 82189 41 0 0 25 0 1 0 650067039 127336448 23027 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 31088 23027 367 95 0 26070 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 124352

[startup+882.301 s]
/proc/loadavg: 4.10 4.06 4.01 7/398 26349
/proc/meminfo: memFree=26580852/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=127896 CPUtime=882.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 155804 0 0 0 88186 44 0 0 25 0 1 0 650067039 130965504 24554 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 31974 24554 367 95 0 26956 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 127896

[startup+942.301 s]
/proc/loadavg: 4.04 4.05 4.00 7/398 26350
/proc/meminfo: memFree=26582664/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=128004 CPUtime=942.31 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 162023 0 0 0 94185 46 0 0 25 0 1 0 650067039 131076096 24469 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 32001 24469 367 95 0 26983 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 128004

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 4.00 7/398 26352
/proc/meminfo: memFree=26540832/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=128100 CPUtime=1002.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 168258 0 0 0 100183 47 0 0 25 0 1 0 650067039 131174400 24495 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 32025 24495 367 95 0 27007 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 128100

[startup+1062.3 s]
/proc/loadavg: 4.04 4.04 4.00 6/398 26354
/proc/meminfo: memFree=26518840/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=144772 CPUtime=1062.3 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 176096 0 0 0 106181 49 0 0 25 0 1 0 650067039 148246528 29272 33554432000 4194304 4580011 140733229686016 18446744073709551615 4406289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 36193 29272 367 95 0 31175 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 144772

[startup+1122.3 s]
/proc/loadavg: 4.12 4.07 4.01 6/398 26355
/proc/meminfo: memFree=26523884/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=144848 CPUtime=1122.31 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 182197 0 0 0 112180 51 0 0 25 0 1 0 650067039 148324352 28551 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 36212 28551 367 95 0 31194 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 144848

[startup+1182.3 s]
/proc/loadavg: 4.07 4.07 4.01 6/398 26357
/proc/meminfo: memFree=26477096/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=144904 CPUtime=1182.31 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 186762 0 0 0 118178 53 0 0 25 0 1 0 650067039 148381696 29823 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 36226 29823 367 95 0 31208 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 144904

[startup+1242.3 s]
/proc/loadavg: 4.02 4.05 4.00 7/398 26358
/proc/meminfo: memFree=26468016/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=145016 CPUtime=1242.31 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 192726 0 0 0 124176 55 0 0 25 0 1 0 650067039 148496384 29111 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 36254 29111 367 95 0 31236 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 145016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 4.00 6/397 26361
/proc/meminfo: memFree=26582016/32950928 swapFree=44388876/67111528
[pid=26301] ppid=26299 vsize=163988 CPUtime=1300.02 cores=5,7
/proc/26301/stat : 26301 (strangenight2-s) R 26299 26301 25497 0 -1 4202496 199310 0 0 0 129946 56 0 0 25 0 1 0 650067039 167923712 31839 33554432000 4194304 4580011 140733229686016 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26301/statm: 40997 31839 367 95 0 35979 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 163988

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.46
CPU system time (s): 0.573912
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 217084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.46
system time used= 0.573912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199310
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 15115

runsolver used 4.78327 second user time and 11.7112 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 16:51:23
IDJOB=3367599
IDBENCH=82808
IDSOLVER=1845
FILE ID=node126/3367599-1305384683
RUNJOBID= node126-1305384683-26273
PBS_JOBID= 13324376
Free space on /tmp= 73316 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S2065964480-034.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367599-1305384683/watcher-3367599-1305384683 -o /tmp/evaluation-result-3367599-1305384683/solver-3367599-1305384683 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367599-1305384683.cnf

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

MD5SUM BENCH= 06d324a3bc5f99e4e9d2e5560e56ab8e
RANDOM SEED=323139404

node126.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.783
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.56
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.783
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.783
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.783
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27090456 kB
Buffers:        245000 kB
Cached:        2403188 kB
SwapCached:      92524 kB
Active:         693876 kB
Inactive:      4916372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27090456 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           16668 kB
Writeback:          32 kB
AnonPages:     2882420 kB
Mapped:          15820 kB
Slab:           108512 kB
PageTables:      76168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88142088 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= 73308 MiB
End job on node126 at 2011-05-14 17:13:05