Trace number 3367477

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.09 1300.04

General information on the benchmark

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

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367477-1305383311.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.00/0.09	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.00/0.09	c -- vars added      35000
0.00/0.09	c Parsing time:  0.08 s
0.00/0.09	c  N st     0         0     35000    147000         0         0    441000         0   no data   no data
0.08/0.19	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.11
0.18/0.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
0.18/0.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.28/0.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.28/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.28/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.28/0.33	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.48/0.51	c lits-rem:         0  cl-subs:        0  v-elim:    857  v-fix:    0  time:  0.18 s
0.48/0.52	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.56	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.48/0.56	c calculated reachability. Time: 0.00
0.48/0.57	c Calc default polars -  time:   0.01 s pos:   15601 undec:    3826 neg:   15573
0.48/0.57	c =========================================================================================
0.48/0.57	c types(t): F = full restart, N = normal restart
0.48/0.57	c types(t): S = simplification begin/end, E = solution found
0.48/0.57	c restart types(rt): st = static, dy = dynamic
0.48/0.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.57	c  B st     0         0     34143    146021         0         0    443274         0   no data   no data
1.99/2.08	c  N dy    19      4102     34143    146021         0      4101    443274   1219992    170.70    185.09
3.58/3.66	c  N dy    46      8154     34143    146021         0      8153    443274   2239097    168.19    177.50
5.08/5.19	c  N dy    72     12206     34143    146021         0     12205    443274   3270058    167.40    179.19
6.69/6.78	c  N dy    99     16339     34143    146021         0     16338    443274   4295349    166.78    176.57
8.29/8.38	c  N dy   123     20413     34143    146021         0     10415    443274    750841    165.67    176.62
9.90/9.91	c  N dy   149     24467     34143    146021         0     14469    443274   1773588    165.79    176.28
10.08/10.14	c  F st   154     25000     34143    146021         0     15002    443274   1913857    166.05   no data
12.29/12.36	c  N dy   160     30000     34143    146021         0     20002    443274   3743569    166.05   no data
12.29/12.36	c  S st   160     30000     34143    146021         0     20002    443274   3743569    166.05   no data
12.49/12.56	c  S st   160     30503     34143    146021         0     20505    443274   3835916    166.05   no data
12.49/12.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.59/12.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
12.69/12.71	c blocked clauses removed:      709 vars:    109 tried:       34143 T: 0.02 s
12.69/12.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.69/12.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.69/12.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34034 time:  0.01 s
12.69/12.75	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
12.89/12.90	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.15 s
13.09/13.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.08/14.13	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.91 s
14.19/14.28	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.15
14.19/14.29	c calculated reachability. Time: 0.00
14.19/14.29	c  N dy   160     30503     34025    145304         0     20361    441172   3778956    166.05   no data
15.88/15.95	c  N dy   189     34613     34025    145304         0     24470    441172   4848409    166.62    188.58
17.60/17.63	c  N dy   218     38673     34025    145304         0     28530    441172   5888668    167.22    186.03
19.29/19.31	c  N dy   250     42676     34025    145304         0     17105    441172   1221981    167.49    179.68
20.59/20.67	c  S st   275     45754     34025    145304         0     20183    441172   2053679    168.25   no data
20.80/20.90	c  S st   275     46262     34025    145304         0     20691    441172   2154586    168.25   no data
20.90/20.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20.99/21.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
20.99/21.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.99/21.05	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.99/21.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.99/21.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
20.99/21.08	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
21.19/21.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
21.28/21.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.59/21.62	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.27 s
21.59/21.64	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.02
21.59/21.67	c vivif2 --  cl tried    20689 cl shrink        0 lits rem          0 time: 0.03
21.79/21.83	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.16
21.79/21.84	c calculated reachability. Time: 0.00
21.79/21.84	c  N dy   275     46262     34025    145304         0     20689    441172   2153847    168.25   no data
23.59/23.62	c  N dy   299     50451     34025    145304         0     24877    441172   3176786    167.64    176.89
25.38/25.49	c  N dy   327     54625     34025    145304         0     29051    441172   4255010    167.92    185.76
27.19/27.24	c  N dy   356     58634     34025    145304         0     33059    441172   5299086    168.22    178.10
28.98/29.00	c  N dy   379     62896     34025    145304         0     37321    441172   6347809    167.75    176.80
30.70/30.73	c  N dy   407     67148     34025    145304         0     22860    441172   1792054    167.43    176.40
31.59/31.66	c  S st   421     69394     34025    145304         0     25106    441172   2355540    167.38   no data
31.79/31.86	c  S st   421     69897     34025    145304         0     25609    441172   2451956    167.38   no data
31.79/31.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
31.90/31.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
31.90/32.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.99/32.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.99/32.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.99/32.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
31.99/32.03	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
32.09/32.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
32.19/32.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.58/32.68	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.37 s
32.58/32.69	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.02
32.68/32.73	c vivif2 --  cl tried    25607 cl shrink        0 lits rem          0 time: 0.04
32.78/32.89	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.16
32.89/32.91	c calculated reachability. Time: 0.00
32.89/32.91	c  N dy   421     69897     34025    145304         0     25607    441172   2451717    167.38   no data
34.68/34.76	c  N dy   454     74386     34025    145304         0     30095    441172   3563249    167.38    186.23
36.79/36.87	c  N dy   484     79221     34025    145304         0     34929    441172   4824227    167.48    182.08
39.29/39.31	c  N dy   520     84321     34025    145304         0     40029    441172   6112607    167.41    177.43
40.70/40.79	c  F st   540     87500     34025    145304         0     22362    441172   1088925    167.32   no data
42.29/42.37	c  N st   545     90804     34025    145304         0     25666    441172   2236796    167.32   no data
45.00/45.05	c  N dy   572     96654     34025    145304         0     31516    441172   4047988    167.44    177.55
47.69/47.77	c  N dy   615    102952     34025    145304         0     37814    441172   5675770    167.44    177.26
48.49/48.55	c  S st   626    104845     34025    145304         0     39707    441172   6146904    167.36   no data
48.69/48.78	c  S st   626    105350     34025    145304         0     40212    441172   6227352    167.36   no data
48.79/48.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
48.79/48.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
48.89/48.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.89/48.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
48.89/48.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
48.89/48.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
48.89/48.97	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
49.09/49.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
49.39/49.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
50.98/51.05	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.56 s
50.98/51.06	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.01
51.08/51.16	c vivif2 --  cl tried    40207 cl shrink        0 lits rem          0 time: 0.10
51.28/51.34	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.18
51.28/51.35	c calculated reachability. Time: 0.00
51.28/51.35	c  N dy   626    105350     34025    145304         0     40207    441172   6223211    167.36   no data
54.29/54.39	c  N dy   674    112191     34025    145304         0     24616    441172   1257038    167.68    177.46
57.39/57.40	c  N dy   721    119455     34025    145304         0     31880    441172   3094678    167.67    176.63
60.69/60.70	c  N dy   771    127095     34025    145304         0     39520    441172   5078744    167.69    178.18
64.58/64.67	c  N dy   823    135285     34025    145304         0     23992    441172    693589    167.46    180.25
68.58/68.64	c  N dy   886    144096     34025    145304         0     32803    441172   2966540    167.57    188.06
72.60/72.66	c  N dy   948    153313     34025    145304         0     42019    441172   5335622    167.63    177.86
74.69/74.76	c  S st   980    158025     34025    145304         0     46731    441172   6542972    167.65    165.21
74.99/75.00	c  S st   980    158530     34025    145304         0     47236    441172   6639633    167.65   no data
74.99/75.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
75.09/75.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
75.09/75.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.09/75.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
75.09/75.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
75.09/75.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
75.19/75.20	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
75.29/75.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
75.69/75.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
77.89/77.92	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.19 s
77.89/77.93	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.01
78.00/78.04	c vivif2 --  cl tried    47234 cl shrink        0 lits rem          0 time: 0.10
78.19/78.23	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.19
78.19/78.24	c calculated reachability. Time: 0.00
78.19/78.24	c  N dy   980    158530     34025    145304         0     47234    441172   6639209    167.65   no data
82.59/82.63	c  N dy  1048    168744     34025    145304         0     32593    441172   2549556    167.62    177.31
87.29/87.35	c  N dy  1122    179603     34025    145304         0     43452    441172   5318237    167.63    177.34
92.40/92.49	c  N dy  1194    191207     34025    145304         0     29130    441172   1355309    167.58    178.30
97.90/97.94	c  N dy  1284    203477     34025    145304         0     41400    441172   4573413    167.87    195.52
104.39/104.50	c  N dy  1374    216577     34025    145304         0     27537    441172    703889    168.01    184.19
110.79/110.89	c  N dy  1472    230443     34025    145304         0     41401    441172   4237958    168.02    179.27
114.19/114.23	c  S st  1521    237795     34025    145304         0     48751    441172   6103143    167.99    141.28
114.40/114.47	c  S st  1521    238296     34025    145304         0     49252    441172   6211294    167.99   no data
114.40/114.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
114.49/114.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
114.59/114.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
114.59/114.63	c bin-w-bin subsume rem            0 bins  time:  0.01 s
114.59/114.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
114.59/114.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
114.59/114.66	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
114.79/114.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
115.09/115.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
117.29/117.38	c lits-rem:         8  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.24 s
117.39/117.40	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.02
117.49/117.50	c vivif2 --  cl tried    49249 cl shrink        0 lits rem          0 time: 0.10
117.59/117.69	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.19
117.59/117.70	c calculated reachability. Time: 0.00
117.59/117.70	c  N dy  1521    238296     34025    145304         0     49249    441172   6209357    167.99   no data
124.59/124.61	c  N dy  1630    253568     34025    145304         0     36540    441172   2732472    168.03    184.76
131.90/131.98	c  N dy  1739    269763     34025    145304         0     52735    441172   6911118    168.14    182.79
139.79/139.83	c  N dy  1856    287111     34025    145304         0     41093    441172   3662612    168.21    178.77
148.30/148.34	c  N dy  1983    305578     34025    145304         0     59558    441172   8405716    168.18    179.04
148.69/148.70	c  F st  1988    306251     34025    145304         0     30237    441172    551110    168.19    135.04
157.31/157.38	c  N dy  2082    325281     34025    145304         0     49267    441172   6082411    168.09    179.44
167.50/167.56	c  N dy  2221    345324     34025    145304         0     38311    441172   2380480    168.16    199.30
173.70/173.74	c  S st  2312    357445     34025    145304         0     50432    441172   5517476    168.28   no data
173.99/174.00	c  S st  2312    357949     34025    145304         0     50936    441172   5616049    168.28   no data
173.99/174.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
174.09/174.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
174.09/174.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.09/174.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
174.09/174.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
174.19/174.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
174.19/174.21	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
174.29/174.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
174.59/174.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
176.69/176.77	c lits-rem:         4  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.10 s
176.69/176.79	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.02
176.79/176.88	c vivif2 --  cl tried    50930 cl shrink        0 lits rem          0 time: 0.09
177.00/177.08	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.20
177.00/177.09	c calculated reachability. Time: 0.00
177.00/177.09	c  N dy  2312    357949     34025    145304         0     50930    441172   5611672    168.28   no data
186.90/186.96	c  N dy  2450    378015     34025    145304         0     38999    441172   2305471    168.39    177.34
196.29/196.32	c  N dy  2591    398191     34025    145304         0     59174    441172   7489003    168.40    177.42
205.39/205.43	c  N dy  2721    418230     34025    145304         0     46210    441172   3867165    168.28    177.41
214.99/215.08	c  N dy  2866    438506     34025    145304         0     66485    441172   9117555    168.40    177.57
224.30/224.33	c  N dy  3007    458596     34025    145304         0     52574    441172   5343746    168.48    193.73
233.90/233.99	c  N dy  3140    478650     34025    145304         0     37630    441172   1186120    168.53    178.93
243.20/243.28	c  N dy  3275    498767     34025    145304         0     57746    441172   6400859    168.55    180.29
253.10/253.16	c  N dy  3418    519141     34025    145304         0     42124    441172   2081827    168.64    179.99
261.39/261.42	c  S st  3540    536923     34025    145304         0     59905    441172   6701115    168.63    170.18
261.60/261.67	c  S st  3540    537425     34025    145304         0     60407    441172   6781474    168.63   no data
261.60/261.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
261.71/261.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
261.82/261.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.82/261.85	c bin-w-bin subsume rem            0 bins  time:  0.01 s
261.82/261.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
261.82/261.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
261.82/261.88	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
262.00/262.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
262.30/262.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
265.40/265.43	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.03 s
265.40/265.44	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.01
265.50/265.55	c vivif2 --  cl tried    60404 cl shrink        0 lits rem          0 time: 0.11
265.70/265.76	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.21
265.70/265.77	c calculated reachability. Time: 0.00
265.70/265.77	c  N dy  3540    537425     34025    145304         0     60404    441172   6781103    168.63   no data
275.80/275.81	c  N dy  3683    557452     34025    145304         0     43434    441172   2151560    168.72    180.64
286.80/286.80	c  N dy  3828    577595     34025    145304         0     63576    441172   7374108    168.77    177.69
297.20/297.29	c  N dy  3973    597708     34025    145304         0     45687    441172   2551767    168.83    182.45
307.30/307.35	c  N dy  4107    617857     34025    145304         0     65835    441172   7723267    168.81    178.11
317.20/317.22	c  N dy  4254    637860     34025    145304         0     46838    441172   2564375    168.94    187.98
326.80/326.84	c  N dy  4393    657915     34025    145304         0     66892    441172   7724796    168.97    180.04
336.70/336.75	c  N dy  4534    678030     34025    145304         0     47007    441172   2308850    169.07    183.11
346.41/346.47	c  N dy  4677    698106     34025    145304         0     67081    441172   7541020    169.16    188.14
356.50/356.54	c  N dy  4819    718140     34025    145304         0     46117    441172   1813808    169.24    188.45
366.00/366.04	c  N dy  4954    738184     34025    145304         0     66158    441172   7022867    169.23    180.32
376.11/376.15	c  N dy  5084    758218     34025    145304         0     44195    441172   1068021    169.24    195.57
385.61/385.68	c  N dy  5223    778280     34025    145304         0     64257    441172   6299614    169.30    201.48
395.91/395.99	c  N dy  5366    798413     34025    145304         0     84390    441172  11527943    169.31    179.30
399.70/399.75	c  S st  5419    806137     34025    145304         0     49116    441172   2082052    169.33    149.72
400.00/400.00	c  S st  5419    806638     34025    145304         0     49617    441172   2197067    169.33   no data
400.00/400.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
400.10/400.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
400.10/400.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
400.10/400.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
400.10/400.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
400.10/400.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
400.20/400.20	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
400.31/400.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
400.41/400.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
401.10/401.12	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.67 s
401.10/401.14	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.01
401.10/401.17	c vivif2 --  cl tried    49616 cl shrink        0 lits rem          0 time: 0.04
401.30/401.37	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.19
401.30/401.38	c calculated reachability. Time: 0.00
401.30/401.38	c  N dy  5419    806638     34025    145304         0     49616    441172   2196412    169.33   no data
411.01/411.05	c  N dy  5557    826741     34025    145304         0     69716    441172   7433817    169.40    180.85
421.32/421.39	c  N dy  5692    846837     34025    145304         0     45814    441172    988794    169.46    195.70
431.00/431.00	c  N dy  5824    867012     34025    145304         0     65988    441172   6255123    169.47    181.70
441.40/441.48	c  N dy  5956    887085     34025    145304         0     86061    441172  11458281    169.44    179.00
451.10/451.19	c  N dy  6084    907110     34025    145304         0     61087    441172   4712066    169.44    205.37
461.21/461.26	c  N dy  6218    927203     34025    145304         0     81179    441172   9914139    169.48    178.67
471.41/471.43	c  N dy  6357    947243     34025    145304         0     55223    441172   2927537    169.51    180.66
481.31/481.37	c  N dy  6494    967282     34025    145304         0     75262    441172   8205586    169.55    178.55
491.91/491.91	c  N dy  6624    987477     34025    145304         0     48454    441172    889408    169.51    187.44
501.52/501.59	c  N dy  6759   1007612     34025    145304         0     68589    441172   6125670    169.52    178.48
511.91/511.90	c  N dy  6893   1027691     34025    145304         0     88668    441172  11327464    169.51    178.45
522.01/522.07	c  N dy  7032   1047770     34025    145304         0     60746    441172   3825680    169.52    184.25
532.12/532.18	c  N dy  7165   1067863     34025    145304         0     80839    441172   9139754    169.56    181.43
534.21/534.25	c  F st  7191   1071876     34025    145304         0     84852    441172  10158375    169.54    122.11
542.81/542.89	c  N dy  7270   1087966     34025    145304         0     51952    441172   1301717    169.56    180.28
552.72/552.76	c  N dy  7409   1108307     34025    145304         0     72293    441172   6559768    169.57    179.07
563.31/563.39	c  N dy  7545   1128391     34025    145304         0     92377    441172  11809832    169.63    182.29
573.51/573.54	c  N dy  7687   1148450     34025    145304         0     62430    441172   3792003    169.68    234.65
583.91/583.94	c  N dy  7831   1168617     34025    145304         0     82597    441172   9029832    169.71    180.12
594.91/594.93	c  N dy  7965   1188735     34025    145304         0     51717    441172    720927    169.72    179.14
604.82/604.83	c  N dy  8102   1208905     34025    145304         0     71885    441172   5938024    169.73    184.95
605.32/605.36	c  S st  8110   1209957     34025    145304         0     72937    441172   6199431    169.72    180.80
605.62/605.63	c  S st  8110   1210462     34025    145304         0     73442    441172   6292444    169.72   no data
605.62/605.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
605.72/605.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.12
605.82/605.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
605.82/605.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
605.82/605.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
605.82/605.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
605.82/605.85	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
606.02/606.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
606.32/606.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
609.52/609.51	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.16 s
609.52/609.52	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.02
609.62/609.62	c vivif2 --  cl tried    73438 cl shrink        0 lits rem          0 time: 0.10
609.82/609.85	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.23
609.82/609.87	c calculated reachability. Time: 0.00
609.82/609.87	c  N dy  8110   1210462     34025    145304         0     73438    441172   6290016    169.72   no data
620.33/620.39	c  N dy  8243   1230558     34025    145304         0     93532    441172  11540095    169.72    179.14
630.81/630.86	c  N dy  8377   1250582     34025    145304         0     61559    441172   3034151    169.72    181.51
640.92/640.92	c  N dy  8511   1270692     34025    145304         0     81669    441172   8187424    169.69    179.04
651.71/651.77	c  N dy  8646   1290693     34025    145304         0    101670    441172  13380846    169.70    185.52
661.91/661.90	c  N dy  8782   1310810     34025    145304         0     68788    441172   4598990    169.70    179.04
672.32/672.38	c  N dy  8913   1330876     34025    145304         0     88854    441172   9810229    169.69    183.18
683.62/683.63	c  N dy  9063   1351023     34025    145304         0     54999    441172    851793    169.73    185.27
693.51/693.58	c  N dy  9200   1371027     34025    145304         0     75001    441172   6050820    169.75    195.85
704.22/704.28	c  N dy  9340   1391200     34025    145304         0     95172    441172  11294939    169.78    179.15
715.32/715.31	c  N dy  9481   1411346     34025    145304         0     60318    441172   1899658    169.80    188.01
725.42/725.45	c  N dy  9615   1431399     34025    145304         0     80370    441172   7159158    169.81    182.20
736.32/736.38	c  N dy  9758   1451593     34025    145304         0    100563    441172  12439022    169.83    183.05
747.22/747.27	c  N dy  9899   1471625     34025    145304         0     64602    441172   2797966    169.86    179.78
758.03/758.08	c  N dy 10050   1491661     34025    145304         0     84637    441172   8144337    169.94    183.32
769.43/769.47	c  N dy 10191   1511757     34025    145304         0    104731    441172  13419915    169.96    191.87
780.13/780.13	c  N dy 10330   1531767     34025    145304         0     67739    441172   3336729    169.95    183.93
790.52/790.51	c  N dy 10466   1551811     34025    145304         0     87782    441172   8580471    169.96    182.73
801.62/801.61	c  N dy 10609   1571822     34025    145304         0    107792    441172  13848868    170.01    191.89
812.42/812.41	c  N dy 10755   1591836     34025    145304         0     69810    441172   3713650    170.06    187.42
822.74/822.73	c  N dy 10887   1611862     34025    145304         0     89834    441172   8939839    170.07    203.96
834.13/834.13	c  N dy 11037   1632048     34025    145304         0    110020    441172  14234781    170.11    180.57
844.84/844.85	c  N dy 11180   1652169     34025    145304         0     71143    441172   3742236    170.11    181.52
855.32/855.36	c  N dy 11310   1672386     34025    145304         0     91360    441172   9058978    170.12    180.22
866.63/866.66	c  N dy 11446   1692524     34025    145304         0    111498    441172  14363130    170.14    179.63
876.42/876.40	c  S st 11572   1710462     34025    145304         0     69441    441172   3070154    170.15    144.06
876.63/876.68	c  S st 11572   1710963     34025    145304         0     69942    441172   3171282    170.15   no data
876.63/876.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
876.82/876.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.11
876.82/876.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
876.82/876.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
876.82/876.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
876.82/876.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
876.82/876.89	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
877.02/877.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
877.12/877.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
879.02/879.08	c lits-rem:        12  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.87 s
879.02/879.09	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.02
879.12/879.15	c vivif2 --  cl tried    69938 cl shrink        0 lits rem          0 time: 0.05
879.32/879.37	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.22
879.32/879.38	c calculated reachability. Time: 0.00
879.32/879.38	c  N dy 11572   1710963     34025    145304         0     69938    441172   3168501    170.15   no data
889.94/889.91	c  N dy 11706   1731154     34025    145304         0     90128    441172   8516559    170.17    181.44
901.13/901.11	c  N dy 11845   1751176     34025    145304         0    110149    441172  13761745    170.19    182.18
912.13/912.12	c  N dy 11978   1771335     34025    145304         0     69305    441172   2756108    170.19    180.84
922.53/922.55	c  N dy 12108   1791371     34025    145304         0     89341    441172   7972861    170.19    187.01
933.73/933.78	c  N dy 12257   1811433     34025    145304         0    109403    441172  13224187    170.23    215.95
945.03/945.09	c  N dy 12393   1831465     34025    145304         0     67437    441172   2008736    170.23    184.66
956.33/956.39	c  N dy 12526   1851516     34025    145304         0     87488    441172   7213349    170.22    184.21
968.93/968.93	c  N dy 12658   1871690     34025    145304         0    107661    441172  12526503    170.23    187.68
981.63/981.65	c  N dy 12793   1891730     34025    145304         0     64699    441172   1028501    170.22    180.42
992.24/992.27	c  N dy 12925   1911770     34025    145304         0     84738    441172   6258226    170.22    238.66
1003.63/1003.69	c  N dy 13066   1931821     34025    145304         0    104788    441172  11579481    170.24    180.30
1015.44/1015.41	c  N dy 13201   1951833     34025    145304         0    124798    441172  16749995    170.24    182.50
1025.93/1025.95	c  N dy 13342   1971870     34025    145304         0     80837    441172   5066490    170.27    248.13
1036.84/1036.85	c  N dy 13481   1991939     34025    145304         0    100906    441172  10353853    170.28    183.96
1048.43/1048.40	c  N dy 13620   2012041     34025    145304         0    121006    441172  15650775    170.30    180.39
1059.43/1059.43	c  N dy 13755   2032291     34025    145304         0     76256    441172   3452761    170.30    181.27
1070.14/1070.13	c  N dy 13889   2052344     34025    145304         0     96308    441172   8716333    170.31    184.50
1081.54/1081.54	c  N dy 14031   2072375     34025    145304         0    116338    441172  14037202    170.34    189.49
1093.14/1093.18	c  N dy 14179   2092449     34025    145304         0     70414    441172   1760960    170.37    199.00
1103.53/1103.59	c  N dy 14308   2112470     34025    145304         0     90433    441172   6964722    170.35    179.87
1114.84/1114.83	c  N dy 14453   2132565     34025    145304         0    110527    441172  12233871    170.37    181.59
1126.64/1126.69	c  N dy 14593   2152639     34025    145304         0    130601    441172  17525843    170.38    183.80
1137.54/1137.53	c  N dy 14731   2172734     34025    145304         0     83704    441172   5069786    170.41    183.90
1148.54/1148.50	c  N dy 14872   2192906     34025    145304         0    103876    441172  10336208    170.42    180.77
1158.84/1158.81	c  S st 14988   2210964     34025    145304         0    121934    441172  15132763    170.42   no data
1159.14/1159.14	c  S st 14988   2211468     34025    145304         0    122438    441172  15233960    170.42   no data
1159.14/1159.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1159.34/1159.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.16
1159.34/1159.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1159.34/1159.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1159.34/1159.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1159.34/1159.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34025 time:  0.01 s
1159.46/1159.42	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
1159.64/1159.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1160.45/1160.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1168.04/1168.06	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time:  7.53 s
1168.04/1168.08	c vivif2 --  cl tried   145304 cl shrink        0 lits rem          0 time: 0.02
1168.34/1168.32	c vivif2 --  cl tried   122431 cl shrink        0 lits rem          0 time: 0.24
1168.64/1168.63	c asymm  cl-useful: 0/145304/145304 lits-rem:0 time: 0.30
1168.64/1168.64	c calculated reachability. Time: 0.00
1168.64/1168.64	c  N dy 14988   2211468     34025    145304         0    122431    441172  15230772    170.42   no data
1180.14/1180.12	c  N dy 15122   2231523     34025    145304         0     74486    441172   2337846    170.42    182.13
1190.74/1190.71	c  N dy 15259   2251571     34025    145304         0     94532    441172   7610211    170.44    187.60
1202.25/1202.26	c  N dy 15400   2271674     34025    145304         0    114634    441172  12934657    170.46    190.02
1215.94/1215.97	c  N dy 15541   2291852     34025    145304         0    134812    441172  18297378    170.48    183.21
1228.24/1228.29	c  N dy 15679   2311927     34025    145304         0     85895    441172   5051796    170.49    183.91
1240.05/1240.06	c  N dy 15814   2332040     34025    145304         0    106007    441172  10351299    170.50    186.30
1252.04/1252.09	c  N dy 15946   2352132     34025    145304         0    126099    441172  15558918    170.50    183.70
1264.34/1264.37	c  N dy 16095   2372164     34025    145304         0     76137    441172   2267166    170.53    182.66
1275.25/1275.21	c  N dy 16230   2392271     34025    145304         0     96243    441172   7608280    170.54    181.33
1286.54/1286.50	c  N dy 16374   2412276     34025    145304         0    116246    441172  12934559    170.57    187.92
1298.65/1298.67	c  N dy 16508   2432563     34025    145304         0    136532    441172  18188152    170.56    183.71

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

