Trace number 3368091

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.07 1300.03

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-17-sat.cnf
MD5SUM817f170ef66023b68d8cda67f1d05059
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables170
Number of clauses865
Sum of the clauses size3230
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2765
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368091-1305390113.cnf'
0.00/0.01	c -- header says num vars:            170
0.00/0.01	c -- header says num clauses:         865
0.00/0.01	c -- clauses added:            0 learnts,          865 normals,            0 xors
0.00/0.01	c -- vars added        170
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       170       100       765         0      3230         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 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:       0 undec:       0 neg:     170
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       170       100       765         0      3230         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.10/0.17	c  N st     8      4915       170       100       765      4722      3230    298356   no data   no data
0.39/0.44	c  N st    10     11297       170       100       765      4348      3230    217475   no data   no data
0.69/0.75	c  N st    11     17040       170       100       765      9691      3230    548549   no data   no data
0.99/1.08	c  F st    12     25001       170       100       765     11721      3230    638068   no data   no data
0.99/1.08	c  N st    12     25001       170       100       765     11721      3230    638068   no data   no data
1.49/1.52	c Decided on static restart strategy
1.49/1.52	c  N st    18     30000       170       100       765     10029      3230    560047   no data   no data
1.49/1.52	c  S st    18     30000       170       100       765     10029      3230    560047   no data   no data
1.49/1.56	c  S st    18     30503       170       100       765     10523      3230    589088   no data   no data
1.49/1.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.49/1.56	c blocked clauses removed:        0 vars:      0 tried:         170 T: 0.00 s
1.49/1.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1.49/1.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.89/1.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.32 s
2.79/2.81	c lits-rem:       396  cl-subs:      429  v-elim:      0  v-fix:    0  time:  0.91 s
2.79/2.82	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
2.79/2.82	c calculated reachability. Time: 0.00
2.79/2.82	c  N st    18     30503       170       100       765     10094      3230    560813   no data   no data
3.19/3.20	c  N st    20     37613       170       100       765      9416      3230    500795   no data   no data
3.59/3.62	c  N st    21     44012       170       100       765     15404      3230    970084   no data   no data
3.79/3.84	c  S st    22     45754       170       100       765      8671      3230    446122   no data   no data
3.79/3.86	c  S st    22     46255       170       100       765      9168      3230    474944   no data   no data
3.79/3.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
3.79/3.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.79/3.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
3.79/3.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.79/3.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.09/4.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
4.29/4.38	c lits-rem:       121  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.25 s
4.29/4.38	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
4.29/4.38	c vivif2 --  cl tried     9089 cl shrink        0 lits rem          0 time: 0.00
4.29/4.39	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
4.29/4.39	c calculated reachability. Time: 0.00
4.29/4.39	c  N st    22     46255       170       100       765      9089      3230    469776   no data   no data
5.19/5.22	c  N st    23     60654       170       100       765     13219      3230    763807   no data   no data
5.89/5.93	c  N st    24     69382       170       100       765     11129      3230    563800   no data   no data
5.89/5.93	c  S st    24     69382       170       100       765     11129      3230    563800   no data   no data
5.89/5.98	c  S st    24     69885       170       100       765     11619      3230    591756   no data   no data
5.89/5.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.89/5.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
5.89/5.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.89/5.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.89/5.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.89/5.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
5.89/5.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.99/6.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.29/6.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
6.70/6.71	c lits-rem:       157  cl-subs:      100  v-elim:      0  v-fix:    0  time:  0.33 s
6.70/6.71	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
6.70/6.72	c vivif2 --  cl tried    11519 cl shrink        0 lits rem          0 time: 0.01
6.70/6.73	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
6.70/6.73	c calculated reachability. Time: 0.00
6.70/6.73	c  N st    24     69885       170       100       765     11519      3230    585003   no data   no data
7.99/8.09	c  F st    25     87500       170       100       765     16848      3230    970361   no data   no data
7.99/8.09	c  N st    25     87500       170       100       765     16848      3230    970361   no data   no data
8.59/8.61	c Decided on static restart strategy
8.90/8.92	c  N st    32     95543       170       100       765     24618      3230   1480184   no data   no data
9.59/9.66	c  N st    34    104828       170       100       765     21111      3230   1194258   no data   no data
9.59/9.66	c  S st    34    104828       170       100       765     21111      3230   1194258   no data   no data
9.69/9.73	c  S st    34    105330       170       100       765     21610      3230   1223396   no data   no data
9.69/9.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.69/9.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.02
9.69/9.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.69/9.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.69/9.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.69/9.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
9.69/9.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.69/9.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.59/10.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.87 s
13.69/13.74	c lits-rem:       568  cl-subs:      440  v-elim:      0  v-fix:    0  time:  3.09 s
13.69/13.74	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
13.69/13.76	c vivif2 --  cl tried    21170 cl shrink        0 lits rem          0 time: 0.02
13.69/13.79	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.02
13.69/13.79	c calculated reachability. Time: 0.00
13.69/13.79	c  N st    34    105330       170       100       765     21170      3230   1192095   no data   no data
14.40/14.42	c  N st    35    114930       170       100       765     16860      3230    879502   no data   no data
15.40/15.47	c  N st    36    129327       170       100       765     16276      3230    803971   no data   no data
17.29/17.37	c  N st    37    150923       170       100       765     21452      3230   1167641   no data   no data
17.89/17.97	c  S st    38    157996       170       100       765     27838      3230   1621142   no data   no data
17.99/18.05	c  S st    38    158501       170       100       765     28334      3230   1650241   no data   no data
17.99/18.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.99/18.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.02
17.99/18.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.99/18.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.99/18.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.99/18.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
17.99/18.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.99/18.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.29/19.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.19 s
24.19/24.29	c lits-rem:      1041  cl-subs:      722  v-elim:      0  v-fix:    0  time:  4.98 s
24.19/24.29	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
24.30/24.32	c vivif2 --  cl tried    27612 cl shrink        0 lits rem          0 time: 0.02
24.30/24.37	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.05
24.30/24.37	c calculated reachability. Time: 0.00
24.30/24.37	c  N st    38    158501       170       100       765     27612      3230   1598319   no data   no data
28.89/28.95	c  N st    39    207089       170       100       765     22697      3230   1208791   no data   no data
31.79/31.86	c  N st    40    237752       170       100       765     32601      3230   1974068   no data   no data
31.79/31.86	c  S st    40    237752       170       100       765     32601      3230   1974068   no data   no data
31.90/31.97	c  S st    40    238253       170       100       765     33088      3230   2002253   no data   no data
31.90/31.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.90/32.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.02
31.90/32.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.90/32.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.90/32.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.90/32.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
31.90/32.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.00/32.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.39/33.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
40.29/40.38	c lits-rem:      1575  cl-subs:      946  v-elim:      0  v-fix:    0  time:  6.91 s
40.29/40.38	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
40.39/40.41	c vivif2 --  cl tried    32142 cl shrink        0 lits rem          0 time: 0.03
40.39/40.47	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.06
40.39/40.47	c calculated reachability. Time: 0.00
40.39/40.47	c  N st    40    238253       170       100       765     32142      3230   1928833   no data   no data
47.49/47.50	c  F st    41    306250       170       100       765     33772      3230   1945665   no data   no data
47.49/47.50	c  N st    41    306250       170       100       765     33772      3230   1945665   no data   no data
47.79/47.87	c Decided on static restart strategy
50.38/50.43	c  N st    51    334554       170       100       765     38216      3230   2215642   no data   no data
53.59/53.61	c  N st    53    357379       170       100       765     35937      3230   2019860   no data   no data
53.59/53.61	c  S st    53    357379       170       100       765     35937      3230   2019860   no data   no data
53.69/53.73	c  S st    53    357883       170       100       765     36435      3230   2049807   no data   no data
53.69/53.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.69/53.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.04
53.69/53.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.69/53.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.69/53.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.69/53.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
53.69/53.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
53.69/53.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.39/55.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.64 s
61.89/61.93	c lits-rem:      1002  cl-subs:     1011  v-elim:      0  v-fix:    0  time:  6.46 s
61.89/61.93	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
61.89/61.96	c vivif2 --  cl tried    35424 cl shrink        0 lits rem          0 time: 0.03
61.99/62.02	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.06
61.99/62.02	c calculated reachability. Time: 0.00
61.99/62.02	c  N st    53    357883       170       100       765     35424      3230   1992778   no data   no data
65.49/65.56	c  N st    54    390277       170       100       765     41617      3230   2511895   no data   no data
71.09/71.19	c  N st    55    438866       170       100       765     35146      3230   1925973   no data   no data
81.09/81.18	c  N st    56    511748       170       100       765     48251      3230   2792792   no data   no data
85.19/85.25	c  N st    57    536827       170       100       765     42998      3230   2336362   no data   no data
85.19/85.25	c  S st    57    536827       170       100       765     42998      3230   2336362   no data   no data
85.29/85.39	c  S st    57    537329       170       100       765     43497      3230   2366077   no data   no data
85.39/85.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
85.39/85.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.04
85.39/85.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.39/85.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.39/85.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.39/85.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
85.39/85.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.39/85.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
87.19/87.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.69 s
95.99/96.04	c lits-rem:       825  cl-subs:      872  v-elim:      0  v-fix:    0  time:  8.84 s
95.99/96.04	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
95.99/96.07	c vivif2 --  cl tried    42625 cl shrink        0 lits rem          0 time: 0.03
96.09/96.15	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.08
96.09/96.15	c calculated reachability. Time: 0.00
96.09/96.15	c  N st    57    537329       170       100       765     42625      3230   2310287   no data   no data
118.79/118.82	c  N st    58    701313       170       100       765     37215      3230   1814510   no data   no data
138.39/138.41	c  N st    59    805993       170       100       765     64347      3230   3910023   no data   no data
138.39/138.41	c  S st    59    805993       170       100       765     64347      3230   3910023   no data   no data
138.60/138.61	c  S st    59    806494       170       100       765     64840      3230   3939667   no data   no data
138.60/138.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
138.71/138.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.09
138.71/138.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.71/138.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.71/138.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.71/138.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
138.71/138.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.71/138.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
140.59/140.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.79 s
157.19/157.26	c lits-rem:      2264  cl-subs:     1753  v-elim:      0  v-fix:    0  time: 16.64 s
157.19/157.26	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
157.29/157.31	c vivif2 --  cl tried    63087 cl shrink        0 lits rem          0 time: 0.05
157.40/157.41	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.11
157.40/157.42	c calculated reachability. Time: 0.00
157.40/157.42	c  N st    59    806494       170       100       765     63087      3230   3811476   no data   no data
200.19/200.27	c  F st    60   1071876       170       100       765     77638      3230   4150590   no data   no data
200.19/200.27	c  N st    60   1071876       170       100       765     77638      3230   4150590   no data   no data
201.80/201.81	c Decided on static restart strategy
205.59/205.69	c  N st    70   1100177       170       100       765     63157      3230   3422071   no data   no data
213.40/213.43	c  N st    72   1136169       170       100       765     54450      3230   2790922   no data   no data
220.00/220.10	c  N st    73   1168561       170       100       765     85165      3230   4937631   no data   no data
226.09/226.12	c  N st    74   1209742       170       100       765     79694      3230   4647202   no data   no data
226.09/226.12	c  S st    74   1209742       170       100       765     79694      3230   4647202   no data   no data
226.29/226.39	c  S st    74   1210247       170       100       765     80196      3230   4678016   no data   no data
226.39/226.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
226.49/226.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.12
226.49/226.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
226.49/226.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.49/226.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.49/226.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
226.49/226.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
226.49/226.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
228.39/228.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.82 s
249.80/249.89	c lits-rem:      1639  cl-subs:     1680  v-elim:      0  v-fix:    0  time: 21.42 s
249.80/249.89	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
249.89/249.95	c vivif2 --  cl tried    78516 cl shrink        0 lits rem          0 time: 0.06
250.09/250.10	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.15
250.09/250.11	c calculated reachability. Time: 0.00
250.09/250.11	c  N st    74   1210247       170       100       765     78516      3230   4556865   no data   no data
261.09/261.13	c  N st    75   1283129       170       100       765     55725      3230   2853927   no data   no data
278.60/278.62	c  N st    76   1392454       170       100       765     63162      3230   3368415   no data   no data
313.50/313.51	c  N st    77   1556439       170       100       765     67797      3230   3574499   no data   no data
349.50/349.56	c  N st    78   1710247       170       100       765     54050      3230   2481491   no data   no data
349.50/349.56	c  S st    78   1710247       170       100       765     54050      3230   2481491   no data   no data
349.70/349.79	c  S st    78   1710753       170       100       765     54551      3230   2511765   no data   no data
349.81/349.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
349.81/349.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.10
349.81/349.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
349.81/349.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
349.81/349.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.81/349.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
349.81/349.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
349.91/349.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
351.90/351.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.01 s
356.80/356.86	c lits-rem:       248  cl-subs:      262  v-elim:      0  v-fix:    0  time:  4.86 s
356.80/356.86	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
356.80/356.89	c vivif2 --  cl tried    54289 cl shrink        0 lits rem          0 time: 0.03
357.00/357.02	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.13
357.00/357.02	c calculated reachability. Time: 0.00
357.00/357.02	c  N st    78   1710753       170       100       765     54289      3230   2497523   no data   no data
441.30/441.38	c  N st    79   2079719       170       100       765     58474      3230   2727383   no data   no data
473.01/473.07	c  N st    80   2210754       170       100       765     61283      3230   2882981   no data   no data
473.01/473.07	c  S st    80   2210754       170       100       765     61283      3230   2882981   no data   no data
473.20/473.25	c  S st    80   2211256       170       100       765     61777      3230   2914547   no data   no data
473.20/473.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
473.30/473.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.5M T:  0.08
473.30/473.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
473.30/473.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
473.30/473.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
473.30/473.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
473.30/473.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
473.30/473.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
475.00/475.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.58 s
478.40/478.45	c lits-rem:       243  cl-subs:      356  v-elim:      0  v-fix:    0  time:  3.45 s
478.40/478.45	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
478.40/478.49	c vivif2 --  cl tried    61421 cl shrink        0 lits rem          0 time: 0.03
478.51/478.60	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.11
478.51/478.60	c calculated reachability. Time: 0.00
478.51/478.60	c  N st    80   2211256       170       100       765     61421      3230   2892667   no data   no data
612.00/612.08	c  N st    81   2711257       170       100       765     77743      3230   3912939   no data   no data
612.00/612.08	c  S st    81   2711257       170       100       765     77743      3230   3912939   no data   no data
612.30/612.34	c  S st    81   2711760       170       100       765     78239      3230   3942630   no data   no data
612.30/612.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
612.40/612.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.10
612.40/612.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
612.40/612.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
612.40/612.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
612.40/612.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
612.40/612.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
612.40/612.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
614.20/614.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.69 s
628.90/628.96	c lits-rem:       751  cl-subs:     1187  v-elim:      0  v-fix:    0  time: 14.71 s
628.90/628.96	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
629.00/629.01	c vivif2 --  cl tried    77052 cl shrink        0 lits rem          0 time: 0.05
629.10/629.16	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.15
629.10/629.16	c calculated reachability. Time: 0.00
629.10/629.16	c  N st    81   2711760       170       100       765     77052      3230   3866096   no data   no data
745.51/745.57	c  N st    82   3211760       170       100       765    122793      3230   6993142   no data   no data
745.51/745.57	c  S st    82   3211760       170       100       765    122793      3230   6993142   no data   no data
745.92/745.96	c  S st    82   3212260       170       100       765    123285      3230   7023054   no data   no data
745.92/745.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
746.11/746.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.4M T:  0.19
746.11/746.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
746.11/746.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
746.11/746.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
746.11/746.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
746.11/746.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
746.21/746.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
748.13/748.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.81 s
796.82/796.83	c lits-rem:      2939  cl-subs:     2332  v-elim:      0  v-fix:    0  time: 48.65 s
796.82/796.83	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
796.92/796.92	c vivif2 --  cl tried   120953 cl shrink        0 lits rem          0 time: 0.08
797.22/797.20	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.28
797.22/797.20	c calculated reachability. Time: 0.00
797.22/797.20	c  N st    82   3212260       170       100       765    120953      3230   6860937   no data   no data
918.52/918.58	c  N st    83   3712261       170       100       765    129201      3230   7433783   no data   no data
918.52/918.58	c  S st    83   3712261       170       100       765    129201      3230   7433783   no data   no data
919.02/919.02	c  S st    83   3712764       170       100       765    129695      3230   7463336   no data   no data
919.02/919.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
919.22/919.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.0M T:  0.22
919.22/919.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
919.22/919.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
919.22/919.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
919.22/919.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
919.22/919.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
919.32/919.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
921.32/921.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.85 s
967.03/967.07	c lits-rem:      3618  cl-subs:     2889  v-elim:      0  v-fix:    0  time: 45.76 s
967.03/967.07	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
967.12/967.16	c vivif2 --  cl tried   126806 cl shrink        0 lits rem          0 time: 0.09
967.42/967.45	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.29
967.42/967.45	c calculated reachability. Time: 0.00
967.42/967.45	c  N st    83   3712764       170       100       765    126806      3230   7251066   no data   no data
977.93/977.96	c  F st    84   3751562       170       100       765     84205      3230   3955909   no data   no data
977.93/977.96	c  N st    84   3751562       170       100       765     84205      3230   3955909   no data   no data
978.92/978.92	c Decided on static restart strategy
983.53/983.51	c  N st    94   3779870       170       100       765    110697      3230   5935561   no data   no data
991.82/991.87	c  N st    96   3815863       170       100       765    144275      3230   8500161   no data   no data
1000.52/1000.54	c  N st    97   3848256       170       100       765     94485      3230   4694342   no data   no data
1012.62/1012.63	c  N st    98   3896844       170       100       765    140368      3230   8096086   no data   no data
1033.72/1033.75	c  N st    99   3969728       170       100       765    127672      3230   7000377   no data   no data
1062.12/1062.14	c  N st   100   4079053       170       100       765    147890      3230   8498549   no data   no data
1105.93/1105.96	c  N st   101   4212767       170       100       765    104747      3230   5321843   no data   no data
1105.93/1105.96	c  S st   101   4212767       170       100       765    104747      3230   5321843   no data   no data
1106.33/1106.35	c  S st   101   4213268       170       100       765    105239      3230   5352339   no data   no data
1106.33/1106.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1106.52/1106.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.3M T:  0.16
1106.52/1106.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1106.52/1106.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1106.52/1106.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1106.52/1106.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1106.52/1106.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1106.52/1106.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1108.42/1108.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.74 s
1127.33/1127.31	c lits-rem:       899  cl-subs:      942  v-elim:      0  v-fix:    0  time: 18.89 s
1127.33/1127.31	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
1127.33/1127.38	c vivif2 --  cl tried   104297 cl shrink        0 lits rem          0 time: 0.07
1127.53/1127.61	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.23
1127.64/1127.61	c calculated reachability. Time: 0.00
1127.64/1127.61	c  N st   101   4213268       170       100       765    104297      3230   5290235   no data   no data
1205.92/1205.97	c  N st   102   4459245       170       100       765    162733      3230   9610564   no data   no data
1293.33/1293.30	c  N st   103   4713269       170       100       765    136318      3230   7342611   no data   no data
1293.33/1293.30	c  S st   103   4713269       170       100       765    136318      3230   7342611   no data   no data
1293.93/1293.98	c  S st   103   4713774       170       100       765    136820      3230   7373160   no data   no data
1294.03/1294.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1294.23/1294.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.1M T:  0.24
1294.23/1294.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1294.23/1294.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1294.23/1294.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1294.23/1294.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1294.23/1294.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1294.33/1294.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1296.43/1296.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.99 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368091-1305390113/watcher-3368091-1305390113 -o /tmp/evaluation-result-3368091-1305390113/solver-3368091-1305390113 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368091-1305390113.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.05 4.04 3.90 3/315 16303
/proc/meminfo: memFree=15719160/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=29732 CPUtime=0 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 529 0 0 0 0 0 0 0 18 0 1 0 729241976 30445568 469 33554432000 4194304 4580011 140736421349152 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 7433 469 363 95 0 2415 0

