Trace number 3367668

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1050579435-065.SATISFIABLE.cnf
MD5SUMa9aff6c7ce1658eb3edc84aa7f38478c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
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-3367668-1305385451.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:     186 undec:      47 neg:     167
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       390      1695         0         0      5148         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.13	c  N st     8      4917       390      1695         0      4791      5148     93482   no data   no data
0.29/0.37	c  N st    10     11300       390      1695         0      4462      5148     68232   no data   no data
0.59/0.61	c  N st    11     17044       390      1695         0     10042      5148    187590   no data   no data
1.00/1.01	c  F st    12     25000       390      1695         0     12313      5148    223749   no data   no data
1.00/1.01	c  N st    12     25000       390      1695         0     12313      5148    223749   no data   no data
1.19/1.24	c Decided on static restart strategy
1.19/1.24	c  N st    18     30000       390      1695         0     10602      5148    169432   no data   no data
1.19/1.24	c  S st    18     30000       390      1695         0     10602      5148    169432   no data   no data
1.19/1.27	c  S st    18     30503       390      1695         0     11105      5148    179584   no data   no data
1.19/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.19/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.19/1.27	c blocked clauses removed:        0 vars:      0 tried:         390 T: 0.00 s
1.19/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.19/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.19/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
1.19/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.19/1.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.19/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.34	c lits-rem:        84  cl-subs:      870  v-elim:      0  v-fix:    0  time:  0.06 s
1.29/1.34	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
1.29/1.34	c calculated reachability. Time: 0.00
1.29/1.34	c  N st    18     30503       390      1695         0     10235      5148    161952   no data   no data
1.69/1.74	c  N st    20     37616       390      1695         0      9506      5148    135528   no data   no data
2.10/2.11	c  N st    21     44016       390      1695         0     15751      5148    265457   no data   no data
2.20/2.24	c  S st    22     45755       390      1695         0     17443      5148    299319   no data   no data
2.20/2.28	c  S st    22     46256       390      1695         0      9247      5148    117015   no data   no data
2.20/2.28	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:    390 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.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.20/2.29	c lits-rem:        32  cl-subs:       55  v-elim:      0  v-fix:    0  time:  0.01 s
2.20/2.29	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
2.20/2.29	c vivif2 --  cl tried     9192 cl shrink        0 lits rem          0 time: 0.00
2.29/2.30	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.00
2.29/2.30	c calculated reachability. Time: 0.00
2.29/2.30	c  N st    22     46256       390      1695         0      9192      5148    115797   no data   no data
3.09/3.15	c  N st    23     60653       390      1695         0     13452      5148    184027   no data   no data
3.79/3.81	c  N st    24     69385       390      1695         0     11269      5148    137895   no data   no data
3.79/3.81	c  S st    24     69385       390      1695         0     11269      5148    137895   no data   no data
3.79/3.84	c  S st    24     69889       390      1695         0     11773      5148    147989   no data   no data
3.79/3.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.79/3.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.79/3.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
3.79/3.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.79/3.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.79/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.87	c lits-rem:        32  cl-subs:      342  v-elim:      0  v-fix:    0  time:  0.02 s
3.79/3.87	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
3.79/3.87	c vivif2 --  cl tried    11431 cl shrink        0 lits rem          0 time: 0.00
3.79/3.88	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
3.79/3.88	c calculated reachability. Time: 0.00
3.79/3.88	c  N st    24     69889       390      1695         0     11431      5148    142418   no data   no data
4.99/5.04	c  F st    25     87500       390      1695         0     16935      5148    244126   no data   no data
4.99/5.04	c  N st    25     87500       390      1695         0     16935      5148    244126   no data   no data
5.39/5.44	c Decided on static restart strategy
5.59/5.66	c  N st    32     95537       390      1695         0     24788      5148    407665   no data   no data
6.19/6.27	c  N st    34    104833       390      1695         0     21132      5148    322825   no data   no data
6.19/6.27	c  S st    34    104833       390      1695         0     21132      5148    322825   no data   no data
6.29/6.32	c  S st    34    105337       390      1695         0     21636      5148    333239   no data   no data
6.29/6.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.29/6.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.29/6.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.29/6.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.29/6.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.29/6.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
6.29/6.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.29/6.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.29/6.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.39/6.48	c lits-rem:       127  cl-subs:     1088  v-elim:      0  v-fix:    0  time:  0.15 s
6.39/6.48	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
6.39/6.49	c vivif2 --  cl tried    20548 cl shrink        0 lits rem          0 time: 0.00
6.50/6.51	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
6.50/6.51	c calculated reachability. Time: 0.00
6.50/6.51	c  N st    34    105337       390      1695         0     20548      5148    310036   no data   no data
7.19/7.21	c  N st    35    114935       390      1695         0     16281      5148    204014   no data   no data
8.29/8.34	c  N st    36    129332       390      1695         0     15782      5148    180746   no data   no data
10.09/10.12	c  N st    37    150929       390      1695         0     21170      5148    282029   no data   no data
10.69/10.70	c  S st    38    158005       390      1695         0     28048      5148    419865   no data   no data
10.69/10.77	c  S st    38    158510       390      1695         0     28553      5148    430023   no data   no data
10.69/10.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.69/10.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.69/10.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.69/10.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.69/10.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.69/10.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
10.69/10.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.69/10.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.79/10.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.09/11.10	c lits-rem:       744  cl-subs:     1702  v-elim:      0  v-fix:    0  time:  0.30 s
11.09/11.10	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
11.09/11.10	c vivif2 --  cl tried    26851 cl shrink        0 lits rem          0 time: 0.00
11.09/11.12	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.01
11.09/11.12	c calculated reachability. Time: 0.00
11.09/11.12	c  N st    38    158510       390      1695         0     26851      5148    395698   no data   no data
15.59/15.61	c  N st    39    207098       390      1695         0     21489      5148    250563   no data   no data
18.39/18.48	c  N st    40    237765       390      1695         0     31806      5148    454510   no data   no data
18.39/18.48	c  S st    40    237765       390      1695         0     31806      5148    454510   no data   no data
18.49/18.56	c  S st    40    238267       390      1695         0     32308      5148    464784   no data   no data
18.49/18.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.49/18.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.49/18.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.49/18.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.49/18.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.49/18.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
18.49/18.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.49/18.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
18.49/18.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.09/19.11	c lits-rem:       234  cl-subs:     2630  v-elim:      0  v-fix:    0  time:  0.53 s
19.09/19.11	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
19.09/19.12	c vivif2 --  cl tried    29678 cl shrink        0 lits rem          0 time: 0.00
19.09/19.13	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.02
19.09/19.13	c calculated reachability. Time: 0.00
19.09/19.13	c  N st    40    238267       390      1695         0     29678      5148    413294   no data   no data
26.49/26.55	c  F st    41    306251       390      1695         0     31779      5148    421012   no data   no data
26.49/26.55	c  N st    41    306251       390      1695         0     31779      5148    421012   no data   no data
27.09/27.11	c Decided on static restart strategy
29.49/29.55	c  N st    51    334559       390      1695         0     36005      5148    496339   no data   no data
32.09/32.13	c  N st    53    357400       390      1695         0     33849      5148    425628   no data   no data
32.09/32.13	c  S st    53    357400       390      1695         0     33849      5148    425628   no data   no data
32.19/32.20	c  S st    53    357902       390      1695         0     34350      5148    435776   no data   no data
32.19/32.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.19/32.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
32.19/32.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.19/32.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.19/32.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.19/32.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
32.19/32.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.19/32.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.19/32.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.49/32.54	c lits-rem:       192  cl-subs:     2002  v-elim:      0  v-fix:    0  time:  0.31 s
32.49/32.54	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
32.49/32.54	c vivif2 --  cl tried    32348 cl shrink        0 lits rem          0 time: 0.00
32.49/32.56	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.02
32.49/32.56	c calculated reachability. Time: 0.00
32.49/32.56	c  N st    53    357902       390      1695         0     32348      5148    399885   no data   no data
36.09/36.18	c  N st    54    390296       390      1695         0     38436      5148    495346   no data   no data
42.29/42.30	c  N st    55    438888       390      1695         0     32256      5148    355645   no data   no data
51.70/51.79	c  N st    56    511772       390      1695         0     45535      5148    588374   no data   no data
54.80/54.80	c  N st    57    536854       390      1695         0     40041      5148    495623   no data   no data
54.80/54.80	c  S st    57    536854       390      1695         0     40041      5148    495623   no data   no data
54.80/54.89	c  S st    57    537358       390      1695         0     40544      5148    506262   no data   no data
54.80/54.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.90/54.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
54.90/54.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.90/54.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.90/54.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.90/54.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
54.90/54.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.90/54.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
54.90/54.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.29/55.30	c lits-rem:       242  cl-subs:     1828  v-elim:      0  v-fix:    0  time:  0.37 s
55.29/55.30	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
55.29/55.30	c vivif2 --  cl tried    38716 cl shrink        0 lits rem          0 time: 0.00
55.29/55.32	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.02
55.29/55.32	c calculated reachability. Time: 0.00
55.29/55.32	c  N st    57    537358       390      1695         0     38716      5148    468175   no data   no data
78.49/78.53	c  N st    58    701343       390      1695         0     67525      5148    958212   no data   no data
94.39/94.48	c  N st    59    806038       390      1695         0     61576      5148    847136   no data   no data
94.39/94.48	c  S st    59    806038       390      1695         0     61576      5148    847136   no data   no data
94.60/94.64	c  S st    59    806541       390      1695         0     62074      5148    857689   no data   no data
94.60/94.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
94.60/94.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
94.60/94.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
94.60/94.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.60/94.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.60/94.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
94.60/94.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
94.60/94.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
94.60/94.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.19/96.23	c lits-rem:       771  cl-subs:     4414  v-elim:      0  v-fix:    0  time:  1.54 s
96.19/96.23	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
96.19/96.24	c vivif2 --  cl tried    57660 cl shrink        0 lits rem          0 time: 0.01
96.19/96.28	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.03
96.19/96.28	c calculated reachability. Time: 0.00
96.19/96.28	c  N st    59    806541       390      1695         0     57660      5148    777180   no data   no data
141.00/141.03	c  F st    60   1071877       390      1695         0     72999      5148    968900   no data   no data
141.00/141.03	c  N st    60   1071877       390      1695         0     72999      5148    968900   no data   no data
142.10/142.17	c Decided on static restart strategy
146.39/146.48	c  N st    70   1100183       390      1695         0     57147      5148    653021   no data   no data
154.01/154.07	c  N st    72   1136175       390      1695         0     47706      5148    461714   no data   no data
159.40/159.46	c  N st    73   1168567       390      1695         0     79110      5148   1119306   no data   no data
166.59/166.63	c  N st    74   1209811       390      1695         0     73593      5148    999710   no data   no data
166.59/166.63	c  S st    74   1209811       390      1695         0     73593      5148    999710   no data   no data
166.79/166.82	c  S st    74   1210313       390      1695         0     74095      5148   1010094   no data   no data
166.79/166.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
166.79/166.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
166.79/166.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
166.79/166.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.79/166.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.79/166.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
166.79/166.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
166.79/166.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
166.79/166.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.99/169.01	c lits-rem:      1024  cl-subs:     4675  v-elim:      0  v-fix:    0  time:  2.12 s
168.99/169.01	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
168.99/169.03	c vivif2 --  cl tried    69420 cl shrink        0 lits rem          0 time: 0.01
168.99/169.07	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.04
168.99/169.07	c calculated reachability. Time: 0.00
168.99/169.07	c  N st    74   1210313       390      1695         0     69420      5148    918798   no data   no data
183.61/183.64	c  N st    75   1283195       390      1695         0     93600      5148   1399601   no data   no data
205.49/205.56	c  N st    76   1392519       390      1695         0     54411      5148    536742   no data   no data
236.20/236.20	c  N st    77   1556503       390      1695         0     59132      5148    603323   no data   no data
271.10/271.17	c  N st    78   1710315       390      1695         0    100653      5148   1425984   no data   no data
271.10/271.17	c  S st    78   1710315       390      1695         0    100653      5148   1425984   no data   no data
271.50/271.55	c  S st    78   1710818       390      1695         0    101156      5148   1436451   no data   no data
271.50/271.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
271.61/271.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
271.61/271.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
271.61/271.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
271.61/271.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
271.61/271.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
271.61/271.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
271.61/271.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
271.61/271.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.70/277.74	c lits-rem:       803  cl-subs:     8048  v-elim:      0  v-fix:    0  time:  6.07 s
277.70/277.74	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
277.70/277.76	c vivif2 --  cl tried    93108 cl shrink        0 lits rem          0 time: 0.02
277.80/277.83	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.07
277.80/277.83	c calculated reachability. Time: 0.00
277.80/277.83	c  N st    78   1710818       390      1695         0     93108      5148   1288026   no data   no data
359.20/359.20	c  N st    79   2079782       390      1695         0    104353      5148   1362289   no data   no data
386.60/386.67	c  N st    80   2210818       390      1695         0    108153      5148   1405402   no data   no data
386.60/386.67	c  S st    80   2210818       390      1695         0    108153      5148   1405402   no data   no data
386.90/386.96	c  S st    80   2211320       390      1695         0    108655      5148   1416389   no data   no data
386.90/386.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
387.00/387.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
387.00/387.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
387.00/387.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.00/387.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.00/387.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
387.00/387.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
387.00/387.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
387.00/387.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.10/393.12	c lits-rem:       861  cl-subs:    13387  v-elim:      0  v-fix:    0  time:  6.06 s
393.10/393.12	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
393.10/393.14	c vivif2 --  cl tried    95268 cl shrink        0 lits rem          0 time: 0.02
393.20/393.21	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.07
393.20/393.21	c calculated reachability. Time: 0.00
393.20/393.21	c  N st    80   2211320       390      1695         0     95268      5148   1198403   no data   no data
513.90/513.90	c  N st    81   2711321       390      1695         0    119082      5148   1628053   no data   no data
513.90/513.90	c  S st    81   2711321       390      1695         0    119082      5148   1628053   no data   no data
514.20/514.27	c  S st    81   2711826       390      1695         0    119587      5148   1638380   no data   no data
514.20/514.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
514.30/514.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
514.30/514.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
514.30/514.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
514.30/514.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
514.30/514.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
514.30/514.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
514.30/514.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
514.30/514.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
521.00/521.06	c lits-rem:       836  cl-subs:     8537  v-elim:      0  v-fix:    0  time:  6.67 s
521.00/521.07	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
521.00/521.09	c vivif2 --  cl tried   111050 cl shrink        0 lits rem          0 time: 0.03
521.10/521.18	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.09
521.10/521.19	c calculated reachability. Time: 0.00
521.10/521.19	c  N st    81   2711826       390      1695         0    111050      5148   1489448   no data   no data
655.41/655.44	c  N st    82   3211826       390      1695         0     87235      5148    893891   no data   no data
655.41/655.44	c  S st    82   3211826       390      1695         0     87235      5148    893891   no data   no data
655.62/655.64	c  S st    82   3212328       390      1695         0     87732      5148    904491   no data   no data
655.62/655.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
655.62/655.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
655.62/655.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
655.62/655.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
655.62/655.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
655.62/655.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
655.62/655.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
655.62/655.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
655.72/655.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
656.22/656.25	c lits-rem:       216  cl-subs:     1610  v-elim:      0  v-fix:    0  time:  0.54 s
656.22/656.25	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
656.22/656.26	c vivif2 --  cl tried    86122 cl shrink        0 lits rem          0 time: 0.01
656.32/656.32	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.06
656.32/656.32	c calculated reachability. Time: 0.00
656.32/656.32	c  N st    82   3212328       390      1695         0     86122      5148    875771   no data   no data
794.81/794.80	c  N st    83   3712329       390      1695         0     96840      5148    978717   no data   no data
794.81/794.80	c  S st    83   3712329       390      1695         0     96840      5148    978717   no data   no data
795.01/795.05	c  S st    83   3712834       390      1695         0     97342      5148    989148   no data   no data
795.01/795.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
795.01/795.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
795.01/795.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
795.01/795.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
795.01/795.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.01/795.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
795.01/795.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
795.11/795.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
795.11/795.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.11/796.17	c lits-rem:       147  cl-subs:     4457  v-elim:      0  v-fix:    0  time:  1.04 s
796.11/796.17	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
796.11/796.19	c vivif2 --  cl tried    92885 cl shrink        0 lits rem          0 time: 0.01
796.21/796.25	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.07
796.21/796.26	c calculated reachability. Time: 0.00
796.21/796.26	c  N st    83   3712834       390      1695         0     92885      5148    919483   no data   no data
806.92/806.97	c  F st    84   3751564       390      1695         0    130217      5148   1686672   no data   no data
806.92/806.98	c  N st    84   3751564       390      1695         0    130217      5148   1686672   no data   no data
808.82/808.81	c Decided on static restart strategy
817.22/817.29	c  N st    94   3779867       390      1695         0    157614      5148   2255027   no data   no data
827.42/827.46	c  N st    96   3815860       390      1695         0    110380      5148   1274024   no data   no data
837.03/837.04	c  N st    97   3848254       390      1695         0    141554      5148   1930151   no data   no data
852.22/852.24	c  N st    98   3896842       390      1695         0    105705      5148   1149023   no data   no data
874.31/874.37	c  N st    99   3969724       390      1695         0     92114      5148    866298   no data   no data
908.02/908.07	c  N st   100   4079047       390      1695         0    112991      5148   1351531   no data   no data
953.63/953.65	c  N st   101   4212836       390      1695         0    156258      5148   2196649   no data   no data
953.63/953.65	c  S st   101   4212836       390      1695         0    156258      5148   2196649   no data   no data
954.12/954.15	c  S st   101   4213341       390      1695         0    156761      5148   2207549   no data   no data
954.12/954.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
954.22/954.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
954.22/954.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
954.22/954.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
954.22/954.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
954.22/954.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
954.22/954.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
954.22/954.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
954.32/954.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
968.82/968.80	c lits-rem:      1888  cl-subs:    15704  v-elim:      0  v-fix:    0  time: 14.48 s
968.82/968.80	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
968.82/968.83	c vivif2 --  cl tried   141057 cl shrink        0 lits rem          0 time: 0.03
968.92/968.95	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.12
968.92/968.96	c calculated reachability. Time: 0.00
968.92/968.96	c  N st   101   4213341       390      1695         0    141057      5148   1916131   no data   no data
1042.22/1042.24	c  N st   102   4459317       390      1695         0    115064      5148   1294488   no data   no data
1128.43/1128.44	c  N st   103   4713342       390      1695         0    178969      5148   2544122   no data   no data
1128.43/1128.44	c  S st   103   4713342       390      1695         0    178969      5148   2544122   no data   no data
1129.03/1129.06	c  S st   103   4713845       390      1695         0    179467      5148   2554361   no data   no data
1129.03/1129.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1129.13/1129.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1129.13/1129.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1129.13/1129.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1129.13/1129.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1129.13/1129.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
1129.13/1129.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1129.13/1129.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1129.23/1129.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1163.03/1163.03	c lits-rem:       614  cl-subs:    32387  v-elim:      0  v-fix:    0  time: 33.77 s
1163.03/1163.03	c vivif2 --  cl tried     1695 cl shrink        0 lits rem          0 time: 0.00
1163.03/1163.06	c vivif2 --  cl tried   147080 cl shrink        0 lits rem          0 time: 0.03
1163.13/1163.19	c asymm  cl-useful: 0/1695/1695 lits-rem:0 time: 0.13
1163.23/1163.20	c calculated reachability. Time: 0.00
1163.23/1163.20	c  N st   103   4713845       390      1695         0    147080      5148   1965151   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-3367668-1305385451/watcher-3367668-1305385451 -o /tmp/evaluation-result-3367668-1305385451/solver-3367668-1305385451 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367668-1305385451.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.04 1.84 2.82 4/303 25537
/proc/meminfo: memFree=24397632/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=30036 CPUtime=0 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 643 0 0 0 0 0 0 0 25 0 1 0 630960988 30756864 572 33554432000 4194304 4580011 140734681574224 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 7509 572 363 95 0 2491 0

