Trace number 3367349

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) 1299.93 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S913491256-073-UNKNOWN.cnf
MD5SUM785309e098f4d0ba8da3027c8426e931
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark245.957
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-3367349-1305380884.cnf'
0.00/0.01	c -- header says num vars:          30000
0.00/0.01	c -- header says num clauses:      126000
0.06/0.07	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.06/0.07	c -- vars added      30000
0.06/0.07	c Parsing time:  0.06 s
0.06/0.07	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data
0.09/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.25	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.26	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.38/0.43	c lits-rem:         0  cl-subs:        0  v-elim:    730  v-fix:    0  time:  0.16 s
0.38/0.44	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.48	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.38/0.48	c calculated reachability. Time: 0.00
0.38/0.48	c Calc default polars -  time:   0.01 s pos:   13484 undec:    3346 neg:   13170
0.38/0.48	c =========================================================================================
0.38/0.48	c types(t): F = full restart, N = normal restart
0.38/0.48	c types(t): S = simplification begin/end, E = solution found
0.38/0.48	c restart types(rt): st = static, dy = dynamic
0.38/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.48	c  B st     0         0     29270    125231         0         0    380074         0   no data   no data
1.78/1.88	c  N dy    19      4079     29270    125231         0      4079    380074   1224355    140.33    150.90
3.20/3.23	c  N dy    49      8233     29270    125231         0      8233    380074   2163586    146.58    164.27
4.59/4.64	c  N dy    82     12310     29270    125231         0     12310    380074   3129760    150.28    161.08
5.99/6.04	c  N dy   113     16335     29270    125231         0     16335    380074   4074702    151.35    159.66
7.48/7.51	c  N dy   144     20389     29270    125231         0     10390    380074    703243    152.71    160.88
8.89/8.96	c  N dy   171     24511     29270    125231         0     14512    380074   1716018    153.74    163.61
9.09/9.14	c  F st   176     25000     29270    125231         0     15001    380074   1845872    154.11   no data
11.00/11.03	c  N dy   182     30000     29270    125231         0     20000    380074   3530004    154.11   no data
11.00/11.03	c  S st   182     30000     29270    125231         0     20000    380074   3530004    154.11   no data
11.19/11.21	c  S st   182     30501     29270    125231         0     20501    380074   3622395    154.11   no data
11.19/11.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.19/11.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
11.29/11.33	c blocked clauses removed:      626 vars:     99 tried:       29270 T: 0.01 s
11.29/11.33	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.29/11.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.29/11.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29171 time:  0.01 s
11.29/11.36	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
11.39/11.48	c lits-rem:         0  cl-subs:        0  v-elim:     13  v-fix:    0  time:  0.12 s
11.69/11.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.58/12.62	c lits-rem:         3  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.87 s
12.68/12.75	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.13
12.68/12.76	c calculated reachability. Time: 0.00
12.68/12.76	c  N dy   182     30501     29158    124596         0     20223    378257   3506846    154.11   no data
14.19/14.28	c  N dy   213     34570     29158    124596         0     24292    378257   4500061    155.33    177.65
15.69/15.77	c  N dy   245     38581     29158    124596         0     28303    378257   5465991    155.59    168.47
17.28/17.33	c  N dy   271     42784     29158    124596         0     17140    378257   1159583    155.49    166.66
18.28/18.39	c  S st   289     45752     29158    124596         0     20108    378257   1881698    155.14   no data
18.48/18.56	c  S st   289     46255     29158    124596         0     20611    378257   1965410    155.14   no data
18.48/18.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.59/18.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
18.59/18.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.59/18.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
18.59/18.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.59/18.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
18.59/18.70	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
18.78/18.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
18.89/18.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
19.09/19.17	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.25 s
19.09/19.19	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
19.19/19.22	c vivif2 --  cl tried    20610 cl shrink        0 lits rem          0 time: 0.03
19.29/19.35	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.13
19.29/19.36	c calculated reachability. Time: 0.00
19.29/19.36	c  N dy   289     46255     29158    124596         0     20610    378257   1965300    155.14   no data
20.79/20.82	c  N dy   317     50318     29158    124596         0     24671    378257   2925698    155.09    201.80
22.28/22.33	c  N dy   344     54414     29158    124596         0     28767    378257   3950800    155.55    213.69
23.78/23.84	c  N dy   372     58471     29158    124596         0     32824    378257   4953808    155.61    169.64
25.38/25.43	c  N dy   401     62575     29158    124596         0     36928    378257   5987342    155.91    165.48
26.79/26.89	c  N dy   427     66626     29158    124596         0     22300    378257   1600942    155.72    176.19
27.79/27.89	c  S st   443     69386     29158    124596         0     25060    378257   2279892    155.65   no data
27.99/28.09	c  S st   443     69889     29158    124596         0     25563    378257   2367440    155.65   no data
28.09/28.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.09/28.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
28.18/28.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.18/28.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
28.18/28.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.18/28.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
28.18/28.25	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
28.28/28.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
28.49/28.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
28.88/28.92	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.38 s
28.88/28.93	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.02
28.88/28.97	c vivif2 --  cl tried    25560 cl shrink        0 lits rem          0 time: 0.04
29.08/29.12	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.15
29.08/29.13	c calculated reachability. Time: 0.00
29.08/29.13	c  N dy   443     69889     29158    124596         0     25560    378257   2365693    155.65   no data
30.89/30.98	c  N dy   470     74408     29158    124596         0     30079    378257   3422160    155.28    164.43
32.69/32.71	c  N dy   504     79261     29158    124596         0     34932    378257   4551006    155.08    163.33
34.58/34.63	c  N dy   541     84358     29158    124596         0     40029    378257   5811026    155.27    197.21
35.79/35.82	c  F st   562     87500     29158    124596         0     22331    378257   1023164    155.25   no data
37.09/37.13	c  N st   567     90797     29158    124596         0     25626    378257   2049537    155.25   no data
39.28/39.30	c  N dy   595     96661     29158    124596         0     31490    378257   3674397    155.25    166.76
41.58/41.64	c  N dy   636    102847     29158    124596         0     37676    378257   5136368    155.16    196.72
42.38/42.44	c  S st   652    104834     29158    124596         0     39663    378257   5626122    155.36   no data
42.58/42.64	c  S st   652    105335     29158    124596         0     40164    378257   5708527    155.36   no data
42.58/42.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
42.68/42.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.08
42.68/42.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.68/42.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
42.68/42.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
42.68/42.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
42.79/42.81	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
42.89/42.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
43.18/43.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
44.69/44.79	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.56 s
44.79/44.81	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
44.89/44.91	c vivif2 --  cl tried    40162 cl shrink        0 lits rem          0 time: 0.10
45.00/45.10	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.19
45.10/45.11	c calculated reachability. Time: 0.00
45.10/45.11	c  N dy   652    105335     29158    124596         0     40162    378257   5706579    155.36   no data
47.78/47.86	c  N dy   701    112058     29158    124596         0     24465    378257   1150222    155.50    176.05
50.39/50.47	c  N dy   745    119243     29158    124596         0     31650    378257   2884943    155.47    163.69
53.59/53.66	c  N dy   801    126946     29158    124596         0     39353    378257   4747298    155.65    164.24
57.09/57.13	c  N dy   855    135100     29158    124596         0     23797    378257    625214    155.73    168.62
60.39/60.41	c  N dy   917    143810     29158    124596         0     32505    378257   2737583    155.97    177.51
63.99/64.02	c  N dy   979    153298     29158    124596         0     41992    378257   4968427    155.77    172.02
65.79/65.87	c  S st  1011    158003     29158    124596         0     46697    378257   6083923    155.80   no data
66.00/66.07	c  S st  1011    158507     29158    124596         0     47201    378257   6182674    155.80   no data
66.00/66.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
66.09/66.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
66.19/66.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.19/66.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
66.19/66.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
66.19/66.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
66.19/66.24	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
66.29/66.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
66.58/66.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
68.78/68.86	c lits-rem:         3  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.17 s
68.78/68.88	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
68.88/68.97	c vivif2 --  cl tried    47195 cl shrink        0 lits rem          0 time: 0.09
69.08/69.15	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.17
69.08/69.15	c calculated reachability. Time: 0.00
69.08/69.15	c  N dy  1011    158507     29158    124596         0     47195    378257   6179574    155.80   no data
73.28/73.37	c  N dy  1074    168732     29158    124596         0     32568    378257   2421775    155.69    167.71
77.48/77.59	c  N dy  1147    179544     29158    124596         0     43380    378257   5014885    155.76    166.14
82.08/82.10	c  N dy  1220    191014     29158    124596         0     28926    378257   1268394    155.60    169.69
86.80/86.82	c  N dy  1304    203312     29158    124596         0     41224    378257   4251395    155.75    167.46
92.59/92.62	c  N dy  1398    216346     29158    124596         0     27293    378257    605477    155.99    185.37
98.19/98.24	c  N dy  1499    230255     29158    124596         0     41202    378257   3963080    156.14    170.59
101.20/101.29	c  S st  1557    237760     29158    124596         0     48707    378257   5805420    156.27   no data
101.49/101.51	c  S st  1557    238266     29158    124596         0     49213    378257   5891053    156.27   no data
101.49/101.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
101.59/101.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
101.59/101.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.59/101.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
101.59/101.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
101.59/101.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
101.59/101.69	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
101.79/101.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
101.99/102.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
104.29/104.33	c lits-rem:         2  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.23 s
104.29/104.34	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
104.40/104.43	c vivif2 --  cl tried    49206 cl shrink        0 lits rem          0 time: 0.09
104.59/104.60	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.17
104.59/104.61	c calculated reachability. Time: 0.00
104.59/104.61	c  N dy  1557    238266     29158    124596         0     49206    378257   5888771    156.27   no data
110.59/110.69	c  N dy  1659    253563     29158    124596         0     36522    378257   2560841    156.30    184.73
117.19/117.25	c  N dy  1773    269779     29158    124596         0     52738    378257   6494446    156.45    168.44
124.68/124.70	c  N dy  1886    287072     29158    124596         0     41036    378257   3467008    156.52    167.74
132.68/132.74	c  N dy  2014    305493     29158    124596         0     59456    378257   7936798    156.59    171.34
133.10/133.11	c  F st  2021    306252     29158    124596         0     30224    378257    549359    156.64    169.26
140.59/140.63	c  N dy  2126    325101     29158    124596         0     49071    378257   5699325    156.88    167.57
148.89/148.97	c  N dy  2265    345117     29158    124596         0     38092    378257   2219956    156.96    167.99
153.79/153.89	c  S st  2349    357400     29158    124596         0     50373    378257   5194260    156.99    141.96
154.09/154.11	c  S st  2349    357905     29158    124596         0     50878    378257   5291139    156.99   no data
154.09/154.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
154.19/154.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
154.19/154.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.19/154.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
154.19/154.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
154.19/154.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
154.19/154.29	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
154.39/154.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
154.59/154.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
156.69/156.76	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.09 s
156.69/156.77	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
156.79/156.85	c vivif2 --  cl tried    50874 cl shrink        0 lits rem          0 time: 0.08
156.99/157.02	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.17
156.99/157.03	c calculated reachability. Time: 0.00
156.99/157.03	c  N dy  2349    357905     29158    124596         0     50874    378257   5289558    156.99   no data
165.29/165.37	c  N dy  2489    378022     29158    124596         0     38996    378257   2221653    157.14    166.77
173.58/173.61	c  N dy  2621    398080     29158    124596         0     59053    378257   7116195    157.17    165.70
183.70/183.76	c  N dy  2765    418185     29158    124596         0     46156    378257   3734605    157.28    171.01
192.89/192.94	c  N dy  2900    438249     29158    124596         0     66216    378257   8638743    157.34    165.64
201.19/201.30	c  N dy  3041    458322     29158    124596         0     52294    378257   4965246    157.39    177.45
209.88/209.98	c  N dy  3176    478328     29158    124596         0     37297    378257   1031443    157.44    176.87
218.18/218.26	c  N dy  3311    498396     29158    124596         0     57364    378257   5910050    157.46    166.06
226.88/226.94	c  N dy  3454    518556     29158    124596         0     41531    378257   1819798    157.54    179.07
234.48/234.51	c  S st  3583    536858     29158    124596         0     59827    378257   6234081    157.55    144.87
234.68/234.74	c  S st  3583    537359     29158    124596         0     60328    378257   6331845    157.55   no data
234.68/234.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
234.78/234.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
234.78/234.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.88/234.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
234.88/234.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
234.88/234.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
234.88/234.93	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
234.98/235.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
235.29/235.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
238.18/238.22	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.85 s
238.18/238.23	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
238.28/238.33	c vivif2 --  cl tried    60324 cl shrink        0 lits rem          0 time: 0.10
238.48/238.51	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.18
238.48/238.52	c calculated reachability. Time: 0.00
238.48/238.52	c  N dy  3583    537359     29158    124596         0     60324    378257   6328480    157.55   no data
246.98/247.08	c  N dy  3716    557394     29158    124596         0     43363    378257   2011030    157.52    166.54
255.48/255.57	c  N dy  3850    577437     29158    124596         0     63405    378257   6916718    157.56    169.58
264.18/264.27	c  N dy  3994    597487     29158    124596         0     45454    378257   2341216    157.69    176.10
273.28/273.30	c  N dy  4126    617675     29158    124596         0     65639    378257   7322888    157.72    172.74
284.19/284.28	c  N dy  4267    637870     29158    124596         0     46838    378257   2429772    157.80    166.46
293.49/293.51	c  N dy  4405    657948     29158    124596         0     66915    378257   7331795    157.83    166.81
302.78/302.88	c  N dy  4537    677952     29158    124596         0     46929    378257   2131852    157.84    167.14
311.39/311.44	c  N dy  4677    697983     29158    124596         0     66959    378257   7040233    157.92    176.06
320.38/320.41	c  N dy  4816    718111     29158    124596         0     46081    378257   1774009    157.97    169.68
328.89/328.96	c  N dy  4946    738294     29158    124596         0     66262    378257   6715030    157.97    170.99
338.08/338.15	c  N dy  5084    758383     29158    124596         0     44348    378257   1078646    157.98    224.24
346.58/346.64	c  N dy  5218    778385     29158    124596         0     64348    378257   6004510    157.97    166.48
355.68/355.79	c  N dy  5356    798439     29158    124596         0     84401    378257  10960932    158.03    195.30
358.98/359.07	c  S st  5410    806038     29158    124596         0     49005    378257   1962258    158.04   no data
359.18/359.29	c  S st  5410    806542     29158    124596         0     49509    378257   2064074    158.04   no data
359.28/359.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
359.28/359.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
359.38/359.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
359.38/359.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
359.38/359.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
359.38/359.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
359.38/359.46	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
359.48/359.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
359.59/359.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
360.28/360.36	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.68 s
360.28/360.37	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
360.38/360.41	c vivif2 --  cl tried    49508 cl shrink        0 lits rem          0 time: 0.03
360.48/360.57	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.16
360.48/360.58	c calculated reachability. Time: 0.00
360.48/360.58	c  N dy  5410    806542     29158    124596         0     49508    378257   2063996    158.04   no data
369.18/369.24	c  N dy  5540    826602     29158    124596         0     69567    378257   6970773    158.05    184.43
378.48/378.50	c  N dy  5676    846753     29158    124596         0     45723    378257    910399    158.03    169.40
387.09/387.11	c  N dy  5813    866840     29158    124596         0     65810    378257   5898300    158.04    189.34
396.38/396.43	c  N dy  5948    887030     29158    124596         0     85998    378257  10882945    158.05    168.12
405.08/405.10	c  N dy  6083    907102     29158    124596         0     61069    378257   4462698    158.06    168.06
414.48/414.57	c  N dy  6222    927406     29158    124596         0     81372    378257   9501418    158.08    171.01
423.50/423.55	c  N dy  6353    947409     29158    124596         0     55377    378257   2773449    158.06    168.77
432.38/432.45	c  N dy  6495    967491     29158    124596         0     75456    378257   7687715    158.08    168.07
441.98/442.09	c  N dy  6634    987759     29158    124596         0     48726    378257    943809    158.15    166.52
450.78/450.83	c  N dy  6775   1007850     29158    124596         0     68815    378257   5909212    158.18    168.58
460.18/460.21	c  N dy  6910   1027879     29158    124596         0     88843    378257  10843053    158.21    173.53
469.29/469.30	c  N dy  7044   1048037     29158    124596         0     61005    378257   3719525    158.22    166.75
478.39/478.43	c  N dy  7179   1068174     29158    124596         0     81139    378257   8620327    158.22    176.17
480.08/480.17	c  F st  7203   1071875     29158    124596         0     84840    378257   9504995    158.20    140.82
487.88/487.90	c  N dy  7284   1088203     29158    124596         0     52169    378257   1271472    158.19    168.44
496.69/496.71	c  N dy  7426   1108293     29158    124596         0     72256    378257   6303885    158.22    166.59
506.08/506.13	c  N dy  7560   1128323     29158    124596         0     92284    378257  11262354    158.24    193.37
515.28/515.37	c  N dy  7695   1148433     29158    124596         0     62399    378257   3575793    158.28    167.91
524.38/524.46	c  N dy  7832   1168574     29158    124596         0     82540    378257   8617012    158.34    168.45
534.38/534.43	c  N dy  7963   1188755     29158    124596         0     51728    378257    693631    158.32    170.30
543.08/543.17	c  N dy  8091   1208782     29158    124596         0     71754    378257   5568396    158.30    167.95
543.58/543.64	c  S st  8098   1209815     29158    124596         0     72787    378257   5815589    158.30   no data
543.88/543.90	c  S st  8098   1210318     29158    124596         0     73290    378257   5905429    158.30   no data
543.88/543.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
543.98/544.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.10
543.98/544.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
543.98/544.06	c bin-w-bin subsume rem            0 bins  time:  0.01 s
543.98/544.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
543.98/544.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
543.98/544.09	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
544.18/544.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
544.39/544.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
547.58/547.62	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.10 s
547.58/547.63	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
547.69/547.72	c vivif2 --  cl tried    73288 cl shrink        0 lits rem          0 time: 0.09
547.88/547.92	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.20
547.88/547.93	c calculated reachability. Time: 0.00
547.88/547.93	c  N dy  8098   1210318     29158    124596         0     73288    378257   5905043    158.30   no data
557.38/557.48	c  N dy  8236   1230384     29158    124596         0     93353    378257  10828730    158.33    170.64
566.88/566.93	c  N dy  8367   1250530     29158    124596         0     61499    378257   2855806    158.35    169.62
576.08/576.10	c  N dy  8506   1270626     29158    124596         0     81595    378257   7788860    158.36    197.02
585.88/585.91	c  N dy  8641   1290717     29158    124596         0    101683    378257  12748957    158.38    167.43
595.09/595.12	c  N dy  8780   1310743     29158    124596         0     68708    378257   4527688    158.42    169.77
604.48/604.53	c  N dy  8923   1330756     29158    124596         0     88721    378257   9441042    158.45    198.80
614.38/614.43	c  N dy  9057   1350794     29158    124596         0     54763    378257    712984    158.44    167.18
623.28/623.36	c  N dy  9192   1370887     29158    124596         0     74856    378257   5643707    158.45    168.23
632.78/632.87	c  N dy  9324   1390959     29158    124596         0     94928    378257  10524978    158.44    167.15
642.79/642.80	c  N dy  9461   1410976     29158    124596         0     59946    378257   1759127    158.47    169.96
651.78/651.82	c  N dy  9591   1431039     29158    124596         0     80009    378257   6741994    158.47    171.68
661.48/661.58	c  N dy  9724   1451129     29158    124596         0    100098    378257  11688082    158.46    171.12
671.37/671.44	c  N dy  9848   1471140     29158    124596         0     64108    378257   2529428    158.46    174.98
681.20/681.39	c  N dy  9987   1491268     29158    124596         0     84236    378257   7476408    158.47    168.91
691.21/691.37	c  N dy 10130   1511328     29158    124596         0    104296    378257  12406352    158.49    168.90
701.01/701.11	c  N dy 10274   1531410     29158    124596         0     67381    378257   3138163    158.53    169.89
710.41/710.53	c  N dy 10418   1551466     29158    124596         0     87436    378257   8201401    158.60    171.32
720.51/720.62	c  N dy 10555   1571636     29158    124596         0    107605    378257  13170179    158.60    167.95
730.00/730.14	c  N dy 10688   1591736     29158    124596         0     69702    378257   3415148    158.58    166.97
739.60/739.70	c  N dy 10829   1611797     29158    124596         0     89762    378257   8383216    158.61    170.23
749.50/749.64	c  N dy 10961   1631835     29158    124596         0    109800    378257  13337760    158.61    178.81
759.20/759.37	c  N dy 11099   1651937     29158    124596         0     70902    378257   3541619    158.64    167.55
768.60/768.75	c  N dy 11236   1672003     29158    124596         0     90966    378257   8409346    158.63    172.99
778.81/778.94	c  N dy 11381   1692042     29158    124596         0    111003    378257  13353354    158.66    168.06
787.70/787.88	c  S st 11505   1710318     29158    124596         0     69285    378257   2839114    158.65   no data
788.00/788.11	c  S st 11505   1710820     29158    124596         0     69787    378257   2925807    158.65   no data
788.00/788.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
788.10/788.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.10
788.10/788.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
788.10/788.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
788.10/788.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
788.10/788.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
788.10/788.29	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
788.30/788.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
788.40/788.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
790.10/790.30	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.74 s
790.20/790.31	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.01
790.20/790.35	c vivif2 --  cl tried    69782 cl shrink        0 lits rem          0 time: 0.05
790.40/790.54	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.19
790.40/790.55	c calculated reachability. Time: 0.00
790.40/790.55	c  N dy 11505   1710820     29158    124596         0     69782    378257   2922002    158.65   no data
799.91/800.06	c  N dy 11652   1730991     29158    124596         0     89953    378257   7915652    158.68    171.52
810.30/810.42	c  N dy 11797   1751197     29158    124596         0    110156    378257  12992047    158.72    173.08
820.20/820.36	c  N dy 11929   1771303     29158    124596         0     69263    378257   2582329    158.72    168.58
830.20/830.32	c  N dy 12062   1791309     29158    124596         0     89267    378257   7423409    158.71    167.23
841.90/842.00	c  N dy 12199   1811363     29158    124596         0    109321    378257  12435405    158.75    198.57
854.61/854.74	c  N dy 12339   1831451     29158    124596         0     67414    378257   1932323    158.78    168.08
864.51/864.61	c  N dy 12478   1851530     29158    124596         0     87492    378257   6894704    158.80    184.49
875.00/875.19	c  N dy 12616   1871765     29158    124596         0    107727    378257  11893967    158.81    169.10
885.80/885.97	c  N dy 12753   1891767     29158    124596         0     64733    378257   1022294    158.82    170.46
895.00/895.18	c  N dy 12888   1911855     29158    124596         0     84820    378257   6002833    158.84    167.22
905.21/905.36	c  N dy 13029   1932273     29158    124596         0    105236    378257  11112356    158.86    168.96
915.80/915.91	c  N dy 13161   1952312     29158    124596         0    125274    378257  16031295    158.85    175.67
925.10/925.25	c  N dy 13296   1972313     29158    124596         0     81280    378257   4803461    158.84    168.14
934.91/935.05	c  N dy 13421   1992406     29158    124596         0    101371    378257   9769529    158.83    167.97
945.50/945.63	c  N dy 13567   2012463     29158    124596         0    121426    378257  14755456    158.85    168.65
955.49/955.66	c  N dy 13699   2032538     29158    124596         0     76504    378257   3506587    158.87    180.69
965.20/965.31	c  N dy 13827   2052573     29158    124596         0     96539    378257   8455662    158.86    172.53
975.40/975.53	c  N dy 13969   2072625     29158    124596         0    116591    378257  13440361    158.89    168.65
985.90/986.04	c  N dy 14100   2092732     29158    124596         0     70697    378257   1754562    158.88    173.63
995.30/995.44	c  N dy 14244   2112791     29158    124596         0     90749    378257   6719321    158.91    171.79
1005.40/1005.56	c  N dy 14386   2132841     29158    124596         0    110799    378257  11736539    158.93    169.12
1016.40/1016.53	c  N dy 14528   2153023     29158    124596         0    130980    378257  16717362    158.95    171.36
1025.90/1026.09	c  N dy 14660   2173064     29158    124596         0     84023    378257   4765808    158.96    181.67
1035.90/1036.06	c  N dy 14797   2193253     29158    124596         0    104209    378257   9705280    158.95    170.72
1046.50/1046.67	c  S st 14918   2210820     29158    124596         0    121775    378257  14117487    158.98    164.39
1046.90/1047.02	c  S st 14918   2211328     29158    124596         0    122283    378257  14204767    158.98   no data
1046.90/1047.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1047.11/1047.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.16
1047.11/1047.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1047.11/1047.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1047.11/1047.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1047.11/1047.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29158 time:  0.01 s
1047.11/1047.29	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1047.40/1047.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
1048.21/1048.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1055.60/1055.72	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  7.33 s
1055.60/1055.74	c vivif2 --  cl tried   124596 cl shrink        0 lits rem          0 time: 0.02
1055.91/1056.02	c vivif2 --  cl tried   122281 cl shrink        0 lits rem          0 time: 0.28
1056.20/1056.37	c asymm  cl-useful: 0/124596/124596 lits-rem:0 time: 0.35
1056.20/1056.38	c calculated reachability. Time: 0.00
1056.20/1056.38	c  N dy 14918   2211328     29158    124596         0    122281    378257  14204578    158.98   no data
1069.40/1069.56	c  N dy 15064   2231406     29158    124596         0     74359    378257   2196128    159.01    169.69
1079.39/1079.55	c  N dy 15196   2251426     29158    124596         0     94379    378257   7130052    159.01    170.28
1090.09/1090.25	c  N dy 15327   2271429     29158    124596         0    114380    378257  11983741    159.00    174.43
1101.39/1101.55	c  N dy 15455   2291580     29158    124596         0    134530    378257  17032035    159.01    167.58
1111.30/1111.47	c  N dy 15601   2311642     29158    124596         0     85599    378257   4699768    159.03    168.61
1121.19/1121.39	c  N dy 15736   2331681     29158    124596         0    105638    378257   9686188    159.05    171.12
1131.99/1132.16	c  N dy 15866   2351774     29158    124596         0    125729    378257  14678057    159.05    171.42
1142.70/1142.86	c  N dy 16002   2371776     29158    124596         0     75733    378257   2026467    159.04    172.21
1152.29/1152.43	c  N dy 16134   2391888     29158    124596         0     95843    378257   6935950    159.04    169.55
1162.79/1162.92	c  N dy 16274   2412152     29158    124596         0    116107    378257  11952232    159.05    167.98
1173.89/1174.00	c  N dy 16408   2432313     29158    124596         0    136266    378257  16954474    159.05    168.96
1183.89/1184.01	c  N dy 16547   2452322     29158    124596         0     85274    378257   4175507    159.06    174.63
1194.00/1194.14	c  N dy 16686   2472423     29158    124596         0    105373    378257   9161511    159.07    167.97
1204.40/1204.54	c  N dy 16818   2492511     29158    124596         0    125460    378257  14083512    159.06    177.72
1215.59/1215.71	c  N dy 16950   2512622     29158    124596         0     73578    378257    996246    159.06    169.79
1225.20/1225.40	c  N dy 17097   2532669     29158    124596         0     93625    378257   6052475    159.09    171.25
1235.49/1235.69	c  N dy 17236   2552807     29158    124596         0    113762    378257  11016765    159.09    168.53
1246.49/1246.67	c  N dy 17375   2572839     29158    124596         0    133792    378257  16010520    159.11    168.25
1257.40/1257.57	c  N dy 17516   2592980     29158    124596         0     80939    378257   2628930    159.12    177.81
1267.80/1267.93	c  N dy 17662   2613058     29158    124596         0    101016    378257   7608712    159.14    167.68
1279.20/1279.39	c  N dy 17796   2633152     29158    124596         0    121110    378257  12577817    159.15    178.67
1290.39/1290.50	c  N dy 17928   2653247     29158    124596         0    141205    378257  17507036    159.14    168.89

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.01 3.99 3.35 5/284 23678
/proc/meminfo: memFree=20362756/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=22524 CPUtime=0 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 981 0 0 0 0 0 0 0 21 0 1 0 649688196 23064576 888 33554432000 4194304 4580011 140737121425616 18446744073709551615 4309641 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 5631 892 321 95 0 613 0

