Trace number 3367442

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.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S285324961-078-UNKNOWN.cnf
MD5SUM7b0b378358197932f5212c7e9e31a14b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.9671
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3367442-1305382288.cnf'
0.00/0.01	c -- header says num vars:          30000
0.00/0.01	c -- header says num clauses:      126000
0.00/0.07	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.00/0.07	c -- vars added      30000
0.00/0.07	c Parsing time:  0.06 s
0.00/0.07	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data
0.08/0.17	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.09
0.18/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.18/0.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.18/0.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.18/0.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.18/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.01 s
0.18/0.28	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
0.39/0.45	c lits-rem:         0  cl-subs:        0  v-elim:    725  v-fix:    0  time:  0.16 s
0.39/0.46	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.49	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.39/0.49	c calculated reachability. Time: 0.00
0.48/0.50	c Calc default polars -  time:   0.01 s pos:   13247 undec:    3356 neg:   13397
0.48/0.50	c =========================================================================================
0.48/0.50	c types(t): F = full restart, N = normal restart
0.48/0.50	c types(t): S = simplification begin/end, E = solution found
0.48/0.50	c restart types(rt): st = static, dy = dynamic
0.48/0.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.50	c  B st     0         0     29275    125223         0         0    380160         0   no data   no data
1.89/1.93	c  N dy    20      4044     29275    125223         0      4043    380160   1119200    158.93    167.89
3.30/3.34	c  N dy    43      8065     29275    125223         0      8064    380160   2027617    150.76    161.08
4.78/4.87	c  N dy    72     12345     29275    125223         0     12343    380160   3001745    149.86    160.17
6.29/6.38	c  N dy   100     16375     29275    125223         0     16373    380160   3925981    150.19    164.84
7.88/7.91	c  N dy   128     20385     29275    125223         0     10385    380160    695209    150.48    159.30
9.49/9.50	c  N dy   161     24466     29275    125223         0     14466    380160   1666537    151.78    160.54
9.59/9.69	c  F st   164     25002     29275    125223         0     15002    380160   1782572    151.64    136.31
11.69/11.74	c  N dy   170     30001     29275    125223         0     19998    380160   3558654    151.64   no data
11.69/11.74	c  S st   170     30001     29275    125223         0     19998    380160   3558654    151.64   no data
11.89/11.93	c  S st   170     30503     29275    125223         0     20500    380160   3654142    151.64   no data
11.89/11.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11.99/12.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
11.99/12.07	c blocked clauses removed:      668 vars:    108 tried:       29275 T: 0.01 s
11.99/12.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.99/12.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.99/12.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29167 time:  0.01 s
11.99/12.10	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
12.19/12.23	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.13 s
12.39/12.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.39/13.44	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.92 s
13.49/13.58	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.13
13.49/13.59	c calculated reachability. Time: 0.00
13.49/13.59	c  N dy   170     30503     29156    124544         0     20175    378225   3476154    151.64   no data
15.29/15.33	c  N dy   196     34554     29156    124544         0     24226    378225   4388945    151.47    172.68
16.89/16.92	c  N dy   224     38625     29156    124544         0     28297    378225   5342552    151.57    168.41
18.49/18.53	c  N dy   256     42642     29156    124544         0     16972    378225   1121541    152.28    220.80
19.69/19.74	c  S st   278     45758     29156    124544         0     20088    378225   1860477    152.45   no data
19.89/19.94	c  S st   278     46259     29156    124544         0     20589    378225   1967087    152.45   no data
19.89/19.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.99/20.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
19.99/20.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.99/20.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
19.99/20.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
19.99/20.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
19.99/20.09	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
20.09/20.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
20.19/20.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.49/20.57	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.25 s
20.49/20.58	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
20.59/20.62	c vivif2 --  cl tried    20587 cl shrink        0 lits rem          0 time: 0.03
20.69/20.75	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.14
20.69/20.76	c calculated reachability. Time: 0.00
20.69/20.76	c  N dy   278     46259     29156    124544         0     20587    378225   1966387    152.45   no data
22.29/22.36	c  N dy   309     50272     29156    124544         0     24600    378225   2944119    153.32    164.30
24.09/24.15	c  N dy   337     54321     29156    124544         0     28649    378225   3922740    153.74    163.31
25.78/25.89	c  N dy   363     58367     29156    124544         0     32695    378225   4890685    153.97    166.79
27.50/27.54	c  N dy   390     62410     29156    124544         0     36738    378225   5826089    153.89    162.74
29.09/29.13	c  N dy   415     66472     29156    124544         0     22132    378225   1516929    153.85    165.04
30.19/30.29	c  S st   438     69389     29156    124544         0     25047    378225   2234729    154.23    152.73
30.38/30.49	c  S st   438     69889     29156    124544         0     25547    378225   2341983    154.23   no data
30.49/30.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
30.49/30.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
30.59/30.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.59/30.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.59/30.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.59/30.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
30.59/30.65	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
30.70/30.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
30.81/30.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.29/31.30	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.40 s
31.29/31.31	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
31.29/31.35	c vivif2 --  cl tried    25546 cl shrink        0 lits rem          0 time: 0.04
31.39/31.49	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.14
31.49/31.50	c calculated reachability. Time: 0.00
31.49/31.50	c  N dy   438     69889     29156    124544         0     25546    378225   2341435    154.23   no data
33.28/33.33	c  N dy   469     74491     29156    124544         0     30148    378225   3446857    154.17    167.56
35.29/35.33	c  N dy   505     79402     29156    124544         0     35057    378225   4629442    154.46    163.52
37.40/37.45	c  N dy   539     84469     29156    124544         0     40124    378225   5840378    154.68    182.58
38.89/38.91	c  F st   565     87500     29156    124544         0     22324    378225   1041844    154.98   no data
40.39/40.43	c  N st   570     90799     29156    124544         0     25622    378225   2078968    154.98   no data
42.90/42.91	c  N dy   598     96819     29156    124544         0     31640    378225   3768665    154.97    165.02
45.49/45.52	c  N dy   641    103044     29156    124544         0     37865    378225   5248828    154.94    163.19
46.20/46.26	c  S st   652    104838     29156    124544         0     39659    378225   5657098    154.86   no data
46.39/46.47	c  S st   652    105341     29156    124544         0     40162    378225   5742560    154.86   no data
46.39/46.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.49/46.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
46.59/46.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.59/46.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
46.59/46.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.59/46.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
46.59/46.65	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
46.69/46.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
47.09/47.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
48.69/48.78	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.63 s
48.69/48.79	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
48.79/48.89	c vivif2 --  cl tried    40158 cl shrink        0 lits rem          0 time: 0.09
48.99/49.06	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.17
48.99/49.07	c calculated reachability. Time: 0.00
48.99/49.07	c  N dy   652    105341     29156    124544         0     40158    378225   5739209    154.86   no data
51.89/51.96	c  N dy   700    112134     29156    124544         0     24539    378225   1175427    155.35    164.35
54.89/54.93	c  N dy   758    119395     29156    124544         0     31800    378225   2978113    155.88    166.03
58.19/58.25	c  N dy   817    127242     29156    124544         0     39647    378225   4890733    156.12    166.32
61.89/61.97	c  N dy   876    135782     29156    124544         0     24477    378225    790257    156.39    166.15
65.90/65.99	c  N dy   935    144748     29156    124544         0     33443    378225   2945994    156.31    168.85
69.89/69.93	c  N dy   999    154085     29156    124544         0     42780    378225   5176312    156.34    166.30
71.59/71.69	c  S st  1028    158011     29156    124544         0     46706    378225   6159066    156.50   no data
71.89/71.93	c  S st  1028    158519     29156    124544         0     47214    378225   6259523    156.50   no data
71.89/71.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
71.99/72.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
71.99/72.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.99/72.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
71.99/72.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
72.09/72.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
72.09/72.12	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
72.19/72.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
72.49/72.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
74.89/74.99	c lits-rem:         3  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.37 s
74.99/75.01	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
75.09/75.11	c vivif2 --  cl tried    47207 cl shrink        0 lits rem          0 time: 0.10
75.19/75.28	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.18
75.19/75.29	c calculated reachability. Time: 0.00
75.19/75.29	c  N dy  1028    158519     29156    124544         0     47207    378225   6256735    156.50   no data
79.59/79.61	c  N dy  1094    168714     29156    124544         0     32548    378225   2449572    156.63    167.46
84.19/84.20	c  N dy  1171    179493     29156    124544         0     43327    378225   5079468    156.78    167.07
89.19/89.23	c  N dy  1246    191054     29156    124544         0     28962    378225   1280154    156.76    165.29
94.39/94.45	c  N dy  1329    203318     29156    124544         0     41225    378225   4296415    156.92    168.73
100.19/100.27	c  N dy  1419    216436     29156    124544         0     27381    378225    619571    156.89    176.21
106.49/106.54	c  N dy  1517    230317     29156    124544         0     41261    378225   4038483    157.03    166.99
110.60/110.60	c  S st  1567    237778     29156    124544         0     48722    378225   5840210    157.05   no data
110.80/110.87	c  S st  1567    238288     29156    124544         0     49232    378225   5939464    157.05   no data
110.80/110.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
111.00/111.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.11
111.00/111.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.00/111.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
111.00/111.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
111.00/111.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
111.00/111.08	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
111.20/111.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
111.49/111.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
113.99/114.03	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.42 s
113.99/114.04	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
114.09/114.14	c vivif2 --  cl tried    49228 cl shrink        0 lits rem          0 time: 0.10
114.30/114.32	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.18
114.30/114.33	c calculated reachability. Time: 0.00
114.30/114.33	c  N dy  1567    238288     29156    124544         0     49228    378225   5936086    157.05   no data
121.00/121.05	c  N dy  1673    253590     29156    124544         0     36545    378225   2580050    157.18    165.96
128.29/128.31	c  N dy  1785    269960     29156    124544         0     52915    378225   6529183    157.15    167.08
135.79/135.87	c  N dy  1905    287206     29156    124544         0     41173    378225   3518279    157.31    170.50
144.19/144.28	c  N dy  2036    305692     29156    124544         0     59658    378225   8046383    157.42    169.54
144.49/144.59	c  F st  2041    306250     29156    124544         0     30228    378225    545644    157.44   no data
152.80/152.87	c  N dy  2143    325252     29156    124544         0     49230    378225   5586839    157.61    167.74
161.79/161.82	c  N dy  2272    345289     29156    124544         0     38263    378225   2223943    157.56    166.12
167.21/167.22	c  S st  2360    357432     29156    124544         0     50405    378225   5216266    157.65   no data
167.40/167.47	c  S st  2360    357934     29156    124544         0     50907    378225   5308464    157.65   no data
167.40/167.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
167.50/167.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
167.60/167.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
167.60/167.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
167.60/167.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
167.60/167.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
167.60/167.66	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
167.80/167.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
168.00/168.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
170.30/170.34	c lits-rem:         5  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.25 s
170.30/170.36	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
170.40/170.45	c vivif2 --  cl tried    50904 cl shrink        0 lits rem          0 time: 0.09
170.60/170.63	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.18
170.60/170.64	c calculated reachability. Time: 0.00
170.60/170.64	c  N dy  2360    357934     29156    124544         0     50904    378225   5307278    157.65   no data
179.59/179.69	c  N dy  2497    378021     29156    124544         0     38992    378225   2152996    157.76    170.25
190.90/190.95	c  N dy  2627    398075     29156    124544         0     59046    378225   7053737    157.73    166.59
200.39/200.43	c  N dy  2762    418107     29156    124544         0     46078    378225   3661721    157.72    173.76
209.80/209.85	c  N dy  2907    438193     29156    124544         0     66163    378225   8617899    157.81    170.70
218.80/218.81	c  N dy  3043    458200     29156    124544         0     52171    378225   4926195    157.85    166.60
228.20/228.24	c  N dy  3178    478212     29156    124544         0     37186    378225    984433    157.89    188.57
237.30/237.31	c  N dy  3308    498289     29156    124544         0     57263    378225   5850804    157.86    169.91
246.70/246.77	c  N dy  3449    518413     29156    124544         0     41388    378225   1769290    157.92    168.30
255.10/255.18	c  S st  3573    536902     29156    124544         0     59876    378225   6287339    157.90    129.73
255.39/255.44	c  S st  3573    537406     29156    124544         0     60380    378225   6384023    157.90   no data
255.39/255.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
255.49/255.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
255.59/255.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
255.59/255.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
255.59/255.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
255.59/255.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
255.59/255.64	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
255.69/255.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
256.09/256.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
259.29/259.34	c lits-rem:         1  cl-subs:        9  v-elim:      0  v-fix:    0  time:  3.20 s
259.29/259.35	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
259.39/259.46	c vivif2 --  cl tried    60371 cl shrink        0 lits rem          0 time: 0.11
259.60/259.66	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.20
259.60/259.67	c calculated reachability. Time: 0.00
259.60/259.67	c  N dy  3573    537406     29156    124544         0     60371    378225   6379052    157.90   no data
269.20/269.21	c  N dy  3709    557475     29156    124544         0     43445    378225   2059898    157.99    167.01
278.59/278.60	c  N dy  3853    577585     29156    124544         0     63555    378225   7002720    158.06    166.38
288.30/288.30	c  N dy  3987    597732     29156    124544         0     45704    378225   2379030    158.06    167.27
297.60/297.68	c  N dy  4133    617799     29156    124544         0     65771    378225   7346152    158.15    179.77
310.30/310.32	c  N dy  4268    637847     29156    124544         0     46819    378225   2453274    158.24    167.84
321.21/321.25	c  N dy  4407    657941     29156    124544         0     66913    378225   7462369    158.32    170.47
330.70/330.78	c  N dy  4539    677985     29156    124544         0     46960    378225   2138110    158.31    168.11
340.19/340.24	c  N dy  4681    698042     29156    124544         0     67017    378225   7061436    158.35    168.36
349.99/350.08	c  N dy  4813    718140     29156    124544         0     46117    378225   1751133    158.33    167.46
359.30/359.36	c  N dy  4941    738217     29156    124544         0     66193    378225   6613390    158.26    170.82
369.40/369.48	c  N dy  5080    758324     29156    124544         0     44294    378225   1058641    158.30    171.35
378.90/378.90	c  N dy  5216    778367     29156    124544         0     64336    378225   5937375    158.31    167.45
388.90/388.91	c  N dy  5347    798368     29156    124544         0     84337    378225  10794792    158.32    186.29
392.50/392.61	c  S st  5400    806109     29156    124544         0     49073    378225   2016592    158.32   no data
392.80/392.85	c  S st  5400    806611     29156    124544         0     49575    378225   2111492    158.32   no data
392.80/392.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
392.90/392.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
392.90/392.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
393.00/393.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
393.00/393.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
393.00/393.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
393.00/393.03	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
393.10/393.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
393.20/393.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
394.00/394.05	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.78 s
394.00/394.07	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
394.10/394.11	c vivif2 --  cl tried    49575 cl shrink        0 lits rem          0 time: 0.04
394.20/394.29	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.18
394.30/394.30	c calculated reachability. Time: 0.00
394.30/394.30	c  N dy  5400    806611     29156    124544         0     49575    378225   2111490    158.32   no data
403.80/403.83	c  N dy  5538    826616     29156    124544         0     69580    378225   6991235    158.31    170.71
414.10/414.10	c  N dy  5669    846825     29156    124544         0     45789    378225    915746    158.27    172.86
423.40/423.46	c  N dy  5806    866844     29156    124544         0     65807    378225   5855652    158.31    167.61
433.60/433.63	c  N dy  5946    886877     29156    124544         0     85840    378225  10807139    158.35    170.65
443.70/443.78	c  N dy  6085    906962     29156    124544         0     60927    378225   4510716    158.40    170.91
457.51/457.60	c  N dy  6222    927072     29156    124544         0     81036    378225   9388639    158.38    167.17
468.30/468.38	c  N dy  6360    947199     29156    124544         0     55163    378225   2696516    158.38    167.14
478.00/478.07	c  N dy  6493    967256     29156    124544         0     75219    378225   7659464    158.40    167.64
488.50/488.58	c  N dy  6639    987303     29156    124544         0     48264    378225    812271    158.43    167.86
498.21/498.21	c  N dy  6773   1007693     29156    124544         0     68654    378225   5885773    158.46    167.78
508.51/508.50	c  N dy  6906   1027745     29156    124544         0     88705    378225  10857425    158.49    181.26
518.30/518.39	c  N dy  7044   1047767     29156    124544         0     60732    378225   3673473    158.51    192.64
528.41/528.47	c  N dy  7185   1068040     29156    124544         0     81003    378225   8633761    158.53    170.27
530.50/530.50	c  F st  7216   1071877     29156    124544         0     84840    378225   9586718    158.54   no data
539.02/539.05	c  N dy  7298   1088107     29156    124544         0     52077    378225   1245885    158.56    175.91
548.51/548.52	c  N dy  7427   1108203     29156    124544         0     72173    378225   6093216    158.51    169.54
558.90/558.97	c  N dy  7560   1128232     29156    124544         0     92200    378225  10953608    158.49    167.00
568.91/568.99	c  N dy  7697   1148310     29156    124544         0     62275    378225   3507713    158.50    167.80
579.01/579.09	c  N dy  7835   1168319     29156    124544         0     82281    378225   8407706    158.53    175.29
589.71/589.79	c  N dy  7969   1188336     29156    124544         0     51302    378225    598313    158.55    184.07
599.60/599.65	c  N dy  8108   1208357     29156    124544         0     71318    378225   5619246    158.58    174.70
600.51/600.59	c  S st  8117   1209916     29156    124544         0     72877    378225   5980120    158.58   no data
600.91/600.92	c  S st  8117   1210418     29156    124544         0     73378    378225   6071722    158.58   no data
600.91/600.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
601.01/601.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.13
601.11/601.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
601.11/601.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
601.11/601.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
601.11/601.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
601.11/601.16	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.02 s
601.31/601.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
601.72/601.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
605.41/605.45	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.72 s
605.41/605.48	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.02
605.61/605.62	c vivif2 --  cl tried    73375 cl shrink        0 lits rem          0 time: 0.14
605.91/605.91	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.29
605.91/605.92	c calculated reachability. Time: 0.00
605.91/605.92	c  N dy  8117   1210418     29156    124544         0     73375    378225   6070359    158.58   no data
620.70/620.76	c  N dy  8249   1230462     29156    124544         0     93416    378225  10895403    158.56    169.41
632.21/632.20	c  N dy  8384   1250565     29156    124544         0     61526    378225   2891505    158.57    174.89
642.10/642.12	c  N dy  8523   1270640     29156    124544         0     81598    378225   7806098    158.58    221.73
652.81/652.86	c  N dy  8658   1290686     29156    124544         0    101643    378225  12690471    158.57    166.92
662.80/662.89	c  N dy  8801   1310917     29156    124544         0     68876    378225   4425242    158.58    166.96
673.11/673.20	c  N dy  8942   1330959     29156    124544         0     88917    378225   9418873    158.61    167.37
684.11/684.19	c  N dy  9085   1350982     29156    124544         0     54943    378225    763874    158.65    167.14
693.90/693.96	c  N dy  9216   1371077     29156    124544         0     75038    378225   5679590    158.62    167.40
704.31/704.39	c  N dy  9353   1391082     29156    124544         0     95041    378225  10628662    158.63    218.88
715.20/715.28	c  N dy  9492   1411143     29156    124544         0     60105    378225   1787221    158.65    167.46
725.30/725.33	c  N dy  9632   1431242     29156    124544         0     80203    378225   6771782    158.69    168.30
736.01/736.01	c  N dy  9772   1451260     29156    124544         0    100221    378225  11756204    158.72    168.43
746.61/746.60	c  N dy  9911   1471268     29156    124544         0     64235    378225   2535529    158.74    168.69
756.72/756.79	c  N dy 10046   1491438     29156    124544         0     84402    378225   7475781    158.74    171.57
767.41/767.48	c  N dy 10183   1511470     29156    124544         0    104430    378225  12437862    158.77    183.66
779.71/779.78	c  N dy 10327   1531529     29156    124544         0     67490    378225   3132637    158.80    205.02
790.41/790.41	c  N dy 10461   1551615     29156    124544         0     87573    378225   8011850    158.79    171.99
801.51/801.55	c  N dy 10605   1571741     29156    124544         0    107699    378225  12967401    158.80    167.38
811.91/811.92	c  N dy 10740   1591819     29156    124544         0     69782    378225   3496344    158.82    172.05
822.31/822.35	c  N dy 10883   1611873     29156    124544         0     89834    378225   8562779    158.89    171.34
833.21/833.28	c  N dy 11016   1631881     29156    124544         0    109841    378225  13548964    158.91    173.25
843.91/843.90	c  N dy 11150   1652007     29156    124544         0     70974    378225   3508242    158.91    171.50
854.21/854.25	c  N dy 11286   1672078     29156    124544         0     91045    378225   8456507    158.91    177.62
865.32/865.37	c  N dy 11420   1692198     29156    124544         0    111165    378225  13425628    158.91    167.34
875.11/875.12	c  S st 11544   1710418     29156    124544         0     69380    378225   2867602    158.93    142.41
875.31/875.37	c  S st 11544   1710921     29156    124544         0     69883    378225   2962840    158.93   no data
875.31/875.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
875.41/875.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.11
875.51/875.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
875.51/875.54	c bin-w-bin subsume rem            0 bins  time:  0.01 s
875.51/875.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
875.51/875.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
875.51/875.57	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
875.62/875.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
875.81/875.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
877.82/877.81	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.95 s
877.82/877.83	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
877.82/877.88	c vivif2 --  cl tried    69879 cl shrink        0 lits rem          0 time: 0.05
878.01/878.09	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.21
878.11/878.10	c calculated reachability. Time: 0.00
878.11/878.10	c  N dy 11544   1710921     29156    124544         0     69879    378225   2960908    158.93   no data
888.41/888.46	c  N dy 11681   1730940     29156    124544         0     89896    378225   7959858    158.96    211.54
899.61/899.69	c  N dy 11818   1751098     29156    124544         0    110054    378225  12925846    158.96    168.96
910.41/910.48	c  N dy 11951   1771144     29156    124544         0     69099    378225   2543830    158.97    178.22
920.72/920.75	c  N dy 12090   1791274     29156    124544         0     89228    378225   7516974    158.97    167.59
931.73/931.71	c  N dy 12225   1811383     29156    124544         0    109337    378225  12464324    158.97    167.38
944.93/944.97	c  N dy 12358   1831472     29156    124544         0     67434    378225   1952087    158.98    172.09
955.41/955.45	c  N dy 12487   1851578     29156    124544         0     87540    378225   6855748    158.98    167.68
966.61/966.62	c  N dy 12626   1871739     29156    124544         0    107700    378225  11847029    158.99    183.27
978.11/978.18	c  N dy 12769   1891844     29156    124544         0     64813    378225   1026919    159.02    167.73
988.22/988.27	c  N dy 12906   1911965     29156    124544         0     84933    378225   5985980    159.02    169.26
999.21/999.27	c  N dy 13046   1932058     29156    124544         0    105022    378225  10948014    159.04    183.55
1010.71/1010.75	c  N dy 13185   1952116     29156    124544         0    125079    378225  15910883    159.06    167.51
1021.01/1021.09	c  N dy 13315   1972162     29156    124544         0     81120    378225   4835884    159.07    169.50
1031.72/1031.73	c  N dy 13451   1992276     29156    124544         0    101234    378225   9745738    159.06    168.36
1043.12/1043.12	c  N dy 13577   2012311     29156    124544         0    121268    378225  14667535    159.05    168.83
1054.02/1054.03	c  N dy 13707   2032347     29156    124544         0     76306    378225   3330195    159.03    168.04
1064.52/1064.54	c  N dy 13846   2052413     29156    124544         0     96372    378225   8303101    159.05    178.63
1075.92/1075.94	c  N dy 13984   2072441     29156    124544         0    116398    378225  13302299    159.07    167.94
1087.52/1087.50	c  N dy 14118   2092527     29156    124544         0     70489    378225   1682446    159.07    167.75
1097.72/1097.79	c  N dy 14256   2112560     29156    124544         0     90521    378225   6552403    159.06    173.01
1108.83/1108.84	c  N dy 14389   2132599     29156    124544         0    110557    378225  11511826    159.05    183.45
1122.32/1122.31	c  N dy 14518   2152699     29156    124544         0    130656    378225  16431027    159.03    173.74
1138.72/1138.73	c  N dy 14663   2172733     29156    124544         0     83692    378225   4890937    159.08    264.70
1152.52/1152.58	c  N dy 14800   2192765     29156    124544         0    103722    378225   9872395    159.09    173.16
1163.92/1163.91	c  S st 14922   2210921     29156    124544         0    121876    378225  14353435    159.09    150.99
1164.22/1164.25	c  S st 14922   2211422     29156    124544         0    122377    378225  14440672    159.09   no data
1164.22/1164.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1164.42/1164.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.16
1164.42/1164.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1164.42/1164.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1164.42/1164.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1164.52/1164.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29156 time:  0.01 s
1164.52/1164.52	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1164.72/1164.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
1165.52/1165.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1173.52/1173.58	c lits-rem:         2  cl-subs:       10  v-elim:      0  v-fix:    0  time:  7.97 s
1173.52/1173.59	c vivif2 --  cl tried   124544 cl shrink        0 lits rem          0 time: 0.01
1173.82/1173.84	c vivif2 --  cl tried   122367 cl shrink        0 lits rem          0 time: 0.24
1174.12/1174.14	c asymm  cl-useful: 0/124544/124544 lits-rem:0 time: 0.30
1174.12/1174.15	c calculated reachability. Time: 0.00
1174.12/1174.15	c  N dy 14922   2211422     29156    124544         0    122367    378225  14436681    159.09   no data
1185.73/1185.74	c  N dy 15063   2231423     29156    124544         0     74373    378225   2215117    159.12    174.75
1196.32/1196.39	c  N dy 15193   2251601     29156    124544         0     94551    378225   7257200    159.12    167.81
1207.62/1207.62	c  N dy 15334   2271655     29156    124544         0    114604    378225  12186670    159.12    172.21
1219.93/1219.95	c  N dy 15483   2291777     29156    124544         0    134725    378225  17223054    159.16    167.88
1230.82/1230.83	c  N dy 15630   2311782     29156    124544         0     85732    378225   4794299    159.20    219.33
1241.72/1241.78	c  N dy 15772   2331886     29156    124544         0    105834    378225   9822683    159.21    167.84
1253.62/1253.63	c  N dy 15909   2352102     29156    124544         0    126046    378225  14830873    159.22    168.78
1265.32/1265.39	c  N dy 16049   2372211     29156    124544         0     76155    378225   2117824    159.24    167.76
1275.83/1275.80	c  N dy 16192   2392412     29156    124544         0     96355    378225   7170244    159.26    168.30
1287.04/1287.04	c  N dy 16328   2412542     29156    124544         0    116485    378225  12117258    159.27    168.49
1299.14/1299.14	c  N dy 16464   2432610     29156    124544         0    136552    378225  17048214    159.27    169.67

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.93 1.57 2.42 5/365 5091
/proc/meminfo: memFree=13563180/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=23688 CPUtime=0 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 1318 0 0 0 0 0 0 0 20 0 1 0 630645086 24256512 1161 33554432000 4194304 4580011 140734523355712 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 5922 1166 322 95 0 904 0