[startup+0.0746779 s]
/proc/loadavg: 2.04 1.84 2.82 4/303 25537
/proc/meminfo: memFree=24397632/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=30168 CPUtime=0.07 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 715 0 0 0 7 0 0 0 25 0 1 0 630960988 30892032 644 33554432000 4194304 4580011 140734681574224 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 7542 644 364 95 0 2524 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30168

[startup+0.100661 s]
/proc/loadavg: 2.04 1.84 2.82 4/303 25537
/proc/meminfo: memFree=24397632/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=30320 CPUtime=0.09 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 755 0 0 0 9 0 0 0 25 0 1 0 630960988 31047680 684 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 7580 684 364 95 0 2562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30320

[startup+0.300627 s]
/proc/loadavg: 2.04 1.84 2.82 4/303 25537
/proc/meminfo: memFree=24397632/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=30704 CPUtime=0.29 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 989 0 0 0 29 0 0 0 25 0 1 0 630960988 31440896 800 33554432000 4194304 4580011 140734681574224 18446744073709551615 4296040 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 7676 800 364 95 0 2658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30704

[startup+0.700554 s]
/proc/loadavg: 2.04 1.84 2.82 4/303 25537
/proc/meminfo: memFree=24397632/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=31300 CPUtime=0.69 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 1484 0 0 0 69 0 0 0 25 0 1 0 630960988 32051200 857 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 7825 857 364 95 0 2807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31300