[startup+0.075566 s]
/proc/loadavg: 4.01 3.99 3.35 5/284 23678
/proc/meminfo: memFree=20362756/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=44380 CPUtime=0.06 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 5424 0 0 0 6 0 0 0 21 0 1 0 649688196 45445120 4847 33554432000 4194304 4580011 140737121425616 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 11095 4847 324 95 0 6077 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44380

[startup+0.100558 s]
/proc/loadavg: 4.01 3.99 3.35 5/284 23678
/proc/meminfo: memFree=20362756/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=44508 CPUtime=0.09 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 5499 0 0 0 9 0 0 0 21 0 1 0 649688196 45576192 4922 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 11127 4922 339 95 0 6109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44508

[startup+0.300525 s]
/proc/loadavg: 4.01 3.99 3.35 5/284 23678
/proc/meminfo: memFree=20362756/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=66760 CPUtime=0.28 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 11214 0 0 0 27 1 0 0 22 0 1 0 649688196 68362240 10100 33554432000 4194304 4580011 140737121425616 18446744073709551615 4451582 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 16690 10100 352 95 0 11672 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 66760

[startup+0.700512 s]
/proc/loadavg: 4.01 3.99 3.35 5/284 23678
/proc/meminfo: memFree=20362756/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=62912 CPUtime=0.68 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 11811 0 0 0 67 1 0 0 24 0 1 0 649688196 64421888 9422 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 15728 9422 364 95 0 10710 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62912

