Trace number 3367400

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
MD5SUM4a57833314362e0939d4095b3206ad82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.192
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-3367400-1305382068.cnf'
0.00/0.01	c -- header says num vars:          35000
0.00/0.01	c -- header says num clauses:      147000
0.03/0.09	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.03/0.09	c -- vars added      35000
0.03/0.09	c Parsing time:  0.08 s
0.03/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.29/0.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.29/0.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  35000 time:  0.01 s
0.29/0.33	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.49/0.53	c lits-rem:         0  cl-subs:        0  v-elim:    894  v-fix:    0  time:  0.19 s
0.49/0.53	c Finding binary XORs  T:     0.01 s  found:       0
0.49/0.57	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.49/0.57	c calculated reachability. Time: 0.00
0.49/0.58	c Calc default polars -  time:   0.01 s pos:   15427 undec:    3847 neg:   15726
0.49/0.58	c =========================================================================================
0.49/0.58	c types(t): F = full restart, N = normal restart
0.49/0.58	c types(t): S = simplification begin/end, E = solution found
0.49/0.58	c restart types(rt): st = static, dy = dynamic
0.49/0.58	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.58	c  B st     0         0     34106    145968         0         0    443386         0   no data   no data
1.98/2.09	c  N dy    21      4081     34106    145968         0      4081    443386   1119539    165.87    175.13
3.59/3.66	c  N dy    49      8083     34106    145968         0      8083    443386   2129038    166.08    174.82
5.09/5.18	c  N dy    75     12096     34106    145968         0     12096    443386   3162486    166.74    179.07
6.68/6.76	c  N dy   103     16125     34106    145968         0     16125    443386   4172995    167.11    196.05
8.29/8.39	c  N dy   131     20172     34106    145968         0     10180    443386    713552    167.01    181.60
9.90/9.92	c  N dy   154     24182     34106    145968         0     14190    443386   1692555    165.74    176.38
10.18/10.25	c  F st   161     25001     34106    145968         0     15009    443386   1914217    165.96   no data
11.58/11.63	c  N st   166     28298     34106    145968         0     18304    443386   3087131    165.96   no data
12.29/12.37	c  S st   167     30002     34106    145968         0     20008    443386   3784195    165.96   no data
12.49/12.56	c  S st   167     30505     34106    145968         0     20511    443386   3871983    165.96   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:      677 vars:    110 tried:       34106 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:  33996 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.92	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.16 s
13.20/13.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.09/14.15	c lits-rem:         5  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.91 s
14.30/14.31	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.16
14.30/14.32	c calculated reachability. Time: 0.00
14.30/14.32	c  N dy   167     30505     33976    145276         0     20266    441435   3761482    165.96   no data
15.99/16.06	c  N dy   196     34525     33976    145276         0     24285    441435   4767894    166.14    205.14
17.69/17.73	c  N dy   225     38550     33976    145276         0     28310    441435   5804077    166.56    186.33
19.38/19.43	c  N dy   250     42703     33976    145276         0     17081    441435   1193529    165.93    176.00
20.58/20.65	c  S st   273     45760     33976    145276         0     20138    441435   1961113    165.93    129.55
20.79/20.86	c  S st   273     46265     33976    145276         0     20643    441435   2081353    165.93   no data
20.79/20.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.89/20.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.07
20.89/20.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.89/20.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
20.98/21.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
20.98/21.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
20.98/21.02	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
21.08/21.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
21.18/21.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.48/21.53	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.26 s
21.48/21.54	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.01
21.48/21.58	c vivif2 --  cl tried    20643 cl shrink        0 lits rem          0 time: 0.03
21.68/21.73	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.15
21.68/21.73	c calculated reachability. Time: 0.00
21.68/21.74	c  N dy   273     46265     33976    145276         0     20643    441435   2081352    165.93   no data
23.49/23.51	c  N dy   303     50325     33976    145276         0     24703    441435   3120192    166.14    180.91
25.30/25.40	c  N dy   328     54427     33976    145276         0     28805    441435   4175325    165.83    182.79
27.19/27.29	c  N dy   355     58599     33976    145276         0     32977    441435   5236536    166.03    176.08
29.09/29.15	c  N dy   383     62688     33976    145276         0     37065    441435   6263512    165.90    217.25
30.89/30.98	c  N dy   413     66778     33976    145276         0     22465    441435   1687575    165.79    177.60
32.09/32.13	c  S st   433     69397     33976    145276         0     25084    441435   2358328    165.77    142.91
32.29/32.36	c  S st   433     69899     33976    145276         0     25586    441435   2449930    165.77   no data
32.29/32.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32.39/32.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.08
32.39/32.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.49/32.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
32.49/32.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.49/32.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
32.49/32.53	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
32.59/32.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
32.69/32.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
33.09/33.18	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.38 s
33.19/33.20	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.01
33.19/33.23	c vivif2 --  cl tried    25583 cl shrink        0 lits rem          0 time: 0.04
33.29/33.39	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.16
33.39/33.40	c calculated reachability. Time: 0.00
33.39/33.40	c  N dy   433     69899     33976    145276         0     25583    441435   2448367    165.77   no data
35.28/35.31	c  N dy   466     74442     33976    145276         0     30126    441435   3600926    165.86    236.05
37.40/37.45	c  N dy   500     79431     33976    145276         0     35115    441435   4865778    165.90    177.03
39.69/39.73	c  N dy   536     84561     33976    145276         0     40245    441435   6196134    166.30    184.09
40.89/40.97	c  F st   555     87500     33976    145276         0     22346    441435   1082653    166.18   no data
42.39/42.44	c  N st   560     90795     33976    145276         0     25639    441435   2265374    166.18   no data
45.19/45.27	c  N dy   588     96677     33976    145276         0     31520    441435   4032903    166.10    178.18
47.99/48.06	c  N dy   627    102890     33976    145276         0     37733    441435   5561153    165.81    175.10
48.89/48.98	c  S st   642    104848     33976    145276         0     39691    441435   6080017    166.04    128.50
49.19/49.23	c  S st   642    105350     33976    145276         0     40193    441435   6181070    166.04   no data
49.19/49.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.29/49.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
49.29/49.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.29/49.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
49.40/49.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
49.40/49.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
49.40/49.43	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
49.50/49.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
49.89/49.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
51.49/51.55	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.59 s
51.49/51.57	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
51.60/51.67	c vivif2 --  cl tried    40189 cl shrink        0 lits rem          0 time: 0.10
51.79/51.86	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.19
51.79/51.87	c calculated reachability. Time: 0.00
51.79/51.87	c  N dy   642    105350     33976    145276         0     40189    441435   6178239    166.04   no data
55.00/55.07	c  N dy   687    112135     33976    145276         0     24551    441435   1200048    165.96    202.88
58.09/58.18	c  N dy   741    119439     33976    145276         0     31854    441435   3043159    166.08    177.05
61.50/61.58	c  N dy   794    127215     33976    145276         0     39629    441435   5091044    166.29    175.86
65.19/65.23	c  N dy   854    135338     33976    145276         0     24041    441435    718782    166.64    230.85
68.89/68.96	c  N dy   919    144126     33976    145276         0     32827    441435   3032533    167.13    180.91
72.99/73.07	c  N dy   984    153401     33976    145276         0     42102    441435   5404722    167.32    179.65
75.39/75.43	c  S st  1017    158025     33976    145276         0     46726    441435   6633943    167.40    152.30
75.59/75.69	c  S st  1017    158529     33976    145276         0     47229    441435   6726821    167.40   no data
75.69/75.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
75.80/75.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
75.80/75.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.80/75.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
75.80/75.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
75.80/75.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
75.80/75.90	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
75.99/76.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
76.38/76.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
78.69/78.70	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.24 s
78.69/78.71	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
78.79/78.82	c vivif2 --  cl tried    47228 cl shrink        0 lits rem          0 time: 0.11
78.99/79.02	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.20
78.99/79.03	c calculated reachability. Time: 0.00
78.99/79.03	c  N dy  1017    158529     33976    145276         0     47228    441435   6726545    167.40   no data
83.79/83.81	c  N dy  1090    168728     33976    145276         0     32574    441435   2571685    167.50    179.04
88.69/88.74	c  N dy  1162    179673     33976    145276         0     43519    441435   5382765    167.43    178.64
93.79/93.89	c  N dy  1240    191170     33976    145276         0     29091    441435   1365613    167.45    180.62
99.28/99.33	c  N dy  1323    203475     33976    145276         0     41395    441435   4586120    167.64    178.87
105.29/105.36	c  N dy  1417    216659     33976    145276         0     27616    441435    716528    167.82    178.18
111.29/111.38	c  N dy  1511    230584     33976    145276         0     41539    441435   4301204    167.81    182.01
114.59/114.63	c  S st  1560    237793     33976    145276         0     48748    441435   6138422    167.78   no data
114.79/114.87	c  S st  1560    238297     33976    145276         0     49252    441435   6243679    167.78   no data
114.79/114.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
114.89/114.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
114.99/115.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
114.99/115.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
114.99/115.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
114.99/115.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
114.99/115.07	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
115.19/115.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
115.51/115.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
117.70/117.75	c lits-rem:         7  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.20 s
117.70/117.77	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
117.79/117.88	c vivif2 --  cl tried    49249 cl shrink        0 lits rem          0 time: 0.11
118.09/118.10	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.22
118.09/118.11	c calculated reachability. Time: 0.00
118.09/118.11	c  N dy  1560    238297     33976    145276         0     49249    441435   6242268    167.78   no data
125.49/125.51	c  N dy  1661    253574     33976    145276         0     36543    441435   2785707    167.77    177.62
133.19/133.21	c  N dy  1776    269861     33976    145276         0     52829    441435   7079075    167.95    180.35
141.09/141.10	c  N dy  1896    287164     33976    145276         0     41147    441435   3661485    168.01    190.66
149.60/149.65	c  N dy  2019    305588     33976    145276         0     59569    441435   8445134    168.08    177.38
149.99/150.01	c  F st  2024    306250     33976    145276         0     30236    441435    576112    168.08   no data
158.68/158.77	c  N dy  2126    325123     33976    145276         0     49107    441435   6242718    168.21    186.42
168.09/168.13	c  N dy  2272    345156     33976    145276         0     38139    441435   2417186    168.44    184.89
173.70/173.79	c  S st  2361    357445     33976    145276         0     50428    441435   5621528    168.51   no data
173.99/174.03	c  S st  2361    357945     33976    145276         0     50928    441435   5711666    168.51   no data
173.99/174.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
174.09/174.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
174.09/174.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.19/174.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
174.19/174.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
174.19/174.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
174.19/174.24	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
174.29/174.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
174.59/174.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
176.79/176.80	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.12 s
176.79/176.81	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
176.89/176.90	c vivif2 --  cl tried    50927 cl shrink        0 lits rem          0 time: 0.09
177.00/177.10	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.20
177.10/177.11	c calculated reachability. Time: 0.00
177.10/177.11	c  N dy  2361    357945     33976    145276         0     50927    441435   5710568    168.51   no data
187.59/187.60	c  N dy  2503    378072     33976    145276         0     39061    441435   2336325    168.72    184.83
197.90/197.95	c  N dy  2635    398202     33976    145276         0     59191    441435   7502398    168.66    181.04
207.99/208.00	c  N dy  2776    418391     33976    145276         0     46380    441435   3957500    168.70    178.75
217.79/217.89	c  N dy  2921    438466     33976    145276         0     66452    441435   9307777    169.01    180.76
227.19/227.21	c  N dy  3057    458645     33976    145276         0     52632    441435   5310428    169.06    178.08
236.89/236.90	c  N dy  3193    478699     33976    145276         0     37690    441435   1238105    169.18    205.44
246.09/246.10	c  N dy  3327    498787     33976    145276         0     57778    441435   6438535    169.16    179.32
255.79/255.81	c  N dy  3469    518835     33976    145276         0     41827    441435   2032718    169.29    194.30
264.29/264.32	c  S st  3597    536917     33976    145276         0     59908    441435   6752885    169.34   no data
264.49/264.57	c  S st  3597    537420     33976    145276         0     60411    441435   6842045    169.34   no data
264.49/264.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
264.69/264.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
264.69/264.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
264.69/264.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
264.69/264.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
264.69/264.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
264.69/264.78	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
264.89/264.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
265.19/265.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
268.30/268.37	c lits-rem:         4  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.08 s
268.30/268.39	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
268.40/268.49	c vivif2 --  cl tried    60407 cl shrink        0 lits rem          0 time: 0.11
268.69/268.71	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.22
268.69/268.72	c calculated reachability. Time: 0.00
268.69/268.72	c  N dy  3597    537420     33976    145276         0     60407    441435   6839490    169.34   no data
278.49/278.50	c  N dy  3731    557432     33976    145276         0     43420    441435   2173664    169.37    179.38
288.10/288.15	c  N dy  3872    577567     33976    145276         0     63554    441435   7501338    169.50    183.32
298.00/298.03	c  N dy  4022    597581     33976    145276         0     45570    441435   2458814    169.61    179.06
308.69/308.78	c  N dy  4167    617693     33976    145276         0     65682    441435   7802029    169.71    179.16
320.29/320.37	c  N dy  4299    637918     33976    145276         0     46904    441435   2571149    169.70    180.03
330.49/330.55	c  N dy  4434    657934     33976    145276         0     66920    441435   7761994    169.68    183.30
341.09/341.17	c  N dy  4571    678086     33976    145276         0     47069    441435   2328026    169.71    180.05
351.09/351.13	c  N dy  4706    698196     33976    145276         0     67179    441435   7643294    169.76    181.07
361.18/361.26	c  N dy  4848    718267     33976    145276         0     46251    441435   1865926    169.87    180.99
370.79/370.86	c  N dy  4985    738313     33976    145276         0     66295    441435   7086534    169.87    178.94
380.99/381.02	c  N dy  5119    758348     33976    145276         0     44333    441435   1104338    169.84    179.91
390.59/390.68	c  N dy  5258    778486     33976    145276         0     64471    441435   6327622    169.86    185.94
400.99/401.00	c  N dy  5392    798683     33976    145276         0     84666    441435  11540489    169.83    187.65
404.49/404.52	c  S st  5441    806130     33976    145276         0     49120    441435   2125671    169.84   no data
404.70/404.76	c  S st  5441    806634     33976    145276         0     49624    441435   2222700    169.84   no data
404.70/404.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
404.80/404.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
404.89/404.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
404.89/404.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
404.89/404.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
404.89/404.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
404.89/404.96	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
404.99/405.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
405.09/405.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
405.80/405.89	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.68 s
405.90/405.91	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
405.90/405.95	c vivif2 --  cl tried    49620 cl shrink        0 lits rem          0 time: 0.04
406.09/406.14	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.19
406.09/406.15	c calculated reachability. Time: 0.00
406.09/406.15	c  N dy  5441    806634     33976    145276         0     49620    441435   2220350    169.84   no data
415.80/415.85	c  N dy  5575    826677     33976    145276         0     69661    441435   7411261    169.86    186.38
426.09/426.15	c  N dy  5702    846731     33976    145276         0     45713    441435    954274    169.80    179.19
435.79/435.80	c  N dy  5845    866923     33976    145276         0     65904    441435   6229177    169.82    183.52
446.09/446.13	c  N dy  5982    887011     33976    145276         0     85991    441435  11493209    169.84    183.80
455.99/456.01	c  N dy  6118    907238     33976    145276         0     61222    441435   4779784    169.85    192.14
466.19/466.20	c  N dy  6254    927365     33976    145276         0     81348    441435   9960796    169.82    180.80
476.40/476.48	c  N dy  6392    947434     33976    145276         0     55413    441435   2948568    169.83    185.89
486.49/486.55	c  N dy  6532    967448     33976    145276         0     75424    441435   8246048    169.89    194.42
497.29/497.35	c  N dy  6683    987633     33976    145276         0     48609    441435    949867    169.97    179.21
507.10/507.14	c  N dy  6821   1007957     33976    145276         0     68932    441435   6156773    169.94    180.94
517.69/517.71	c  N dy  6968   1028008     33976    145276         0     88983    441435  11375316    170.00    181.60
527.79/527.86	c  N dy  7118   1048098     33976    145276         0     61079    441435   3938339    170.04    181.40
537.91/537.99	c  N dy  7252   1068127     33976    145276         0     81107    441435   9168478    170.05    182.82
540.00/540.01	c  F st  7280   1071876     33976    145276         0     84856    441435  10188772    170.07   no data
548.59/548.69	c  N dy  7361   1088158     33976    145276         0     52137    441435   1357285    170.05    181.17
558.49/558.59	c  N dy  7501   1108276     33976    145276         0     72253    441435   6620418    170.11    183.15
569.19/569.20	c  N dy  7642   1128313     33976    145276         0     92290    441435  11862359    170.12    188.99
579.39/579.47	c  N dy  7778   1148404     33976    145276         0     62389    441435   3783205    170.10    180.22
589.79/589.82	c  N dy  7923   1168466     33976    145276         0     82451    441435   9066904    170.17    182.24
600.69/600.72	c  N dy  8057   1188536     33976    145276         0     51519    441435    668486    170.15    181.49
610.50/610.55	c  N dy  8197   1208560     33976    145276         0     71543    441435   5971531    170.21    179.58
611.19/611.25	c  S st  8206   1209954     33976    145276         0     72937    441435   6323882    170.21   no data
611.50/611.51	c  S st  8206   1210459     33976    145276         0     73442    441435   6418482    170.21   no data
611.50/611.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
611.60/611.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.12
611.60/611.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
611.69/611.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
611.69/611.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
611.69/611.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
611.69/611.73	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
611.79/611.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
612.19/612.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
615.49/615.53	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.30 s
615.49/615.54	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
615.59/615.65	c vivif2 --  cl tried    73436 cl shrink        0 lits rem          0 time: 0.10
615.79/615.88	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.23
615.79/615.89	c calculated reachability. Time: 0.00
615.79/615.89	c  N dy  8206   1210459     33976    145276         0     73436    441435   6415826    170.21   no data
626.59/626.65	c  N dy  8348   1230614     33976    145276         0     93591    441435  11754901    170.25    179.31
637.39/637.42	c  N dy  8487   1250691     33976    145276         0     61668    441435   3108217    170.28    190.43
647.49/647.56	c  N dy  8624   1270777     33976    145276         0     81753    441435   8299086    170.28    213.45
658.60/658.60	c  N dy  8771   1290802     33976    145276         0    101777    441435  13616337    170.36    179.98
668.70/668.81	c  N dy  8904   1310915     33976    145276         0     68889    441435   4665601    170.35    182.09
679.19/679.28	c  N dy  9045   1331073     33976    145276         0     89047    441435   9954458    170.38    180.95
690.40/690.44	c  N dy  9185   1351125     33976    145276         0     55099    441435    819587    170.41    180.04
700.39/700.48	c  N dy  9327   1371137     33976    145276         0     75110    441435   6063016    170.44    210.94
711.09/711.14	c  N dy  9461   1391179     33976    145276         0     95149    441435  11348586    170.44    179.96
722.09/722.15	c  N dy  9606   1411182     33976    145276         0     60156    441435   1899253    170.51    186.42
732.20/732.26	c  N dy  9735   1431308     33976    145276         0     80281    441435   7067757    170.48    179.78
743.19/743.21	c  N dy  9872   1451520     33976    145276         0    100491    441435  12405901    170.50    182.62
754.00/754.03	c  N dy 10011   1471627     33976    145276         0     64609    441435   2838091    170.50    181.05
764.41/764.50	c  N dy 10148   1491736     33976    145276         0     84717    441435   8105243    170.50    195.44
775.41/775.47	c  N dy 10284   1511866     33976    145276         0    104844    441435  13434035    170.52    193.82
786.29/786.37	c  N dy 10433   1531943     33976    145276         0     67922    441435   3405122    170.57    196.74
796.99/797.06	c  N dy 10571   1552011     33976    145276         0     87988    441435   8671178    170.58    187.18
808.80/808.85	c  N dy 10713   1572156     33976    145276         0    108133    441435  14009371    170.60    180.06
819.50/819.52	c  N dy 10848   1592183     33976    145276         0     70157    441435   3810855    170.62    219.86
829.89/829.97	c  N dy 10972   1612335     33976    145276         0     90307    441435   9059803    170.60    183.17
841.09/841.13	c  N dy 11108   1632445     33976    145276         0    110416    441435  14360740    170.61    180.58
851.89/851.92	c  N dy 11245   1652656     33976    145276         0     71633    441435   3890756    170.60    182.23
862.41/862.46	c  N dy 11386   1672703     33976    145276         0     91678    441435   9225573    170.63    179.73
873.79/873.81	c  N dy 11526   1692810     33976    145276         0    111785    441435  14535599    170.65    180.25
883.30/883.39	c  S st 11645   1710459     33976    145276         0     69443    441435   3072029    170.68    157.21
883.59/883.65	c  S st 11645   1710959     33976    145276         0     69943    441435   3159152    170.68   no data
883.59/883.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
883.69/883.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.11
883.79/883.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
883.79/883.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
883.79/883.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
883.79/883.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
883.79/883.87	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
883.99/884.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
884.09/884.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
885.99/886.03	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.84 s
885.99/886.04	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
886.09/886.10	c vivif2 --  cl tried    69942 cl shrink        0 lits rem          0 time: 0.05
886.29/886.32	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.22
886.29/886.33	c calculated reachability. Time: 0.00
886.29/886.33	c  N dy 11645   1710959     33976    145276         0     69942    441435   3159047    170.68   no data
896.80/896.84	c  N dy 11785   1731038     33976    145276         0     90020    441435   8443548    170.70    197.02
908.09/908.11	c  N dy 11925   1751103     33976    145276         0    110083    441435  13772954    170.73    232.89
919.09/919.16	c  N dy 12060   1771119     33976    145276         0     69095    441435   2664816    170.73    185.95
929.69/929.70	c  N dy 12200   1791120     33976    145276         0     89094    441435   7920667    170.76    186.77
940.69/940.76	c  N dy 12337   1811190     33976    145276         0    109164    441435  13114195    170.74    220.00
952.09/952.16	c  N dy 12475   1831309     33976    145276         0     67284    441435   1923894    170.73    195.71
962.60/962.65	c  N dy 12616   1851318     33976    145276         0     87290    441435   7229821    170.77    180.22
973.60/973.69	c  N dy 12751   1871461     33976    145276         0    107433    441435  12585167    170.80    179.84
985.89/985.96	c  N dy 12882   1891539     33976    145276         0     64514    441435    989317    170.79    186.15
997.89/997.94	c  N dy 13022   1911596     33976    145276         0     84569    441435   6202885    170.79    206.16
1011.00/1011.03	c  N dy 13165   1931694     33976    145276         0    104666    441435  11461698    170.80    180.06
1023.70/1023.78	c  N dy 13304   1952079     33976    145276         0    125049    441435  16774171    170.80    184.52
1034.79/1034.80	c  N dy 13434   1972104     33976    145276         0     81080    441435   5162446    170.82    180.57
1046.29/1046.34	c  N dy 13575   1992216     33976    145276         0    101192    441435  10418032    170.82    180.90
1058.29/1058.33	c  N dy 13711   2012293     33976    145276         0    121269    441435  15690393    170.83    179.88
1069.29/1069.33	c  N dy 13846   2032378     33976    145276         0     76358    441435   3574311    170.82    180.18
1079.90/1079.99	c  N dy 13987   2052385     33976    145276         0     96363    441435   8921530    170.85    215.04
1091.40/1091.46	c  N dy 14125   2072460     33976    145276         0    116437    441435  14199416    170.86    180.21
1103.10/1103.10	c  N dy 14270   2092517     33976    145276         0     70493    441435   1779207    170.90    181.12
1113.60/1113.66	c  N dy 14414   2112553     33976    145276         0     90526    441435   7149205    170.94    182.83
1124.80/1124.86	c  N dy 14551   2132660     33976    145276         0    110632    441435  12366786    170.93    180.30
1136.70/1136.76	c  N dy 14688   2152719     33976    145276         0    130690    441435  17639705    170.93    186.57
1147.60/1147.60	c  N dy 14827   2172764     33976    145276         0     83740    441435   5076236    170.95    190.89
1158.40/1158.49	c  N dy 14960   2192858     33976    145276         0    103833    441435  10291038    170.95    180.68
1168.90/1168.99	c  S st 15082   2210959     33976    145276         0    121934    441435  15054968    170.96    170.88
1169.31/1169.32	c  S st 15082   2211459     33976    145276         0    122434    441435  15145415    170.96   no data
1169.31/1169.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1169.50/1169.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.16
1169.50/1169.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1169.50/1169.56	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1169.50/1169.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1169.50/1169.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33976 time:  0.01 s
1169.60/1169.60	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.02 s
1169.80/1169.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.24 s
1170.60/1170.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1178.11/1178.16	c lits-rem:         0  cl-subs:       12  v-elim:      0  v-fix:    0  time:  7.46 s
1178.11/1178.18	c vivif2 --  cl tried   145276 cl shrink        0 lits rem          0 time: 0.02
1178.39/1178.42	c vivif2 --  cl tried   122422 cl shrink        0 lits rem          0 time: 0.24
1178.69/1178.73	c asymm  cl-useful: 0/145276/145276 lits-rem:0 time: 0.31
1178.69/1178.74	c calculated reachability. Time: 0.00
1178.69/1178.74	c  N dy 15082   2211459     33976    145276         0    122422    441435  15138686    170.96   no data
1190.29/1190.34	c  N dy 15218   2231485     33976    145276         0     74448    441435   2344048    170.97    181.19
1200.90/1200.94	c  N dy 15351   2251630     33976    145276         0     94593    441435   7674367    170.99    183.28
1212.21/1212.24	c  N dy 15483   2271772     33976    145276         0    114734    441435  12861437    170.97    184.58
1224.31/1224.38	c  N dy 15624   2291899     33976    145276         0    134859    441435  18211178    170.99    187.49
1235.10/1235.15	c  N dy 15760   2311931     33976    145276         0     85902    441435   5121198    170.99    180.53
1247.31/1247.35	c  N dy 15904   2332055     33976    145276         0    106026    441435  10487594    171.03    182.20
1261.20/1261.27	c  N dy 16046   2352238     33976    145276         0    126208    441435  15740436    171.04    180.57
1275.10/1275.17	c  N dy 16176   2372512     33976    145276         0     76483    441435   2353425    171.04    180.24
1286.70/1286.73	c  N dy 16315   2392547     33976    145276         0     96517    441435   7680227    171.06    184.75
1298.80/1298.84	c  N dy 16458   2412704     33976    145276         0    116673    441435  13086170    171.09    181.76

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-3367400-1305382068/watcher-3367400-1305382068 -o /tmp/evaluation-result-3367400-1305382068/solver-3367400-1305382068 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367400-1305382068.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: 0.99 1.92 2.75 5/336 21536
/proc/meminfo: memFree=25284216/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=31116 CPUtime=0 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 3357 0 0 0 0 0 0 0 21 0 1 0 649807261 31862784 2784 33554432000 4194304 4580011 140734302332704 18446744073709551615 4307153 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 7779 2789 322 95 0 2761 0

