Trace number 3367380

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-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
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.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-3367380-1305381961.cnf'
0.00/0.00	c -- header says num vars:          34999
0.00/0.00	c -- header says num clauses:      147000
0.06/0.09	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.06/0.09	c -- vars added      34999
0.06/0.09	c Parsing time:  0.09 s
0.06/0.09	c  N st     0         0     34999    147000         0         0    441000         0   no data   no data
0.19/0.20	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.11
0.19/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
0.29/0.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34999 time:  0.01 s
0.29/0.33	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.49/0.52	c lits-rem:         0  cl-subs:        0  v-elim:    885  v-fix:    0  time:  0.19 s
0.49/0.52	c Finding binary XORs  T:     0.01 s  found:       0
0.49/0.57	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.49/0.57	c calculated reachability. Time: 0.00
0.49/0.58	c Calc default polars -  time:   0.01 s pos:   15641 undec:    3844 neg:   15514
0.49/0.58	c =========================================================================================
0.49/0.58	c types(t): F = full restart, N = normal restart
0.49/0.58	c types(t): S = simplification begin/end, E = solution found
0.49/0.58	c restart types(rt): st = static, dy = dynamic
0.49/0.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.58	c  B st     0         0     34114    146049         0         0    443483         0   no data   no data
2.20/2.23	c  N dy    17      4505     34114    146049         0      4505    443483   1340775    173.60    183.04
3.69/3.77	c  N dy    43      8629     34114    146049         0      8629    443483   2406959    170.63    180.22
5.29/5.33	c  N dy    70     12711     34114    146049         0     12711    443483   3474681    169.63    180.04
6.79/6.88	c  N dy    98     16736     34114    146049         0     16736    443483   4509869    168.90    182.66
8.39/8.48	c  N dy   120     20852     34114    146049         0     10857    443483    867404    167.83    187.91
9.99/10.06	c  N dy   151     24910     34114    146049         0     14915    443483   1912427    168.37    194.00
9.99/10.09	c  F st   152     25000     34114    146049         0     15005    443483   1927480    168.18   no data
12.11/12.18	c  N dy   158     30003     34114    146049         0     20007    443483   3765530    168.18   no data
12.11/12.18	c  S st   158     30003     34114    146049         0     20007    443483   3765530    168.18   no data
12.29/12.38	c  S st   158     30506     34114    146049         0     20510    443483   3859078    168.18   no data
12.39/12.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.39/12.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
12.49/12.52	c blocked clauses removed:      689 vars:    108 tried:       34114 T: 0.01 s
12.49/12.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.49/12.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.49/12.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34006 time:  0.01 s
12.49/12.56	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
12.69/12.71	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.15 s
12.99/13.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.89/13.93	c lits-rem:         8  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.89 s
13.99/14.07	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.15
13.99/14.08	c calculated reachability. Time: 0.00
13.99/14.08	c  N dy   158     30506     33990    145345         0     20247    441480   3702834    168.18   no data
15.69/15.72	c  N dy   184     34559     33990    145345         0     24300    441480   4741048    168.12    230.97
17.29/17.37	c  N dy   209     38624     33990    145345         0     28365    441480   5752841    167.63    186.84
19.00/19.03	c  N dy   238     42658     33990    145345         0     17031    441480   1218233    167.58    181.32
20.19/20.25	c  S st   258     45760     33990    145345         0     20132    441480   1971395    167.25   no data
20.39/20.45	c  S st   258     46263     33990    145345         0     20635    441480   2078564    167.25   no data
20.39/20.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20.49/20.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
20.49/20.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.49/20.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.59/20.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.59/20.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
20.59/20.62	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
20.69/20.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
20.80/20.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.09/21.12	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.25 s
21.09/21.13	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
21.09/21.16	c vivif2 --  cl tried    20633 cl shrink        0 lits rem          0 time: 0.03
21.29/21.31	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.15
21.29/21.32	c calculated reachability. Time: 0.00
21.29/21.32	c  N dy   258     46263     33990    145345         0     20633    441480   2077897    167.25   no data
23.00/23.01	c  N dy   287     50432     33990    145345         0     24801    441480   3172070    167.74    179.15
24.69/24.71	c  N dy   316     54601     33990    145345         0     28970    441480   4240737    167.83    178.32
26.40/26.43	c  N dy   342     58705     33990    145345         0     33074    441480   5308589    168.05    184.70
28.09/28.13	c  N dy   370     62815     33990    145345         0     37184    441480   6336916    167.80    180.14
29.79/29.82	c  N dy   399     66857     33990    145345         0     22545    441480   1741469    167.73    179.55
30.81/30.89	c  S st   421     69395     33990    145345         0     25083    441480   2403754    168.10   no data
31.09/31.10	c  S st   421     69901     33990    145345         0     25589    441480   2500765    168.10   no data
31.09/31.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
31.19/31.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
31.19/31.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.19/31.25	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.19/31.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.19/31.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
31.19/31.28	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
31.29/31.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
31.49/31.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.90/31.93	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.38 s
31.90/31.94	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
31.90/31.98	c vivif2 --  cl tried    25587 cl shrink        0 lits rem          0 time: 0.04
32.09/32.14	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.16
32.09/32.15	c calculated reachability. Time: 0.00
32.09/32.15	c  N dy   421     69901     33990    145345         0     25587    441480   2500049    168.10   no data
33.99/34.06	c  N dy   455     74490     33990    145345         0     30175    441480   3679606    168.11    177.61
35.99/36.05	c  N dy   483     79388     33990    145345         0     35073    441480   4868677    167.79    179.12
38.18/38.24	c  N dy   516     84453     33990    145345         0     40138    441480   6210769    167.76    177.94
39.50/39.56	c  F st   538     87500     33990    145345         0     22344    441480   1118766    167.83    176.92
40.99/41.02	c  N st   543     90796     33990    145345         0     25640    441480   2316337    167.83   no data
43.49/43.53	c  N dy   572     96669     33990    145345         0     31513    441480   4039540    167.78    205.33
46.09/46.18	c  N dy   613    102923     33990    145345         0     37767    441480   5604509    167.64    176.92
46.98/47.03	c  S st   628    104851     33990    145345         0     39695    441480   6104709    167.79    169.54
47.19/47.24	c  S st   628    105356     33990    145345         0     40200    441480   6192741    167.79   no data
47.19/47.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.30/47.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
47.38/47.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.38/47.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.38/47.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
47.38/47.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
47.38/47.44	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
47.48/47.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
47.88/47.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
49.50/49.55	c lits-rem:         7  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.58 s
49.50/49.57	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
49.59/49.66	c vivif2 --  cl tried    40196 cl shrink        0 lits rem          0 time: 0.09
49.79/49.84	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.18
49.79/49.85	c calculated reachability. Time: 0.00
49.79/49.85	c  N dy   628    105356     33990    145345         0     40196    441480   6191481    167.79   no data
52.80/52.89	c  N dy   675    112280     33990    145345         0     24695    441480   1262724    167.77    193.22
55.89/55.93	c  N dy   727    119599     33990    145345         0     32014    441480   3143685    167.70    186.67
59.18/59.20	c  N dy   780    127266     33990    145345         0     39680    441480   5137007    167.88    183.31
62.79/62.81	c  N dy   833    135514     33990    145345         0     24217    441480    775784    167.94    185.56
66.39/66.42	c  N dy   886    144242     33990    145345         0     32945    441480   2968954    167.70    186.24
70.40/70.48	c  N dy   952    153528     33990    145345         0     42230    441480   5422323    168.03    177.79
72.38/72.46	c  S st   982    158034     33990    145345         0     46735    441480   6530144    167.91    136.05
72.59/72.69	c  S st   982    158536     33990    145345         0     47237    441480   6621251    167.91   no data
72.68/72.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
72.78/72.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
72.78/72.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
72.78/72.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
72.78/72.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
72.78/72.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
72.88/72.90	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
72.98/73.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
73.28/73.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
75.58/75.60	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.18 s
75.58/75.62	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
75.68/75.72	c vivif2 --  cl tried    47235 cl shrink        0 lits rem          0 time: 0.10
75.90/75.91	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.19
75.90/75.92	c calculated reachability. Time: 0.00
75.90/75.92	c  N dy   982    158536     33990    145345         0     47235    441480   6620653    167.91   no data
80.19/80.29	c  N dy  1050    168723     33990    145345         0     32571    441480   2558010    167.84    198.26
84.99/85.02	c  N dy  1123    179550     33990    145345         0     43398    441480   5393825    168.03    201.75
90.09/90.19	c  N dy  1209    191117     33990    145345         0     29040    441480   1383728    168.30    183.15
95.39/95.48	c  N dy  1291    203361     33990    145345         0     41284    441480   4550223    168.33    180.38
101.49/101.52	c  N dy  1384    216551     33990    145345         0     27507    441480    687106    168.55    183.00
107.49/107.53	c  N dy  1482    230432     33990    145345         0     41387    441480   4288242    168.66    178.16
110.79/110.83	c  S st  1530    237805     33990    145345         0     48760    441480   6179128    168.63    157.19
110.99/111.06	c  S st  1530    238311     33990    145345         0     49266    441480   6273947    168.63   no data
110.99/111.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
111.10/111.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
111.19/111.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.19/111.23	c bin-w-bin subsume rem            0 bins  time:  0.01 s
111.19/111.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
111.19/111.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
111.19/111.26	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
111.39/111.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
111.69/111.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
113.89/113.99	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.26 s
113.99/114.01	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
114.09/114.12	c vivif2 --  cl tried    49265 cl shrink        0 lits rem          0 time: 0.11
114.30/114.34	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.22
114.30/114.35	c calculated reachability. Time: 0.00
114.30/114.35	c  N dy  1530    238311     33990    145345         0     49265    441480   6272969    168.63   no data
121.29/121.38	c  N dy  1633    253564     33990    145345         0     36537    441480   2810582    168.80    183.05
128.70/128.74	c  N dy  1745    269841     33990    145345         0     52813    441480   7048978    168.86    183.07
136.40/136.45	c  N dy  1866    287098     33990    145345         0     41083    441480   3658163    169.00    205.38
144.79/144.83	c  N dy  1993    305458     33990    145345         0     59440    441480   8371422    169.03    180.88
145.20/145.24	c  F st  1999    306250     33990    145345         0     30236    441480    570606    169.01   no data
153.59/153.60	c  N dy  2096    324977     33990    145345         0     48963    441480   5720229    168.91    180.65
162.80/162.84	c  N dy  2237    345098     33990    145345         0     38085    441480   2286259    168.94    184.39
168.39/168.49	c  S st  2326    357466     33990    145345         0     50451    441480   5460280    169.01   no data
168.69/168.72	c  S st  2326    357972     33990    145345         0     50957    441480   5546424    169.01   no data
168.69/168.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
168.79/168.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
168.79/168.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
168.79/168.89	c bin-w-bin subsume rem            0 bins  time:  0.01 s
168.89/168.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
168.89/168.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
168.89/168.92	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
168.99/169.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
169.30/169.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
171.29/171.37	c lits-rem:         4  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.01 s
171.29/171.38	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
171.39/171.47	c vivif2 --  cl tried    50951 cl shrink        0 lits rem          0 time: 0.09
171.60/171.66	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.19
171.60/171.67	c calculated reachability. Time: 0.00
171.60/171.67	c  N dy  2326    357972     33990    145345         0     50951    441480   5543572    169.01   no data
180.79/180.88	c  N dy  2457    378096     33990    145345         0     39078    441480   2358632    169.13    178.35
189.99/190.03	c  N dy  2585    398112     33990    145345         0     59094    441480   7495463    169.04    178.02
199.30/199.31	c  N dy  2728    418257     33990    145345         0     46240    441480   3893417    169.14    183.44
208.69/208.78	c  N dy  2861    438341     33990    145345         0     66323    441480   9129699    169.20    179.05
217.80/217.88	c  N dy  2998    458468     33990    145345         0     52454    441480   5256912    169.22    181.15
227.39/227.45	c  N dy  3134    478546     33990    145345         0     37530    441480   1153105    169.19    185.55
236.60/236.63	c  N dy  3275    498597     33990    145345         0     57581    441480   6447256    169.28    196.79
246.19/246.29	c  N dy  3406    518872     33990    145345         0     41859    441480   2050177    169.27    178.74
254.60/254.64	c  S st  3536    536958     33990    145345         0     59944    441480   6698841    169.29   no data
254.90/254.90	c  S st  3536    537461     33990    145345         0     60447    441480   6792919    169.29   no data
254.90/254.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
255.00/255.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
255.00/255.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
255.00/255.08	c bin-w-bin subsume rem            0 bins  time:  0.01 s
255.00/255.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
255.10/255.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
255.10/255.12	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
255.21/255.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
255.50/255.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
258.60/258.65	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.03 s
258.60/258.66	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
258.70/258.77	c vivif2 --  cl tried    60443 cl shrink        0 lits rem          0 time: 0.11
258.90/258.98	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.21
258.90/258.99	c calculated reachability. Time: 0.00
258.90/258.99	c  N dy  3536    537461     33990    145345         0     60443    441480   6790895    169.29   no data
268.49/268.56	c  N dy  3672    557585     33990    145345         0     43568    441480   2149921    169.27    179.74
277.99/278.03	c  N dy  3819    577635     33990    145345         0     63617    441480   7478021    169.46    180.70
287.69/287.79	c  N dy  3959    597699     33990    145345         0     45682    441480   2482061    169.46    180.38
297.30/297.34	c  N dy  4089    618068     33990    145345         0     66051    441480   7707295    169.45    185.46
306.91/306.93	c  N dy  4210    638358     33990    145345         0     47345    441480   2653141    169.33    179.90
316.50/316.51	c  N dy  4354    658460     33990    145345         0     67446    441480   7888513    169.40    180.37
326.19/326.27	c  N dy  4490    678524     33990    145345         0     47508    441480   2465561    169.37    189.50
335.70/335.79	c  N dy  4622    698693     33990    145345         0     67674    441480   7681456    169.38    180.80
345.69/345.70	c  N dy  4760    718717     33990    145345         0     46696    441480   1982396    169.38    183.21
355.20/355.24	c  N dy  4895    738812     33990    145345         0     66791    441480   7184385    169.41    180.89
365.21/365.21	c  N dy  5028    758850     33990    145345         0     44832    441480   1211919    169.40    179.76
374.70/374.72	c  N dy  5164    778941     33990    145345         0     64923    441480   6513010    169.47    184.03
384.70/384.70	c  N dy  5290    798947     33990    145345         0     84927    441480  11694307    169.41    240.12
388.10/388.16	c  S st  5340    806191     33990    145345         0     49172    441480   2063111    169.40    153.93
388.40/388.40	c  S st  5340    806693     33990    145345         0     49674    441480   2163375    169.40   no data
388.40/388.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
388.50/388.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
388.50/388.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
388.50/388.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
388.50/388.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
388.50/388.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
388.60/388.60	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
388.70/388.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
388.80/388.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
389.50/389.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.69 s
389.50/389.56	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
389.50/389.59	c vivif2 --  cl tried    49674 cl shrink        0 lits rem          0 time: 0.03
389.70/389.78	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.19
389.70/389.79	c calculated reachability. Time: 0.00
389.70/389.79	c  N dy  5340    806693     33990    145345         0     49674    441480   2163375    169.40   no data
399.20/399.29	c  N dy  5472    826729     33990    145345         0     69710    441480   7363106    169.38    178.59
409.49/409.57	c  N dy  5610    846853     33990    145345         0     45840    441480    979108    169.41    181.22
419.11/419.11	c  N dy  5753    866870     33990    145345         0     65857    441480   6211955    169.45    178.58
429.50/429.53	c  N dy  5902    886916     33990    145345         0     85899    441480  11481824    169.54    193.45
439.40/439.43	c  N dy  6047    907002     33990    145345         0     60986    441480   4713315    169.63    183.38
449.40/449.45	c  N dy  6184    927100     33990    145345         0     81082    441480   9907281    169.61    200.29
459.50/459.58	c  N dy  6323    947340     33990    145345         0     55325    441480   2923325    169.62    183.99
469.20/469.24	c  N dy  6452    967434     33990    145345         0     75419    441480   8151503    169.60    191.93
479.61/479.68	c  N dy  6590    987452     33990    145345         0     48437    441480    896904    169.62    180.58
489.11/489.17	c  N dy  6722   1007549     33990    145345         0     68533    441480   6152417    169.61    181.30
499.70/499.71	c  N dy  6864   1027753     33990    145345         0     88736    441480  11547068    169.72    194.09
509.50/509.58	c  N dy  7005   1047784     33990    145345         0     60770    441480   3826960    169.73    179.30
519.60/519.68	c  N dy  7149   1067838     33990    145345         0     80823    441480   9120490    169.81    180.50
521.70/521.74	c  F st  7175   1071875     33990    145345         0     84860    441480  10155454    169.79   no data
530.11/530.18	c  N dy  7259   1087951     33990    145345         0     51940    441480   1278833    169.81    179.42
539.91/539.94	c  N dy  7389   1108102     33990    145345         0     72091    441480   6488217    169.77    184.57
550.30/550.35	c  N dy  7524   1128210     33990    145345         0     92198    441480  11733752    169.79    179.58
560.50/560.56	c  N dy  7663   1148297     33990    145345         0     62282    441480   3718954    169.82    180.51
570.60/570.64	c  N dy  7799   1168329     33990    145345         0     82312    441480   8983303    169.84    181.50
581.40/581.41	c  N dy  7931   1188349     33990    145345         0     51336    441480    617132    169.82    184.49
591.31/591.30	c  N dy  8065   1208503     33990    145345         0     71488    441480   5884386    169.82    193.95
592.11/592.11	c  S st  8078   1210039     33990    145345         0     73024    441480   6298109    169.82   no data
592.31/592.38	c  S st  8078   1210544     33990    145345         0     73529    441480   6396101    169.82   no data
592.41/592.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
592.51/592.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.12
592.51/592.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
592.51/592.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
592.51/592.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
592.51/592.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
592.61/592.60	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
592.71/592.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
593.01/593.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
596.31/596.37	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.28 s
596.31/596.39	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
596.41/596.49	c vivif2 --  cl tried    73528 cl shrink        0 lits rem          0 time: 0.10
596.71/596.72	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.23
596.71/596.73	c calculated reachability. Time: 0.00
596.71/596.73	c  N dy  8078   1210544     33990    145345         0     73528    441480   6395543    169.82   no data
607.40/607.43	c  N dy  8221   1230844     33990    145345         0     93828    441480  11721243    169.86    180.30
617.71/617.70	c  N dy  8353   1250932     33990    145345         0     61917    441480   3146291    169.85    234.55
627.71/627.80	c  N dy  8488   1271051     33990    145345         0     82034    441480   8355159    169.84    181.31
638.60/638.60	c  N dy  8628   1291122     33990    145345         0    102104    441480  13610594    169.86    183.94
648.61/648.65	c  N dy  8771   1311198     33990    145345         0     69182    441480   4747148    169.89    231.32
658.92/658.95	c  N dy  8907   1331233     33990    145345         0     89216    441480   9980144    169.88    183.16
670.01/670.00	c  N dy  9045   1351405     33990    145345         0     55386    441480    904918    169.91    182.10
679.82/679.89	c  N dy  9186   1371415     33990    145345         0     75391    441480   6164613    169.95    190.54
690.51/690.54	c  N dy  9320   1391554     33990    145345         0     95529    441480  11503856    169.97    180.03
701.21/701.22	c  N dy  9457   1411742     33990    145345         0     60723    441480   2012365    169.99    179.65
711.21/711.29	c  N dy  9592   1431838     33990    145345         0     80817    441480   7341396    170.03    184.44
722.01/722.02	c  N dy  9733   1451888     33990    145345         0    100866    441480  12656196    170.08    181.00
732.62/732.65	c  N dy  9869   1471895     33990    145345         0     64876    441480   2944897    170.11    179.41
742.81/742.84	c  N dy 10005   1492066     33990    145345         0     85046    441480   8173819    170.10    181.29
753.91/753.97	c  N dy 10144   1512098     33990    145345         0    105078    441480  13350761    170.11    182.30
764.52/764.57	c  N dy 10281   1532116     33990    145345         0     68098    441480   3401556    170.12    179.40
775.01/775.01	c  N dy 10427   1552339     33990    145345         0     88321    441480   8733539    170.17    181.51
786.11/786.15	c  N dy 10565   1572482     33990    145345         0    108464    441480  14014686    170.18    182.88
796.71/796.70	c  N dy 10706   1592493     33990    145345         0     70479    441480   3864059    170.21    183.61
807.12/807.10	c  N dy 10852   1612573     33990    145345         0     90559    441480   9135329    170.26    181.85
818.31/818.34	c  N dy 10995   1632751     33990    145345         0    110735    441480  14403753    170.28    179.29
828.81/828.86	c  N dy 11135   1652898     33990    145345         0     71878    441480   4004635    170.30    184.17
839.32/839.37	c  N dy 11272   1672923     33990    145345         0     91898    441480   9338251    170.31    185.46
850.32/850.38	c  N dy 11398   1693145     33990    145345         0    112118    441480  14588493    170.30    179.64
859.62/859.64	c  S st 11515   1710544     33990    145345         0     69524    441480   3050203    170.30   no data
859.92/859.91	c  S st 11515   1711045     33990    145345         0     70025    441480   3170768    170.30   no data
859.92/859.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
860.02/860.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.11
860.02/860.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
860.02/860.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
860.12/860.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
860.12/860.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
860.12/860.13	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
860.23/860.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
860.42/860.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
862.32/862.32	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.87 s
862.32/862.33	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
862.32/862.39	c vivif2 --  cl tried    70024 cl shrink        0 lits rem          0 time: 0.05
862.62/862.61	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.22
862.62/862.62	c calculated reachability. Time: 0.00
862.62/862.62	c  N dy 11515   1711045     33990    145345         0     70024    441480   3170169    170.30   no data
873.12/873.10	c  N dy 11653   1731139     33990    145345         0     90117    441480   8466558    170.31    193.68
884.12/884.18	c  N dy 11797   1751270     33990    145345         0    110247    441480  13769736    170.33    189.90
895.21/895.25	c  N dy 11931   1771335     33990    145345         0     69313    441480   2800363    170.33    188.96
905.62/905.61	c  N dy 12066   1791405     33990    145345         0     89383    441480   8081361    170.35    201.39
916.52/916.59	c  N dy 12201   1811554     33990    145345         0    109532    441480  13372361    170.37    186.55
928.52/928.54	c  N dy 12347   1831726     33990    145345         0     67704    441480   2043510    170.41    186.10
939.11/939.17	c  N dy 12482   1851886     33990    145345         0     87863    441480   7365941    170.41    184.95
950.12/950.13	c  N dy 12619   1872006     33990    145345         0    107981    441480  12638447    170.41    190.55
961.61/961.69	c  N dy 12757   1892009     33990    145345         0     64992    441480   1094917    170.43    181.71
971.82/971.83	c  N dy 12894   1912112     33990    145345         0     85092    441480   6388222    170.44    182.33
982.72/982.79	c  N dy 13038   1932216     33990    145345         0    105196    441480  11689796    170.46    182.40
994.51/994.57	c  N dy 13180   1952454     33990    145345         0    125430    441480  17027394    170.48    188.10
1004.82/1004.86	c  N dy 13317   1972554     33990    145345         0     81529    441480   5141197    170.48    180.40
1015.62/1015.66	c  N dy 13454   1992687     33990    145345         0    101659    441480  10482528    170.50    190.22
1027.32/1027.35	c  N dy 13602   2012854     33990    145345         0    121822    441480  15799623    170.53    184.94
1038.12/1038.10	c  N dy 13736   2032908     33990    145345         0     76890    441480   3748168    170.53    180.01
1048.62/1048.69	c  N dy 13871   2052969     33990    145345         0     96951    441480   8980958    170.52    180.11
1059.92/1059.92	c  N dy 14008   2073081     33990    145345         0    117061    441480  14208652    170.51    179.89
1071.52/1071.53	c  N dy 14152   2093193     33990    145345         0     71174    441480   1972336    170.53    182.18
1082.03/1082.08	c  N dy 14293   2113252     33990    145345         0     91232    441480   7221011    170.55    181.32
1093.13/1093.20	c  N dy 14437   2133286     33990    145345         0    111264    441480  12558464    170.58    189.82
1105.02/1105.04	c  N dy 14583   2153316     33990    145345         0    131293    441480  17896294    170.61    180.04
1116.13/1116.19	c  N dy 14726   2173621     33990    145345         0     84596    441480   5266048    170.63    180.29
1127.72/1127.70	c  N dy 14847   2193653     33990    145345         0    104628    441480  10534136    170.61    187.48
1137.73/1137.70	c  S st 14974   2211047     33990    145345         0    122019    441480  15179779    170.65   no data
1138.03/1138.04	c  S st 14974   2211552     33990    145345         0    122524    441480  15305989    170.65   no data
1138.03/1138.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1138.23/1138.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.15
1138.23/1138.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1138.23/1138.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1138.23/1138.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1138.33/1138.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
1138.33/1138.32	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
1138.54/1138.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1139.33/1139.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1146.92/1146.98	c lits-rem:         6  cl-subs:        6  v-elim:      0  v-fix:    0  time:  7.55 s
1146.92/1146.99	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
1147.23/1147.24	c vivif2 --  cl tried   122518 cl shrink        0 lits rem          0 time: 0.24
1147.52/1147.54	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.30
1147.52/1147.56	c calculated reachability. Time: 0.00
1147.52/1147.56	c  N dy 14974   2211552     33990    145345         0    122518    441480  15303399    170.65   no data
1159.12/1159.10	c  N dy 15106   2231649     33990    145345         0     74620    441480   2312682    170.63    183.87
1169.53/1169.58	c  N dy 15244   2251803     33990    145345         0     94774    441480   7618545    170.64    181.46
1180.82/1180.83	c  N dy 15382   2271926     33990    145345         0    114897    441480  12958896    170.65    194.53
1192.83/1192.85	c  N dy 15522   2292023     33990    145345         0    134993    441480  18259385    170.66    181.99
1203.53/1203.53	c  N dy 15659   2312097     33990    145345         0     86070    441480   5101535    170.67    181.59
1214.44/1214.46	c  N dy 15787   2332154     33990    145345         0    106127    441480  10394091    170.66    185.18
1226.23/1226.20	c  N dy 15926   2352307     33990    145345         0    126280    441480  15738181    170.68    181.08
1237.73/1237.78	c  N dy 16068   2372337     33990    145345         0     76309    441480   2299977    170.71    185.48
1248.33/1248.31	c  N dy 16201   2392394     33990    145345         0     96366    441480   7532931    170.71    180.22
1259.72/1259.77	c  N dy 16343   2412456     33990    145345         0    116427    441480  12772505    170.73    183.25
1271.53/1271.56	c  N dy 16479   2432536     33990    145345         0    136507    441480  18040237    170.73    181.45
1282.54/1282.60	c  N dy 16617   2452580     33990    145345         0     85557    441480   4501469    170.75    193.02
1293.73/1293.74	c  N dy 16751   2472783     33990    145345         0    105758    441480   9848056    170.76    180.51

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-3367380-1305381961/watcher-3367380-1305381961 -o /tmp/evaluation-result-3367380-1305381961/solver-3367380-1305381961 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367380-1305381961.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: 1.02 2.15 2.84 4/326 7465
/proc/meminfo: memFree=23126280/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=43352 CPUtime=0 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 4224 0 0 0 0 0 0 0 21 0 1 0 728426636 44392448 3130 33554432000 4194304 4580011 140734394321936 18446744073709551615 4345192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 10838 3136 324 95 0 5820 0