[startup+0.102099 s]
/proc/loadavg: 4.05 4.04 3.90 3/315 16303
/proc/meminfo: memFree=15719160/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=30128 CPUtime=0.1 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 823 0 0 0 10 0 0 0 18 0 1 0 729241976 30851072 763 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 7532 763 364 95 0 2514 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30128

[startup+0.201075 s]
/proc/loadavg: 4.05 4.04 3.90 3/315 16303
/proc/meminfo: memFree=15719160/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=30880 CPUtime=0.2 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 1132 0 0 0 20 0 0 0 18 0 1 0 729241976 31621120 759 33554432000 4194304 4580011 140736421349152 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 7720 759 364 95 0 2702 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 30880

[startup+0.301054 s]
/proc/loadavg: 4.05 4.04 3.90 3/315 16303
/proc/meminfo: memFree=15719160/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=31012 CPUtime=0.3 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 1336 0 0 0 30 0 0 0 18 0 1 0 729241976 31756288 963 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 7753 963 364 95 0 2735 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 31012

[startup+0.700993 s]
/proc/loadavg: 4.05 4.04 3.90 3/315 16303
/proc/meminfo: memFree=15719160/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=31952 CPUtime=0.69 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 2112 0 0 0 69 0 0 0 18 0 1 0 729241976 32718848 1249 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 7988 1249 364 95 0 2970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31952

