Trace number 3367336

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S629207485-001-UNKNOWN.cnf
MD5SUM33c09da85657b6bbed23989098d6baf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark50.0704
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-3367336-1305380760.cnf'
0.00/0.01	c -- header says num vars:          30000
0.00/0.01	c -- header says num clauses:      126000
0.05/0.08	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.05/0.08	c -- vars added      30000
0.05/0.08	c Parsing time:  0.07 s
0.05/0.08	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data
0.09/0.19	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.11
0.19/0.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
0.19/0.29	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.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.01 s
0.29/0.32	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
0.48/0.51	c lits-rem:         0  cl-subs:        0  v-elim:    774  v-fix:    0  time:  0.18 s
0.48/0.51	c Finding binary XORs  T:     0.00 s  found:       0
0.48/0.55	c Finding non-binary XORs:     0.03 s (found:       0, avg size: nan)
0.48/0.55	c calculated reachability. Time: 0.00
0.48/0.56	c Calc default polars -  time:   0.01 s pos:   13091 undec:    3369 neg:   13540
0.48/0.56	c =========================================================================================
0.48/0.56	c types(t): F = full restart, N = normal restart
0.48/0.56	c types(t): S = simplification begin/end, E = solution found
0.48/0.56	c restart types(rt): st = static, dy = dynamic
0.48/0.56	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.48/0.56	c  B st     0         0     29226    125173         0         0    380290         0   no data   no data
2.10/2.18	c  N dy    20      4187     29226    125173         0      4187    380290   1139600    148.01    158.65
3.69/3.75	c  N dy    50      8194     29226    125173         0      8194    380290   2112950    153.72    181.06
5.29/5.39	c  N dy    78     12347     29226    125173         0     12347    380290   3071548    152.96    163.78
7.09/7.11	c  N dy   105     16606     29226    125173         0     16605    380290   4032211    151.73    161.36
8.80/8.89	c  N dy   134     20910     29226    125173         0     10911    380290    816437    151.87    160.29
10.39/10.47	c  N dy   162     24942     29226    125173         0     14942    380290   1776762    152.16    167.72
10.49/10.50	c  F st   163     25000     29226    125173         0     15000    380290   1791913    152.23   no data
12.69/12.71	c  N dy   169     30000     29226    125173         0     20000    380290   3470195    152.23   no data
12.69/12.71	c  S st   169     30000     29226    125173         0     20000    380290   3470195    152.23   no data
12.89/12.92	c  S st   169     30504     29226    125173         0     20504    380290   3557038    152.23   no data
12.89/12.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.99/13.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
12.99/13.06	c blocked clauses removed:      701 vars:    108 tried:       29226 T: 0.01 s
12.99/13.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
12.99/13.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
12.99/13.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29118 time:  0.01 s
12.99/13.10	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
13.20/13.23	c lits-rem:         0  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.14 s
13.38/13.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.30/14.36	c lits-rem:         3  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.84 s
14.48/14.51	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.15
14.48/14.52	c calculated reachability. Time: 0.00
14.48/14.52	c  N dy   169     30504     29098    124455         0     19874    378273   3180310    152.23   no data
16.19/16.22	c  N dy   198     34514     29098    124455         0     23884    378273   4159392    152.93    161.25
17.99/18.00	c  N dy   232     38583     29098    124455         0     27953    378273   5170785    153.90    164.64
19.70/19.71	c  N dy   257     42595     29098    124455         0     16778    378273   1082393    153.71    165.77
20.91/20.97	c  S st   277     45757     29098    124455         0     19940    378273   1848421    153.44   no data
21.09/21.18	c  S st   277     46257     29098    124455         0     20440    378273   1937069    153.44   no data
21.19/21.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
21.19/21.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
21.29/21.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.29/21.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
21.29/21.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.29/21.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
21.29/21.34	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
21.39/21.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
21.49/21.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.79/21.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.27 s
21.79/21.86	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
21.90/21.91	c vivif2 --  cl tried    20440 cl shrink        0 lits rem          0 time: 0.03
22.00/22.04	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.15
22.00/22.05	c calculated reachability. Time: 0.00
22.00/22.05	c  N dy   277     46257     29098    124455         0     20440    378273   1937069    153.44   no data
23.69/23.78	c  N dy   307     50353     29098    124455         0     24535    378273   2907538    153.77    163.74
25.49/25.53	c  N dy   336     54364     29098    124455         0     28546    378273   3891279    154.25    169.95
27.29/27.34	c  N dy   365     58444     29098    124455         0     32626    378273   4883841    154.54    221.44
29.09/29.14	c  N dy   390     62525     29098    124455         0     36707    378273   5847231    154.45    173.36
30.80/30.89	c  N dy   420     66574     29098    124455         0     22165    378273   1579421    154.92    164.23
31.99/32.07	c  S st   439     69386     29098    124455         0     24976    378273   2245022    154.89   no data
32.19/32.28	c  S st   439     69889     29098    124455         0     25479    378273   2338605    154.89   no data
32.29/32.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32.29/32.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.08
32.39/32.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.39/32.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
32.39/32.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.39/32.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
32.39/32.45	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
32.49/32.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
32.59/32.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
33.09/33.13	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.42 s
33.09/33.15	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
33.09/33.19	c vivif2 --  cl tried    25479 cl shrink        0 lits rem          0 time: 0.04
33.29/33.34	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.15
33.29/33.35	c calculated reachability. Time: 0.00
33.29/33.35	c  N dy   439     69889     29098    124455         0     25479    378273   2338602    154.89   no data
35.29/35.33	c  N dy   473     74481     29098    124455         0     30071    378273   3466981    155.24    165.37
37.49/37.51	c  N dy   508     79366     29098    124455         0     34955    378273   4646466    155.37    163.91
39.79/39.85	c  N dy   541     84610     29098    124455         0     40196    378273   5884969    155.11    164.04
41.09/41.15	c  F st   560     87503     29098    124455         0     22300    378273   1011006    155.15   no data
42.59/42.64	c  N st   565     90803     29098    124455         0     25599    378273   2110251    155.15   no data
45.19/45.28	c  N dy   593     96637     29098    124455         0     31433    378273   3945466    155.22    178.64
47.99/48.07	c  N dy   637    102831     29098    124455         0     37627    378273   5477643    155.64    178.30
48.99/49.01	c  S st   652    104833     29098    124455         0     39629    378273   5959137    155.68   no data
49.19/49.24	c  S st   652    105335     29098    124455         0     40131    378273   6035162    155.68   no data
49.19/49.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.29/49.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
49.29/49.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.40/49.41	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.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
49.40/49.43	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
49.51/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.71/51.79	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.82 s
51.80/51.80	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
51.90/51.90	c vivif2 --  cl tried    40126 cl shrink        0 lits rem          0 time: 0.10
52.00/52.09	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.18
52.00/52.09	c calculated reachability. Time: 0.00
52.00/52.09	c  N dy   652    105335     29098    124455         0     40126    378273   6032157    155.68   no data
55.19/55.25	c  N dy   706    112122     29098    124455         0     24518    378273   1185581    156.14    170.03
58.31/58.36	c  N dy   756    119357     29098    124455         0     31753    378273   2898654    156.06    190.18
61.69/61.76	c  N dy   806    126988     29098    124455         0     39383    378273   4749802    156.18    195.96
65.59/65.62	c  N dy   857    135259     29098    124455         0     23952    378273    653579    156.11    165.23
69.31/69.38	c  N dy   919    143896     29098    124455         0     32589    378273   2707668    156.16    165.80
73.49/73.57	c  N dy   981    153196     29098    124455         0     41888    378273   4945024    156.12    165.20
75.80/75.81	c  S st  1016    158005     29098    124455         0     46695    378273   6113404    156.21   no data
75.99/76.04	c  S st  1016    158510     29098    124455         0     47200    378273   6201629    156.21   no data
75.99/76.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
76.09/76.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
76.09/76.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.19/76.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
76.19/76.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
76.19/76.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
76.19/76.23	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
76.29/76.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
76.69/76.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
79.10/79.16	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.39 s
79.10/79.17	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
79.20/79.28	c vivif2 --  cl tried    47197 cl shrink        0 lits rem          0 time: 0.10
79.39/79.46	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.19
79.39/79.47	c calculated reachability. Time: 0.00
79.39/79.47	c  N dy  1016    158510     29098    124455         0     47197    378273   6198712    156.21   no data
83.99/84.04	c  N dy  1085    168689     29098    124455         0     32533    378273   2459926    156.38    164.78
88.89/88.93	c  N dy  1157    179490     29098    124455         0     43334    378273   5041364    156.31    165.48
94.29/94.36	c  N dy  1238    191050     29098    124455         0     28970    378273   1264047    156.39    173.65
99.89/99.90	c  N dy  1318    203396     29098    124455         0     41316    378273   4227482    156.28    174.19
106.09/106.17	c  N dy  1407    216669     29098    124455         0     27631    378273    678813    156.24    172.93
112.40/112.41	c  N dy  1508    230503     29098    124455         0     41465    378273   4104686    156.49    165.52
115.79/115.87	c  S st  1562    237765     29098    124455         0     48727    378273   5873135    156.61   no data
116.09/116.13	c  S st  1562    238266     29098    124455         0     49228    378273   5978234    156.61   no data
116.09/116.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
116.19/116.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
116.19/116.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
116.29/116.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
116.29/116.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
116.29/116.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
116.29/116.33	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
116.39/116.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
116.79/116.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
119.29/119.35	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.52 s
119.29/119.36	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
119.39/119.46	c vivif2 --  cl tried    49222 cl shrink        0 lits rem          0 time: 0.10
119.59/119.65	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.19
119.59/119.66	c calculated reachability. Time: 0.00
119.59/119.66	c  N dy  1562    238266     29098    124455         0     49222    378273   5973220    156.61   no data
126.69/126.71	c  N dy  1664    253570     29098    124455         0     36544    378273   2557571    156.57    169.62
134.29/134.38	c  N dy  1788    269756     29098    124455         0     52730    378273   6448293    156.69    165.70
142.19/142.26	c  N dy  1899    287020     29098    124455         0     41000    378273   3376988    156.58    165.95
151.09/151.12	c  N dy  2022    305400     29098    124455         0     59380    378273   7881137    156.58    177.55
151.49/151.59	c  F st  2028    306250     29098    124455         0     30237    378273    542622    156.59    144.09
160.30/160.30	c  N dy  2129    325008     29098    124455         0     48992    378273   5523960    156.65    178.54
169.69/169.78	c  N dy  2262    345120     29098    124455         0     38105    378273   2177909    156.61    164.91
175.50/175.54	c  S st  2348    357399     29098    124455         0     50382    378273   5166078    156.65   no data
175.80/175.80	c  S st  2348    357905     29098    124455         0     50888    378273   5269697    156.65   no data
175.80/175.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
175.90/175.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
175.90/175.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.90/175.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
175.90/175.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
175.90/175.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
175.90/176.00	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
176.10/176.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
176.40/176.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
178.70/178.75	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.32 s
178.70/178.77	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.02
178.80/178.86	c vivif2 --  cl tried    50887 cl shrink        0 lits rem          0 time: 0.09
179.00/179.05	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.19
179.00/179.06	c calculated reachability. Time: 0.00
179.00/179.06	c  N dy  2348    357905     29098    124455         0     50887    378273   5269487    156.65   no data
188.60/188.65	c  N dy  2480    377919     29098    124455         0     38904    378273   2162559    156.61    182.35
198.19/198.23	c  N dy  2621    397937     29098    124455         0     58922    378273   7068128    156.74    166.62
207.80/207.90	c  N dy  2765    418051     29098    124455         0     46038    378273   3660291    156.83    167.25
217.60/217.63	c  N dy  2902    438137     29098    124455         0     66123    378273   8481163    156.79    180.62
227.00/227.03	c  N dy  3033    458195     29098    124455         0     52182    378273   4847272    156.74    207.16
237.30/237.33	c  N dy  3176    478286     29098    124455         0     37271    378273   1056418    156.86    165.87
246.90/246.90	c  N dy  3311    498360     29098    124455         0     57343    378273   5986693    156.90    168.62
256.80/256.80	c  N dy  3452    518383     29098    124455         0     41367    378273   1799931    157.00    172.04
265.70/265.77	c  S st  3578    536858     29098    124455         0     59842    378273   6355459    157.07   no data
265.99/266.04	c  S st  3578    537364     29098    124455         0     60348    378273   6447016    157.07   no data
265.99/266.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
266.10/266.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
266.10/266.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
266.21/266.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
266.21/266.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
266.21/266.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
266.21/266.25	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
266.39/266.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
266.69/266.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
270.19/270.21	c lits-rem:         3  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.46 s
270.19/270.23	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
270.29/270.34	c vivif2 --  cl tried    60342 cl shrink        0 lits rem          0 time: 0.11
270.50/270.55	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.21
270.50/270.56	c calculated reachability. Time: 0.00
270.50/270.56	c  N dy  3578    537364     29098    124455         0     60342    378273   6444387    157.07   no data
280.40/280.48	c  N dy  3716    557418     29098    124455         0     43398    378273   2059359    157.12    197.18
290.31/290.31	c  N dy  3851    577509     29098    124455         0     63488    378273   7005482    157.20    200.46
300.40/300.44	c  N dy  3993    597776     29098    124455         0     45752    378273   2387594    157.24    170.98
310.11/310.20	c  N dy  4130    617838     29098    124455         0     65814    378273   7280435    157.23    165.70
320.40/320.40	c  N dy  4268    638084     29098    124455         0     47062    378273   2435134    157.26    166.31
330.10/330.18	c  N dy  4407    658111     29098    124455         0     67088    378273   7336935    157.25    168.48
340.20/340.28	c  N dy  4535    678150     29098    124455         0     47129    378273   2183590    157.17    172.85
350.10/350.17	c  N dy  4683    698171     29098    124455         0     67150    378273   7036387    157.20    166.02
360.51/360.54	c  N dy  4820    718247     29098    124455         0     46236    378273   1780686    157.23    166.47
370.31/370.33	c  N dy  4957    738314     29098    124455         0     66303    378273   6677078    157.26    169.53
380.91/380.99	c  N dy  5098    758375     29098    124455         0     44369    378273   1062512    157.29    166.13
390.90/390.94	c  N dy  5233    778495     29098    124455         0     64487    378273   5961508    157.31    166.95
401.60/401.62	c  N dy  5376    798577     29098    124455         0     84569    378273  10855944    157.37    176.72
405.30/405.39	c  S st  5431    806046     29098    124455         0     49034    378273   1971784    157.40   no data
405.60/405.64	c  S st  5431    806547     29098    124455         0     49535    378273   2050832    157.40   no data
405.60/405.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
405.70/405.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.10
405.70/405.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
405.81/405.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
405.81/405.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
405.81/405.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
405.81/405.83	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
405.91/405.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
406.00/406.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
406.80/406.86	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.77 s
406.80/406.88	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
406.91/406.91	c vivif2 --  cl tried    49533 cl shrink        0 lits rem          0 time: 0.04
407.10/407.10	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.18
407.10/407.11	c calculated reachability. Time: 0.00
407.10/407.11	c  N dy  5431    806547     29098    124455         0     49533    378273   2050502    157.40   no data
416.91/416.97	c  N dy  5564    826594     29098    124455         0     69579    378273   6985948    157.41    167.71
427.71/427.70	c  N dy  5704    846598     29098    124455         0     45579    378273    858730    157.48    178.48
437.60/437.64	c  N dy  5840    866913     29098    124455         0     65892    378273   5824292    157.48    168.40
448.41/448.41	c  N dy  5976    886999     29098    124455         0     85976    378273  10766146    157.50    170.25
458.61/458.68	c  N dy  6126    907132     29098    124455         0     61110    378273   4506174    157.59    171.65
469.20/469.21	c  N dy  6259    927476     29098    124455         0     81452    378273   9547707    157.57    165.98
479.61/479.67	c  N dy  6402    947514     29098    124455         0     55493    378273   2904975    157.65    168.02
489.91/489.99	c  N dy  6543    967642     29098    124455         0     75621    378273   7842133    157.68    167.38
500.91/500.92	c  N dy  6684    987719     29098    124455         0     48702    378273    924244    157.73    169.42
510.90/510.90	c  N dy  6824   1007757     29098    124455         0     68740    378273   5877616    157.77    166.42
521.50/521.59	c  N dy  6957   1027792     29098    124455         0     88775    378273  10776665    157.75    169.06
531.90/531.93	c  N dy  7094   1047812     29098    124455         0     60797    378273   3604121    157.76    172.83
542.41/542.49	c  N dy  7230   1067901     29098    124455         0     80885    378273   8613939    157.80    184.55
544.61/544.67	c  F st  7258   1071878     29098    124455         0     84861    378273   9595391    157.82   no data
553.32/553.38	c  N dy  7340   1087995     29098    124455         0     51978    378273   1241079    157.82    172.55
563.61/563.66	c  N dy  7470   1108136     29098    124455         0     72119    378273   6134679    157.80    169.78
574.61/574.69	c  N dy  7612   1128180     29098    124455         0     92163    378273  11118695    157.84    179.88
585.12/585.18	c  N dy  7753   1148268     29098    124455         0     62251    378273   3527093    157.90    172.79
595.71/595.78	c  N dy  7887   1168344     29098    124455         0     82327    378273   8470679    157.91    167.18
607.12/607.11	c  N dy  8022   1188434     29098    124455         0     51414    378273    633859    157.93    232.09
617.22/617.23	c  N dy  8165   1208517     29098    124455         0     71496    378273   5548867    157.95    209.01
617.92/617.90	c  S st  8172   1209820     29098    124455         0     72799    378273   5857025    157.95    145.82
618.12/618.18	c  S st  8172   1210322     29098    124455         0     73301    378273   5950536    157.95   no data
618.12/618.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
618.32/618.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
618.32/618.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
618.32/618.37	c bin-w-bin subsume rem            0 bins  time:  0.01 s
618.32/618.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
618.32/618.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
618.42/618.40	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
618.52/618.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
618.82/618.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
622.42/622.49	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.59 s
622.52/622.51	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.02
622.52/622.61	c vivif2 --  cl tried    73295 cl shrink        0 lits rem          0 time: 0.10
622.82/622.84	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.23
622.82/622.85	c calculated reachability. Time: 0.00
622.82/622.85	c  N dy  8172   1210322     29098    124455         0     73295    378273   5946716    157.95   no data
633.62/633.61	c  N dy  8310   1230333     29098    124455         0     93306    378273  10940129    157.98    166.45
644.52/644.56	c  N dy  8453   1250423     29098    124455         0     61394    378273   2882835    158.01    167.27
655.02/655.05	c  N dy  8596   1270481     29098    124455         0     81450    378273   7803809    158.06    170.16
666.31/666.34	c  N dy  8733   1290537     29098    124455         0    101504    378273  12741316    158.07    168.16
676.91/676.96	c  N dy  8873   1310643     29098    124455         0     68613    378273   4394624    158.11    166.53
687.62/687.61	c  N dy  9016   1330742     29098    124455         0     88712    378273   9338172    158.14    184.78
699.01/699.09	c  N dy  9153   1350821     29098    124455         0     54790    378273    722228    158.11    167.14
709.22/709.29	c  N dy  9284   1370974     29098    124455         0     74943    378273   5574413    158.09    167.47
720.31/720.30	c  N dy  9425   1391054     29098    124455         0     95022    378273  10534798    158.12    167.25
731.81/731.88	c  N dy  9552   1411085     29098    124455         0     60064    378273   1737755    158.10    169.76
743.11/743.13	c  N dy  9686   1431208     29098    124455         0     80185    378273   6640635    158.08    169.16
754.31/754.32	c  N dy  9830   1451287     29098    124455         0    100262    378273  11633094    158.11    167.02
765.41/765.44	c  N dy  9960   1471294     29098    124455         0     64266    378273   2583526    158.11    168.19
776.11/776.13	c  N dy 10103   1491377     29098    124455         0     84349    378273   7548116    158.14    191.24
787.53/787.55	c  N dy 10248   1511517     29098    124455         0    104488    378273  12492153    158.17    171.39
798.71/798.75	c  N dy 10383   1531664     29098    124455         0     67638    378273   3146609    158.16    167.19
809.32/809.39	c  N dy 10519   1551721     29098    124455         0     87694    378273   8050669    158.19    179.76
820.72/820.75	c  N dy 10649   1571855     29098    124455         0    107827    378273  12989927    158.17    170.33
831.71/831.75	c  N dy 10779   1591940     29098    124455         0     69912    378273   3470687    158.17    168.72
842.53/842.51	c  N dy 10920   1612053     29098    124455         0     90024    378273   8392939    158.18    166.90
854.32/854.38	c  N dy 11068   1632118     29098    124455         0    110088    378273  13391640    158.24    171.33
865.52/865.58	c  N dy 11211   1652309     29098    124455         0     71279    378273   3633887    158.30    170.62
876.42/876.47	c  N dy 11346   1672409     29098    124455         0     91378    378273   8567255    158.31    170.79
888.32/888.33	c  N dy 11487   1692499     29098    124455         0    111468    378273  13577279    158.33    168.27
898.32/898.36	c  S st 11614   1710322     29098    124455         0     69291    378273   2855011    158.34   no data
898.63/898.63	c  S st 11614   1710826     29098    124455         0     69795    378273   2955638    158.34   no data
898.63/898.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
898.73/898.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.11
898.82/898.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
898.82/898.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
898.82/898.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
898.82/898.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
898.82/898.84	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
898.92/898.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
899.12/899.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
901.12/901.14	c lits-rem:         6  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.98 s
901.12/901.15	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
901.22/901.21	c vivif2 --  cl tried    69793 cl shrink        0 lits rem          0 time: 0.05
901.42/901.42	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.22
901.42/901.43	c calculated reachability. Time: 0.00
901.42/901.44	c  N dy 11614   1710826     29098    124455         0     69793    378273   2954597    158.34   no data
912.32/912.32	c  N dy 11745   1730963     29098    124455         0     89929    378273   7954846    158.35    170.25
924.92/924.99	c  N dy 11884   1751015     29098    124455         0    109981    378273  12982297    158.37    224.15
936.61/936.69	c  N dy 12019   1771094     29098    124455         0     69063    378273   2509676    158.37    172.50
947.32/947.33	c  N dy 12150   1791100     29098    124455         0     89068    378273   7498959    158.38    172.77
958.92/958.95	c  N dy 12283   1811142     29098    124455         0    109106    378273  12442218    158.39    167.51
970.82/970.83	c  N dy 12422   1831232     29098    124455         0     67200    378273   1871844    158.41    166.99
981.63/981.62	c  N dy 12570   1851353     29098    124455         0     87319    378273   6909213    158.47    174.28
993.23/993.23	c  N dy 12706   1871443     29098    124455         0    107408    378273  11886754    158.49    167.94
1005.43/1005.43	c  N dy 12843   1891640     29098    124455         0     64612    378273    962858    158.51    167.92
1016.12/1016.10	c  N dy 12983   1911700     29098    124455         0     84669    378273   5976560    158.53    169.76
1027.52/1027.51	c  N dy 13120   1931725     29098    124455         0    104691    378273  10869738    158.53    175.49
1039.72/1039.73	c  N dy 13254   1951915     29098    124455         0    124880    378273  15853441    158.52    167.54
1050.72/1050.71	c  N dy 13388   1972038     29098    124455         0     81006    378273   4752783    158.52    176.58
1062.12/1062.11	c  N dy 13529   1992054     29098    124455         0    101022    378273   9818184    158.57    253.43
1074.12/1074.15	c  N dy 13672   2012128     29098    124455         0    121094    378273  14783242    158.59    195.80
1085.74/1085.71	c  N dy 13817   2032204     29098    124455         0     76170    378273   3359242    158.61    167.17
1095.83/1095.83	c  N dy 13950   2052264     29098    124455         0     96230    378273   8272260    158.61    168.09
1106.13/1106.17	c  N dy 14080   2072275     29098    124455         0    116241    378273  13270077    158.62    167.27
1117.03/1117.03	c  N dy 14229   2092496     29098    124455         0     70469    378273   1735911    158.67    167.65
1126.44/1126.46	c  N dy 14363   2112567     29098    124455         0     90539    378273   6719441    158.67    183.08
1136.62/1136.69	c  N dy 14509   2132621     29098    124455         0    110593    378273  11639767    158.69    169.38
1147.53/1147.56	c  N dy 14654   2152673     29098    124455         0    130645    378273  16641339    158.73    170.84
1157.24/1157.29	c  N dy 14794   2172677     29098    124455         0     83654    378273   4666594    158.74    178.12
1167.14/1167.18	c  N dy 14932   2192788     29098    124455         0    103763    378273   9620850    158.75    168.34
1176.63/1176.68	c  S st 15059   2210826     29098    124455         0    121800    378273  14101639    158.78   no data
1176.93/1177.00	c  S st 15059   2211326     29098    124455         0    122300    378273  14184152    158.78   no data
1177.04/1177.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1177.13/1177.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.14
1177.23/1177.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1177.23/1177.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1177.23/1177.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1177.23/1177.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29098 time:  0.01 s
1177.23/1177.25	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1177.43/1177.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
1178.23/1178.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1186.23/1186.26	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  7.99 s
1186.23/1186.27	c vivif2 --  cl tried   124455 cl shrink        0 lits rem          0 time: 0.01
1186.53/1186.52	c vivif2 --  cl tried   122297 cl shrink        0 lits rem          0 time: 0.25
1186.73/1186.79	c asymm  cl-useful: 0/124455/124455 lits-rem:0 time: 0.28
1186.84/1186.81	c calculated reachability. Time: 0.00
1186.84/1186.81	c  N dy 15059   2211326     29098    124455         0    122297    378273  14182598    158.78   no data
1197.42/1197.48	c  N dy 15197   2231406     29098    124455         0     74378    378273   2194813    158.78    172.59
1207.03/1207.09	c  N dy 15334   2251439     29098    124455         0     94409    378273   7125049    158.79    169.24
1217.33/1217.38	c  N dy 15478   2271473     29098    124455         0    114443    378273  12071692    158.81    196.47
1228.33/1228.35	c  N dy 15620   2291483     29098    124455         0    134453    378273  17058764    158.82    170.65
1238.04/1238.09	c  N dy 15752   2311518     29098    124455         0     85488    378273   4761029    158.83    172.93
1248.03/1248.02	c  N dy 15886   2331576     29098    124455         0    105545    378273   9815781    158.84    170.48
1258.63/1258.61	c  N dy 16024   2351639     29098    124455         0    125608    378273  14749907    158.84    173.24
1269.34/1269.35	c  N dy 16159   2371667     29098    124455         0     75638    378273   1986786    158.85    173.22
1278.93/1278.95	c  N dy 16297   2391685     29098    124455         0     95656    378273   6982194    158.86    171.00
1289.25/1289.29	c  N dy 16435   2411728     29098    124455         0    115697    378273  11909648    158.87    169.28

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.08 4.03 3.29 5/363 5108
/proc/meminfo: memFree=15328756/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=25124 CPUtime=0 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 1462 0 0 0 0 0 0 0 23 0 1 0 728306711 25726976 1304 33554432000 4194304 4580011 140736483076400 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 6281 1316 322 95 0 1263 0