[startup+1.50031 s]
/proc/loadavg: 4.01 3.99 3.35 5/285 23679
/proc/meminfo: memFree=20318612/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=62912 CPUtime=1.48 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 12599 0 0 0 147 1 0 0 25 0 1 0 649688196 64421888 10210 33554432000 4194304 4580011 140737121425616 18446744073709551615 4316791 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 15728 10210 364 95 0 10710 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62912

[startup+3.10102 s]
/proc/loadavg: 4.01 3.99 3.35 5/285 23679
/proc/meminfo: memFree=20307948/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=95728 CPUtime=3.09 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 13695 0 0 0 307 2 0 0 25 0 1 0 649688196 98025472 11306 33554432000 4194304 4580011 140737121425616 18446744073709551615 4316752 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 23932 11306 364 95 0 18914 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 95728

[startup+6.30045 s]
/proc/loadavg: 4.01 3.99 3.36 5/285 23679
/proc/meminfo: memFree=20302384/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=95728 CPUtime=6.28 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 15851 0 0 0 626 2 0 0 25 0 1 0 649688196 98025472 13462 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 23932 13462 364 95 0 18914 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95728

[startup+12.7003 s]
/proc/loadavg: 4.01 3.99 3.36 5/285 23680
/proc/meminfo: memFree=20199820/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=203340 CPUtime=12.68 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 39413 0 0 0 1263 5 0 0 25 0 1 0 649688196 208220160 31362 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 50835 31362 367 95 0 45817 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 203340

