Trace number 3367401

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

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
MD5SUM1ba3e47e885ea3862e5726ce64a96a9c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.94
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367401-1305382068.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.07/0.09	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.07/0.09	c -- vars added      35000
0.07/0.09	c Parsing time:  0.08 s
0.07/0.09	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data
0.18/0.21	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.12
0.18/0.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
0.28/0.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.28/0.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.28/0.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.28/0.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.28/0.37	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.49/0.58	c lits-rem:         0  cl-subs:        0  v-elim:    891  v-fix:    0  time:  0.21 s
0.49/0.59	c Finding binary XORs  T:     0.01 s  found:       0
0.59/0.63	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.59/0.63	c calculated reachability. Time: 0.00
0.59/0.65	c Calc default polars -  time:   0.01 s pos:   15557 undec:    3850 neg:   15593
0.59/0.65	c =========================================================================================
0.59/0.65	c types(t): F = full restart, N = normal restart
0.59/0.65	c types(t): S = simplification begin/end, E = solution found
0.59/0.65	c restart types(rt): st = static, dy = dynamic
0.59/0.65	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.59/0.65	c  B st     0         0     34109    146031         0         0    443521         0   no data   no data
2.10/2.20	c  N dy    19      4077     34109    146031         0      4076    443521   1165083    167.29    180.45
3.69/3.79	c  N dy    45      8260     34109    146031         0      8259    443521   2203601    164.15    179.36
5.28/5.38	c  N dy    74     12322     34109    146031         0     12321    443521   3219836    164.24    191.06
6.99/7.04	c  N dy   102     16438     34109    146031         0     16437    443521   4231066    163.52    177.29
8.59/8.69	c  N dy   129     20497     34109    146031         0     10497    443521    759227    164.20    173.93
10.28/10.32	c  N dy   157     24621     34109    146031         0     14621    443521   1799563    164.92    173.84
10.38/10.47	c  F st   160     25000     34109    146031         0     15000    443521   1896182    164.78   no data
12.48/12.59	c  N dy   166     30001     34109    146031         0     20001    443521   3577785    164.78   no data
12.48/12.59	c  S st   166     30001     34109    146031         0     20001    443521   3577785    164.78   no data
12.68/12.78	c  S st   166     30503     34109    146031         0     20503    443521   3668966    164.78   no data
12.78/12.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.78/12.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
12.88/12.93	c blocked clauses removed:      539 vars:     84 tried:       34109 T: 0.02 s
12.88/12.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.88/12.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.88/12.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
12.88/12.97	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
13.10/13.12	c lits-rem:         0  cl-subs:        0  v-elim:     22  v-fix:    0  time:  0.15 s
13.28/13.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.09/14.15	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.75 s
14.20/14.31	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.15
14.30/14.32	c calculated reachability. Time: 0.00
14.30/14.32	c  N dy   166     30503     34003    145472         0     19962    442007   3310497    164.78   no data
16.08/16.13	c  N dy   194     34609     34003    145472         0     24068    442007   4370930    165.87    180.66
17.78/17.88	c  N dy   222     38760     34003    145472         0     28219    442007   5417885    166.03    176.92
19.59/19.65	c  N dy   251     42936     34003    145472         0     17166    442007   1235632    166.11    176.71
20.80/20.82	c  S st   271     45755     34003    145472         0     19985    442007   1936809    165.93    162.36
20.99/21.03	c  S st   271     46258     34003    145472         0     20488    442007   2047484    165.93   no data
20.99/21.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
21.09/21.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
21.09/21.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.09/21.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
21.09/21.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.09/21.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
21.19/21.20	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
21.29/21.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
21.39/21.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.68/21.70	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.24 s
21.68/21.71	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.01
21.68/21.75	c vivif2 --  cl tried    20487 cl shrink        0 lits rem          0 time: 0.03
21.90/21.91	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.15
21.90/21.91	c calculated reachability. Time: 0.00
21.90/21.91	c  N dy   271     46258     34003    145472         0     20487    442007   2046371    165.93   no data
23.58/23.63	c  N dy   303     50312     34003    145472         0     24540    442007   3095755    166.28    182.69
25.39/25.44	c  N dy   332     54469     34003    145472         0     28697    442007   4169790    166.74    178.35
27.09/27.16	c  N dy   354     58552     34003    145472         0     32780    442007   5202202    166.28    182.98
28.99/29.00	c  N dy   384     62744     34003    145472         0     36972    442007   6308050    166.62    177.86
30.70/30.76	c  N dy   414     66853     34003    145472         0     22468    442007   1744719    166.75    177.34
31.80/31.84	c  S st   431     69388     34003    145472         0     25003    442007   2375078    166.81    163.39
31.99/32.04	c  S st   431     69893     34003    145472         0     25508    442007   2473139    166.81   no data
31.99/32.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32.09/32.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
32.09/32.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.09/32.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
32.19/32.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.19/32.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
32.19/32.22	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
32.29/32.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
32.39/32.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.78/32.87	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.37 s
32.78/32.88	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
32.90/32.92	c vivif2 --  cl tried    25507 cl shrink        0 lits rem          0 time: 0.04
33.00/33.08	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.16
33.00/33.09	c calculated reachability. Time: 0.00
33.00/33.09	c  N dy   431     69893     34003    145472         0     25507    442007   2472947    166.81   no data
34.98/35.02	c  N dy   461     74408     34003    145472         0     30021    442007   3640772    167.03    177.64
37.19/37.23	c  N dy   497     79329     34003    145472         0     34942    442007   4931181    167.34    176.18
39.50/39.51	c  N dy   532     84470     34003    145472         0     40082    442007   6236831    167.30    178.51
40.79/40.87	c  F st   557     87500     34003    145472         0     22307    442007   1086704    167.36   no data
42.28/42.38	c  N st   562     90794     34003    145472         0     25601    442007   2331454    167.36   no data
45.10/45.17	c  N dy   590     96677     34003    145472         0     31483    442007   4422512    167.33    179.06
47.89/47.94	c  N dy   635    102889     34003    145472         0     37695    442007   6064292    167.76    178.17
48.79/48.80	c  S st   650    104840     34003    145472         0     39646    442007   6551013    167.74   no data
48.99/49.03	c  S st   650    105343     34003    145472         0     40149    442007   6650307    167.74   no data
48.99/49.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.09/49.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
49.09/49.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.19/49.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
49.19/49.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
49.19/49.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
49.19/49.23	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
49.29/49.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
49.69/49.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
51.39/51.42	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.63 s
51.39/51.44	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
51.49/51.54	c vivif2 --  cl tried    40145 cl shrink        0 lits rem          0 time: 0.10
51.70/51.72	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.18
51.70/51.73	c calculated reachability. Time: 0.00
51.70/51.73	c  N dy   650    105343     34003    145472         0     40145    442007   6646812    167.74   no data
54.90/54.93	c  N dy   695    112383     34003    145472         0     24778    442007   1283347    167.55    183.52
58.09/58.13	c  N dy   743    119719     34003    145472         0     32114    442007   3177290    167.57    178.09
61.49/61.54	c  N dy   795    127548     34003    145472         0     39943    442007   5148277    167.44    176.40
65.29/65.32	c  N dy   854    135718     34003    145472         0     24413    442007    823966    167.63    178.96
69.09/69.14	c  N dy   912    144503     34003    145472         0     33197    442007   3092370    167.64    182.52
73.28/73.31	c  N dy   977    153752     34003    145472         0     42446    442007   5518626    167.81    177.79
75.19/75.27	c  S st  1005    158014     34003    145472         0     46708    442007   6606929    167.74    150.32
75.49/75.50	c  S st  1005    158517     34003    145472         0     47211    442007   6703320    167.74   no data
75.49/75.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
75.59/75.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
75.59/75.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.59/75.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
75.59/75.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
75.59/75.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
75.69/75.70	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
75.80/75.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
76.19/76.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
78.38/78.45	c lits-rem:         2  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.21 s
78.38/78.47	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
78.48/78.57	c vivif2 --  cl tried    47203 cl shrink        0 lits rem          0 time: 0.10
78.68/78.76	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.19
78.68/78.77	c calculated reachability. Time: 0.00
78.68/78.78	c  N dy  1005    158517     34003    145472         0     47203    442007   6700696    167.74   no data
83.38/83.42	c  N dy  1080    168669     34003    145472         0     32505    442007   2627020    168.02    182.54
88.29/88.39	c  N dy  1155    179568     34003    145472         0     43403    442007   5431689    168.03    179.20
93.59/93.69	c  N dy  1238    191051     34003    145472         0     28969    442007   1369728    168.39    178.86
99.08/99.14	c  N dy  1324    203272     34003    145472         0     41190    442007   4503006    168.47    184.96
105.19/105.24	c  N dy  1414    216368     34003    145472         0     27323    442007    644405    168.31    177.71
111.29/111.35	c  N dy  1506    230283     34003    145472         0     41238    442007   4173471    168.21    177.74
114.79/114.85	c  S st  1560    237775     34003    145472         0     48730    442007   6092418    168.22    141.13
114.99/115.08	c  S st  1560    238282     34003    145472         0     49237    442007   6186376    168.22   no data
115.09/115.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
115.19/115.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
115.19/115.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
115.19/115.25	c bin-w-bin subsume rem            0 bins  time:  0.01 s
115.19/115.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
115.19/115.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
115.19/115.28	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
115.40/115.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
115.69/115.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
117.89/117.97	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.21 s
117.89/117.99	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
117.99/118.08	c vivif2 --  cl tried    49237 cl shrink        0 lits rem          0 time: 0.10
118.19/118.28	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.20
118.19/118.29	c calculated reachability. Time: 0.00
118.19/118.29	c  N dy  1560    238282     34003    145472         0     49237    442007   6186373    168.22   no data
125.30/125.31	c  N dy  1664    253488     34003    145472         0     36461    442007   2688835    168.30    180.66
132.89/132.96	c  N dy  1782    269690     34003    145472         0     52661    442007   6924967    168.48    184.92
140.80/140.82	c  N dy  1902    287023     34003    145472         0     41002    442007   3631286    168.52    178.98
149.39/149.43	c  N dy  2019    305430     34003    145472         0     59408    442007   8306673    168.45    200.16
149.80/149.86	c  F st  2027    306252     34003    145472         0     30239    442007    564241    168.46   no data
158.40/158.44	c  N dy  2120    325034     34003    145472         0     49020    442007   5843240    168.41    181.88
167.79/167.85	c  N dy  2265    345054     34003    145472         0     38039    442007   2322965    168.48    192.17
173.49/173.56	c  S st  2352    357423     34003    145472         0     50407    442007   5521964    168.53   no data
173.80/173.81	c  S st  2352    357927     34003    145472         0     50910    442007   5625117    168.53   no data
173.80/173.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
173.89/173.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
173.89/173.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
173.89/173.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
173.89/173.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
173.99/174.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
173.99/174.02	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
174.09/174.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
174.39/174.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
176.49/176.55	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.08 s
176.49/176.56	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
176.59/176.65	c vivif2 --  cl tried    50907 cl shrink        0 lits rem          0 time: 0.09
176.79/176.85	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.20
176.79/176.86	c calculated reachability. Time: 0.00
176.79/176.86	c  N dy  2352    357927     34003    145472         0     50907    442007   5624224    168.53   no data
186.19/186.26	c  N dy  2487    377941     34003    145472         0     38919    442007   2292468    168.57    178.74
195.70/195.71	c  N dy  2622    398018     34003    145472         0     58994    442007   7409347    168.59    180.11
205.09/205.12	c  N dy  2762    418096     34003    145472         0     46073    442007   3850533    168.61    177.57
214.69/214.77	c  N dy  2910    438151     34003    145472         0     66128    442007   9075263    168.72    186.31
223.99/224.07	c  N dy  3054    458183     34003    145472         0     52165    442007   5187155    168.81    184.55
233.69/233.78	c  N dy  3188    478234     34003    145472         0     37221    442007   1035531    168.76    182.71
243.01/243.06	c  N dy  3317    498340     34003    145472         0     57326    442007   6227946    168.73    179.02
252.79/252.83	c  N dy  3454    518412     34003    145472         0     41397    442007   1929808    168.91    193.14
261.50/261.56	c  S st  3585    536890     34003    145472         0     59874    442007   6805980    169.03   no data
261.81/261.82	c  S st  3585    537394     34003    145472         0     60378    442007   6906054    169.03   no data
261.81/261.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
261.90/261.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
261.90/261.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
262.00/262.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
262.00/262.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
262.00/262.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
262.00/262.03	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
262.10/262.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
262.50/262.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
265.59/265.61	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.07 s
265.59/265.63	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
265.69/265.74	c vivif2 --  cl tried    60375 cl shrink        0 lits rem          0 time: 0.11
265.89/265.95	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.21
265.89/265.96	c calculated reachability. Time: 0.00
265.89/265.96	c  N dy  3585    537394     34003    145472         0     60375    442007   6905411    169.03   no data
275.69/275.78	c  N dy  3730    557434     34003    145472         0     43415    442007   2188883    169.10    178.76
285.30/285.37	c  N dy  3867    577473     34003    145472         0     63454    442007   7396961    169.08    178.05
295.30/295.35	c  N dy  4000    597512     34003    145472         0     45493    442007   2413694    169.02    198.47
305.00/305.04	c  N dy  4141    617524     34003    145472         0     65505    442007   7702257    169.13    210.37
314.90/314.98	c  N dy  4285    637540     34003    145472         0     46527    442007   2517398    169.28    209.24
324.60/324.67	c  N dy  4428    657671     34003    145472         0     66657    442007   7766433    169.33    183.71
334.60/334.63	c  N dy  4566    677682     34003    145472         0     46664    442007   2261433    169.38    181.56
344.31/344.31	c  N dy  4709    697731     34003    145472         0     66711    442007   7481988    169.42    179.93
354.39/354.40	c  N dy  4845    717824     34003    145472         0     45807    442007   1754694    169.43    185.56
364.01/364.05	c  N dy  4981    737848     34003    145472         0     65830    442007   7008208    169.47    179.29
374.20/374.28	c  N dy  5117    758007     34003    145472         0     43991    442007   1032017    169.48    180.35
383.91/383.92	c  N dy  5259    778022     34003    145472         0     64006    442007   6273281    169.53    178.60
394.30/394.31	c  N dy  5404    798154     34003    145472         0     84138    442007  11609028    169.61    184.08
398.00/398.09	c  S st  5453    806091     34003    145472         0     49077    442007   2072921    169.60    161.20
398.30/398.33	c  S st  5453    806593     34003    145472         0     49579    442007   2158735    169.60   no data
398.30/398.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
398.40/398.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
398.40/398.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
398.40/398.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
398.50/398.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
398.50/398.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
398.50/398.52	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
398.60/398.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
398.70/398.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
399.40/399.42	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.64 s
399.40/399.43	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
399.40/399.47	c vivif2 --  cl tried    49575 cl shrink        0 lits rem          0 time: 0.04
399.60/399.66	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.19
399.60/399.67	c calculated reachability. Time: 0.00
399.60/399.67	c  N dy  5453    806593     34003    145472         0     49575    442007   2155963    169.60   no data
409.50/409.51	c  N dy  5595    826642     34003    145472         0     69622    442007   7457984    169.68    178.94
419.80/419.83	c  N dy  5725    846830     34003    145472         0     45808    442007    969216    169.59    181.48
429.40/429.46	c  N dy  5868    866835     34003    145472         0     65809    442007   6165637    169.64    184.53
439.92/440.01	c  N dy  6011    886947     34003    145472         0     85919    442007  11506738    169.72    178.90
449.92/449.96	c  N dy  6153    907047     34003    145472         0     61025    442007   4735774    169.78    179.65
460.20/460.21	c  N dy  6293    927099     34003    145472         0     81076    442007  10036561    169.85    213.20
470.31/470.39	c  N dy  6433    947106     34003    145472         0     55087    442007   2892257    169.88    184.55
480.40/480.41	c  N dy  6575    967169     34003    145472         0     75149    442007   8180371    169.94    185.01
490.90/490.94	c  N dy  6709    987215     34003    145472         0     48193    442007    824360    169.93    180.78
500.60/500.69	c  N dy  6846   1007272     34003    145472         0     68250    442007   6026446    169.95    182.88
511.10/511.18	c  N dy  6984   1027367     34003    145472         0     88343    442007  11243263    169.94    181.15
521.32/521.34	c  N dy  7124   1047462     34003    145472         0     60443    442007   3793349    169.98    181.93
531.51/531.56	c  N dy  7261   1067519     34003    145472         0     80498    442007   8998841    169.96    194.82
533.80/533.87	c  F st  7295   1071878     34003    145472         0     84857    442007  10135071    169.98   no data
542.10/542.15	c  N dy  7375   1087669     34003    145472         0     51648    442007   1206964    170.01    181.30
551.80/551.89	c  N dy  7504   1107757     34003    145472         0     71735    442007   6365400    169.97    179.36
562.41/562.40	c  N dy  7638   1127853     34003    145472         0     91829    442007  11587264    169.96    178.92
572.71/572.72	c  N dy  7782   1148056     34003    145472         0     62036    442007   3685695    169.99    181.60
582.92/582.91	c  N dy  7916   1168097     34003    145472         0     82076    442007   8937339    170.00    182.03
593.70/593.79	c  N dy  8050   1188155     34003    145472         0     51131    442007    557246    170.01    185.20
603.60/603.65	c  N dy  8189   1208396     34003    145472         0     71372    442007   5868993    170.04    180.60
604.40/604.44	c  S st  8202   1209889     34003    145472         0     72865    442007   6284114    170.05   no data
604.70/604.72	c  S st  8202   1210395     34003    145472         0     73371    442007   6390124    170.05   no data
604.70/604.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
604.80/604.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.12
604.92/604.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
604.92/604.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
604.92/604.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
604.92/604.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
604.92/604.94	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
605.10/605.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
605.40/605.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
608.70/608.74	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.30 s
608.70/608.75	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
608.80/608.86	c vivif2 --  cl tried    73365 cl shrink        0 lits rem          0 time: 0.10
609.00/609.09	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.23
609.10/609.10	c calculated reachability. Time: 0.00
609.10/609.10	c  N dy  8202   1210395     34003    145472         0     73365    442007   6386792    170.05   no data
619.70/619.76	c  N dy  8341   1230470     34003    145472         0     93440    442007  11674894    170.07    189.03
630.32/630.34	c  N dy  8489   1250584     34003    145472         0     61562    442007   3140891    170.12    190.70
640.41/640.46	c  N dy  8622   1270599     34003    145472         0     81575    442007   8391520    170.11    195.05
651.40/651.41	c  N dy  8760   1290622     34003    145472         0    101596    442007  13663377    170.18    225.55
661.80/661.84	c  N dy  8891   1311007     34003    145472         0     68981    442007   4740429    170.17    185.62
672.21/672.20	c  N dy  9017   1331051     34003    145472         0     89022    442007   9954071    170.16    188.72
683.41/683.42	c  N dy  9153   1351178     34003    145472         0     55150    442007    846638    170.15    184.44
693.30/693.36	c  N dy  9294   1371206     34003    145472         0     75177    442007   6154880    170.20    181.92
703.92/703.92	c  N dy  9420   1391225     34003    145472         0     95194    442007  11376232    170.15    191.87
714.93/714.92	c  N dy  9562   1411359     34003    145472         0     60331    442007   1925776    170.18    186.05
724.82/724.90	c  N dy  9695   1431417     34003    145472         0     80388    442007   7096700    170.13    183.41
735.61/735.65	c  N dy  9835   1451451     34003    145472         0    100421    442007  12345022    170.14    179.31
746.41/746.49	c  N dy  9974   1471551     34003    145472         0     64527    442007   2756003    170.15    180.63
756.61/756.68	c  N dy 10107   1491644     34003    145472         0     84619    442007   8049407    170.16    179.63
767.62/767.69	c  N dy 10246   1511750     34003    145472         0    104725    442007  13317238    170.18    194.77
778.41/778.40	c  N dy 10385   1531900     34003    145472         0     67872    442007   3423800    170.17    187.10
788.73/788.76	c  N dy 10529   1551956     34003    145472         0     87925    442007   8749507    170.21    185.37
799.91/799.91	c  N dy 10665   1571987     34003    145472         0    107953    442007  13961505    170.19    180.53
810.51/810.51	c  N dy 10793   1592033     34003    145472         0     70008    442007   3643450    170.18    198.24
820.92/820.91	c  N dy 10925   1612155     34003    145472         0     90126    442007   8846656    170.18    185.27
832.12/832.13	c  N dy 11065   1632159     34003    145472         0    110128    442007  14126401    170.20    179.32
842.92/842.93	c  N dy 11212   1652219     34003    145472         0     71194    442007   3853396    170.27    183.38
853.41/853.43	c  N dy 11354   1672436     34003    145472         0     91410    442007   9145607    170.29    187.96
864.52/864.57	c  N dy 11485   1692548     34003    145472         0    111521    442007  14421836    170.30    190.34
874.22/874.29	c  S st 11614   1710395     34003    145472         0     69365    442007   2981727    170.32   no data
874.53/874.55	c  S st 11614   1710895     34003    145472         0     69865    442007   3078909    170.32   no data
874.53/874.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
874.62/874.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.11
874.72/874.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
874.72/874.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
874.72/874.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
874.72/874.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
874.72/874.77	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
874.92/874.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
875.02/875.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
876.92/876.93	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.84 s
876.92/876.94	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
876.92/876.99	c vivif2 --  cl tried    69860 cl shrink        0 lits rem          0 time: 0.05
877.22/877.21	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.22
877.22/877.22	c calculated reachability. Time: 0.00
877.22/877.22	c  N dy 11614   1710895     34003    145472         0     69860    442007   3076889    170.32   no data
887.62/887.66	c  N dy 11757   1730905     34003    145472         0     89866    442007   8362886    170.36    182.38
898.82/898.85	c  N dy 11896   1750992     34003    145472         0    109951    442007  13615456    170.38    179.54
910.01/910.02	c  N dy 12032   1771048     34003    145472         0     69018    442007   2691160    170.40    182.84
920.41/920.42	c  N dy 12175   1791089     34003    145472         0     89059    442007   7972128    170.43    182.14
931.42/931.44	c  N dy 12316   1811100     34003    145472         0    109070    442007  13206182    170.44    179.68
942.73/942.76	c  N dy 12452   1831185     34003    145472         0     67159    442007   1916059    170.45    184.44
953.11/953.14	c  N dy 12590   1851321     34003    145472         0     87292    442007   7162336    170.45    179.55
964.12/964.18	c  N dy 12728   1871326     34003    145472         0    107296    442007  12491716    170.49    182.03
975.91/975.92	c  N dy 12863   1891570     34003    145472         0     64538    442007   1015436    170.51    183.97
986.32/986.33	c  N dy 13007   1911583     34003    145472         0     84550    442007   6283008    170.52    184.51
997.32/997.31	c  N dy 13153   1931619     34003    145472         0    104584    442007  11522049    170.55    181.70
1009.02/1009.05	c  N dy 13298   1951694     34003    145472         0    124658    442007  16856137    170.58    204.86
1019.63/1019.66	c  N dy 13431   1971761     34003    145472         0     80724    442007   4998658    170.59    181.38
1030.42/1030.43	c  N dy 13561   1991849     34003    145472         0    100811    442007  10195976    170.57    185.31
1041.82/1041.89	c  N dy 13693   2011998     34003    145472         0    120959    442007  15519927    170.57    182.86
1053.03/1053.09	c  N dy 13838   2032062     34003    145472         0     76028    442007   3521553    170.60    180.34
1063.82/1063.85	c  N dy 13981   2052070     34003    145472         0     96036    442007   8858540    170.62    189.98
1075.23/1075.20	c  N dy 14126   2072163     34003    145472         0    116126    442007  14077014    170.64    226.25
1086.84/1086.82	c  N dy 14265   2092201     34003    145472         0     70165    442007   1665714    170.64    187.12
1097.33/1097.32	c  N dy 14396   2112419     34003    145472         0     90382    442007   6878123    170.63    179.67
1108.52/1108.52	c  N dy 14543   2132457     34003    145472         0    110419    442007  12163222    170.66    187.67
1120.43/1120.45	c  N dy 14686   2152695     34003    145472         0    130656    442007  17514904    170.68    181.86
1131.12/1131.15	c  N dy 14824   2172766     34003    145472         0     83731    442007   5020407    170.68    180.78
1142.13/1142.15	c  N dy 14964   2192841     34003    145472         0    103804    442007  10309092    170.70    183.10
1152.53/1152.54	c  S st 15086   2210895     34003    145472         0    121858    442007  15121882    170.71   no data
1152.84/1152.87	c  S st 15086   2211397     34003    145472         0    122360    442007  15217542    170.71   no data
1152.93/1152.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1153.03/1153.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.16
1153.13/1153.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1153.13/1153.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1153.13/1153.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1153.13/1153.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34003 time:  0.01 s
1153.13/1153.15	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
1153.33/1153.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1154.22/1154.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1161.72/1161.75	c lits-rem:         0  cl-subs:       18  v-elim:      0  v-fix:    0  time:  7.50 s
1161.72/1161.77	c vivif2 --  cl tried   145472 cl shrink        0 lits rem          0 time: 0.02
1162.02/1162.02	c vivif2 --  cl tried   122342 cl shrink        0 lits rem          0 time: 0.24
1162.32/1162.32	c asymm  cl-useful: 0/145472/145472 lits-rem:0 time: 0.30
1162.32/1162.33	c calculated reachability. Time: 0.00
1162.32/1162.33	c  N dy 15086   2211397     34003    145472         0    122342    442007  15209622    170.71   no data
1173.93/1173.96	c  N dy 15225   2231422     34003    145472         0     74376    442007   2341809    170.74    186.25
1184.43/1184.49	c  N dy 15350   2251446     34003    145472         0     94398    442007   7493009    170.73    187.14
1195.74/1195.78	c  N dy 15489   2271639     34003    145472         0    114591    442007  12759002    170.74    187.44
1207.84/1207.82	c  N dy 15628   2291820     34003    145472         0    134772    442007  18002625    170.74    183.48
1218.43/1218.44	c  N dy 15754   2311833     34003    145472         0     85785    442007   4945690    170.71    216.09
1229.52/1229.57	c  N dy 15898   2331943     34003    145472         0    105890    442007  10292715    170.73    184.22
1241.23/1241.22	c  N dy 16037   2351961     34003    145472         0    125906    442007  15608353    170.74    184.84
1252.94/1252.96	c  N dy 16169   2372014     34003    145472         0     75963    442007   2200572    170.73    182.64
1264.12/1264.10	c  N dy 16311   2392027     34003    145472         0     95973    442007   7362960    170.73    179.79
1275.43/1275.43	c  N dy 16444   2412129     34003    145472         0    116073    442007  12569941    170.72    182.24
1287.63/1287.61	c  N dy 16583   2432539     34003    145472         0    136482    442007  17958929    170.73    180.55
1298.63/1298.66	c  N dy 16720   2452561     34003    145472         0     85506    442007   4426037    170.75    186.46

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.99 1.92 2.75 5/333 21530
/proc/meminfo: memFree=25307188/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=28268 CPUtime=0 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 2110 0 0 0 0 0 0 0 21 0 1 0 649807256 28946432 1816 33554432000 4194304 4580011 140735715795888 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 7067 1827 322 95 0 2049 0