[startup+1.50041 s]
/proc/loadavg: 2.04 1.84 2.82 5/304 25538
/proc/meminfo: memFree=24394400/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=36732 CPUtime=1.49 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 3201 0 0 0 149 0 0 0 25 0 1 0 630960988 37613568 2288 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 9183 2288 367 95 0 4165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36732

[startup+3.10011 s]
/proc/loadavg: 2.20 1.87 2.82 5/304 25538
/proc/meminfo: memFree=24387768/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=36892 CPUtime=3.09 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 4203 0 0 0 309 0 0 0 25 0 1 0 630960988 37777408 2230 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 9223 2230 367 95 0 4205 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36892

[startup+6.30052 s]
/proc/loadavg: 2.20 1.87 2.82 5/304 25538
/proc/meminfo: memFree=24385164/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=38112 CPUtime=6.29 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 5998 0 0 0 629 0 0 0 25 0 1 0 630960988 39026688 2674 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 9528 2674 367 95 0 4510 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38112

[startup+12.7003 s]
/proc/loadavg: 2.56 1.96 2.84 5/304 25538
/proc/meminfo: memFree=24365300/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=47656 CPUtime=12.69 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 10734 0 0 0 1268 1 0 0 25 0 1 0 630960988 48799744 5014 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294464 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 11914 5014 367 95 0 6896 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47656

