Trace number 3260880

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? (TO) 1299.97 1300.02

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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3260880-1303512166.cnf'
0.00/0.00	c -- header says num vars:            170
0.00/0.00	c -- header says num clauses:         865
0.00/0.00	c -- clauses added:            0 learnts,          865 normals,            0 xors
0.00/0.00	c -- vars added        170
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       170       100       765         0      3230         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     170
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       170       100       765         0      3230         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.09/0.19	c  N st     8      4915       170       100       765      4722      3230    298356   no data   no data
0.39/0.49	c  N st    10     11297       170       100       765      4348      3230    217475   no data   no data
0.79/0.83	c  N st    11     17040       170       100       765      9691      3230    548549   no data   no data
1.19/1.20	c  F st    12     25001       170       100       765     11721      3230    638068   no data   no data
1.19/1.20	c  N st    12     25001       170       100       765     11721      3230    638068   no data   no data
1.59/1.69	c Decided on static restart strategy
1.59/1.69	c  N st    18     30000       170       100       765     10029      3230    560047   no data   no data
1.59/1.69	c  S st    18     30000       170       100       765     10029      3230    560047   no data   no data
1.69/1.72	c  S st    18     30503       170       100       765     10523      3230    589088   no data   no data
1.69/1.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.69/1.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.69/1.73	c blocked clauses removed:        0 vars:      0 tried:         170 T: 0.00 s
1.69/1.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.69/1.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.69/1.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1.69/1.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.69/1.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2.10/2.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.38 s
3.09/3.15	c lits-rem:       396  cl-subs:      429  v-elim:      0  v-fix:    0  time:  1.01 s
3.09/3.16	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
3.09/3.16	c calculated reachability. Time: 0.00
3.09/3.16	c  N st    18     30503       170       100       765     10094      3230    560813   no data   no data
3.49/3.56	c  N st    20     37613       170       100       765      9416      3230    500795   no data   no data
3.99/4.01	c  N st    21     44012       170       100       765     15404      3230    970084   no data   no data
4.19/4.25	c  S st    22     45754       170       100       765      8671      3230    446122   no data   no data
4.19/4.27	c  S st    22     46255       170       100       765      9168      3230    474944   no data   no data
4.19/4.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.19/4.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
4.19/4.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.19/4.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.19/4.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.19/4.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
4.19/4.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.19/4.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.49/4.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.28 s
4.79/4.85	c lits-rem:       121  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.27 s
4.79/4.85	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
4.79/4.85	c vivif2 --  cl tried     9089 cl shrink        0 lits rem          0 time: 0.01
4.79/4.86	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
4.79/4.86	c calculated reachability. Time: 0.00
4.79/4.86	c  N st    22     46255       170       100       765      9089      3230    469776   no data   no data
5.69/5.76	c  N st    23     60654       170       100       765     13219      3230    763807   no data   no data
6.39/6.47	c  N st    24     69382       170       100       765     11129      3230    563800   no data   no data
6.39/6.47	c  S st    24     69382       170       100       765     11129      3230    563800   no data   no data
6.50/6.51	c  S st    24     69885       170       100       765     11619      3230    591756   no data   no data
6.50/6.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.50/6.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
6.50/6.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.50/6.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.50/6.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.50/6.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
6.50/6.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.50/6.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.89/6.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.37 s
7.19/7.27	c lits-rem:       157  cl-subs:      100  v-elim:      0  v-fix:    0  time:  0.36 s
7.19/7.27	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
7.19/7.28	c vivif2 --  cl tried    11519 cl shrink        0 lits rem          0 time: 0.01
7.19/7.29	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
7.19/7.29	c calculated reachability. Time: 0.00
7.19/7.29	c  N st    24     69885       170       100       765     11519      3230    585003   no data   no data
8.69/8.79	c  F st    25     87500       170       100       765     16848      3230    970361   no data   no data
8.69/8.79	c  N st    25     87500       170       100       765     16848      3230    970361   no data   no data
9.28/9.35	c Decided on static restart strategy
9.59/9.69	c  N st    32     95543       170       100       765     24618      3230   1480184   no data   no data
10.49/10.50	c  N st    34    104828       170       100       765     21111      3230   1194258   no data   no data
10.49/10.50	c  S st    34    104828       170       100       765     21111      3230   1194258   no data   no data
10.49/10.57	c  S st    34    105330       170       100       765     21610      3230   1223396   no data   no data
10.49/10.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.49/10.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.02
10.49/10.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.49/10.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.49/10.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.59/10.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
10.59/10.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.59/10.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.58/11.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
14.89/14.97	c lits-rem:       568  cl-subs:      440  v-elim:      0  v-fix:    0  time:  3.35 s
14.89/14.97	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
14.89/14.99	c vivif2 --  cl tried    21170 cl shrink        0 lits rem          0 time: 0.01
14.99/15.01	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.03
14.99/15.01	c calculated reachability. Time: 0.00
14.99/15.01	c  N st    34    105330       170       100       765     21170      3230   1192095   no data   no data
15.69/15.72	c  N st    35    114930       170       100       765     16860      3230    879502   no data   no data
16.79/16.86	c  N st    36    129327       170       100       765     16276      3230    803971   no data   no data
18.79/18.87	c  N st    37    150923       170       100       765     21452      3230   1167641   no data   no data
19.49/19.53	c  S st    38    157996       170       100       765     27838      3230   1621142   no data   no data
19.59/19.63	c  S st    38    158501       170       100       765     28334      3230   1650241   no data   no data
19.59/19.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.59/19.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
19.59/19.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.59/19.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.59/19.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.59/19.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
19.59/19.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.59/19.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.09/21.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
26.49/26.55	c lits-rem:      1041  cl-subs:      722  v-elim:      0  v-fix:    0  time:  5.36 s
26.49/26.55	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
26.49/26.57	c vivif2 --  cl tried    27612 cl shrink        0 lits rem          0 time: 0.02
26.59/26.60	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.03
26.59/26.61	c calculated reachability. Time: 0.00
26.59/26.61	c  N st    38    158501       170       100       765     27612      3230   1598319   no data   no data
31.39/31.47	c  N st    39    207089       170       100       765     22697      3230   1208791   no data   no data
34.59/34.62	c  N st    40    237752       170       100       765     32601      3230   1974068   no data   no data
34.59/34.62	c  S st    40    237752       170       100       765     32601      3230   1974068   no data   no data
34.69/34.75	c  S st    40    238253       170       100       765     33088      3230   2002253   no data   no data
34.69/34.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
34.69/34.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.03
34.69/34.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.69/34.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.69/34.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.69/34.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
34.69/34.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.79/34.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
36.59/36.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.77 s
44.09/44.18	c lits-rem:      1575  cl-subs:      946  v-elim:      0  v-fix:    0  time:  7.56 s
44.09/44.18	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
44.19/44.21	c vivif2 --  cl tried    32142 cl shrink        0 lits rem          0 time: 0.03
44.19/44.25	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.05
44.19/44.26	c calculated reachability. Time: 0.00
44.19/44.26	c  N st    40    238253       170       100       765     32142      3230   1928833   no data   no data
51.59/51.67	c  F st    41    306250       170       100       765     33772      3230   1945665   no data   no data
51.59/51.67	c  N st    41    306250       170       100       765     33772      3230   1945665   no data   no data
51.99/52.08	c Decided on static restart strategy
54.79/54.84	c  N st    51    334554       170       100       765     38216      3230   2215642   no data   no data
58.20/58.22	c  N st    53    357379       170       100       765     35937      3230   2019860   no data   no data
58.20/58.22	c  S st    53    357379       170       100       765     35937      3230   2019860   no data   no data
58.30/58.34	c  S st    53    357883       170       100       765     36435      3230   2049807   no data   no data
58.30/58.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.30/58.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.04
58.30/58.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.30/58.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.30/58.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.30/58.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
58.30/58.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.39/58.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
60.29/60.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.85 s
67.19/67.29	c lits-rem:      1002  cl-subs:     1011  v-elim:      0  v-fix:    0  time:  6.99 s
67.19/67.29	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
67.29/67.32	c vivif2 --  cl tried    35424 cl shrink        0 lits rem          0 time: 0.03
67.29/67.38	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.05
67.29/67.38	c calculated reachability. Time: 0.00
67.29/67.38	c  N st    53    357883       170       100       765     35424      3230   1992778   no data   no data
71.19/71.24	c  N st    54    390277       170       100       765     41617      3230   2511895   no data   no data
77.39/77.46	c  N st    55    438866       170       100       765     35146      3230   1925973   no data   no data
88.19/88.20	c  N st    56    511748       170       100       765     48251      3230   2792792   no data   no data
92.19/92.21	c  N st    57    536827       170       100       765     42998      3230   2336362   no data   no data
92.19/92.21	c  S st    57    536827       170       100       765     42998      3230   2336362   no data   no data
92.30/92.37	c  S st    57    537329       170       100       765     43497      3230   2366077   no data   no data
92.30/92.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.40/92.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.04
92.40/92.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
92.40/92.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.40/92.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.40/92.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
92.40/92.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
92.40/92.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
94.29/94.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.84 s
103.89/103.96	c lits-rem:       825  cl-subs:      872  v-elim:      0  v-fix:    0  time:  9.63 s
103.89/103.96	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
103.89/103.99	c vivif2 --  cl tried    42625 cl shrink        0 lits rem          0 time: 0.03
103.99/104.06	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.07
103.99/104.06	c calculated reachability. Time: 0.00
103.99/104.06	c  N st    57    537329       170       100       765     42625      3230   2310287   no data   no data
128.99/129.05	c  N st    58    701313       170       100       765     37215      3230   1814510   no data   no data
147.69/147.77	c  N st    59    805993       170       100       765     64347      3230   3910023   no data   no data
147.69/147.77	c  S st    59    805993       170       100       765     64347      3230   3910023   no data   no data
147.89/147.98	c  S st    59    806494       170       100       765     64840      3230   3939667   no data   no data
147.89/147.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.99/148.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.09
147.99/148.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
147.99/148.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.99/148.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.99/148.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
147.99/148.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
148.09/148.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
150.19/150.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.03 s
168.59/168.60	c lits-rem:      2264  cl-subs:     1753  v-elim:      0  v-fix:    0  time: 18.36 s
168.59/168.60	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
168.59/168.65	c vivif2 --  cl tried    63087 cl shrink        0 lits rem          0 time: 0.05
168.69/168.78	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.13
168.69/168.78	c calculated reachability. Time: 0.00
168.69/168.78	c  N st    59    806494       170       100       765     63087      3230   3811476   no data   no data
215.29/215.38	c  F st    60   1071876       170       100       765     77638      3230   4150590   no data   no data
215.29/215.38	c  N st    60   1071876       170       100       765     77638      3230   4150590   no data   no data
216.70/216.77	c Decided on static restart strategy
220.49/220.56	c  N st    70   1100177       170       100       765     63157      3230   3422071   no data   no data
227.80/227.82	c  N st    72   1136169       170       100       765     54450      3230   2790922   no data   no data
234.00/234.00	c  N st    73   1168561       170       100       765     85165      3230   4937631   no data   no data
240.39/240.49	c  N st    74   1209742       170       100       765     79694      3230   4647202   no data   no data
240.39/240.49	c  S st    74   1209742       170       100       765     79694      3230   4647202   no data   no data
240.69/240.76	c  S st    74   1210247       170       100       765     80196      3230   4678016   no data   no data
240.69/240.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
240.80/240.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.12
240.80/240.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.80/240.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.80/240.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.80/240.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
240.80/240.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
240.90/240.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
243.20/243.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
266.70/266.76	c lits-rem:      1639  cl-subs:     1680  v-elim:      0  v-fix:    0  time: 23.56 s
266.70/266.76	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
266.80/266.82	c vivif2 --  cl tried    78516 cl shrink        0 lits rem          0 time: 0.06
267.00/267.00	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.17
267.00/267.00	c calculated reachability. Time: 0.00
267.00/267.00	c  N st    74   1210247       170       100       765     78516      3230   4556865   no data   no data
279.30/279.30	c  N st    75   1283129       170       100       765     55725      3230   2853927   no data   no data
298.69/298.74	c  N st    76   1392454       170       100       765     63162      3230   3368415   no data   no data
337.38/337.40	c  N st    77   1556439       170       100       765     67797      3230   3574499   no data   no data
371.38/371.45	c  N st    78   1710247       170       100       765     54050      3230   2481491   no data   no data
371.38/371.45	c  S st    78   1710247       170       100       765     54050      3230   2481491   no data   no data
371.58/371.64	c  S st    78   1710753       170       100       765     54551      3230   2511765   no data   no data
371.58/371.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
371.69/371.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.08
371.69/371.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
371.69/371.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
371.69/371.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
371.69/371.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
371.69/371.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
371.69/371.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
373.58/373.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.80 s
377.88/377.92	c lits-rem:       248  cl-subs:      262  v-elim:      0  v-fix:    0  time:  4.30 s
377.88/377.92	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
377.88/377.96	c vivif2 --  cl tried    54289 cl shrink        0 lits rem          0 time: 0.03
377.98/378.06	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.10
377.98/378.06	c calculated reachability. Time: 0.00
377.98/378.06	c  N st    78   1710753       170       100       765     54289      3230   2497523   no data   no data
464.98/465.09	c  N st    79   2079719       170       100       765     58474      3230   2727383   no data   no data
500.98/501.04	c  N st    80   2210754       170       100       765     61283      3230   2882981   no data   no data
500.98/501.04	c  S st    80   2210754       170       100       765     61283      3230   2882981   no data   no data
501.18/501.24	c  S st    80   2211256       170       100       765     61777      3230   2914547   no data   no data
501.18/501.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
501.28/501.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.5M T:  0.09
501.28/501.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
501.28/501.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
501.28/501.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
501.28/501.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
501.28/501.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
501.28/501.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
503.28/503.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.86 s
507.09/507.16	c lits-rem:       243  cl-subs:      356  v-elim:      0  v-fix:    0  time:  3.85 s
507.09/507.16	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
507.18/507.20	c vivif2 --  cl tried    61421 cl shrink        0 lits rem          0 time: 0.04
507.28/507.32	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.12
507.28/507.33	c calculated reachability. Time: 0.00
507.28/507.33	c  N st    80   2211256       170       100       765     61421      3230   2892667   no data   no data
641.07/641.10	c  N st    81   2711257       170       100       765     77743      3230   3912939   no data   no data
641.07/641.10	c  S st    81   2711257       170       100       765     77743      3230   3912939   no data   no data
641.28/641.39	c  S st    81   2711760       170       100       765     78239      3230   3942630   no data   no data
641.37/641.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
641.47/641.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.12
641.47/641.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
641.47/641.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
641.47/641.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
641.47/641.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
641.47/641.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
641.47/641.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
643.57/643.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.02 s
659.88/659.92	c lits-rem:       751  cl-subs:     1187  v-elim:      0  v-fix:    0  time: 16.25 s
659.88/659.92	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
659.88/659.97	c vivif2 --  cl tried    77052 cl shrink        0 lits rem          0 time: 0.05
660.07/660.13	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.16
660.07/660.13	c calculated reachability. Time: 0.00
660.07/660.13	c  N st    81   2711760       170       100       765     77052      3230   3866096   no data   no data
789.56/789.64	c  N st    82   3211760       170       100       765    122793      3230   6993142   no data   no data
789.56/789.64	c  S st    82   3211760       170       100       765    122793      3230   6993142   no data   no data
789.96/790.06	c  S st    82   3212260       170       100       765    123285      3230   7023054   no data   no data
789.96/790.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
790.16/790.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.4M T:  0.21
790.16/790.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
790.16/790.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
790.16/790.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
790.16/790.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
790.16/790.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
790.26/790.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
792.57/792.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
845.16/845.27	c lits-rem:      2939  cl-subs:     2332  v-elim:      0  v-fix:    0  time: 52.65 s
845.16/845.27	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
845.26/845.37	c vivif2 --  cl tried   120953 cl shrink        0 lits rem          0 time: 0.10
845.56/845.68	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.31
845.56/845.69	c calculated reachability. Time: 0.00
845.56/845.69	c  N st    82   3212260       170       100       765    120953      3230   6860937   no data   no data
981.25/981.31	c  N st    83   3712261       170       100       765    129201      3230   7433783   no data   no data
981.25/981.31	c  S st    83   3712261       170       100       765    129201      3230   7433783   no data   no data
981.65/981.77	c  S st    83   3712764       170       100       765    129695      3230   7463336   no data   no data
981.65/981.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
981.95/982.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.0M T:  0.23
981.95/982.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
981.95/982.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
981.95/982.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
981.95/982.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
981.95/982.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
982.05/982.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
984.36/984.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.14 s
1034.96/1035.04	c lits-rem:      3618  cl-subs:     2889  v-elim:      0  v-fix:    0  time: 50.62 s
1034.96/1035.04	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
1035.06/1035.14	c vivif2 --  cl tried   126806 cl shrink        0 lits rem          0 time: 0.10
1035.35/1035.47	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.33
1035.35/1035.47	c calculated reachability. Time: 0.00
1035.35/1035.47	c  N st    83   3712764       170       100       765    126806      3230   7251066   no data   no data
1047.24/1047.32	c  F st    84   3751562       170       100       765     84205      3230   3955909   no data   no data
1047.24/1047.32	c  N st    84   3751562       170       100       765     84205      3230   3955909   no data   no data
1048.25/1048.39	c Decided on static restart strategy
1053.45/1053.51	c  N st    94   3779870       170       100       765    110697      3230   5935561   no data   no data
1062.65/1062.77	c  N st    96   3815863       170       100       765    144275      3230   8500161   no data   no data
1072.45/1072.59	c  N st    97   3848256       170       100       765     94485      3230   4694342   no data   no data
1086.65/1086.75	c  N st    98   3896844       170       100       765    140368      3230   8096086   no data   no data
1110.24/1110.32	c  N st    99   3969728       170       100       765    127672      3230   7000377   no data   no data
1141.84/1141.99	c  N st   100   4079053       170       100       765    147890      3230   8498549   no data   no data
1187.64/1187.73	c  N st   101   4212767       170       100       765    104747      3230   5321843   no data   no data
1187.64/1187.73	c  S st   101   4212767       170       100       765    104747      3230   5321843   no data   no data
1188.04/1188.16	c  S st   101   4213268       170       100       765    105239      3230   5352339   no data   no data
1188.04/1188.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1188.24/1188.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.3M T:  0.17
1188.24/1188.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1188.24/1188.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1188.24/1188.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1188.24/1188.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    170 time:  0.00 s
1188.24/1188.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1188.34/1188.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1190.44/1190.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.04 s
1211.83/1211.90	c lits-rem:       899  cl-subs:      942  v-elim:      0  v-fix:    0  time: 21.33 s
1211.83/1211.90	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
1211.83/1211.97	c vivif2 --  cl tried   104297 cl shrink        0 lits rem          0 time: 0.07
1212.14/1212.23	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.26
1212.14/1212.24	c calculated reachability. Time: 0.00
1212.14/1212.24	c  N st   101   4213268       170       100       765    104297      3230   5290235   no data   no data
1296.54/1296.67	c  N st   102   4459245       170       100       765    162733      3230   9610564   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: 935)

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-3260880-1303512166/watcher-3260880-1303512166 -o /tmp/evaluation-result-3260880-1303512166/solver-3260880-1303512166 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3260880-1303512166.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 3.95 3.84 4/189 8856
/proc/meminfo: memFree=19718792/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=29772 CPUtime=0 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 531 0 0 0 0 0 0 0 18 0 1 0 443632769 30486528 470 33554432000 4194304 4627331 140736175919120 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 7443 470 371 106 0 2414 0

