Trace number 3370587

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-Night-1-st (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s20078956-unsat.cnf
MD5SUM8d05c170d9e6ebfc370bd1d7f7c63d86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370587-1305390051.cnf'
0.00/0.01	c -- header says num vars:            141
0.00/0.01	c -- header says num clauses:         292
0.00/0.01	c -- clauses added:            0 learnts,          292 normals,            0 xors
0.00/0.01	c -- vars added        141
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       141       292         0         0       876         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/292/292 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 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:    141 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       6 undec:     131 neg:       4
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       141       292         0         0       876         0   no data   no data  --
0.00/0.03	c Decided on static restart strategy
0.00/0.08	c  N st     8      4917       141       292         0      4392       876     88841   no data   no data  --
0.19/0.24	c  N st    10     11300       141       292         0      3976       876     64371   no data   no data  --
0.39/0.40	c  N st    11     17044       141       292         0      8780       876    186746   no data   no data  --
0.59/0.65	c  F st    12     25001       141       292         0     10908       876    228710   no data   no data  --
0.59/0.65	c  N st    12     25001       141       292         0     10908       876    228710   no data   no data  --
0.69/0.78	c Decided on static restart strategy
0.69/0.78	c  N st    18     30000       141       292         0      9525       876    161953   no data   no data  --
0.69/0.78	c  S st    18     30000       141       292         0      9525       876    161953   no data   no data  --
0.79/0.80	c  S st    18     30503       141       292         0     10015       876    171435   no data   no data  --
0.79/0.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.79/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
0.79/0.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.88/0.94	c lits-rem:       877  cl-subs:      529  v-elim:      0  v-fix:    0  time:  0.12 s
0.88/0.94	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
0.88/0.94	c calculated reachability. Time: 0.00
0.88/0.94	c  N st    18     30503       141       292         0      9486       876    157220   no data   no data  --
1.08/1.16	c  N st    20     37616       141       292         0      8906       876    137897   no data   no data  --
1.27/1.37	c  N st    21     44018       141       292         0     14364       876    256576   no data   no data  --
1.37/1.43	c  S st    22     45755       141       292         0      8057       876    107333   no data   no data  --
1.37/1.45	c  S st    22     46259       141       292         0      8539       876    116396   no data   no data  --
1.37/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.37/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.37/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.37/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.37/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.37/1.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1.37/1.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.37/1.49	c lits-rem:       484  cl-subs:      120  v-elim:      0  v-fix:    0  time:  0.04 s
1.37/1.49	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1.37/1.49	c vivif2 --  cl tried     8419 cl shrink        0 lits rem          0 time: 0.00
1.37/1.50	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
1.37/1.50	c calculated reachability. Time: 0.00
1.37/1.50	c  N st    22     46259       141       292         0      8419       876    113729   no data   no data  --
1.97/2.08	c  N st    23     60656       141       292         0     12501       876    207197   no data   no data  --
2.37/2.45	c  N st    24     69388       141       292         0     10437       876    138244   no data   no data  --
2.37/2.45	c  S st    24     69388       141       292         0     10437       876    138244   no data   no data  --
2.37/2.47	c  S st    24     69890       141       292         0     10920       876    148896   no data   no data  --
2.37/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.37/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.37/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.37/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.37/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.37/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
2.37/2.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.57/2.68	c lits-rem:       193  cl-subs:      175  v-elim:      0  v-fix:    0  time:  0.20 s
2.57/2.68	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
2.57/2.68	c vivif2 --  cl tried    10745 cl shrink        0 lits rem          0 time: 0.00
2.57/2.68	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
2.57/2.68	c calculated reachability. Time: 0.00
2.57/2.68	c  N st    24     69890       141       292         0     10745       876    144587   no data   no data  --
3.37/3.47	c  F st    25     87500       141       292         0     15760       876    279459   no data   no data  --
3.37/3.47	c  N st    25     87500       141       292         0     15760       876    279459   no data   no data  --
3.57/3.68	c Decided on static restart strategy
3.77/3.81	c  N st    32     95538       141       292         0     22993       876    459076   no data   no data  --
4.07/4.14	c  N st    34    104835       141       292         0     19512       876    322648   no data   no data  --
4.07/4.14	c  S st    34    104835       141       292         0     19512       876    322648   no data   no data  --
4.07/4.18	c  S st    34    105339       141       292         0     19999       876    333384   no data   no data  --
4.07/4.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.07/4.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.07/4.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.17/4.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.17/4.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.17/4.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
4.17/4.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.27/5.36	c lits-rem:      3209  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  1.15 s
5.27/5.36	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
5.27/5.36	c vivif2 --  cl tried    18735 cl shrink        0 lits rem          0 time: 0.00
5.27/5.37	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
5.27/5.37	c calculated reachability. Time: 0.00
5.27/5.37	c  N st    34    105339       141       292         0     18735       876    295676   no data   no data  --
5.77/5.83	c  N st    35    114937       141       292         0     14902       876    214555   no data   no data  --
6.37/6.46	c  N st    36    129334       141       292         0     14371       876    182261   no data   no data  --
7.37/7.41	c  N st    37    150930       141       292         0     18785       876    274438   no data   no data  --
7.58/7.70	c  S st    38    158008       141       292         0     24811       876    419455   no data   no data  --
7.68/7.75	c  S st    38    158510       141       292         0     25300       876    429537   no data   no data  --
7.68/7.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.68/7.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.68/7.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.68/7.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.68/7.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.68/7.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
7.68/7.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.17/9.21	c lits-rem:      4085  cl-subs:     2236  v-elim:      0  v-fix:    0  time:  1.44 s
9.17/9.21	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
9.17/9.21	c vivif2 --  cl tried    23064 cl shrink        0 lits rem          0 time: 0.00
9.17/9.22	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
9.17/9.22	c calculated reachability. Time: 0.00
9.17/9.22	c  N st    38    158510       141       292         0     23064       876    365023   no data   no data  --
11.77/11.81	c  N st    39    207099       141       292         0     18698       876    260970   no data   no data  --
13.37/13.46	c  N st    40    237765       141       292         0     27933       876    472721   no data   no data  --
13.37/13.46	c  S st    40    237765       141       292         0     27933       876    472721   no data   no data  --
13.47/13.52	c  S st    40    238269       141       292         0     28421       876    483929   no data   no data  --
13.47/13.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.47/13.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.47/13.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.47/13.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.47/13.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.47/13.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
13.47/13.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.28/15.32	c lits-rem:      5270  cl-subs:     2532  v-elim:      0  v-fix:    0  time:  1.79 s
15.28/15.32	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
15.28/15.32	c vivif2 --  cl tried    25889 cl shrink        0 lits rem          0 time: 0.00
15.28/15.33	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
15.28/15.33	c calculated reachability. Time: 0.00
15.28/15.33	c  N st    40    238269       141       292         0     25889       876    408324   no data   no data  --
19.37/19.41	c  F st    41    306250       141       292         0     27673       876    432537   no data   no data  --
19.37/19.41	c  N st    41    306250       141       292         0     27673       876    432537   no data   no data  --
19.68/19.71	c Decided on static restart strategy
21.07/21.11	c  N st    51    334554       141       292         0     31753       876    505310   no data   no data  --
22.27/22.37	c  N st    53    357404       141       292         0     29613       876    429581   no data   no data  --
22.27/22.37	c  S st    53    357404       141       292         0     29613       876    429581   no data   no data  --
22.37/22.42	c  S st    53    357905       141       292         0     30098       876    440045   no data   no data  --
22.37/22.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.37/22.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
22.37/22.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
22.37/22.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.37/22.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.37/22.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
22.37/22.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.57/23.65	c lits-rem:      2185  cl-subs:     1364  v-elim:      0  v-fix:    0  time:  1.21 s
23.57/23.65	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
23.57/23.66	c vivif2 --  cl tried    28734 cl shrink        0 lits rem          0 time: 0.00
23.57/23.66	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
23.57/23.67	c calculated reachability. Time: 0.00
23.57/23.67	c  N st    53    357905       141       292         0     28734       876    404864   no data   no data  --
25.98/26.06	c  N st    54    390298       141       292         0     35436       876    604422   no data   no data  --
29.58/29.70	c  N st    55    438886       141       292         0     29751       876    439862   no data   no data  --
34.87/34.97	c  N st    56    511770       141       292         0     41208       876    686965   no data   no data  --
36.77/36.89	c  N st    57    536859       141       292         0     36209       876    561725   no data   no data  --
36.77/36.89	c  S st    57    536859       141       292         0     36209       876    561725   no data   no data  --
36.87/36.95	c  S st    57    537365       141       292         0     36695       876    573497   no data   no data  --
36.87/36.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.87/36.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.87/36.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
36.87/36.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.87/36.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.87/36.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
36.87/36.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.57/38.66	c lits-rem:      2708  cl-subs:     2107  v-elim:      0  v-fix:    0  time:  1.69 s
38.57/38.66	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
38.57/38.67	c vivif2 --  cl tried    34588 cl shrink        0 lits rem          0 time: 0.00
38.57/38.68	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
38.57/38.68	c calculated reachability. Time: 0.00
38.57/38.68	c  N st    57    537365       141       292         0     34588       876    518137   no data   no data  --
51.87/51.98	c  N st    58    701349       141       292         0     59399       876   1109324   no data   no data  --
61.37/61.42	c  N st    59    806049       141       292         0     53731       876    933234   no data   no data  --
61.37/61.42	c  S st    59    806049       141       292         0     53731       876    933234   no data   no data  --
61.48/61.52	c  S st    59    806554       141       292         0     54225       876    945187   no data   no data  --
61.48/61.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.48/61.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.48/61.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
61.48/61.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.48/61.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.48/61.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
61.48/61.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.27/67.35	c lits-rem:       171  cl-subs:     8432  v-elim:      0  v-fix:    0  time:  5.79 s
67.27/67.35	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
67.27/67.36	c vivif2 --  cl tried    45793 cl shrink        0 lits rem          0 time: 0.01
67.27/67.38	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
67.27/67.38	c calculated reachability. Time: 0.00
67.27/67.38	c  N st    59    806554       141       292         0     45793       876    728633   no data   no data  --
90.38/90.48	c  F st    60   1071875       141       292         0     61834       876   1076399   no data   no data  --
90.38/90.48	c  N st    60   1071875       141       292         0     61834       876   1076399   no data   no data  --
90.88/90.94	c Decided on static restart strategy
92.98/93.05	c  N st    70   1100180       141       292         0     48560       876    713910   no data   no data  --
96.27/96.36	c  N st    72   1136173       141       292         0     79993       876   1395260   no data   no data  --
99.07/99.11	c  N st    73   1168565       141       292         0     67687       876   1194518   no data   no data  --
102.88/102.94	c  N st    74   1209835       141       292         0     62956       876    998962   no data   no data  --
102.88/102.94	c  S st    74   1209835       141       292         0     62956       876    998962   no data   no data  --
102.98/103.06	c  S st    74   1210339       141       292         0     63451       876   1012098   no data   no data  --
102.98/103.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
102.98/103.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
102.98/103.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
103.08/103.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.08/103.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.08/103.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
103.08/103.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.18/106.26	c lits-rem:      1258  cl-subs:     3211  v-elim:      0  v-fix:    0  time:  3.15 s
106.18/106.26	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
106.18/106.27	c vivif2 --  cl tried    60240 cl shrink        0 lits rem          0 time: 0.01
106.18/106.29	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
106.18/106.29	c calculated reachability. Time: 0.00
106.18/106.29	c  N st    74   1210339       141       292         0     60240       876    926801   no data   no data  --
114.17/114.29	c  N st    75   1283221       141       292         0     80797       876   1434419   no data   no data  --
125.38/125.49	c  N st    76   1392545       141       292         0     45906       876    577787   no data   no data  --
141.89/141.96	c  N st    77   1556529       141       292         0     49321       876    629331   no data   no data  --
159.39/159.41	c  N st    78   1710342       141       292         0     84109       876   1411880   no data   no data  --
159.39/159.41	c  S st    78   1710342       141       292         0     84109       876   1411880   no data   no data  --
159.49/159.56	c  S st    78   1710844       141       292         0     84587       876   1422430   no data   no data  --
159.49/159.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
159.49/159.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
159.49/159.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
159.58/159.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.58/159.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.58/159.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
159.58/159.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
173.68/173.75	c lits-rem:      4986  cl-subs:    14057  v-elim:      0  v-fix:    0  time: 14.11 s
173.68/173.75	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
173.68/173.76	c vivif2 --  cl tried    70530 cl shrink        0 lits rem          0 time: 0.01
173.68/173.79	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
173.68/173.79	c calculated reachability. Time: 0.00
173.68/173.79	c  N st    78   1710844       141       292         0     70530       876   1084408   no data   no data  --
213.07/213.19	c  N st    79   2079810       141       292         0     81150       876   1230321   no data   no data  --
227.38/227.43	c  N st    80   2210844       141       292         0     85383       876   1325938   no data   no data  --
227.38/227.43	c  S st    80   2210844       141       292         0     85383       876   1325938   no data   no data  --
227.48/227.59	c  S st    80   2211349       141       292         0     85881       876   1338569   no data   no data  --
227.48/227.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
227.48/227.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
227.59/227.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
227.59/227.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.59/227.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.59/227.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
227.59/227.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.59/237.62	c lits-rem:      1816  cl-subs:    10097  v-elim:      0  v-fix:    0  time:  9.97 s
237.59/237.62	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
237.59/237.64	c vivif2 --  cl tried    75784 cl shrink        0 lits rem          0 time: 0.01
237.59/237.66	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.03
237.59/237.67	c calculated reachability. Time: 0.00
237.59/237.67	c  N st    80   2211349       141       292         0     75784       876   1093908   no data   no data  --
300.88/300.98	c  N st    81   2711351       141       292         0    103367       876   1819268   no data   no data  --
300.88/300.98	c  S st    81   2711351       141       292         0    103367       876   1819268   no data   no data  --
301.08/301.19	c  S st    81   2711853       141       292         0    103857       876   1831568   no data   no data  --
301.18/301.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
301.18/301.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.18/301.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
301.18/301.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.18/301.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.18/301.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
301.18/301.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
319.38/319.48	c lits-rem:      9529  cl-subs:     5623  v-elim:      0  v-fix:    0  time: 18.19 s
319.38/319.48	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
319.48/319.50	c vivif2 --  cl tried    98234 cl shrink        0 lits rem          0 time: 0.02
319.48/319.54	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.05
319.48/319.55	c calculated reachability. Time: 0.00
319.48/319.55	c  N st    81   2711853       141       292         0     98234       876   1664931   no data   no data  --
387.28/387.36	c  N st    82   3211853       141       292         0     72194       876    952644   no data   no data  --
387.28/387.36	c  S st    82   3211853       141       292         0     72194       876    952644   no data   no data  --
387.38/387.48	c  S st    82   3212358       141       292         0     72683       876    963486   no data   no data  --
387.38/387.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
387.38/387.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
387.48/387.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
387.48/387.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
387.48/387.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
387.48/387.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
387.48/387.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
391.08/391.13	c lits-rem:      5105  cl-subs:     4477  v-elim:      0  v-fix:    0  time:  3.61 s
391.08/391.13	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
391.08/391.14	c vivif2 --  cl tried    68206 cl shrink        0 lits rem          0 time: 0.01
391.08/391.16	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
391.08/391.17	c calculated reachability. Time: 0.00
391.08/391.17	c  N st    82   3212358       141       292         0     68206       876    863987   no data   no data  --
450.68/450.78	c  N st    83   3712358       141       292         0     80285       876   1042298   no data   no data  --
450.68/450.78	c  S st    83   3712358       141       292         0     80285       876   1042298   no data   no data  --
450.89/450.93	c  S st    83   3712863       141       292         0     80779       876   1054393   no data   no data  --
450.89/450.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
450.89/450.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
450.89/450.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
450.89/450.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
450.89/450.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.89/450.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
450.89/450.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
453.79/453.85	c lits-rem:      2857  cl-subs:     1157  v-elim:      0  v-fix:    0  time:  2.87 s
453.79/453.85	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
453.79/453.87	c vivif2 --  cl tried    79622 cl shrink        0 lits rem          0 time: 0.01
453.79/453.89	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.03
453.79/453.90	c calculated reachability. Time: 0.00
453.79/453.90	c  N st    83   3712863       141       292         0     79622       876   1024490   no data   no data  --
458.38/458.42	c  F st    84   3751565       141       292         0    113780       876   1889104   no data   no data  --
458.38/458.42	c  N st    84   3751565       141       292         0    113780       876   1889104   no data   no data  --
459.08/459.16	c Decided on static restart strategy
462.38/462.47	c  N st    94   3779865       141       292         0    139179       876   2491455   no data   no data  --
466.89/466.98	c  N st    96   3815860       141       292         0     96649       876   1350695   no data   no data  --
470.59/470.68	c  N st    97   3848252       141       292         0    122876       876   1931921   no data   no data  --
476.99/477.07	c  N st    98   3896841       141       292         0     91018       876   1289160   no data   no data  --
487.89/487.94	c  N st    99   3969723       141       292         0     78556       876    972713   no data   no data  --
503.59/503.61	c  N st   100   4079046       141       292         0     98107       876   1466460   no data   no data  --
521.48/521.57	c  N st   101   4212864       141       292         0    135728       876   2251451   no data   no data  --
521.48/521.57	c  S st   101   4212864       141       292         0    135728       876   2251451   no data   no data  --
521.68/521.76	c  S st   101   4213370       141       292         0    136225       876   2263250   no data   no data  --
521.68/521.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
521.68/521.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
521.78/521.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
521.78/521.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
521.78/521.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
521.78/521.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
521.78/521.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
551.89/551.97	c lits-rem:      4532  cl-subs:    13704  v-elim:      0  v-fix:    0  time: 30.08 s
551.89/551.97	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
551.89/551.99	c vivif2 --  cl tried   122521 cl shrink        0 lits rem          0 time: 0.02
551.99/552.05	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.06
551.99/552.05	c calculated reachability. Time: 0.00
551.99/552.05	c  N st   101   4213370       141       292         0    122521       876   1904063   no data   no data  --
588.19/588.29	c  N st   102   4459347       141       292         0    101268       876   1426865   no data   no data  --
622.60/622.67	c  N st   103   4713371       141       292         0    156454       876   2772259   no data   no data  --
622.60/622.67	c  S st   103   4713371       141       292         0    156454       876   2772259   no data   no data  --
622.89/622.98	c  S st   103   4713874       141       292         0    156945       876   2784066   no data   no data  --
622.89/622.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
622.89/622.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
622.99/623.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
623.09/623.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
623.09/623.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
623.09/623.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
623.09/623.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
726.49/726.51	c lits-rem:     28078  cl-subs:    20884  v-elim:      0  v-fix:    0  time: 103.37 s
726.49/726.51	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
726.49/726.54	c vivif2 --  cl tried   136061 cl shrink        0 lits rem          0 time: 0.03
726.59/726.60	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.07
726.59/726.61	c calculated reachability. Time: 0.00
726.59/726.61	c  N st   103   4713874       141       292         0    136061       876   2218405   no data   no data  --
796.31/796.33	c  N st   104   5213874       141       292         0    147933       876   2518850   no data   no data  --
796.31/796.33	c  S st   104   5213874       141       292         0    147933       876   2518850   no data   no data  --
796.50/796.57	c  S st   104   5214377       141       292         0    148425       876   2531491   no data   no data  --
796.50/796.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
796.50/796.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
796.60/796.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
796.70/796.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
796.70/796.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
796.70/796.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
796.70/796.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
890.60/890.64	c lits-rem:     17800  cl-subs:    16877  v-elim:      0  v-fix:    0  time: 93.93 s
890.60/890.64	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
890.60/890.67	c vivif2 --  cl tried   131548 cl shrink        0 lits rem          0 time: 0.02
890.70/890.73	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.07
890.70/890.74	c calculated reachability. Time: 0.00
890.70/890.74	c  N st   104   5214377       141       292         0    131548       876   2086019   no data   no data  --
965.90/965.94	c  N st   105   5714377       141       292         0    123508       876   1895742   no data   no data  --
965.90/965.94	c  S st   105   5714377       141       292         0    123508       876   1895742   no data   no data  --
966.10/966.14	c  S st   105   5714882       141       292         0    124006       876   1908719   no data   no data  --
966.10/966.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
966.10/966.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
966.10/966.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
966.20/966.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
966.20/966.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
966.20/966.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
966.20/966.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
992.40/992.40	c lits-rem:      3394  cl-subs:    13807  v-elim:      0  v-fix:    0  time: 26.15 s
992.40/992.40	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
992.40/992.42	c vivif2 --  cl tried   110199 cl shrink        0 lits rem          0 time: 0.02
992.40/992.46	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.05
992.40/992.47	c calculated reachability. Time: 0.00
992.40/992.47	c  N st   105   5714882       141       292         0    110199       876   1559310   no data   no data  --
1072.60/1072.69	c  N st   106   6214882       141       292         0    178227       876   3098719   no data   no data  --
1072.60/1072.69	c  S st   106   6214882       141       292         0    178227       876   3098719   no data   no data  --
1073.00/1073.01	c  S st   106   6215384       141       292         0    178718       876   3110761   no data   no data  --
1073.00/1073.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1073.00/1073.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1073.10/1073.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
1073.10/1073.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1073.10/1073.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1073.10/1073.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1073.10/1073.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1230.71/1230.72	c lits-rem:     25737  cl-subs:    24828  v-elim:      0  v-fix:    0  time: 157.54 s
1230.71/1230.72	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1230.71/1230.75	c vivif2 --  cl tried   153890 cl shrink        0 lits rem          0 time: 0.03
1230.82/1230.83	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.08
1230.82/1230.83	c calculated reachability. Time: 0.00
1230.82/1230.83	c  N st   106   6215384       141       292         0    153890       876   2478400   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-3370587-1305390051/watcher-3370587-1305390051 -o /tmp/evaluation-result-3370587-1305390051/solver-3370587-1305390051 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370587-1305390051.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.02 4.00 4/308 15500
/proc/meminfo: memFree=12279796/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=29812 CPUtime=0 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 526 0 0 0 0 0 0 0 25 0 1 0 650602994 30527488 464 33554432000 4194304 4650387 140736301384976 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 7453 464 377 112 0 2418 0

[startup+0.0140249 s]
/proc/loadavg: 4.00 4.02 4.00 4/308 15500
/proc/meminfo: memFree=12279796/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=29812 CPUtime=0 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 537 0 0 0 0 0 0 0 25 0 1 0 650602994 30527488 475 33554432000 4194304 4650387 140736301384976 18446744073709551615 4328262 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 7453 475 377 112 0 2418 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29812

[startup+0.101039 s]
/proc/loadavg: 4.00 4.02 4.00 4/308 15500
/proc/meminfo: memFree=12279796/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=30332 CPUtime=0.09 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 768 0 0 0 9 0 0 0 25 0 1 0 650602994 31059968 601 33554432000 4194304 4650387 140736301384976 18446744073709551615 4365445 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 7583 601 380 112 0 2548 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30332

[startup+0.301033 s]
/proc/loadavg: 4.00 4.02 4.00 4/308 15500
/proc/meminfo: memFree=12279796/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=30612 CPUtime=0.29 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 1086 0 0 0 29 0 0 0 25 0 1 0 650602994 31346688 736 33554432000 4194304 4650387 140736301384976 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 7653 736 380 112 0 2618 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30612

[startup+0.700924 s]
/proc/loadavg: 4.00 4.02 4.00 4/308 15500
/proc/meminfo: memFree=12279796/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=31400 CPUtime=0.69 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 1718 0 0 0 69 0 0 0 25 0 1 0 650602994 32153600 855 33554432000 4194304 4650387 140736301384976 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 7850 856 381 112 0 2815 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31400

[startup+1.50076 s]
/proc/loadavg: 4.00 4.02 4.00 5/314 15511
/proc/meminfo: memFree=12248748/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=36496 CPUtime=1.47 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 3580 0 0 0 147 0 0 0 18 0 1 0 650602994 37371904 2078 33554432000 4194304 4650387 140736301384976 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 9124 2078 382 112 0 4089 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36496

[startup+3.10048 s]
/proc/loadavg: 4.00 4.02 4.00 5/314 15511
/proc/meminfo: memFree=12236348/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=37524 CPUtime=3.07 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 4924 0 0 0 307 0 0 0 20 0 1 0 650602994 38424576 2599 33554432000 4194304 4650387 140736301384976 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 9381 2599 382 112 0 4346 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 37524

[startup+6.30092 s]
/proc/loadavg: 4.00 4.02 4.00 5/314 15511
/proc/meminfo: memFree=12211012/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=43428 CPUtime=6.27 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 7906 0 0 0 626 1 0 0 25 0 1 0 650602994 44470272 4004 33554432000 4194304 4650387 140736301384976 18446744073709551615 4365171 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 10857 4004 382 112 0 5822 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43428

[startup+12.7007 s]
/proc/loadavg: 4.08 4.04 4.01 5/314 15511
/proc/meminfo: memFree=12179692/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=49092 CPUtime=12.67 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 12511 0 0 0 1265 2 0 0 25 0 1 0 650602994 50270208 5437 33554432000 4194304 4650387 140736301384976 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 12273 5438 382 112 0 7238 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49092

[startup+25.5004 s]
/proc/loadavg: 4.15 4.05 4.01 5/314 15511
/proc/meminfo: memFree=12150932/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=56672 CPUtime=25.48 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 19980 0 0 0 2545 3 0 0 25 0 1 0 650602994 58032128 6931 33554432000 4194304 4650387 140736301384976 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 14168 6931 382 112 0 9133 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56672

[startup+51.1006 s]
/proc/loadavg: 4.18 4.06 4.01 5/314 15512
/proc/meminfo: memFree=12114072/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=62504 CPUtime=51.07 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 32219 0 0 0 5102 5 0 0 25 0 1 0 650602994 64004096 8647 33554432000 4194304 4650387 140736301384976 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 15626 8647 382 112 0 10591 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 62504

[startup+102.311 s]
/proc/loadavg: 4.18 4.08 4.02 5/314 15513
/proc/meminfo: memFree=12046832/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=74688 CPUtime=102.29 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 53634 0 0 0 10220 9 0 0 25 0 1 0 650602994 76480512 11403 33554432000 4194304 4650387 140736301384976 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 18672 11403 382 112 0 13637 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 74688

[startup+162.301 s]
/proc/loadavg: 4.20 4.10 4.02 5/314 15515
/proc/meminfo: memFree=11954156/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=99484 CPUtime=162.27 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 76678 0 0 0 16214 13 0 0 25 0 1 0 650602994 101871616 17842 33554432000 4194304 4650387 140736301384976 18446744073709551615 4433055 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 24871 17842 382 112 0 19836 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 99484

[startup+222.301 s]
/proc/loadavg: 4.12 4.09 4.02 5/314 15517
/proc/meminfo: memFree=11919760/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=103476 CPUtime=222.28 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 91123 0 0 0 22213 15 0 0 25 0 1 0 650602994 105959424 18762 33554432000 4194304 4650387 140736301384976 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 25869 18762 382 112 0 20834 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 103476

[startup+282.301 s]
/proc/loadavg: 4.04 4.07 4.02 5/314 15518
/proc/meminfo: memFree=11878068/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=111656 CPUtime=282.28 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 107392 0 0 0 28210 18 0 0 25 0 1 0 650602994 114335744 20698 33554432000 4194304 4650387 140736301384976 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 27914 20698 382 112 0 22879 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 111656

[startup+342.301 s]
/proc/loadavg: 4.01 4.06 4.01 5/314 15520
/proc/meminfo: memFree=11847156/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=120460 CPUtime=342.28 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 120323 0 0 0 34208 20 0 0 25 0 1 0 650602994 123351040 23064 33554432000 4194304 4650387 140736301384976 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 30115 23064 382 112 0 25080 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 120460

[startup+402.301 s]
/proc/loadavg: 4.00 4.04 4.00 5/314 15521
/proc/meminfo: memFree=11823448/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=123524 CPUtime=402.28 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 130460 0 0 0 40205 23 0 0 25 0 1 0 650602994 126488576 23083 33554432000 4194304 4650387 140736301384976 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 30881 23083 382 112 0 25846 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 123524

[startup+462.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/314 15523
/proc/meminfo: memFree=11804696/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=126984 CPUtime=462.28 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 145847 0 0 0 46202 26 0 0 25 0 1 0 650602994 130031616 25135 33554432000 4194304 4650387 140736301384976 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 31746 25135 382 112 0 26711 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 126984

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/314 15525
/proc/meminfo: memFree=11785936/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=141964 CPUtime=522.29 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 161813 0 0 0 52199 30 0 0 25 0 1 0 650602994 145371136 29060 33554432000 4194304 4650387 140736301384976 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 35491 29060 382 112 0 30456 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 141964

[startup+582.3 s]
/proc/loadavg: 4.06 4.05 4.01 5/314 15526
/proc/meminfo: memFree=11758104/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=163512 CPUtime=582.29 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 169526 0 0 0 58198 31 0 0 25 0 1 0 650602994 167436288 33529 33554432000 4194304 4650387 140736301384976 18446744073709551615 4366098 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 40878 33529 382 112 0 35843 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 163512

[startup+642.301 s]
/proc/loadavg: 4.06 4.05 4.00 5/314 15528
/proc/meminfo: memFree=11712572/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=168192 CPUtime=642.3 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 180639 0 0 0 64196 34 0 0 25 0 1 0 650602994 172228608 35133 33554432000 4194304 4650387 140736301384976 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 42048 35133 382 112 0 37013 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 168192

[startup+702.301 s]
/proc/loadavg: 4.10 4.06 4.01 5/314 15529
/proc/meminfo: memFree=11716012/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=168192 CPUtime=702.29 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 180742 0 0 0 70195 34 0 0 25 0 1 0 650602994 172228608 35236 33554432000 4194304 4650387 140736301384976 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 42048 35236 382 112 0 37013 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 168192

[startup+762.312 s]
/proc/loadavg: 4.13 4.07 4.01 5/314 15531
/proc/meminfo: memFree=11709652/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=164220 CPUtime=762.3 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 189002 0 0 0 76193 37 0 0 25 0 1 0 650602994 168161280 33145 33554432000 4194304 4650387 140736301384976 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 41055 33145 382 112 0 36020 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 164220

[startup+822.301 s]
/proc/loadavg: 4.12 4.07 4.01 5/314 15533
/proc/meminfo: memFree=11704288/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=169288 CPUtime=822.3 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 194766 0 0 0 82191 39 0 0 25 0 1 0 650602994 173350912 35756 33554432000 4194304 4650387 140736301384976 18446744073709551615 4438890 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 42322 35756 382 112 0 37287 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 169288

[startup+882.301 s]
/proc/loadavg: 4.04 4.06 4.00 5/314 15534
/proc/meminfo: memFree=11652172/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=172888 CPUtime=882.3 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 195294 0 0 0 88191 39 0 0 25 0 1 0 650602994 177037312 36284 33554432000 4194304 4650387 140736301384976 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 43222 36284 382 112 0 38187 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 172888

[startup+942.301 s]
/proc/loadavg: 4.08 4.07 4.01 5/314 15536
/proc/meminfo: memFree=11633428/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=186844 CPUtime=942.3 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 205905 0 0 0 94188 42 0 0 25 0 1 0 650602994 191328256 39818 33554432000 4194304 4650387 140736301384976 18446744073709551615 4366899 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 46711 39818 382 112 0 41676 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 186844

[startup+1002.3 s]
/proc/loadavg: 4.03 4.06 4.00 5/314 15537
/proc/meminfo: memFree=11638472/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=242832 CPUtime=1002.3 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 213149 0 0 0 100186 44 0 0 25 0 1 0 650602994 248659968 40238 33554432000 4194304 4650387 140736301384976 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 60708 40238 382 112 0 55673 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 242832

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/314 15539
/proc/meminfo: memFree=11630760/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=187248 CPUtime=1062.31 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 226391 0 0 0 106184 47 0 0 25 0 1 0 650602994 191741952 39004 33554432000 4194304 4650387 140736301384976 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 46812 39004 382 112 0 41777 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 187248

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/314 15541
/proc/meminfo: memFree=11583496/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=191776 CPUtime=1122.3 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 228892 0 0 0 112183 47 0 0 25 0 1 0 650602994 196378624 41505 33554432000 4194304 4650387 140736301384976 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 47944 41505 382 112 0 42909 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 191776

[startup+1182.3 s]
/proc/loadavg: 4.06 4.05 4.00 5/314 15542
/proc/meminfo: memFree=11587316/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=191776 CPUtime=1182.31 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 228892 0 0 0 118184 47 0 0 25 0 1 0 650602994 196378624 41505 33554432000 4194304 4650387 140736301384976 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 47944 41505 382 112 0 42909 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 191776

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/314 15544
/proc/meminfo: memFree=11586536/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=191852 CPUtime=1242.31 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 231513 0 0 0 124183 48 0 0 25 0 1 0 650602994 196456448 39931 33554432000 4194304 4650387 140736301384976 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 47963 39931 382 112 0 42928 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 191852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.06 4.01 4/314 15547
/proc/meminfo: memFree=11849520/32951124 swapFree=66050672/67111528
[pid=15500] ppid=15498 vsize=218012 CPUtime=1300.03 cores=4,6
/proc/15500/stat : 15500 (strangenight1-s) R 15498 15500 15291 0 -1 4202496 241881 0 0 0 129952 51 0 0 25 0 1 0 650602994 223244288 46828 33554432000 4194304 4650387 140736301384976 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/15500/statm: 54503 46828 382 112 0 49468 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 218012

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.52
CPU system time (s): 0.518921
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 258772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241881
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= 11
involuntary context switches= 1678

runsolver used 4.01839 second user time and 8.85965 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-14 18:20:51
IDJOB=3370587
IDBENCH=83150
IDSOLVER=1847
FILE ID=node135/3370587-1305390051
RUNJOBID= node135-1305388749-15310
PBS_JOBID= 13324415
Free space on /tmp= 73332 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s20078956-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370587-1305390051/watcher-3370587-1305390051 -o /tmp/evaluation-result-3370587-1305390051/solver-3370587-1305390051 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370587-1305390051.cnf

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

MD5SUM BENCH= 8d05c170d9e6ebfc370bd1d7f7c63d86
RANDOM SEED=1679476233

node135.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.851
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.70
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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:     32951124 kB
MemFree:      12279952 kB
Buffers:        263996 kB
Cached:        5749864 kB
SwapCached:      50684 kB
Active:        9865612 kB
Inactive:     10561584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12279952 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           18696 kB
Writeback:           0 kB
AnonPages:    14367448 kB
Mapped:          19756 kB
Slab:           134224 kB
PageTables:      47224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57097168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73324 MiB
End job on node135 at 2011-05-14 18:42:33