[startup+1.50083 s]
/proc/loadavg: 3.97 4.02 3.89 5/329 16352
/proc/meminfo: memFree=15683120/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=33372 CPUtime=1.49 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 3730 0 0 0 149 0 0 0 20 0 1 0 729241976 34172928 1524 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 8343 1524 365 95 0 3325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33372

[startup+3.10054 s]
/proc/loadavg: 3.97 4.02 3.89 5/329 16352
/proc/meminfo: memFree=15654104/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=47224 CPUtime=3.09 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 7354 0 0 0 309 0 0 0 25 0 1 0 729241976 48357376 5148 33554432000 4194304 4580011 140736421349152 18446744073709551615 4304835 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 11806 5148 367 95 0 6788 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47224

[startup+6.30093 s]
/proc/loadavg: 3.97 4.02 3.89 5/329 16352
/proc/meminfo: memFree=15556580/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=49860 CPUtime=6.29 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 12024 0 0 0 628 1 0 0 25 0 1 0 729241976 51056640 5227 33554432000 4194304 4580011 140736421349152 18446744073709551615 4413539 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 12465 5227 367 95 0 7447 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49860

[startup+12.7007 s]
/proc/loadavg: 3.97 4.02 3.89 5/329 16352
/proc/meminfo: memFree=15524644/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=67164 CPUtime=12.69 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 19549 0 0 0 1266 3 0 0 25 0 1 0 729241976 68775936 9791 33554432000 4194304 4580011 140736421349152 18446744073709551615 4416924 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 16791 9791 367 95 0 11773 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67164