[startup+0.0906721 s]
/proc/loadavg: 0.99 1.92 2.75 5/333 21530
/proc/meminfo: memFree=25307188/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=48732 CPUtime=0.07 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 6499 0 0 0 7 0 0 0 21 0 1 0 649807256 49901568 5400 33554432000 4194304 4580011 140735715795888 18446744073709551615 244446606021 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 12183 5402 324 95 0 7165 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 48732

[startup+0.100638 s]
/proc/loadavg: 0.99 1.92 2.75 5/333 21530
/proc/meminfo: memFree=25307188/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=51320 CPUtime=0.08 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 7023 0 0 0 8 0 0 0 21 0 1 0 649807256 52551680 5924 33554432000 4194304 4580011 140735715795888 18446744073709551615 4500928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 12830 5924 337 95 0 7812 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51320

[startup+0.300635 s]
/proc/loadavg: 0.99 1.92 2.75 5/333 21530
/proc/meminfo: memFree=25307188/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=62628 CPUtime=0.28 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 9364 0 0 0 28 0 0 0 22 0 1 0 649807256 64131072 8266 33554432000 4194304 4580011 140735715795888 18446744073709551615 244446642645 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 15657 8287 344 95 0 10639 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62628

[startup+0.700563 s]
/proc/loadavg: 0.99 1.92 2.75 5/333 21530
/proc/meminfo: memFree=25307188/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=74016 CPUtime=0.69 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 13198 0 0 0 68 1 0 0 18 0 1 0 649807256 75792384 11133 33554432000 4194304 4580011 140735715795888 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 18504 11133 364 95 0 13486 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74016