[startup+0.0602759 s]
/proc/loadavg: 4.08 4.03 3.29 5/363 5108
/proc/meminfo: memFree=15328756/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=42612 CPUtime=0.05 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 4781 0 0 0 5 0 0 0 23 0 1 0 728306711 43634688 4204 33554432000 4194304 4580011 140736483076400 18446744073709551615 256415049907 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 10653 4205 324 95 0 5635 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 42612

[startup+0.101269 s]
/proc/loadavg: 4.08 4.03 3.29 5/363 5108
/proc/meminfo: memFree=15328756/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=44512 CPUtime=0.09 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 5500 0 0 0 9 0 0 0 23 0 1 0 728306711 45580288 4923 33554432000 4194304 4580011 140736483076400 18446744073709551615 4504261 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 11128 4923 339 95 0 6110 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44512

[startup+0.300239 s]
/proc/loadavg: 4.08 4.03 3.29 5/363 5108
/proc/meminfo: memFree=15328756/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=58040 CPUtime=0.29 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 8809 0 0 0 28 1 0 0 24 0 1 0 728306711 59432960 8232 33554432000 4194304 4580011 140736483076400 18446744073709551615 4443287 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 14510 8232 347 95 0 9492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58040

[startup+0.701168 s]
/proc/loadavg: 4.08 4.03 3.29 5/363 5108
/proc/meminfo: memFree=15328756/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=63304 CPUtime=0.68 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 11817 0 0 0 67 1 0 0 25 0 1 0 728306711 64823296 9407 33554432000 4194304 4580011 140736483076400 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 15826 9407 364 95 0 10808 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 63304