[startup+25.5003 s]
/proc/loadavg: 4.05 4.04 3.90 5/329 16352
/proc/meminfo: memFree=15440136/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=83284 CPUtime=25.49 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 30781 0 0 0 2544 5 0 0 25 0 1 0 729241976 85282816 13730 33554432000 4194304 4580011 140736421349152 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 20821 13730 367 95 0 15803 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83284

[startup+51.1005 s]
/proc/loadavg: 4.03 4.03 3.90 5/329 16353
/proc/meminfo: memFree=15207916/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=97588 CPUtime=51.08 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 52280 0 0 0 5099 9 0 0 25 0 1 0 729241976 99930112 17471 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 24397 17471 367 95 0 19379 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 97588

[startup+102.301 s]
/proc/loadavg: 4.08 4.04 3.91 5/329 16354
/proc/meminfo: memFree=15123792/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=171900 CPUtime=102.29 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 83522 0 0 0 10213 16 0 0 25 0 1 0 729241976 176025600 21833 33554432000 4194304 4580011 140736421349152 18446744073709551615 4305148 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 42975 21833 367 95 0 37957 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 171900

[startup+162.301 s]
/proc/loadavg: 4.10 4.05 3.92 5/329 16356
/proc/meminfo: memFree=14997268/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=152792 CPUtime=162.29 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 123160 0 0 0 16205 24 0 0 25 0 1 0 729241976 156459008 31417 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 38198 31417 367 95 0 33180 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152792