[startup+1.50041 s]
/proc/loadavg: 0.99 1.92 2.75 5/337 21537
/proc/meminfo: memFree=25174592/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=74016 CPUtime=1.49 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 13858 0 0 0 148 1 0 0 18 0 1 0 649807256 75792384 11793 33554432000 4194304 4580011 140735715795888 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 18504 11793 364 95 0 13486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74016

[startup+3.10112 s]
/proc/loadavg: 0.99 1.92 2.75 5/337 21537
/proc/meminfo: memFree=25163188/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=106832 CPUtime=3.09 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 14923 0 0 0 308 1 0 0 22 0 1 0 649807256 109395968 12858 33554432000 4194304 4580011 140735715795888 18446744073709551615 4320676 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 26708 12858 364 95 0 21690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106832

[startup+6.30052 s]
/proc/loadavg: 1.23 1.95 2.76 5/337 21537
/proc/meminfo: memFree=25119272/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=106832 CPUtime=6.29 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 16901 0 0 0 627 2 0 0 25 0 1 0 649807256 109395968 14836 33554432000 4194304 4580011 140735715795888 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 26708 14836 364 95 0 21690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106832

[startup+12.7003 s]
/proc/loadavg: 1.45 1.98 2.76 5/337 21537
/proc/meminfo: memFree=25115612/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=143280 CPUtime=12.68 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 22763 0 0 0 1266 2 0 0 25 0 1 0 649807256 146718720 14701 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293123 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 35820 14701 366 95 0 30802 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 143280