[startup+25.501 s]
/proc/loadavg: 2.78 2.02 2.85 5/304 25538
/proc/meminfo: memFree=24349036/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=51916 CPUtime=25.49 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 15731 0 0 0 2547 2 0 0 25 0 1 0 630960988 53161984 6302 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 12979 6302 367 95 0 7961 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51916

[startup+51.1003 s]
/proc/loadavg: 3.19 2.18 2.88 5/304 25539
/proc/meminfo: memFree=24328612/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=55104 CPUtime=51.09 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 23580 0 0 0 5106 3 0 0 25 0 1 0 630960988 56426496 6737 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 13776 6737 367 95 0 8758 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55104

[startup+102.311 s]
/proc/loadavg: 3.68 2.48 2.94 5/304 25540
/proc/meminfo: memFree=24294952/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=69184 CPUtime=102.3 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 37950 0 0 0 10223 7 0 0 25 0 1 0 630960988 70844416 10206 33554432000 4194304 4580011 140734681574224 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 17296 10206 367 95 0 12278 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69184

[startup+162.301 s]
/proc/loadavg: 3.88 2.76 3.01 5/304 25542
/proc/meminfo: memFree=24268232/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=69576 CPUtime=162.3 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 49344 0 0 0 16219 11 0 0 25 0 1 0 630960988 71245824 9940 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 17394 9940 367 95 0 12376 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 69576