[startup+1.501 s]
/proc/loadavg: 4.08 4.03 3.29 5/364 5109
/proc/meminfo: memFree=15285472/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=63304 CPUtime=1.49 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 12443 0 0 0 147 2 0 0 25 0 1 0 728306711 64823296 10033 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 15826 10033 364 95 0 10808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63304

[startup+3.10069 s]
/proc/loadavg: 4.08 4.03 3.29 5/364 5109
/proc/meminfo: memFree=15277168/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=96120 CPUtime=3.09 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 13419 0 0 0 307 2 0 0 25 0 1 0 728306711 98426880 11009 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 24030 11009 364 95 0 19012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96120

[startup+6.30108 s]
/proc/loadavg: 4.07 4.03 3.29 5/364 5109
/proc/meminfo: memFree=15258172/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=96120 CPUtime=6.29 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 15259 0 0 0 627 2 0 0 25 0 1 0 728306711 98426880 12849 33554432000 4194304 4580011 140736483076400 18446744073709551615 4318651 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 24030 12849 364 95 0 19012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96120

[startup+12.7009 s]
/proc/loadavg: 4.06 4.03 3.30 5/364 5110
/proc/meminfo: memFree=15253808/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=128928 CPUtime=12.69 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 20692 0 0 0 1265 4 0 0 25 0 1 0 728306711 132022272 12736 33554432000 4194304 4580011 140736483076400 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 32232 12736 365 95 0 27214 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 128928