[startup+25.501 s]
/proc/loadavg: 2.01 2.08 2.78 5/337 21537
/proc/meminfo: memFree=24804484/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=224856 CPUtime=25.49 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 50181 0 0 0 2542 7 0 0 25 0 1 0 649807256 230252544 34959 33554432000 4194304 4580011 140735715795888 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 56214 34959 367 95 0 51196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 224856

[startup+51.1002 s]
/proc/loadavg: 2.69 2.24 2.81 5/337 21538
/proc/meminfo: memFree=24589464/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=311328 CPUtime=51.09 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 88946 0 0 0 5095 14 0 0 25 0 1 0 649807256 318799872 59082 33554432000 4194304 4580011 140735715795888 18446744073709551615 4416931 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 77832 59082 367 95 0 72814 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 311328

[startup+102.313 s]
/proc/loadavg: 3.51 2.53 2.88 5/337 21539
/proc/meminfo: memFree=24347864/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=362968 CPUtime=102.3 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 119805 0 0 0 10208 22 0 0 25 0 1 0 649807256 371679232 72375 33554432000 4194304 4580011 140735715795888 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 90742 72375 367 95 0 85724 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 362968

[startup+162.301 s]
/proc/loadavg: 3.86 2.81 2.95 5/337 21541
/proc/meminfo: memFree=24258684/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=379328 CPUtime=162.29 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 146362 0 0 0 16201 28 0 0 25 0 1 0 649807256 388431872 78444 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 94832 78444 367 95 0 89814 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 379328