[startup+25.501 s]
/proc/loadavg: 4.01 3.99 3.37 5/285 23680
/proc/meminfo: memFree=20136668/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=214956 CPUtime=25.48 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 50994 0 0 0 2541 7 0 0 25 0 1 0 649688196 220114944 36077 33554432000 4194304 4580011 140737121425616 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 53739 36078 367 95 0 48721 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 214956

[startup+51.1005 s]
/proc/loadavg: 4.00 3.99 3.38 5/285 23709
/proc/meminfo: memFree=20178144/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=296108 CPUtime=51.09 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 86369 0 0 0 5095 14 0 0 25 0 1 0 649688196 303214592 54017 33554432000 4194304 4580011 140737121425616 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 74027 54017 367 95 0 69009 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 296108

[startup+102.31 s]
/proc/loadavg: 4.00 3.99 3.41 5/285 23710
/proc/meminfo: memFree=20101408/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=330504 CPUtime=102.3 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 114165 0 0 0 10209 21 0 0 25 0 1 0 649688196 338436096 65893 33554432000 4194304 4580011 140737121425616 18446744073709551615 4451787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 82626 65893 367 95 0 77608 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 330504

[startup+162.301 s]
/proc/loadavg: 4.12 4.02 3.46 5/285 23711
/proc/meminfo: memFree=20046568/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=344640 CPUtime=162.29 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 140667 0 0 0 16200 29 0 0 25 0 1 0 649688196 352911360 71849 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 86160 71849 367 95 0 81142 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 344640