[startup+0.065557 s]
/proc/loadavg: 1.02 2.15 2.84 4/326 7465
/proc/meminfo: memFree=23126280/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=48336 CPUtime=0.06 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 6059 0 0 0 6 0 0 0 21 0 1 0 728426636 49496064 4961 33554432000 4194304 4580011 140734394321936 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 12084 4961 324 95 0 7066 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48336

[startup+0.100546 s]
/proc/loadavg: 1.02 2.15 2.84 4/326 7465
/proc/meminfo: memFree=23126280/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=51312 CPUtime=0.09 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 7021 0 0 0 9 0 0 0 21 0 1 0 728426636 52543488 5923 33554432000 4194304 4580011 140734394321936 18446744073709551615 4504396 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 12828 5923 339 95 0 7810 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51312

[startup+0.300514 s]
/proc/loadavg: 1.02 2.15 2.84 4/326 7465
/proc/meminfo: memFree=23126280/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=65824 CPUtime=0.29 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 10443 0 0 0 28 1 0 0 22 0 1 0 728426636 67403776 9345 33554432000 4194304 4580011 140734394321936 18446744073709551615 4507338 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 16456 9345 344 95 0 11438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65824

[startup+0.700436 s]
/proc/loadavg: 1.02 2.15 2.84 4/326 7465
/proc/meminfo: memFree=23126280/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=73880 CPUtime=0.69 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 14228 0 0 0 68 1 0 0 23 0 1 0 728426636 75653120 11154 33554432000 4194304 4580011 140734394321936 18446744073709551615 4316670 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 18470 11154 364 95 0 13452 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73880