[startup+222.3 s]
/proc/loadavg: 3.95 3.03 3.02 5/337 21543
/proc/meminfo: memFree=24240288/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=394996 CPUtime=222.3 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 171923 0 0 0 22196 34 0 0 25 0 1 0 649807256 404475904 78797 33554432000 4194304 4580011 140735715795888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 98749 78797 367 95 0 93731 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 394996

[startup+282.3 s]
/proc/loadavg: 3.98 3.20 3.08 5/337 21544
/proc/meminfo: memFree=24200312/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=404540 CPUtime=282.3 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 197257 0 0 0 28190 40 0 0 25 0 1 0 649807256 414248960 82711 33554432000 4194304 4580011 140735715795888 18446744073709551615 4318742 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 101135 82711 367 95 0 96117 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 404540

[startup+342.301 s]
/proc/loadavg: 3.99 3.34 3.13 5/337 21546
/proc/meminfo: memFree=24089648/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=419920 CPUtime=342.3 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 225700 0 0 0 34182 48 0 0 25 0 1 0 649807256 429998080 87162 33554432000 4194304 4580011 140735715795888 18446744073709551615 4306395 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 104980 87162 367 95 0 99962 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 419920

[startup+402.301 s]
/proc/loadavg: 4.06 3.49 3.19 5/337 21547
/proc/meminfo: memFree=24059216/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=420184 CPUtime=402.3 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 249233 0 0 0 40176 54 0 0 25 0 1 0 649807256 430268416 84371 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 105046 84371 367 95 0 100028 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 420184