[startup+0.0602559 s]
/proc/loadavg: 4.00 3.95 3.84 4/189 8856
/proc/meminfo: memFree=19718792/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=30036 CPUtime=0.05 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 720 0 0 0 5 0 0 0 18 0 1 0 443632769 30756864 659 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309210 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 7509 659 371 106 0 2480 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30036

[startup+0.100246 s]
/proc/loadavg: 4.00 3.95 3.84 4/189 8856
/proc/meminfo: memFree=19718792/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=30036 CPUtime=0.09 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 810 0 0 0 9 0 0 0 18 0 1 0 443632769 30756864 749 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 7509 749 371 106 0 2480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30036

[startup+0.300224 s]
/proc/loadavg: 4.00 3.95 3.84 4/189 8856
/proc/meminfo: memFree=19718792/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=31052 CPUtime=0.29 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 1284 0 0 0 29 0 0 0 18 0 1 0 443632769 31797248 910 33554432000 4194304 4627331 140736175919120 18446744073709551615 4310065 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 7763 910 372 106 0 2734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31052

[startup+0.701151 s]
/proc/loadavg: 4.00 3.95 3.84 4/189 8856
/proc/meminfo: memFree=19718792/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=31856 CPUtime=0.69 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 2032 0 0 0 69 0 0 0 18 0 1 0 443632769 32620544 1168 33554432000 4194304 4627331 140736175919120 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 7964 1168 372 106 0 2935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31856