[startup+0.041568 s]
/proc/loadavg: 0.99 1.92 2.75 5/336 21536
/proc/meminfo: memFree=25284216/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=45092 CPUtime=0.03 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 5136 0 0 0 3 0 0 0 21 0 1 0 649807261 46174208 4037 33554432000 4194304 4580011 140734302332704 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 11273 4037 324 95 0 6255 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 45092

[startup+0.100552 s]
/proc/loadavg: 0.99 1.92 2.75 5/336 21536
/proc/meminfo: memFree=25284216/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=51316 CPUtime=0.08 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 7023 0 0 0 8 0 0 0 21 0 1 0 649807261 52547584 5924 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 12829 5924 339 95 0 7811 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51316

[startup+0.300506 s]
/proc/loadavg: 0.99 1.92 2.75 5/336 21536
/proc/meminfo: memFree=25284216/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=65836 CPUtime=0.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 10456 0 0 0 28 1 0 0 22 0 1 0 649807261 67416064 9357 33554432000 4194304 4580011 140734302332704 18446744073709551615 4507338 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 16459 9357 344 95 0 11441 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65836

[startup+0.700419 s]
/proc/loadavg: 0.99 1.92 2.75 5/336 21536
/proc/meminfo: memFree=25284216/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=73924 CPUtime=0.69 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 14229 0 0 0 68 1 0 0 18 0 1 0 649807261 75698176 11154 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 18481 11154 364 95 0 13463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73924