[startup+462.301 s]
/proc/loadavg: 4.02 3.58 3.24 5/337 21549
/proc/meminfo: memFree=24060792/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=420380 CPUtime=462.3 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 275363 0 0 0 46168 62 0 0 25 0 1 0 649807256 430469120 91702 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 105095 91702 367 95 0 100077 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 420380

[startup+522.301 s]
/proc/loadavg: 4.12 3.68 3.30 5/337 21551
/proc/meminfo: memFree=24045252/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=423028 CPUtime=522.3 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 299432 0 0 0 52162 68 0 0 25 0 1 0 649807256 433180672 85549 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 105757 85549 367 95 0 100739 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 423028

[startup+582.301 s]
/proc/loadavg: 4.04 3.74 3.34 5/337 21552
/proc/meminfo: memFree=24003172/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=438508 CPUtime=582.31 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 329118 0 0 0 58156 75 0 0 25 0 1 0 649807256 449032192 93641 33554432000 4194304 4580011 140735715795888 18446744073709551615 4292881 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 109627 93641 367 95 0 104609 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 438508

[startup+642.3 s]
/proc/loadavg: 4.07 3.80 3.38 5/337 21554
/proc/meminfo: memFree=23999616/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=438772 CPUtime=642.32 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 352325 0 0 0 64151 81 0 0 25 0 1 0 649807256 449302528 94352 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 109693 94353 367 95 0 104675 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 438772