[startup+1.50101 s]
/proc/loadavg: 4.00 3.95 3.84 5/190 8857
/proc/meminfo: memFree=19711964/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=33412 CPUtime=1.49 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 3624 0 0 0 149 0 0 0 20 0 1 0 443632769 34213888 1417 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309138 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 8353 1417 373 106 0 3324 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33412

[startup+3.1007 s]
/proc/loadavg: 4.00 3.95 3.84 5/190 8857
/proc/meminfo: memFree=19695472/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=47264 CPUtime=3.09 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 7027 0 0 0 308 1 0 0 25 0 1 0 443632769 48398336 4820 33554432000 4194304 4627331 140736175919120 18446744073709551615 4427932 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 11816 4820 377 106 0 6787 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47264

[startup+6.30116 s]
/proc/loadavg: 4.00 3.95 3.84 5/190 8857
/proc/meminfo: memFree=19693376/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=48040 CPUtime=6.29 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 10950 0 0 0 627 2 0 0 25 0 1 0 443632769 49192960 5489 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 12010 5489 377 106 0 6981 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48040

[startup+12.701 s]
/proc/loadavg: 4.00 3.96 3.84 5/190 8857
/proc/meminfo: memFree=19668696/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=67288 CPUtime=12.69 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 19577 0 0 0 1265 4 0 0 25 0 1 0 443632769 68902912 9818 33554432000 4194304 4627331 140736175919120 18446744073709551615 4428302 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 16822 9818 377 106 0 11793 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67288