running on 2 cores: 4,6

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: 3.72 3.95 3.87 5/358 18662
/proc/meminfo: memFree=24152012/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=21964 CPUtime=0 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 813 0 0 0 0 0 0 0 20 0 1 0 649927791 22491136 753 33554432000 4194304 4580011 140736106308672 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 5491 760 321 95 0 473 0

[startup+0.0932811 s]
/proc/loadavg: 3.72 3.95 3.87 5/358 18662
/proc/meminfo: memFree=24152012/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=51320 CPUtime=0.07 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 7023 0 0 0 7 0 0 0 20 0 1 0 649927791 52551680 5924 33554432000 4194304 4580011 140736106308672 18446744073709551615 4500945 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 12830 5924 337 95 0 7812 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51320

[startup+0.100283 s]
/proc/loadavg: 3.72 3.95 3.87 5/358 18662
/proc/meminfo: memFree=24152012/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=51320 CPUtime=0.08 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 7025 0 0 0 8 0 0 0 20 0 1 0 649927791 52551680 5926 33554432000 4194304 4580011 140736106308672 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 12830 5926 339 95 0 7812 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51320

[startup+0.300249 s]
/proc/loadavg: 3.72 3.95 3.87 5/358 18662
/proc/meminfo: memFree=24152012/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=66960 CPUtime=0.28 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 10650 0 0 0 28 0 0 0 21 0 1 0 649927791 68567040 9551 33554432000 4194304 4580011 140736106308672 18446744073709551615 4433776 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 16740 9551 347 95 0 11722 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 66960