[startup+1.50029 s]
/proc/loadavg: 1.02 2.15 2.84 5/327 7466
/proc/meminfo: memFree=23051004/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=73880 CPUtime=1.49 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 14949 0 0 0 148 1 0 0 25 0 1 0 728426636 75653120 11875 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 18470 11875 364 95 0 13452 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73880

[startup+3.10099 s]
/proc/loadavg: 1.26 2.18 2.84 5/327 7466
/proc/meminfo: memFree=23041928/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=106696 CPUtime=3.09 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 16054 0 0 0 308 1 0 0 25 0 1 0 728426636 109256704 12980 33554432000 4194304 4580011 140734394321936 18446744073709551615 4320676 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 26674 12980 364 95 0 21656 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106696

[startup+6.30039 s]
/proc/loadavg: 1.26 2.18 2.84 5/327 7466
/proc/meminfo: memFree=22976952/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=106696 CPUtime=6.29 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 18214 0 0 0 627 2 0 0 25 0 1 0 728426636 109256704 15140 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 26674 15140 364 95 0 21656 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106696

[startup+12.7002 s]
/proc/loadavg: 1.68 2.24 2.85 5/327 7466
/proc/meminfo: memFree=22883108/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=148736 CPUtime=12.69 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 25302 0 0 0 1266 3 0 0 25 0 1 0 728426636 152305664 16056 33554432000 4194304 4580011 140734394321936 18446744073709551615 4507770 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 37184 16056 367 95 0 32166 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 148736