[startup+25.5008 s]
/proc/loadavg: 4.00 3.96 3.84 5/190 8858
/proc/meminfo: memFree=19640040/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=82624 CPUtime=25.49 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 28768 0 0 0 2544 5 0 0 25 0 1 0 443632769 84606976 13737 33554432000 4194304 4627331 140736175919120 18446744073709551615 4428112 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 20656 13737 377 106 0 15627 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82624

[startup+51.1003 s]
/proc/loadavg: 4.07 3.98 3.85 5/190 8858
/proc/meminfo: memFree=19566892/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=97284 CPUtime=51.09 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 48701 0 0 0 5101 8 0 0 25 0 1 0 443632769 99618816 16686 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 24321 16686 377 106 0 19292 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 97284

[startup+102.306 s]
/proc/loadavg: 4.03 3.98 3.85 5/190 8860
/proc/meminfo: memFree=19526164/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=112204 CPUtime=102.3 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 78450 0 0 0 10215 15 0 0 25 0 1 0 443632769 114896896 20517 33554432000 4194304 4627331 140736175919120 18446744073709551615 4428284 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 28051 20517 377 106 0 23022 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 112204

[startup+162.301 s]
/proc/loadavg: 4.01 3.98 3.86 5/190 8861
/proc/meminfo: memFree=19462044/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=154152 CPUtime=162.29 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 119030 0 0 0 16204 25 0 0 25 0 1 0 443632769 157851648 32020 33554432000 4194304 4627331 140736175919120 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 38538 32020 377 106 0 33509 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 154152