[startup+1.50026 s]
/proc/loadavg: 0.99 1.92 2.75 5/337 21537
/proc/meminfo: memFree=25173104/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=73924 CPUtime=1.49 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 14869 0 0 0 148 1 0 0 19 0 1 0 649807261 75698176 11794 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293078 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 18481 11794 364 95 0 13463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73924

[startup+3.10098 s]
/proc/loadavg: 0.99 1.92 2.75 5/337 21537
/proc/meminfo: memFree=25162568/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=106740 CPUtime=3.09 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 15922 0 0 0 307 2 0 0 22 0 1 0 649807261 109301760 12847 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 26685 12847 364 95 0 21667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106740

[startup+6.30039 s]
/proc/loadavg: 1.23 1.95 2.76 5/337 21537
/proc/meminfo: memFree=25117908/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=106740 CPUtime=6.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 17993 0 0 0 627 2 0 0 25 0 1 0 649807261 109301760 14918 33554432000 4194304 4580011 140734302332704 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 26685 14918 364 95 0 21667 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106740

[startup+12.7012 s]
/proc/loadavg: 1.45 1.98 2.76 5/337 21537
/proc/meminfo: memFree=25114744/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=143576 CPUtime=12.69 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 23998 0 0 0 1266 3 0 0 25 0 1 0 649807261 147021824 14933 33554432000 4194304 4580011 140734302332704 18446744073709551615 4507338 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 35894 14933 367 95 0 30876 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143576