[startup+0.701165 s]
/proc/loadavg: 3.72 3.95 3.87 5/358 18662
/proc/meminfo: memFree=24152012/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=73900 CPUtime=0.68 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 14237 0 0 0 67 1 0 0 22 0 1 0 649927791 75673600 11162 33554432000 4194304 4580011 140736106308672 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 18475 11162 364 95 0 13457 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 73900

[startup+1.501 s]
/proc/loadavg: 3.72 3.95 3.87 5/363 18668
/proc/meminfo: memFree=24085396/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=73900 CPUtime=1.49 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 14938 0 0 0 147 2 0 0 25 0 1 0 649927791 75673600 11863 33554432000 4194304 4580011 140736106308672 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 18475 11863 364 95 0 13457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73900

[startup+3.1007 s]
/proc/loadavg: 3.72 3.95 3.87 5/363 18668
/proc/meminfo: memFree=24077572/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=106716 CPUtime=3.08 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 15991 0 0 0 306 2 0 0 25 0 1 0 649927791 109277184 12916 33554432000 4194304 4580011 140736106308672 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 26679 12916 364 95 0 21661 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 106716

[startup+6.30104 s]
/proc/loadavg: 3.74 3.95 3.87 5/363 18668
/proc/meminfo: memFree=24018868/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=106716 CPUtime=6.29 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 18074 0 0 0 626 3 0 0 25 0 1 0 649927791 109277184 14999 33554432000 4194304 4580011 140736106308672 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 26679 14999 364 95 0 21661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106716