[startup+222.3 s]
/proc/loadavg: 4.00 3.98 3.87 5/190 8890
/proc/meminfo: memFree=19295668/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=155564 CPUtime=222.29 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 152602 0 0 0 22197 32 0 0 25 0 1 0 443632769 159297536 32003 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 38891 32003 377 106 0 33862 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 155564

[startup+282.301 s]
/proc/loadavg: 4.00 3.98 3.87 5/190 8891
/proc/meminfo: memFree=19169400/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=192416 CPUtime=282.3 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 183281 0 0 0 28192 38 0 0 25 0 1 0 443632769 197033984 40544 33554432000 4194304 4627331 140736175919120 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 48104 40544 377 106 0 43075 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 192416

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.88 5/190 8893
/proc/meminfo: memFree=19051320/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=272296 CPUtime=342.29 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 214636 0 0 0 34185 44 0 0 25 0 1 0 443632769 278831104 41325 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 68074 41325 377 106 0 63045 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 272296

[startup+402.301 s]
/proc/loadavg: 4.05 3.99 3.89 5/190 8895
/proc/meminfo: memFree=18988808/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=275920 CPUtime=402.29 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 241127 0 0 0 40178 51 0 0 25 0 1 0 443632769 282542080 41778 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 68980 41778 377 106 0 63951 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 275920