[startup+25.5008 s]
/proc/loadavg: 2.01 2.08 2.78 5/337 21537
/proc/meminfo: memFree=24804236/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=234480 CPUtime=25.49 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 53676 0 0 0 2542 7 0 0 25 0 1 0 649807261 240107520 37291 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 58620 37291 367 95 0 53602 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 234480

[startup+51.1011 s]
/proc/loadavg: 2.69 2.24 2.81 5/337 21538
/proc/meminfo: memFree=24589340/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=308976 CPUtime=51.09 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 88998 0 0 0 5096 13 0 0 25 0 1 0 649807261 316391424 58095 33554432000 4194304 4580011 140734302332704 18446744073709551615 4416686 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 77244 58095 367 95 0 72226 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 308976

[startup+102.313 s]
/proc/loadavg: 3.51 2.53 2.88 5/337 21539
/proc/meminfo: memFree=24347616/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=361136 CPUtime=102.3 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 119914 0 0 0 10211 19 0 0 25 0 1 0 649807261 369803264 72066 33554432000 4194304 4580011 140734302332704 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 90284 72066 367 95 0 85266 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 361136

[startup+162.3 s]
/proc/loadavg: 3.86 2.81 2.95 5/337 21541
/proc/meminfo: memFree=24258312/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=377964 CPUtime=162.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 147023 0 0 0 16205 24 0 0 25 0 1 0 649807261 387035136 78391 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 94491 78391 367 95 0 89473 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 377964