[startup+25.5008 s]
/proc/loadavg: 2.03 2.30 2.86 5/327 7466
/proc/meminfo: memFree=22728520/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=233228 CPUtime=25.49 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 53949 0 0 0 2542 7 0 0 25 0 1 0 728426636 238825472 37381 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 58307 37381 367 95 0 53289 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 233228

[startup+51.1011 s]
/proc/loadavg: 2.70 2.43 2.89 5/327 7467
/proc/meminfo: memFree=22558940/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=307384 CPUtime=51.09 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 89578 0 0 0 5097 12 0 0 25 0 1 0 728426636 314761216 58372 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 76846 58372 367 95 0 71828 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 307384

[startup+102.312 s]
/proc/loadavg: 3.61 2.73 2.97 5/327 7468
/proc/meminfo: memFree=22449400/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=295396 CPUtime=102.3 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 120672 0 0 0 10211 19 0 0 25 0 1 0 728426636 302485504 67689 33554432000 4194304 4580011 140734394321936 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 73849 67689 367 95 0 68831 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 295396

[startup+162.3 s]
/proc/loadavg: 3.90 2.95 3.03 5/327 7470
/proc/meminfo: memFree=22331188/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=314028 CPUtime=162.29 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 147500 0 0 0 16204 25 0 0 25 0 1 0 728426636 321564672 72359 33554432000 4194304 4580011 140734394321936 18446744073709551615 4321604 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 78507 72359 367 95 0 73489 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 314028