[startup+222.301 s]
/proc/loadavg: 3.95 2.98 3.06 5/304 25544
/proc/meminfo: memFree=24248580/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=79284 CPUtime=222.29 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 61366 0 0 0 22216 13 0 0 25 0 1 0 630960988 81186816 13204 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 19821 13204 367 95 0 14803 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 79284

[startup+282.301 s]
/proc/loadavg: 4.14 3.18 3.13 5/304 25545
/proc/meminfo: memFree=24199200/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=97212 CPUtime=282.3 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 74238 0 0 0 28213 17 0 0 25 0 1 0 630960988 99545088 16484 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 24303 16484 367 95 0 19285 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 97212

[startup+342.301 s]
/proc/loadavg: 4.05 3.34 3.18 5/304 25547
/proc/meminfo: memFree=24211680/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=97396 CPUtime=342.3 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 82802 0 0 0 34210 20 0 0 25 0 1 0 630960988 99733504 17232 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 24349 17232 367 95 0 19331 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97396

[startup+402.301 s]
/proc/loadavg: 4.02 3.45 3.23 5/304 25548
/proc/meminfo: memFree=24170460/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=105476 CPUtime=402.3 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 91685 0 0 0 40207 23 0 0 25 0 1 0 630960988 108007424 20021 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 26369 20021 367 95 0 21351 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 105476