[startup+0.0770881 s]
/proc/loadavg: 0.93 1.57 2.42 5/365 5091
/proc/meminfo: memFree=13563180/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=44524 CPUtime=0.06 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 5497 0 0 0 6 0 0 0 20 0 1 0 630645086 45592576 4921 33554432000 4194304 4580011 140734523355712 18446744073709551615 4501488 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 11131 4921 337 95 0 6113 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44524

[startup+0.101129 s]
/proc/loadavg: 0.93 1.57 2.42 5/365 5091
/proc/meminfo: memFree=13563180/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=44524 CPUtime=0.08 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 5499 0 0 0 8 0 0 0 20 0 1 0 630645086 45592576 4923 33554432000 4194304 4580011 140734523355712 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 11131 4923 339 95 0 6113 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44524

[startup+0.30112 s]
/proc/loadavg: 0.93 1.57 2.42 5/365 5091
/proc/meminfo: memFree=13563180/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=66600 CPUtime=0.29 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 10755 0 0 0 28 1 0 0 21 0 1 0 630645086 68198400 10179 33554432000 4194304 4580011 140734523355712 18446744073709551615 4451463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 16650 10179 352 95 0 11632 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66600

[startup+0.701037 s]
/proc/loadavg: 0.93 1.57 2.42 5/365 5091
/proc/meminfo: memFree=13563180/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=62816 CPUtime=0.68 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 11427 0 0 0 67 1 0 0 22 0 1 0 630645086 64323584 9377 33554432000 4194304 4580011 140734523355712 18446744073709551615 4318296 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 15704 9377 364 95 0 10686 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62816