[startup+462.301 s]
/proc/loadavg: 4.02 3.99 3.90 5/190 8896
/proc/meminfo: memFree=18928028/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=279168 CPUtime=462.28 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 270001 0 0 0 46172 56 0 0 25 0 1 0 443632769 285868032 42785 33554432000 4194304 4627331 140736175919120 18446744073709551615 4332548 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 69792 42785 377 106 0 64763 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 279168

[startup+522.301 s]
/proc/loadavg: 4.08 4.01 3.91 5/190 8898
/proc/meminfo: memFree=18828552/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=284208 CPUtime=522.28 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 292721 0 0 0 52166 62 0 0 25 0 1 0 443632769 291028992 43364 33554432000 4194304 4627331 140736175919120 18446744073709551615 4310548 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 71052 43364 377 106 0 66023 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 284208

[startup+582.301 s]
/proc/loadavg: 4.03 4.00 3.91 5/190 8899
/proc/meminfo: memFree=18859788/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=196824 CPUtime=582.27 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 322445 0 0 0 58157 70 0 0 25 0 1 0 443632769 201547776 41187 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 49206 41187 377 106 0 44177 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 196824

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 8901
/proc/meminfo: memFree=18788832/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=197396 CPUtime=642.28 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 346601 0 0 0 64152 76 0 0 25 0 1 0 443632769 202133504 40214 33554432000 4194304 4627331 140736175919120 18446744073709551615 4424608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 49349 40214 377 106 0 44320 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 197396

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 8903
/proc/meminfo: memFree=18780996/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=199704 CPUtime=702.26 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 365572 0 0 0 70145 81 0 0 25 0 1 0 443632769 204496896 42038 33554432000 4194304 4627331 140736175919120 18446744073709551615 4332740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 49926 42038 377 106 0 44897 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 199704

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 8904
/proc/meminfo: memFree=18663052/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=300428 CPUtime=762.27 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 393080 0 0 0 76138 89 0 0 25 0 1 0 443632769 307638272 42866 33554432000 4194304 4627331 140736175919120 18446744073709551615 4332049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 75107 42866 377 106 0 70078 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 300428

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 8906
/proc/meminfo: memFree=18555632/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=371272 CPUtime=822.26 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 419190 0 0 0 82133 93 0 0 25 0 1 0 443632769 380182528 59852 33554432000 4194304 4627331 140736175919120 18446744073709551615 4428015 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 92818 59852 377 106 0 87789 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 371272

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 8907
/proc/meminfo: memFree=18512224/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=372492 CPUtime=882.26 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 437117 0 0 0 88128 98 0 0 25 0 1 0 443632769 381431808 59042 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 93123 59042 377 106 0 88094 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 372492