[startup+462.3 s]
/proc/loadavg: 4.00 3.55 3.28 5/304 25550
/proc/meminfo: memFree=24168048/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=105664 CPUtime=462.3 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 99827 0 0 0 46205 25 0 0 25 0 1 0 630960988 108199936 19406 33554432000 4194304 4580011 140734681574224 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 26416 19406 367 95 0 21398 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 105664

[startup+522.3 s]
/proc/loadavg: 4.00 3.63 3.31 5/304 25552
/proc/meminfo: memFree=24160580/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=114404 CPUtime=522.3 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 108773 0 0 0 52202 28 0 0 25 0 1 0 630960988 117149696 21703 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 28601 21703 367 95 0 23583 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 114404

[startup+582.3 s]
/proc/loadavg: 4.12 3.73 3.37 5/304 25553
/proc/meminfo: memFree=24134384/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=114568 CPUtime=582.31 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 116330 0 0 0 58200 31 0 0 25 0 1 0 630960988 117317632 21582 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 28642 21582 367 95 0 23624 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 114568

[startup+642.3 s]
/proc/loadavg: 4.04 3.77 3.40 5/304 25555
/proc/meminfo: memFree=24135464/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=114716 CPUtime=642.32 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 124018 0 0 0 64198 34 0 0 25 0 1 0 630960988 117469184 21545 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 28679 21545 367 95 0 23661 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 114716