[startup+222.313 s]
/proc/loadavg: 4.04 4.03 3.92 5/329 16357
/proc/meminfo: memFree=14927908/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=154632 CPUtime=222.31 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 161787 0 0 0 22195 36 0 0 25 0 1 0 729241976 158343168 30687 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 38658 30687 367 95 0 33640 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 154632

[startup+282.3 s]
/proc/loadavg: 4.01 4.03 3.92 5/329 16359
/proc/meminfo: memFree=14786260/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=263320 CPUtime=282.3 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 194513 0 0 0 28189 41 0 0 25 0 1 0 729241976 269639680 39728 33554432000 4194304 4580011 140736421349152 18446744073709551615 4321037 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 65830 39728 367 95 0 60812 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 263320

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.92 5/329 16361
/proc/meminfo: memFree=14736480/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=187952 CPUtime=342.3 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 225939 0 0 0 34179 51 0 0 25 0 1 0 729241976 192462848 39725 33554432000 4194304 4580011 140736421349152 18446744073709551615 4321068 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 46988 39725 367 95 0 41970 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 187952

[startup+402.301 s]
/proc/loadavg: 4.05 4.03 3.92 5/329 16389
/proc/meminfo: memFree=14493192/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=188636 CPUtime=402.3 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 250574 0 0 0 40169 61 0 0 25 0 1 0 729241976 193163264 37487 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 47159 37487 367 95 0 42141 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 188636