[startup+25.5004 s]
/proc/loadavg: 4.05 4.03 3.31 5/364 5110
/proc/meminfo: memFree=15236944/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=208076 CPUtime=25.49 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 47122 0 0 0 2542 7 0 0 25 0 1 0 728306711 213069824 32377 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 52019 32377 367 95 0 47001 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 208076

[startup+51.1005 s]
/proc/loadavg: 4.18 4.06 3.33 5/364 5111
/proc/meminfo: memFree=15096932/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=283184 CPUtime=51.1 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 81823 0 0 0 5097 13 0 0 25 0 1 0 728306711 289980416 53435 33554432000 4194304 4580011 140736483076400 18446744073709551615 4415945 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 70796 53435 367 95 0 65778 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 283184

[startup+102.314 s]
/proc/loadavg: 4.16 4.07 3.37 5/364 5112
/proc/meminfo: memFree=14445484/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=328916 CPUtime=102.31 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 109116 0 0 0 10211 20 0 0 25 0 1 0 728306711 336809984 64991 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 82229 64991 367 95 0 77211 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 328916

[startup+162.3 s]
/proc/loadavg: 4.06 4.05 3.41 5/364 5141
/proc/meminfo: memFree=14635960/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=345720 CPUtime=162.3 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 133567 0 0 0 16204 26 0 0 25 0 1 0 728306711 354017280 70519 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 86430 70519 367 95 0 81412 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 345720