[startup+702.3 s]
/proc/loadavg: 4.01 3.81 3.44 5/304 25556
/proc/meminfo: memFree=24141748/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=115076 CPUtime=702.31 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 131663 0 0 0 70194 37 0 0 25 0 1 0 630960988 117837824 21063 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 28769 21063 367 95 0 23751 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 115076

[startup+762.311 s]
/proc/loadavg: 4.00 3.84 3.47 5/304 25558
/proc/meminfo: memFree=24129436/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=115200 CPUtime=762.33 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 138425 0 0 0 76194 39 0 0 25 0 1 0 630960988 117964800 22285 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 28800 22285 367 95 0 23782 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 115200

[startup+822.3 s]
/proc/loadavg: 4.04 3.89 3.51 5/304 25560
/proc/meminfo: memFree=24133508/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=118432 CPUtime=822.31 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 146186 0 0 0 82190 41 0 0 25 0 1 0 630960988 121274368 21637 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 29608 21637 367 95 0 24590 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 118432

[startup+882.301 s]
/proc/loadavg: 4.05 3.92 3.54 5/304 25561
/proc/meminfo: memFree=24109792/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=118544 CPUtime=882.32 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 152738 0 0 0 88188 44 0 0 25 0 1 0 630960988 121389056 22403 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 29636 22403 367 95 0 24618 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 118544