[startup+222.3 s]
/proc/loadavg: 3.96 3.16 3.09 5/327 7471
/proc/meminfo: memFree=22289712/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=383344 CPUtime=222.3 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 173384 0 0 0 22199 31 0 0 25 0 1 0 728426636 392544256 79285 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 95836 79285 367 95 0 90818 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 383344

[startup+282.301 s]
/proc/loadavg: 3.98 3.29 3.14 5/327 7473
/proc/meminfo: memFree=22219860/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=398560 CPUtime=282.3 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 200667 0 0 0 28193 37 0 0 25 0 1 0 728426636 408125440 85208 33554432000 4194304 4580011 140734394321936 18446744073709551615 4316775 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 99640 85208 367 95 0 94622 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 398560

[startup+342.301 s]
/proc/loadavg: 4.03 3.44 3.20 5/327 7475
/proc/meminfo: memFree=22187804/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=413260 CPUtime=342.29 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 229256 0 0 0 34185 44 0 0 25 0 1 0 728426636 423178240 90086 33554432000 4194304 4580011 140734394321936 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 103315 90086 367 95 0 98297 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 413260

[startup+402.301 s]
/proc/loadavg: 4.06 3.55 3.25 5/327 7476
/proc/meminfo: memFree=22177228/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=414580 CPUtime=402.29 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 253573 0 0 0 40180 49 0 0 25 0 1 0 728426636 424529920 88265 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293193 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 103645 88265 367 95 0 98627 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 414580