[startup+222.301 s]
/proc/loadavg: 4.10 4.06 3.45 5/364 5142
/proc/meminfo: memFree=14604876/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=303052 CPUtime=222.3 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 157016 0 0 0 22199 31 0 0 25 0 1 0 728306711 310325248 70695 33554432000 4194304 4580011 140736483076400 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 75763 70695 367 95 0 70745 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 303052

[startup+282.3 s]
/proc/loadavg: 4.03 4.04 3.48 5/364 5144
/proc/meminfo: memFree=14167464/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=368452 CPUtime=282.3 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 179056 0 0 0 28194 36 0 0 25 0 1 0 728306711 377294848 72816 33554432000 4194304 4580011 140736483076400 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 92113 72816 367 95 0 87095 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 368452

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 3.51 5/364 5145
/proc/meminfo: memFree=14183540/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=383240 CPUtime=342.3 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 205010 0 0 0 34187 43 0 0 25 0 1 0 728306711 392437760 76630 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 95810 76630 367 95 0 90792 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 383240

[startup+402.301 s]
/proc/loadavg: 4.04 4.04 3.54 5/364 5147
/proc/meminfo: memFree=14096816/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=383616 CPUtime=402.3 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 228752 0 0 0 40180 50 0 0 25 0 1 0 728306711 392822784 84529 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 95904 84529 367 95 0 90886 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 383616

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 3.57 5/364 5149
/proc/meminfo: memFree=14088588/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=384192 CPUtime=462.3 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 249715 0 0 0 46175 55 0 0 25 0 1 0 728306711 393412608 79757 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 96048 79757 367 95 0 91030 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 384192