[startup+942.301 s]
/proc/loadavg: 4.02 3.93 3.57 5/304 25563
/proc/meminfo: memFree=24096480/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=118656 CPUtime=942.32 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 158928 0 0 0 94186 46 0 0 25 0 1 0 630960988 121503744 22405 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 29664 22405 367 95 0 24646 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 118656

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.59 5/304 25564
/proc/meminfo: memFree=24079072/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=137444 CPUtime=1002.33 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 167703 0 0 0 100185 48 0 0 25 0 1 0 630960988 140742656 27759 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 34361 27759 367 95 0 29343 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 137444

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/304 25566
/proc/meminfo: memFree=24073924/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=137532 CPUtime=1062.32 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 174029 0 0 0 106182 50 0 0 25 0 1 0 630960988 140832768 27862 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 34383 27862 367 95 0 29365 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 137532

[startup+1122.3 s]
/proc/loadavg: 4.07 3.97 3.64 5/304 25568
/proc/meminfo: memFree=24049940/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=137620 CPUtime=1122.32 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 179965 0 0 0 112180 52 0 0 25 0 1 0 630960988 140922880 27663 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 34405 27663 367 95 0 29387 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 137620

[startup+1182.3 s]
/proc/loadavg: 4.07 3.99 3.66 5/304 25569
/proc/meminfo: memFree=24000024/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=157040 CPUtime=1182.33 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 186781 0 0 0 118179 54 0 0 25 0 1 0 630960988 160808960 30609 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 39260 30609 367 95 0 34242 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 157040

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.68 5/304 25571
/proc/meminfo: memFree=23995780/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=157104 CPUtime=1242.33 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 191836 0 0 0 124178 55 0 0 25 0 1 0 630960988 160874496 32423 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 39276 32423 367 95 0 34258 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 157104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.98 3.75 3.62 2/286 25629
/proc/meminfo: memFree=24380368/32951124 swapFree=63485424/67111528
[pid=25537] ppid=25535 vsize=157232 CPUtime=1300.04 cores=1,3
/proc/25537/stat : 25537 (strangenight2-s) R 25535 25537 24609 0 -1 4202496 198109 0 0 0 129947 57 0 0 25 0 1 0 630960988 161005568 32120 33554432000 4194304 4580011 140734681574224 18446744073709551615 4294450 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/25537/statm: 39308 32120 367 95 0 34290 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 157232

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.06
CPU user time (s): 1299.47
CPU system time (s): 0.581911
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 210072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.47
system time used= 0.581911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198109
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= 8
involuntary context switches= 1298

runsolver used 3.48547 second user time and 8.44372 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-14 17:04:11
IDJOB=3367668
IDBENCH=82877
IDSOLVER=1845
FILE ID=node147/3367668-1305385451
RUNJOBID= node147-1305385424-25469
PBS_JOBID= 13324355
Free space on /tmp= 73092 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1050579435-065.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367668-1305385451/watcher-3367668-1305385451 -o /tmp/evaluation-result-3367668-1305385451/solver-3367668-1305385451 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367668-1305385451.cnf

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

MD5SUM BENCH= a9aff6c7ce1658eb3edc84aa7f38478c
RANDOM SEED=665083344

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24397912 kB
Buffers:        275192 kB
Cached:        4921800 kB
SwapCached:      13132 kB
Active:        1655272 kB
Inactive:      6665920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24397912 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:           22944 kB
Writeback:           0 kB
AnonPages:     3119532 kB
Mapped:          15936 kB
Slab:           139212 kB
PageTables:      29460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45012672 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= 73104 MiB
End job on node147 at 2011-05-14 17:25:53