[startup+222.3 s]
/proc/loadavg: 3.95 3.03 3.02 5/337 21543
/proc/meminfo: memFree=24240164/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=327496 CPUtime=222.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 170215 0 0 0 22197 32 0 0 25 0 1 0 649807261 335355904 75697 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 81874 75697 367 95 0 76856 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 327496

[startup+282.301 s]
/proc/loadavg: 3.98 3.20 3.08 5/337 21544
/proc/meminfo: memFree=24199940/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=403156 CPUtime=282.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 196955 0 0 0 28193 36 0 0 25 0 1 0 649807261 412831744 80960 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 100789 80960 367 95 0 95771 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 403156

[startup+342.301 s]
/proc/loadavg: 3.99 3.34 3.13 5/337 21546
/proc/meminfo: memFree=24089400/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=417916 CPUtime=342.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 223322 0 0 0 34183 46 0 0 25 0 1 0 649807261 427945984 83218 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 104479 83218 367 95 0 99461 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 417916

[startup+402.301 s]
/proc/loadavg: 4.06 3.49 3.19 5/337 21547
/proc/meminfo: memFree=24058720/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=358088 CPUtime=402.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 249509 0 0 0 40177 52 0 0 25 0 1 0 649807261 366682112 83164 33554432000 4194304 4580011 140734302332704 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 89522 83164 367 95 0 84504 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 358088