[startup+702.3 s]
/proc/loadavg: 4.02 3.83 3.42 5/337 21555
/proc/meminfo: memFree=24000816/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=439340 CPUtime=702.31 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 377233 0 0 0 70142 89 0 0 25 0 1 0 649807256 449884160 95677 33554432000 4194304 4580011 140735715795888 18446744073709551615 4316648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 109835 95678 367 95 0 104817 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 439340

[startup+762.312 s]
/proc/loadavg: 4.01 3.86 3.45 5/337 21557
/proc/meminfo: memFree=23958736/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=440008 CPUtime=762.32 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 402008 0 0 0 76137 95 0 0 25 0 1 0 649807256 450568192 95942 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 110002 95942 367 95 0 104984 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 440008

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.48 5/337 21559
/proc/meminfo: memFree=23980780/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=440292 CPUtime=822.32 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 426308 0 0 0 82131 101 0 0 25 0 1 0 649807256 450859008 94653 33554432000 4194304 4580011 140735715795888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 110073 94653 367 95 0 105055 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 440292

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.51 5/337 21560
/proc/meminfo: memFree=24059960/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=440904 CPUtime=882.31 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 449202 0 0 0 88124 107 0 0 25 0 1 0 649807256 451485696 90946 33554432000 4194304 4580011 140735715795888 18446744073709551615 4295824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 110226 90946 367 95 0 105208 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 440904

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.55 5/337 21562
/proc/meminfo: memFree=23956632/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=377844 CPUtime=942.31 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 474171 0 0 0 94119 112 0 0 25 0 1 0 649807256 386912256 88281 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 94461 88281 367 95 0 89443 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 377844

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.57 5/337 21563
/proc/meminfo: memFree=23902164/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=441712 CPUtime=1002.32 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 499222 0 0 0 100113 119 0 0 25 0 1 0 649807256 452313088 99114 33554432000 4194304 4580011 140735715795888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 110428 99114 367 95 0 105410 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 441712