[startup+222.301 s]
/proc/loadavg: 4.04 4.01 3.49 5/285 23713
/proc/meminfo: memFree=19953784/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=366784 CPUtime=222.29 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 170419 0 0 0 22190 39 0 0 25 0 1 0 649688196 375586816 77459 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 91696 77459 367 95 0 86678 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 366784

[startup+282.3 s]
/proc/loadavg: 4.14 4.04 3.53 5/285 23715
/proc/meminfo: memFree=19955952/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=323400 CPUtime=282.29 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 196818 0 0 0 28183 46 0 0 25 0 1 0 649688196 331161600 75827 33554432000 4194304 4580011 140737121425616 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 80850 75827 367 95 0 75832 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 323400

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.56 5/285 23716
/proc/meminfo: memFree=19927776/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=381788 CPUtime=342.28 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 221088 0 0 0 34175 53 0 0 25 0 1 0 649688196 390950912 76523 33554432000 4194304 4580011 140737121425616 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 95447 76523 367 95 0 90429 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 381788

[startup+402.301 s]
/proc/loadavg: 4.05 4.03 3.58 5/285 23718
/proc/meminfo: memFree=19927108/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=382168 CPUtime=402.28 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 246252 0 0 0 40167 61 0 0 25 0 1 0 649688196 391340032 75846 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 95542 75846 367 95 0 90524 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 382168