[startup+12.7008 s]
/proc/loadavg: 3.76 3.95 3.87 5/363 18668
/proc/meminfo: memFree=23955040/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=143308 CPUtime=12.69 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 23999 0 0 0 1265 4 0 0 25 0 1 0 649927791 146747392 14895 33554432000 4194304 4580011 140736106308672 18446744073709551615 4507338 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 35827 14895 367 95 0 30809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143308

[startup+25.5012 s]
/proc/loadavg: 3.89 3.97 3.88 5/363 18668
/proc/meminfo: memFree=23828036/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=234936 CPUtime=25.48 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 53876 0 0 0 2539 9 0 0 25 0 1 0 649927791 240574464 37435 33554432000 4194304 4580011 140736106308672 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 58734 37435 367 95 0 53716 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 234936

[startup+51.1011 s]
/proc/loadavg: 3.93 3.97 3.88 5/363 18669
/proc/meminfo: memFree=23687736/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=309632 CPUtime=51.08 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 89254 0 0 0 5093 15 0 0 25 0 1 0 649927791 317063168 58274 33554432000 4194304 4580011 140736106308672 18446744073709551615 4502422 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 77408 58274 367 95 0 72390 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 309632

[startup+102.314 s]
/proc/loadavg: 3.97 3.97 3.88 5/363 18671
/proc/meminfo: memFree=23611792/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=358056 CPUtime=102.31 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 119804 0 0 0 10209 22 0 0 25 0 1 0 649927791 366649344 71888 33554432000 4194304 4580011 140736106308672 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 89514 71888 367 95 0 84496 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 358056

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.89 5/363 18672
/proc/meminfo: memFree=23493468/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=374048 CPUtime=162.29 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 146599 0 0 0 16201 28 0 0 25 0 1 0 649927791 383025152 77991 33554432000 4194304 4580011 140736106308672 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 93512 77991 367 95 0 88494 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 374048