[startup+462.301 s]
/proc/loadavg: 4.02 3.64 3.30 5/327 7478
/proc/meminfo: memFree=22215840/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=414948 CPUtime=462.3 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 277557 0 0 0 46174 56 0 0 25 0 1 0 728426636 424906752 83803 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 103737 83803 367 95 0 98719 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 414948

[startup+522.3 s]
/proc/loadavg: 4.00 3.69 3.33 5/327 7479
/proc/meminfo: memFree=22217884/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=416224 CPUtime=522.3 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 304264 0 0 0 52169 61 0 0 25 0 1 0 728426636 426213376 90062 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 104056 90062 367 95 0 99038 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 416224

[startup+582.3 s]
/proc/loadavg: 4.03 3.77 3.38 5/327 7481
/proc/meminfo: memFree=22196756/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=369796 CPUtime=582.3 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 333312 0 0 0 58161 69 0 0 25 0 1 0 728426636 378671104 86388 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 92449 86388 367 95 0 87431 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 369796

[startup+642.301 s]
/proc/loadavg: 4.01 3.81 3.42 5/327 7483
/proc/meminfo: memFree=22184296/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=370080 CPUtime=642.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 356244 0 0 0 64157 75 0 0 25 0 1 0 728426636 378961920 86440 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 92520 86440 367 95 0 87502 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 370080