[startup+522.301 s]
/proc/loadavg: 4.00 4.02 3.59 5/364 5150
/proc/meminfo: memFree=13862864/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=384808 CPUtime=522.3 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 273175 0 0 0 52169 61 0 0 25 0 1 0 728306711 394043392 84577 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 96202 84577 367 95 0 91184 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 384808

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 3.61 5/364 5152
/proc/meminfo: memFree=13921216/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=326928 CPUtime=582.31 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 295005 0 0 0 58162 69 0 0 25 0 1 0 728306711 334774272 76428 33554432000 4194304 4580011 140736483076400 18446744073709551615 4306214 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 81732 76428 367 95 0 76714 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 326928

[startup+642.301 s]
/proc/loadavg: 4.10 4.04 3.65 5/364 5153
/proc/meminfo: memFree=13885588/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=327064 CPUtime=642.32 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 316190 0 0 0 64156 76 0 0 25 0 1 0 728306711 334913536 76752 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 81766 76752 367 95 0 76748 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 327064

[startup+702.3 s]
/proc/loadavg: 4.03 4.03 3.66 5/364 5155
/proc/meminfo: memFree=13880956/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=327064 CPUtime=702.31 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 338003 0 0 0 70150 81 0 0 25 0 1 0 728306711 334913536 76752 33554432000 4194304 4580011 140736483076400 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 81766 76752 367 95 0 76748 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 327064