[startup+1.50087 s]
/proc/loadavg: 0.93 1.57 2.42 5/377 5109
/proc/meminfo: memFree=13458428/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=62816 CPUtime=1.48 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 12084 0 0 0 147 1 0 0 25 0 1 0 630645086 64323584 10034 33554432000 4194304 4580011 140734523355712 18446744073709551615 4316455 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 15704 10034 364 95 0 10686 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62816

[startup+3.10062 s]
/proc/loadavg: 1.17 1.61 2.43 5/377 5109
/proc/meminfo: memFree=13429800/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=95632 CPUtime=3.09 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 13137 0 0 0 307 2 0 0 25 0 1 0 630645086 97927168 11087 33554432000 4194304 4580011 140734523355712 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 23908 11087 364 95 0 18890 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95632

[startup+6.30105 s]
/proc/loadavg: 1.17 1.61 2.43 5/377 5109
/proc/meminfo: memFree=13411572/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=95632 CPUtime=6.29 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 15132 0 0 0 626 3 0 0 25 0 1 0 630645086 97927168 13082 33554432000 4194304 4580011 140734523355712 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 23908 13082 364 95 0 18890 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95632

[startup+12.7009 s]
/proc/loadavg: 1.61 1.69 2.45 5/377 5109
/proc/meminfo: memFree=13386552/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=201868 CPUtime=12.69 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 38618 0 0 0 1262 7 0 0 25 0 1 0 630645086 206712832 31086 33554432000 4194304 4580011 140734523355712 18446744073709551615 4415945 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 50467 31086 367 95 0 45449 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201868