[startup+222.301 s]
/proc/loadavg: 4.04 3.99 3.90 5/363 18674
/proc/meminfo: memFree=23506216/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=383168 CPUtime=222.3 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 169909 0 0 0 22196 34 0 0 25 0 1 0 649927791 392364032 75916 33554432000 4194304 4580011 140736106308672 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 95792 75916 367 95 0 90774 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 383168

[startup+282.301 s]
/proc/loadavg: 4.09 4.00 3.91 5/363 18675
/proc/meminfo: memFree=23394708/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=399712 CPUtime=282.3 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 196432 0 0 0 28191 39 0 0 25 0 1 0 649927791 409305088 80987 33554432000 4194304 4580011 140736106308672 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 99928 80987 367 95 0 94910 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 399712

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 3.91 5/363 18677
/proc/meminfo: memFree=23390700/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=413820 CPUtime=342.3 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 223926 0 0 0 34184 46 0 0 25 0 1 0 649927791 423751680 84674 33554432000 4194304 4580011 140736106308672 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 103455 84674 367 95 0 98437 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 413820

[startup+402.301 s]
/proc/loadavg: 4.17 4.03 3.92 5/363 18679
/proc/meminfo: memFree=23387548/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=353104 CPUtime=402.3 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 247604 0 0 0 40179 51 0 0 25 0 1 0 649927791 361578496 82223 33554432000 4194304 4580011 140736106308672 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 88276 82223 367 95 0 83258 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 353104