[startup+462.301 s]
/proc/loadavg: 4.02 3.58 3.24 5/337 21549
/proc/meminfo: memFree=24060544/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=419460 CPUtime=462.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 273459 0 0 0 46174 55 0 0 25 0 1 0 649807261 429527040 88482 33554432000 4194304 4580011 140734302332704 18446744073709551615 4324217 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 104865 88482 367 95 0 99847 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 419460

[startup+522.301 s]
/proc/loadavg: 4.12 3.68 3.30 5/337 21551
/proc/meminfo: memFree=24044756/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=359140 CPUtime=522.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 298746 0 0 0 52169 60 0 0 25 0 1 0 649807261 367759360 83685 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 89785 83685 367 95 0 84767 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 359140

[startup+582.3 s]
/proc/loadavg: 4.04 3.74 3.34 5/337 21552
/proc/meminfo: memFree=24002676/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=436396 CPUtime=582.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 326631 0 0 0 58162 67 0 0 25 0 1 0 649807261 446869504 89785 33554432000 4194304 4580011 140734302332704 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109099 89785 367 95 0 104081 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 436396

[startup+642.3 s]
/proc/loadavg: 4.07 3.80 3.38 5/337 21554
/proc/meminfo: memFree=23999120/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=436640 CPUtime=642.3 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 349558 0 0 0 64158 72 0 0 25 0 1 0 649807261 447119360 90223 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109160 90223 367 95 0 104142 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 436640