[startup+25.5006 s]
/proc/loadavg: 1.97 1.76 2.46 5/377 5110
/proc/meminfo: memFree=13186400/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=214032 CPUtime=25.48 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 48836 0 0 0 2539 9 0 0 25 0 1 0 630645086 219168768 34540 33554432000 4194304 4580011 140734523355712 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 53508 34540 367 95 0 48490 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 214032

[startup+51.101 s]
/proc/loadavg: 2.66 1.94 2.50 5/377 5110
/proc/meminfo: memFree=13021116/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=296800 CPUtime=51.09 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 83117 0 0 0 5092 17 0 0 25 0 1 0 630645086 303923200 55200 33554432000 4194304 4580011 140734523355712 18446744073709551615 4484368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 74200 55200 367 95 0 69182 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 296800

[startup+102.314 s]
/proc/loadavg: 3.46 2.29 2.59 5/377 5112
/proc/meminfo: memFree=12935880/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=270996 CPUtime=102.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 110557 0 0 0 10207 23 0 0 25 0 1 0 630645086 277499904 62595 33554432000 4194304 4580011 140734523355712 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 67749 62595 367 95 0 62731 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 270996

[startup+162.301 s]
/proc/loadavg: 3.86 2.61 2.68 5/377 5113
/proc/meminfo: memFree=12869240/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=288852 CPUtime=162.29 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 135713 0 0 0 16199 30 0 0 25 0 1 0 630645086 295784448 67063 33554432000 4194304 4580011 140734523355712 18446744073709551615 4293131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 72213 67063 367 95 0 67195 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 288852