[startup+762.314 s]
/proc/loadavg: 4.06 4.04 3.69 5/364 5157
/proc/meminfo: memFree=13681144/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=327064 CPUtime=762.32 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 360705 0 0 0 76144 88 0 0 25 0 1 0 728306711 334913536 76752 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 81766 76752 367 95 0 76748 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 327064

[startup+822.3 s]
/proc/loadavg: 4.02 4.03 3.70 5/364 5158
/proc/meminfo: memFree=13583512/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=387428 CPUtime=822.32 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 383096 0 0 0 82138 94 0 0 25 0 1 0 728306711 396726272 87361 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 96857 87361 367 95 0 91839 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 387428

[startup+882.301 s]
/proc/loadavg: 4.07 4.04 3.73 5/364 5160
/proc/meminfo: memFree=13408360/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=387700 CPUtime=882.32 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 404825 0 0 0 88131 101 0 0 25 0 1 0 728306711 397004800 84794 33554432000 4194304 4580011 140736483076400 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 96925 84794 367 95 0 91907 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 387700

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 3.74 5/364 5170
/proc/meminfo: memFree=13437404/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=395748 CPUtime=942.32 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 426439 0 0 0 94124 108 0 0 25 0 1 0 728306711 405245952 80940 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 98937 80940 367 95 0 93919 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 395748

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.75 5/364 5172
/proc/meminfo: memFree=13430424/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=395952 CPUtime=1002.32 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 449813 0 0 0 100118 114 0 0 25 0 1 0 728306711 405454848 91218 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293126 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 98988 91218 367 95 0 93970 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 395952