[startup+462.301 s]
/proc/loadavg: 4.06 4.03 3.92 5/363 18680
/proc/meminfo: memFree=23372504/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=414792 CPUtime=462.31 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 273877 0 0 0 46173 58 0 0 25 0 1 0 649927791 424747008 89806 33554432000 4194304 4580011 140736106308672 18446744073709551615 4293835 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 103698 89806 367 95 0 98680 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 414792

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.92 5/363 18682
/proc/meminfo: memFree=23392040/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=417284 CPUtime=522.31 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 297925 0 0 0 52167 64 0 0 25 0 1 0 649927791 427298816 83895 33554432000 4194304 4580011 140736106308672 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 104321 83895 367 95 0 99303 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 417284

[startup+582.301 s]
/proc/loadavg: 4.04 4.03 3.93 5/363 18683
/proc/meminfo: memFree=23366336/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=417620 CPUtime=582.32 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 323981 0 0 0 58161 71 0 0 25 0 1 0 649927791 427642880 88095 33554432000 4194304 4580011 140736106308672 18446744073709551615 4321090 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 104405 88095 367 95 0 99387 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 417620

[startup+642.301 s]
/proc/loadavg: 4.17 4.05 3.94 5/363 18685
/proc/meminfo: memFree=23372584/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=417856 CPUtime=642.33 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 346900 0 0 0 64157 76 0 0 25 0 1 0 649927791 427884544 88790 33554432000 4194304 4580011 140736106308672 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 104464 88790 367 95 0 99446 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 417856