[startup+462.3 s]
/proc/loadavg: 4.02 4.03 3.61 5/285 23719
/proc/meminfo: memFree=19900640/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=382476 CPUtime=462.28 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 273728 0 0 0 46158 70 0 0 25 0 1 0 649688196 391655424 84778 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 95619 84778 367 95 0 90601 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 382476

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 3.63 5/285 23721
/proc/meminfo: memFree=19942380/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=384148 CPUtime=522.28 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 299675 0 0 0 52150 78 0 0 25 0 1 0 649688196 393367552 80710 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294031 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 96037 80710 367 95 0 91019 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 384148

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.65 5/285 23723
/proc/meminfo: memFree=19904636/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=384628 CPUtime=582.28 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 323999 0 0 0 58144 84 0 0 25 0 1 0 649688196 393859072 84194 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 96157 84194 367 95 0 91139 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 384628

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.67 5/285 23724
/proc/meminfo: memFree=19940040/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=332896 CPUtime=642.29 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 351159 0 0 0 64137 92 0 0 25 0 1 0 649688196 340885504 78218 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293723 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 83224 78218 367 95 0 78206 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 332896

[startup+702.3 s]
/proc/loadavg: 4.07 4.02 3.69 5/285 23726
/proc/meminfo: memFree=19789736/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=407756 CPUtime=702.21 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 379050 0 0 0 70120 101 0 0 25 0 1 0 649688196 417542144 82684 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 101939 82684 367 95 0 96921 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 407756