[startup+702.301 s]
/proc/loadavg: 4.04 3.85 3.45 5/327 7484
/proc/meminfo: memFree=22180044/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=370080 CPUtime=702.31 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 380346 0 0 0 70150 81 0 0 25 0 1 0 728426636 378961920 86510 33554432000 4194304 4580011 140734394321936 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 92520 86510 367 95 0 87502 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 370080

[startup+762.312 s]
/proc/loadavg: 4.01 3.88 3.49 5/327 7486
/proc/meminfo: memFree=22111788/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=370416 CPUtime=762.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 405504 0 0 0 76144 88 0 0 25 0 1 0 728426636 379305984 86594 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 92604 86594 367 95 0 87586 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 370416

[startup+822.301 s]
/proc/loadavg: 4.13 3.93 3.52 5/327 7487
/proc/meminfo: memFree=22104556/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=433452 CPUtime=822.31 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 431513 0 0 0 82137 94 0 0 25 0 1 0 728426636 443854848 99718 33554432000 4194304 4580011 140734394321936 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 108363 99718 367 95 0 103345 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 433452

[startup+882.3 s]
/proc/loadavg: 4.22 3.98 3.57 5/327 7489
/proc/meminfo: memFree=22071376/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=434140 CPUtime=882.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 455002 0 0 0 88131 101 0 0 25 0 1 0 728426636 444559360 96482 33554432000 4194304 4580011 140734394321936 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 108535 96482 367 95 0 103517 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 434140