[startup+702.301 s]
/proc/loadavg: 4.13 4.06 3.95 5/363 18687
/proc/meminfo: memFree=23346240/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=426500 CPUtime=702.32 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 373642 0 0 0 70150 82 0 0 25 0 1 0 649927791 436736000 92309 33554432000 4194304 4580011 140736106308672 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 106625 92309 367 95 0 101607 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 426500

[startup+762.313 s]
/proc/loadavg: 4.05 4.05 3.95 5/363 18688
/proc/meminfo: memFree=23344100/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=441764 CPUtime=762.33 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 401703 0 0 0 76144 89 0 0 25 0 1 0 649927791 452366336 95867 33554432000 4194304 4580011 140736106308672 18446744073709551615 4293093 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 110441 95867 367 95 0 105423 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 441764

[startup+822.3 s]
/proc/loadavg: 4.06 4.05 3.95 5/363 18690
/proc/meminfo: memFree=23311552/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=442064 CPUtime=822.33 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 425836 0 0 0 82136 97 0 0 25 0 1 0 649927791 452673536 94430 33554432000 4194304 4580011 140736106308672 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 110516 94430 367 95 0 105498 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 442064

[startup+882.3 s]
/proc/loadavg: 4.02 4.04 3.95 5/363 18691
/proc/meminfo: memFree=23248648/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=442692 CPUtime=882.33 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 448576 0 0 0 88130 103 0 0 25 0 1 0 649927791 453316608 90505 33554432000 4194304 4580011 140736106308672 18446744073709551615 4292903 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 110673 90505 367 95 0 105655 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 442692