[startup+762.311 s]
/proc/loadavg: 4.06 4.03 3.71 5/285 23728
/proc/meminfo: memFree=19769224/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=408408 CPUtime=762.22 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 404868 0 0 0 76113 109 0 0 25 0 1 0 649688196 418209792 84028 33554432000 4194304 4580011 140737121425616 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 102102 84028 367 95 0 97084 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 408408

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.73 5/285 23738
/proc/meminfo: memFree=19815316/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=408664 CPUtime=822.2 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 428611 0 0 0 82104 116 0 0 25 0 1 0 649688196 418471936 82550 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293888 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 102166 82550 367 95 0 97148 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 408664

[startup+882.3 s]
/proc/loadavg: 4.04 4.03 3.75 5/285 23740
/proc/meminfo: memFree=19691392/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=409140 CPUtime=882.2 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 453061 0 0 0 88092 128 0 0 25 0 1 0 649688196 418959360 94021 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 102285 94021 367 95 0 97267 0
Current children cumulated CPU time (s) 882.2
Current children cumulated vsize (KiB) 409140

[startup+942.301 s]
/proc/loadavg: 4.06 4.04 3.76 5/285 23741
/proc/meminfo: memFree=19756320/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=409476 CPUtime=942.2 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 478014 0 0 0 94084 136 0 0 25 0 1 0 649688196 419303424 92120 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 102369 92120 367 95 0 97351 0
Current children cumulated CPU time (s) 942.2
Current children cumulated vsize (KiB) 409476

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.78 5/285 23746
/proc/meminfo: memFree=19680696/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=379480 CPUtime=1002.2 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 510587 0 0 0 100075 145 0 0 25 0 1 0 649688196 388587520 81543 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 94870 81543 367 95 0 89852 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 379480