[startup+942.3 s]
/proc/loadavg: 4.09 3.98 3.59 5/327 7491
/proc/meminfo: memFree=21914464/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=434792 CPUtime=942.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 478929 0 0 0 94124 108 0 0 25 0 1 0 728426636 445227008 92602 33554432000 4194304 4580011 140734394321936 18446744073709551615 4321584 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 108698 92602 367 95 0 103680 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 434792

[startup+1002.3 s]
/proc/loadavg: 4.03 3.98 3.62 5/327 7492
/proc/meminfo: memFree=21907620/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=435040 CPUtime=1002.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 502681 0 0 0 100118 114 0 0 25 0 1 0 728426636 445480960 87603 33554432000 4194304 4580011 140734394321936 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 108760 87603 367 95 0 103742 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 435040

[startup+1062.3 s]
/proc/loadavg: 4.11 4.01 3.65 5/327 7494
/proc/meminfo: memFree=21870740/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=435608 CPUtime=1062.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 528789 0 0 0 106112 120 0 0 25 0 1 0 728426636 446062592 98971 33554432000 4194304 4580011 140734394321936 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 108902 98971 367 95 0 103884 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 435608

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 3.67 5/327 7495
/proc/meminfo: memFree=21789348/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=435868 CPUtime=1122.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 551911 0 0 0 112106 126 0 0 25 0 1 0 728426636 446328832 91747 33554432000 4194304 4580011 140734394321936 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 108967 91747 367 95 0 103949 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 435868

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.69 5/327 7497
/proc/meminfo: memFree=21624004/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=529556 CPUtime=1182.33 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 595979 0 0 0 118096 137 0 0 25 0 1 0 728426636 542265344 120177 33554432000 4194304 4580011 140734394321936 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 132389 120177 367 95 0 127371 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 529556

[startup+1242.3 s]
/proc/loadavg: 4.05 4.03 3.71 5/327 7499
/proc/meminfo: memFree=21672824/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=545316 CPUtime=1242.32 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 623044 0 0 0 124089 143 0 0 25 0 1 0 728426636 558403584 115261 33554432000 4194304 4580011 140734394321936 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 136329 115261 367 95 0 131311 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 545316



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.73 2/324 7503
/proc/meminfo: memFree=22644976/32951124 swapFree=59305796/67111528
[pid=7465] ppid=7463 vsize=545456 CPUtime=1300.03 cores=1,3
/proc/7465/stat : 7465 (strangenight2-s) R 7463 7465 7011 0 -1 4202496 647449 0 0 0 129853 150 0 0 25 0 1 0 728426636 558546944 123430 33554432000 4194304 4580011 140734394321936 18446744073709551615 4320676 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7465/statm: 136364 123430 367 95 0 131346 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 545456

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.54
CPU system time (s): 1.52677
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 545456

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

runsolver used 3.90541 second user time and 9.13161 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 16:06:02
IDJOB=3367380
IDBENCH=82589
IDSOLVER=1845
FILE ID=node111/3367380-1305381961
RUNJOBID= node111-1305381961-7425
PBS_JOBID= 13324391
Free space on /tmp= 73652 MiB

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

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

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=315494671

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23126436 kB
Buffers:        245472 kB
Cached:        6311328 kB
SwapCached:      13720 kB
Active:         830924 kB
Inactive:      8779840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23126436 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           27704 kB
Writeback:           0 kB
AnonPages:     3049044 kB
Mapped:          12648 kB
Slab:           113996 kB
PageTables:      37548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53426712 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= 73656 MiB
End job on node111 at 2011-05-14 16:27:44