[startup+222.3 s]
/proc/loadavg: 4.06 2.89 2.77 5/377 5115
/proc/meminfo: memFree=12778564/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=360956 CPUtime=222.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 160976 0 0 0 22193 37 0 0 25 0 1 0 630645086 369618944 74617 33554432000 4194304 4580011 140734523355712 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 90239 74617 367 95 0 85221 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 360956

[startup+282.301 s]
/proc/loadavg: 4.02 3.09 2.84 5/377 5117
/proc/meminfo: memFree=12739444/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=369292 CPUtime=282.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 185034 0 0 0 28186 44 0 0 25 0 1 0 630645086 378155008 78752 33554432000 4194304 4580011 140734523355712 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 92323 78752 367 95 0 87305 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 369292

[startup+342.301 s]
/proc/loadavg: 4.01 3.25 2.91 5/377 5118
/proc/meminfo: memFree=12671684/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=384044 CPUtime=342.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 210226 0 0 0 34180 50 0 0 25 0 1 0 630645086 393261056 81637 33554432000 4194304 4580011 140734523355712 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 96011 81637 367 95 0 90993 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 384044

[startup+402.3 s]
/proc/loadavg: 4.00 3.39 2.98 5/377 5120
/proc/meminfo: memFree=12688352/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=384524 CPUtime=402.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 232580 0 0 0 40173 57 0 0 25 0 1 0 630645086 393752576 79843 33554432000 4194304 4580011 140734523355712 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 96131 79843 367 95 0 91113 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 384524