[startup+1062.3 s]
/proc/loadavg: 3.43 3.86 3.71 4/358 5192
/proc/meminfo: memFree=16888384/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=380432 CPUtime=1062.33 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 474899 0 0 0 106112 121 0 0 25 0 1 0 728306711 389562368 81606 33554432000 4194304 4580011 140736483076400 18446744073709551615 4321004 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 95108 81606 367 95 0 90090 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 380432

[startup+1122.3 s]
/proc/loadavg: 3.01 3.66 3.65 3/352 5211
/proc/meminfo: memFree=17295612/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=380828 CPUtime=1122.32 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 505237 0 0 0 112104 128 0 0 25 0 1 0 728306711 389967872 76305 33554432000 4194304 4580011 140736483076400 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 95207 76305 367 95 0 90189 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 380828

[startup+1182.3 s]
/proc/loadavg: 2.44 3.37 3.55 3/352 5213
/proc/meminfo: memFree=17188676/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=474516 CPUtime=1182.33 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 555968 0 0 0 118094 139 0 0 25 0 1 0 728306711 485904384 108810 33554432000 4194304 4580011 140736483076400 18446744073709551615 4416219 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 118629 108810 367 95 0 113611 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 474516

[startup+1242.3 s]
/proc/loadavg: 2.16 3.12 3.45 3/352 5214
/proc/meminfo: memFree=17163212/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=474828 CPUtime=1242.33 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 585761 0 0 0 124087 146 0 0 25 0 1 0 728306711 486223872 101656 33554432000 4194304 4580011 140736483076400 18446744073709551615 4322811 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 118707 101657 367 95 0 113689 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 474828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.06 2.91 3.35 3/352 5216
/proc/meminfo: memFree=17120392/32950928 swapFree=67111200/67111528
[pid=5108] ppid=5106 vsize=475048 CPUtime=1300.04 cores=0,2
/proc/5108/stat : 5108 (strangenight2-s) R 5106 5108 4727 0 -1 4202496 614566 0 0 0 129851 153 0 0 25 0 1 0 728306711 486449152 111421 33554432000 4194304 4580011 140736483076400 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5108/statm: 118762 111421 367 95 0 113744 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 475048

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1298.52
CPU system time (s): 1.55576
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 475048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.52
system time used= 1.55576
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614568
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= 12
involuntary context switches= 2054

runsolver used 4.80627 second user time and 10.4084 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 15:46:00
IDJOB=3367336
IDBENCH=82545
IDSOLVER=1845
FILE ID=node115/3367336-1305380760
RUNJOBID= node115-1305379154-4745
PBS_JOBID= 13324387
Free space on /tmp= 73148 MiB

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

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

MD5SUM BENCH= 33c09da85657b6bbed23989098d6baf7
RANDOM SEED=1464442811

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15329036 kB
Buffers:        271812 kB
Cached:        4527716 kB
SwapCached:          0 kB
Active:       14389320 kB
Inactive:      2908528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15329036 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           22868 kB
Writeback:           0 kB
AnonPages:    12498096 kB
Mapped:          29208 kB
Slab:           211668 kB
PageTables:      47324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 72693892 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= 73220 MiB
End job on node115 at 2011-05-14 16:07:42