[startup+462.301 s]
/proc/loadavg: 4.14 4.05 3.93 5/329 16391
/proc/meminfo: memFree=14468812/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=189616 CPUtime=462.3 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 281411 0 0 0 46163 67 0 0 25 0 1 0 729241976 194166784 39728 33554432000 4194304 4580011 140736421349152 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 47404 39728 367 95 0 42386 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 189616

[startup+522.301 s]
/proc/loadavg: 4.14 4.07 3.94 5/329 16392
/proc/meminfo: memFree=14428716/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=281116 CPUtime=522.3 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 307596 0 0 0 52158 72 0 0 25 0 1 0 729241976 287862784 42488 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 70279 42488 367 95 0 65261 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 281116

[startup+582.3 s]
/proc/loadavg: 4.12 4.07 3.95 5/329 16394
/proc/meminfo: memFree=14373108/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=284872 CPUtime=582.3 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 332563 0 0 0 58145 85 0 0 25 0 1 0 729241976 291708928 43072 33554432000 4194304 4580011 140736421349152 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 71218 43072 367 95 0 66200 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 284872

[startup+642.301 s]
/proc/loadavg: 3.70 3.97 3.92 4/323 16413
/proc/meminfo: memFree=14421464/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=287800 CPUtime=642.31 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 349735 0 0 0 64141 90 0 0 25 0 1 0 729241976 294707200 43349 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 71950 43349 367 95 0 66932 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 287800