[startup+942.3 s]
/proc/loadavg: 4.05 4.04 3.96 5/363 18693
/proc/meminfo: memFree=23191572/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=442856 CPUtime=942.33 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 474451 0 0 0 94124 109 0 0 25 0 1 0 649927791 453484544 102716 33554432000 4194304 4580011 140736106308672 18446744073709551615 4281580 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 110714 102716 367 95 0 105696 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 442856

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.96 5/363 18695
/proc/meminfo: memFree=23147872/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=443476 CPUtime=1002.33 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 496549 0 0 0 100117 116 0 0 25 0 1 0 649927791 454119424 96801 33554432000 4194304 4580011 140736106308672 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 110869 96801 367 95 0 105851 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 443476

[startup+1062.3 s]
/proc/loadavg: 4.06 4.04 3.96 5/363 18696
/proc/meminfo: memFree=23180716/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=444100 CPUtime=1062.34 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 519904 0 0 0 106111 123 0 0 25 0 1 0 649927791 454758400 90856 33554432000 4194304 4580011 140736106308672 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 111025 90856 367 95 0 106007 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 444100

[startup+1122.3 s]
/proc/loadavg: 4.02 4.03 3.96 5/363 18698
/proc/meminfo: memFree=23119052/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=444280 CPUtime=1122.34 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 545467 0 0 0 112105 129 0 0 25 0 1 0 649927791 454942720 101445 33554432000 4194304 4580011 140736106308672 18446744073709551615 4320703 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 111070 101445 367 95 0 106052 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 444280

[startup+1182.3 s]
/proc/loadavg: 4.09 4.05 3.97 5/363 18699
/proc/meminfo: memFree=23092980/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=528152 CPUtime=1182.34 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 584575 0 0 0 118098 136 0 0 25 0 1 0 649927791 540827648 109810 33554432000 4194304 4580011 140736106308672 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 132038 109810 367 95 0 127020 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 528152

[startup+1242.3 s]
/proc/loadavg: 4.07 4.05 3.98 5/363 18701
/proc/meminfo: memFree=22989268/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=544568 CPUtime=1242.34 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 612263 0 0 0 124090 144 0 0 25 0 1 0 649927791 557637632 121611 33554432000 4194304 4580011 140736106308672 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 136142 121611 367 95 0 131124 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 544568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.08 3.99 3/359 18704
/proc/meminfo: memFree=23490728/32950928 swapFree=45937192/67111528
[pid=18662] ppid=18660 vsize=528516 CPUtime=1300.05 cores=4,6
/proc/18662/stat : 18662 (strangenight2-s) R 18660 18662 17897 0 -1 4202496 635657 0 0 0 129854 151 0 0 25 0 1 0 649927791 541200384 124921 33554432000 4194304 4580011 140736106308672 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18662/statm: 132129 124921 367 95 0 127111 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 528516

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.09
CPU user time (s): 1298.55
CPU system time (s): 1.53677
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 544568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.55
system time used= 1.53677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635660
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= 812

runsolver used 4.91825 second user time and 10.4244 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 16:28:31
IDJOB=3367477
IDBENCH=82686
IDSOLVER=1845
FILE ID=node149/3367477-1305383311
RUNJOBID= node149-1305383311-18626
PBS_JOBID= 13324353
Free space on /tmp= 73560 MiB

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

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

MD5SUM BENCH= 3ba69e7f651721ce4358ca0320f27486
RANDOM SEED=2049559530

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24152300 kB
Buffers:        300060 kB
Cached:        3851520 kB
SwapCached:      19984 kB
Active:        6304540 kB
Inactive:      2197952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24152300 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           20588 kB
Writeback:           0 kB
AnonPages:     4343208 kB
Mapped:          14764 kB
Slab:           157436 kB
PageTables:      72436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80263156 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= 73560 MiB
End job on node149 at 2011-05-14 16:50:13