[startup+462.301 s]
/proc/loadavg: 4.05 3.51 3.04 5/377 5121
/proc/meminfo: memFree=12649500/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=384972 CPUtime=462.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 255099 0 0 0 46165 65 0 0 25 0 1 0 630645086 394211328 84878 33554432000 4194304 4580011 140734523355712 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 96243 84878 367 95 0 91225 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 384972

[startup+522.301 s]
/proc/loadavg: 4.06 3.61 3.11 5/377 5123
/proc/meminfo: memFree=12662220/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=385656 CPUtime=522.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 277657 0 0 0 52159 71 0 0 25 0 1 0 630645086 394911744 79345 33554432000 4194304 4580011 140734523355712 18446744073709551615 4295914 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 96414 79345 367 95 0 91396 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 385656

[startup+582.301 s]
/proc/loadavg: 4.06 3.69 3.16 5/377 5125
/proc/meminfo: memFree=12629552/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=387304 CPUtime=582.3 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 302473 0 0 0 58151 79 0 0 25 0 1 0 630645086 396599296 83955 33554432000 4194304 4580011 140734523355712 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 96826 83955 367 95 0 91808 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 387304

[startup+642.3 s]
/proc/loadavg: 4.02 3.75 3.21 5/377 5126
/proc/meminfo: memFree=12607084/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=387792 CPUtime=642.31 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 321266 0 0 0 64144 87 0 0 25 0 1 0 630645086 397099008 81954 33554432000 4194304 4580011 140734523355712 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 96948 81954 367 95 0 91930 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 387792