[startup+1062.3 s]
/proc/loadavg: 4.16 3.98 3.60 5/337 21565
/proc/meminfo: memFree=23824868/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=442308 CPUtime=1062.32 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 522883 0 0 0 106106 126 0 0 25 0 1 0 649807256 452923392 93453 33554432000 4194304 4580011 140735715795888 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 110577 93453 367 95 0 105559 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 442308

[startup+1122.3 s]
/proc/loadavg: 4.06 3.98 3.63 5/337 21567
/proc/meminfo: memFree=23833244/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=442456 CPUtime=1122.32 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 548028 0 0 0 112099 133 0 0 25 0 1 0 649807256 453074944 103565 33554432000 4194304 4580011 140735715795888 18446744073709551615 4295320 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 110614 103565 367 95 0 105596 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 442456

[startup+1182.3 s]
/proc/loadavg: 4.10 4.00 3.65 5/337 21568
/proc/meminfo: memFree=23727200/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=535892 CPUtime=1182.33 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 589773 0 0 0 118093 140 0 0 25 0 1 0 649807256 548753408 114513 33554432000 4194304 4580011 140735715795888 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 133973 114513 367 95 0 128955 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 535892

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.67 5/337 21570
/proc/meminfo: memFree=23634896/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=536012 CPUtime=1242.33 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 618968 0 0 0 124086 147 0 0 25 0 1 0 649807256 548876288 124050 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 134003 124050 367 95 0 128985 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 536012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.69 3/335 21573
/proc/meminfo: memFree=24385576/32951124 swapFree=44485764/67111528
[pid=21530] ppid=21528 vsize=536404 CPUtime=1300.04 cores=1,3
/proc/21530/stat : 21530 (strangenight2-s) R 21528 21530 21023 0 -1 4202496 648408 0 0 0 129849 155 0 0 25 0 1 0 649807256 549277696 113201 33554432000 4194304 4580011 140735715795888 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21530/statm: 134101 113201 367 95 0 129083 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 536404

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.49
CPU system time (s): 1.57676
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 536404

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

runsolver used 4.15737 second user time and 10.0535 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 16:07:48
IDJOB=3367401
IDBENCH=82610
IDSOLVER=1845
FILE ID=node105/3367401-1305382068
RUNJOBID= node105-1305382068-21496
PBS_JOBID= 13324397
Free space on /tmp= 73572 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S970100151-015-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367401-1305382068/watcher-3367401-1305382068 -o /tmp/evaluation-result-3367401-1305382068/solver-3367401-1305382068 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367401-1305382068.cnf

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

MD5SUM BENCH= 1ba3e47e885ea3862e5726ce64a96a9c
RANDOM SEED=2121584666

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25307840 kB
Buffers:        257080 kB
Cached:        5888988 kB
SwapCached:      39656 kB
Active:         579216 kB
Inactive:      6804876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25307840 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           26604 kB
Writeback:          24 kB
AnonPages:     1204936 kB
Mapped:          10328 kB
Slab:           128136 kB
PageTables:      66220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65403800 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= 73572 MiB
End job on node105 at 2011-05-14 16:29:30