[startup+702.301 s]
/proc/loadavg: 3.26 3.80 3.86 4/323 16414
/proc/meminfo: memFree=14427124/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=295588 CPUtime=702.31 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 383034 0 0 0 70136 95 0 0 25 0 1 0 729241976 302682112 41862 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 73897 41862 367 95 0 68879 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 295588

[startup+762.301 s]
/proc/loadavg: 3.13 3.66 3.81 4/323 16416
/proc/meminfo: memFree=14376880/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=371564 CPUtime=762.32 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 419200 0 0 0 76130 102 0 0 25 0 1 0 729241976 380481536 59863 33554432000 4194304 4580011 140736421349152 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 92891 59863 367 95 0 87873 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 371564

[startup+822.3 s]
/proc/loadavg: 3.05 3.54 3.76 4/323 16417
/proc/meminfo: memFree=14363340/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=372424 CPUtime=822.32 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 430631 0 0 0 82128 104 0 0 25 0 1 0 729241976 381362176 61945 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 93106 61945 367 95 0 88088 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 372424

[startup+882.312 s]
/proc/loadavg: 3.02 3.44 3.71 4/323 16419
/proc/meminfo: memFree=14335764/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=374652 CPUtime=882.32 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 458968 0 0 0 88124 108 0 0 25 0 1 0 729241976 383643648 61886 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 93663 61886 367 95 0 88645 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 374652