[startup+702.301 s]
/proc/loadavg: 4.01 3.79 3.26 5/377 5128
/proc/meminfo: memFree=12592896/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=396160 CPUtime=702.31 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 346836 0 0 0 70135 96 0 0 25 0 1 0 630645086 405667840 85687 33554432000 4194304 4580011 140734523355712 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 99040 85687 367 95 0 94022 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 396160

[startup+762.314 s]
/proc/loadavg: 4.11 3.86 3.31 5/377 5129
/proc/meminfo: memFree=12560500/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=396472 CPUtime=762.32 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 370272 0 0 0 76129 103 0 0 25 0 1 0 630645086 405987328 86122 33554432000 4194304 4580011 140734523355712 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 99118 86122 367 95 0 94100 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 396472

[startup+822.301 s]
/proc/loadavg: 4.04 3.88 3.35 5/377 5134
/proc/meminfo: memFree=12558088/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=411296 CPUtime=822.31 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 396088 0 0 0 82121 110 0 0 25 0 1 0 630645086 421167104 88180 33554432000 4194304 4580011 140734523355712 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 102824 88180 367 95 0 97806 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 411296

[startup+882.3 s]
/proc/loadavg: 4.01 3.90 3.39 5/377 5136
/proc/meminfo: memFree=12596812/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=411480 CPUtime=882.31 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 417685 0 0 0 88115 116 0 0 25 0 1 0 630645086 421355520 84747 33554432000 4194304 4580011 140734523355712 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 102870 84747 367 95 0 97852 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 411480

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.43 5/377 5137
/proc/meminfo: memFree=12565144/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=350936 CPUtime=942.31 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 441497 0 0 0 94108 123 0 0 25 0 1 0 630645086 359358464 82716 33554432000 4194304 4580011 140734523355712 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 87734 82716 367 95 0 82716 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 350936