[startup+1062.3 s]
/proc/loadavg: 3.66 3.94 3.76 4/279 23765
/proc/meminfo: memFree=19953320/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=474668 CPUtime=1062.2 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 557953 0 0 0 106062 158 0 0 25 0 1 0 649688196 486060032 110703 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 118667 110703 367 95 0 113649 0
Current children cumulated CPU time (s) 1062.2
Current children cumulated vsize (KiB) 474668

[startup+1122.3 s]
/proc/loadavg: 3.24 3.77 3.71 4/279 23767
/proc/meminfo: memFree=19988256/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=474976 CPUtime=1122.2 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 589049 0 0 0 112049 171 0 0 25 0 1 0 649688196 486375424 104794 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 118744 104794 367 95 0 113726 0
Current children cumulated CPU time (s) 1122.2
Current children cumulated vsize (KiB) 474976

[startup+1182.3 s]
/proc/loadavg: 3.09 3.62 3.66 4/279 23769
/proc/meminfo: memFree=20030608/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=475344 CPUtime=1182.2 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 620247 0 0 0 118040 180 0 0 25 0 1 0 649688196 486752256 98061 33554432000 4194304 4580011 140737121425616 18446744073709551615 4294245 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 118836 98061 367 95 0 113818 0
Current children cumulated CPU time (s) 1182.2
Current children cumulated vsize (KiB) 475344

[startup+1242.3 s]
/proc/loadavg: 3.03 3.51 3.62 4/279 23770
/proc/meminfo: memFree=19927244/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=475588 CPUtime=1242.19 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 650293 0 0 0 124030 189 0 0 25 0 1 0 649688196 487002112 108715 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 118897 108715 367 95 0 113879 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 475588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.72 3.35 3.56 3/273 23790
/proc/meminfo: memFree=20422752/32950904 swapFree=67057400/67111528
[pid=23678] ppid=23676 vsize=476020 CPUtime=1299.9 cores=1,3
/proc/23678/stat : 23678 (strangenight2-s) R 23676 23678 23326 0 -1 4202496 679471 0 0 0 129791 199 0 0 25 0 1 0 649688196 487444480 98262 33554432000 4194304 4580011 140737121425616 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/23678/statm: 119005 98262 367 95 0 113987 0
Current children cumulated CPU time (s) 1299.9
Current children cumulated vsize (KiB) 476020

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1299.93
CPU user time (s): 1297.92
CPU system time (s): 2.01369
CPU usage (%): 99.9924
Max. virtual memory (cumulated for all children) (KiB): 727240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.92
system time used= 2.01369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 679471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 14962

runsolver used 3.33149 second user time and 8.12676 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 15:48:04
IDJOB=3367349
IDBENCH=82558
IDSOLVER=1845
FILE ID=node121/3367349-1305380884
RUNJOBID= node121-1305379153-23346
PBS_JOBID= 13324381
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= 785309e098f4d0ba8da3027c8426e931
RANDOM SEED=44127053

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      20363036 kB
Buffers:        287892 kB
Cached:        5949136 kB
SwapCached:       7656 kB
Active:        7021436 kB
Inactive:      5212688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20363036 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           16384 kB
Writeback:           0 kB
AnonPages:     5995072 kB
Mapped:          22804 kB
Slab:           265216 kB
PageTables:      25988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 31390952 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= 73420 MiB
End job on node121 at 2011-05-14 16:09:46