[startup+702.301 s]
/proc/loadavg: 4.02 3.83 3.42 5/337 21555
/proc/meminfo: memFree=24000444/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=437220 CPUtime=702.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 374437 0 0 0 70152 77 0 0 25 0 1 0 649807261 447713280 91598 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293193 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109305 91598 367 95 0 104287 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 437220

[startup+762.313 s]
/proc/loadavg: 4.01 3.86 3.45 5/337 21557
/proc/meminfo: memFree=23958240/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=437844 CPUtime=762.31 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 399109 0 0 0 76149 82 0 0 25 0 1 0 649807261 448352256 91707 33554432000 4194304 4580011 140734302332704 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109461 91707 367 95 0 104443 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 437844

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.48 5/337 21559
/proc/meminfo: memFree=23980656/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=438112 CPUtime=822.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 423175 0 0 0 82143 86 0 0 25 0 1 0 649807261 448626688 89974 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109528 89974 367 95 0 104510 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 438112

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.51 5/337 21560
/proc/meminfo: memFree=24059588/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=375284 CPUtime=882.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 447787 0 0 0 88137 92 0 0 25 0 1 0 649807261 384290816 87772 33554432000 4194304 4580011 140734302332704 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 93821 87772 367 95 0 88803 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 375284

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.55 5/337 21562
/proc/meminfo: memFree=23956260/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=438892 CPUtime=942.29 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 472199 0 0 0 94132 97 0 0 25 0 1 0 649807261 449425408 98455 33554432000 4194304 4580011 140734302332704 18446744073709551615 4324331 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109723 98455 367 95 0 104705 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 438892

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.57 5/337 21563
/proc/meminfo: memFree=23901792/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=439536 CPUtime=1002.3 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 494620 0 0 0 100126 104 0 0 25 0 1 0 649807261 450084864 92797 33554432000 4194304 4580011 140734302332704 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109884 92797 367 95 0 104866 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 439536