[startup+1002.3 s]
/proc/loadavg: 4.13 3.96 3.47 5/377 5139
/proc/meminfo: memFree=12538292/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=412304 CPUtime=1002.32 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 464055 0 0 0 100102 130 0 0 25 0 1 0 630645086 422199296 91917 33554432000 4194304 4580011 140734523355712 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 103076 91917 367 95 0 98058 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 412304

[startup+1062.3 s]
/proc/loadavg: 4.11 3.98 3.51 5/377 5140
/proc/meminfo: memFree=12577296/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=412936 CPUtime=1062.32 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 486383 0 0 0 106096 136 0 0 25 0 1 0 630645086 422846464 87039 33554432000 4194304 4580011 140734523355712 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 103234 87039 367 95 0 98216 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 412936

[startup+1122.3 s]
/proc/loadavg: 4.10 4.00 3.54 5/377 5142
/proc/meminfo: memFree=12491056/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=413148 CPUtime=1122.32 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 509504 0 0 0 112088 144 0 0 25 0 1 0 630645086 423063552 96095 33554432000 4194304 4580011 140734523355712 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 103287 96095 367 95 0 98269 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 413148

[startup+1182.3 s]
/proc/loadavg: 4.03 4.00 3.57 5/377 5144
/proc/meminfo: memFree=12335264/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=479812 CPUtime=1182.32 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 552619 0 0 0 118078 154 0 0 25 0 1 0 630645086 491327488 113647 33554432000 4194304 4580011 140734523355712 18446744073709551615 4318687 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 119953 113647 367 95 0 114935 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 479812

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.59 5/377 5145
/proc/meminfo: memFree=12327632/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=480116 CPUtime=1242.32 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 582301 0 0 0 124068 164 0 0 25 0 1 0 630645086 491638784 105989 33554432000 4194304 4580011 140734523355712 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 120029 105989 367 95 0 115011 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 480116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.01 3.62 5/377 5147
/proc/meminfo: memFree=12327992/32951124 swapFree=65051360/67111528
[pid=5091] ppid=5089 vsize=480284 CPUtime=1300.03 cores=0,2
/proc/5091/stat : 5091 (strangenight2-s) R 5089 5091 4643 0 -1 4202496 608612 0 0 0 129831 172 0 0 25 0 1 0 630645086 491810816 113274 33554432000 4194304 4580011 140734523355712 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5091/statm: 120071 113274 367 95 0 115053 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 480284

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.04
CPU time (s): 1300.07
CPU user time (s): 1298.32
CPU system time (s): 1.74773
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 495528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.32
system time used= 1.74773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 608614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 1845

runsolver used 4.93325 second user time and 10.4914 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 16:11:28
IDJOB=3367442
IDBENCH=82651
IDSOLVER=1845
FILE ID=node146/3367442-1305382288
RUNJOBID= node146-1305382288-5066
PBS_JOBID= 13324356
Free space on /tmp= 73268 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S285324961-078-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367442-1305382288/watcher-3367442-1305382288 -o /tmp/evaluation-result-3367442-1305382288/solver-3367442-1305382288 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367442-1305382288.cnf

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

MD5SUM BENCH= 7b0b378358197932f5212c7e9e31a14b
RANDOM SEED=1785362812

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      13564204 kB
Buffers:        262236 kB
Cached:        3425832 kB
SwapCached:      41828 kB
Active:       11479720 kB
Inactive:      7619780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13564204 kB
SwapTotal:    67111528 kB
SwapFree:     65051360 kB
Dirty:           16064 kB
Writeback:           0 kB
AnonPages:    15376824 kB
Mapped:          22008 kB
Slab:           163400 kB
PageTables:      59272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81765676 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= 73244 MiB
End job on node146 at 2011-05-14 16:33:10