[startup+942.301 s]
/proc/loadavg: 4.07 4.02 3.91 5/190 8909
/proc/meminfo: memFree=18485908/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=374360 CPUtime=942.25 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 459131 0 0 0 94121 104 0 0 25 0 1 0 443632769 383344640 62048 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 93590 62048 377 106 0 88561 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 374360

[startup+1002.3 s]
/proc/loadavg: 3.58 3.90 3.88 4/184 8929
/proc/meminfo: memFree=18950204/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=402268 CPUtime=1002.26 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 482683 0 0 0 100116 110 0 0 25 0 1 0 443632769 411922432 66373 33554432000 4194304 4627331 140736175919120 18446744073709551615 4467964 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 100567 66373 377 106 0 95538 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 402268

[startup+1062.3 s]
/proc/loadavg: 3.21 3.73 3.82 4/184 8930
/proc/meminfo: memFree=18972856/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=402900 CPUtime=1062.25 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 493654 0 0 0 106112 113 0 0 25 0 1 0 443632769 412569600 67329 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 100725 67329 377 106 0 95696 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 402900

[startup+1122.3 s]
/proc/loadavg: 3.11 3.61 3.77 4/184 8941
/proc/meminfo: memFree=18944148/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=405600 CPUtime=1122.24 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 515080 0 0 0 112105 119 0 0 25 0 1 0 443632769 415334400 68776 33554432000 4194304 4627331 140736175919120 18446744073709551615 4324160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 101400 68776 377 106 0 96371 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 405600