[startup+942.301 s]
/proc/loadavg: 3.00 3.36 3.66 4/323 16421
/proc/meminfo: memFree=14356688/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=396800 CPUtime=942.32 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 481633 0 0 0 94120 112 0 0 25 0 1 0 729241976 406323200 65324 33554432000 4194304 4580011 140736421349152 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 99200 65324 367 95 0 94182 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 396800

[startup+1002.3 s]
/proc/loadavg: 3.00 3.29 3.62 4/323 16422
/proc/meminfo: memFree=14329736/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=292968 CPUtime=1002.32 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 499467 0 0 0 100118 114 0 0 25 0 1 0 729241976 299999232 63183 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 73242 63183 367 95 0 68224 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 292968

[startup+1062.3 s]
/proc/loadavg: 3.06 3.25 3.58 4/323 16427
/proc/meminfo: memFree=14320820/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=401440 CPUtime=1062.32 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 522790 0 0 0 106114 118 0 0 25 0 1 0 729241976 411074560 66425 33554432000 4194304 4580011 140736421349152 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 100360 66425 367 95 0 95342 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 401440

[startup+1122.3 s]
/proc/loadavg: 3.06 3.22 3.54 4/323 16428
/proc/meminfo: memFree=14317564/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=293816 CPUtime=1122.33 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 540077 0 0 0 112107 126 0 0 25 0 1 0 729241976 300867584 63238 33554432000 4194304 4580011 140736421349152 18446744073709551615 4416924 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 73454 63238 367 95 0 68436 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 293816

[startup+1182.3 s]
/proc/loadavg: 3.02 3.17 3.51 4/323 16430
/proc/meminfo: memFree=14337244/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=294044 CPUtime=1182.32 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 559971 0 0 0 118102 130 0 0 25 0 1 0 729241976 301101056 62054 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 73511 62054 367 95 0 68493 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 294044

[startup+1242.3 s]
/proc/loadavg: 3.06 3.15 3.48 4/323 16432
/proc/meminfo: memFree=14253644/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=405420 CPUtime=1242.33 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 576518 0 0 0 124099 134 0 0 25 0 1 0 729241976 415150080 67929 33554432000 4194304 4580011 140736421349152 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 101355 67929 367 95 0 96337 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 405420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.12 3.45 4/323 16433
/proc/meminfo: memFree=14216784/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=413836 CPUtime=1300.04 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 596538 0 0 0 129863 141 0 0 25 0 1 0 729241976 423768064 66916 33554432000 4194304 4580011 140736421349152 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 103459 66916 367 95 0 98441 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 413836

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.02 3.12 3.45 4/323 16433
/proc/meminfo: memFree=14216784/32950928 swapFree=67085488/67111528
[pid=16303] ppid=16301 vsize=413836 CPUtime=1300.04 cores=5,7
/proc/16303/stat : 16303 (strangenight2-s) R 16301 16303 16108 0 -1 4202496 596538 0 0 0 129863 141 0 0 25 0 1 0 729241976 423768064 66916 33554432000 4194304 4580011 140736421349152 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16303/statm: 103459 66916 367 95 0 98441 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 413836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.64
CPU system time (s): 1.42678
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 413836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.64
system time used= 1.42678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 596538
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= 12
involuntary context switches= 1169

runsolver used 3.89741 second user time and 9.30858 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 18:21:53
IDJOB=3368091
IDBENCH=83200
IDSOLVER=1845
FILE ID=node114/3368091-1305390113
RUNJOBID= node114-1305388810-16129
PBS_JOBID= 13324419
Free space on /tmp= 72980 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-10-17-sat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368091-1305390113/watcher-3368091-1305390113 -o /tmp/evaluation-result-3368091-1305390113/solver-3368091-1305390113 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368091-1305390113.cnf

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

MD5SUM BENCH= 817f170ef66023b68d8cda67f1d05059
RANDOM SEED=846733876

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15719408 kB
Buffers:        264976 kB
Cached:        6204664 kB
SwapCached:         96 kB
Active:       11867828 kB
Inactive:      4954720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15719408 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           10892 kB
Writeback:           0 kB
AnonPages:    10352828 kB
Mapped:          26508 kB
Slab:           306836 kB
PageTables:      36956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52432100 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= 72964 MiB
End job on node114 at 2011-05-14 18:43:35