[startup+1062.3 s]
/proc/loadavg: 4.16 3.98 3.60 5/337 21565
/proc/meminfo: memFree=23824620/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=439700 CPUtime=1062.3 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 518255 0 0 0 106120 110 0 0 25 0 1 0 649807261 450252800 102073 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 109925 102073 367 95 0 104907 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 439700

[startup+1122.3 s]
/proc/loadavg: 4.06 3.98 3.63 5/337 21567
/proc/meminfo: memFree=23878132/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=440312 CPUtime=1122.3 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 542093 0 0 0 112115 115 0 0 25 0 1 0 649807261 450879488 96005 33554432000 4194304 4580011 140734302332704 18446744073709551615 4318705 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 110078 96005 367 95 0 105060 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 440312

[startup+1182.3 s]
/proc/loadavg: 4.10 4.00 3.65 5/337 21568
/proc/meminfo: memFree=23727076/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=515712 CPUtime=1182.3 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 581235 0 0 0 118109 121 0 0 25 0 1 0 649807261 528089088 119830 33554432000 4194304 4580011 140734302332704 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 128928 119830 367 95 0 123910 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 515712

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.67 5/337 21570
/proc/meminfo: memFree=23634772/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=546420 CPUtime=1242.3 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 611871 0 0 0 124102 128 0 0 25 0 1 0 649807261 559534080 119099 33554432000 4194304 4580011 140734302332704 18446744073709551615 4306322 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 136605 119099 367 95 0 131587 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 546420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.69 2/332 21574
/proc/meminfo: memFree=24837192/32951124 swapFree=44485764/67111528
[pid=21536] ppid=21534 vsize=530360 CPUtime=1300.01 cores=4,6
/proc/21536/stat : 21536 (strangenight2-s) R 21534 21536 21023 0 -1 4202496 633074 0 0 0 129866 135 0 0 25 0 1 0 649807261 543088640 120168 33554432000 4194304 4580011 140734302332704 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/21536/statm: 132590 120168 367 95 0 127572 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 530360

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1298.67
CPU system time (s): 1.37279
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 546420

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

runsolver used 4.6083 second user time and 9.55655 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 16:07:48
IDJOB=3367400
IDBENCH=82609
IDSOLVER=1845
FILE ID=node105/3367400-1305382068
RUNJOBID= node105-1305382068-21495
PBS_JOBID= 13324397
Free space on /tmp= 73564 MiB

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

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

MD5SUM BENCH= 4a57833314362e0939d4095b3206ad82
RANDOM SEED=2121584666

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25284504 kB
Buffers:        257092 kB
Cached:        5895184 kB
SwapCached:      39656 kB
Active:         604908 kB
Inactive:      6802260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25284504 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           32424 kB
Writeback:          24 kB
AnonPages:     1222396 kB
Mapped:          10328 kB
Slab:           128396 kB
PageTables:      66220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65451136 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= 73580 MiB
End job on node105 at 2011-05-14 16:29:30