[startup+1182.3 s]
/proc/loadavg: 3.04 3.50 3.72 4/184 8942
/proc/meminfo: memFree=18897128/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=407948 CPUtime=1182.23 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 535560 0 0 0 118099 124 0 0 25 0 1 0 443632769 417738752 69021 33554432000 4194304 4627331 140736175919120 18446744073709551615 4324173 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 101987 69021 377 106 0 96958 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 407948

[startup+1242.3 s]
/proc/loadavg: 2.86 3.37 3.66 3/178 8962
/proc/meminfo: memFree=19488136/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=299468 CPUtime=1242.24 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 551666 0 0 0 124096 128 0 0 25 0 1 0 443632769 306655232 64236 33554432000 4194304 4627331 140736175919120 18446744073709551615 4332396 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 74867 64236 377 106 0 69838 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 299468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.31 3.12 3.56 3/178 8964
/proc/meminfo: memFree=19465048/32951124 swapFree=67111524/67111528
[pid=8856] ppid=8854 vsize=409512 CPUtime=1299.94 cores=0,2
/proc/8856/stat : 8856 (strangenight2-s) R 8854 8856 7316 0 -1 4202496 567221 0 0 0 129862 132 0 0 25 0 1 0 443632769 419340288 69303 33554432000 4194304 4627331 140736175919120 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/8856/statm: 102378 69303 377 106 0 97349 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 409512

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): 1299.97
CPU user time (s): 1298.63
CPU system time (s): 1.3358
CPU usage (%): 99.9956
Max. virtual memory (cumulated for all children) (KiB): 409512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.63
system time used= 1.3358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 567221
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 3217

runsolver used 2.21766 second user time and 4.83926 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-23 00:42:46
IDJOB=3260880
IDBENCH=83200
IDSOLVER=1587
FILE ID=node144/3260880-1303512166
RUNJOBID= node144-1303511834-8589
PBS_JOBID= 13134279
Free space on /tmp= 72048 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3260880-1303512166/watcher-3260880-1303512166 -o /tmp/evaluation-result-3260880-1303512166/solver-3260880-1303512166 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3260880-1303512166.cnf

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

MD5SUM BENCH= 817f170ef66023b68d8cda67f1d05059
RANDOM SEED=1729493731

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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:      19719072 kB
Buffers:       1863048 kB
Cached:       10337792 kB
SwapCached:          4 kB
Active:        3373260 kB
Inactive:      9331168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19719072 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5528 kB
Writeback:           0 kB
AnonPages:      502964 kB
Mapped:          16180 kB
Slab:           462572 kB
PageTables:       6048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   834432 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= 72060 MiB
End job on node144 at 2011-04-23 01:04:28