Trace number 3367408

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
MD5SUMc0e1e71ade06eb64bd0f5dbaf6b892a1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark138.192
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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-3367408-1305382111.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.09/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.10	c -- vars added      40000
0.09/0.10	c Parsing time:  0.10 s
0.09/0.10	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.19/0.24	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.13
0.19/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.59/0.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.59/0.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.59/0.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.59/0.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.59/0.62	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.59/0.63	c lits-rem:         0  cl-subs:        0  v-elim:    968  v-fix:    0  time:  0.23 s
0.59/0.64	c Finding binary XORs  T:     0.01 s  found:       0
0.59/0.69	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.59/0.69	c calculated reachability. Time: 0.00
0.69/0.70	c Calc default polars -  time:   0.01 s pos:   17771 undec:    4428 neg:   17801
0.69/0.70	c =========================================================================================
0.69/0.70	c types(t): F = full restart, N = normal restart
0.69/0.70	c types(t): S = simplification begin/end, E = solution found
0.69/0.70	c restart types(rt): st = static, dy = dynamic
0.69/0.70	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.70	c  B st     0         0     39032    166897         0         0    506628         0   no data   no data
2.39/2.42	c  N dy    20      4047     39032    166897         0      4047    506628   1286137    180.64    213.75
4.09/4.15	c  N dy    48      8156     39032    166897         0      8156    506628   2351589    177.54    187.33
5.79/5.86	c  N dy    75     12172     39032    166897         0     12172    506628   3395126    177.10    196.90
7.71/7.74	c  N dy   104     16277     39032    166897         0     16274    506628   4469883    176.89    186.78
9.59/9.62	c  N dy   131     20355     39032    166897         0     10356    506628    766737    177.23    190.92
11.29/11.38	c  N dy   155     24503     39032    166897         0     14504    506628   1835074    175.31    187.11
11.59/11.60	c  F st   159     25000     39032    166897         0     15001    506628   1969956    175.45    161.64
13.99/14.00	c  N dy   165     30000     39032    166897         0     20001    506628   3840798    175.45   no data
13.99/14.00	c  S st   165     30000     39032    166897         0     20001    506628   3840798    175.45   no data
14.19/14.23	c  S st   165     30504     39032    166897         0     20505    506628   3954420    175.45   no data
14.19/14.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.30/14.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
14.39/14.40	c blocked clauses removed:      799 vars:    132 tried:       39032 T: 0.02 s
14.39/14.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.39/14.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.39/14.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38900 time:  0.01 s
14.39/14.44	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
14.59/14.63	c lits-rem:         0  cl-subs:        0  v-elim:     26  v-fix:    0  time:  0.18 s
14.89/14.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.69/15.78	c lits-rem:         7  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.83 s
15.89/15.96	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.17
15.89/15.97	c calculated reachability. Time: 0.00
15.89/15.97	c  N dy   165     30504     38874    166076         0     20111    504337   3675931    175.45   no data
17.79/17.80	c  N dy   192     34593     38874    166076         0     24200    504337   4762782    175.13    187.75
19.70/19.79	c  N dy   220     38764     38874    166076         0     28371    504337   5851065    175.04    187.37
21.59/21.68	c  N dy   250     42807     38874    166076         0     17114    504337   1276088    175.67    193.33
22.99/23.04	c  S st   273     45756     38874    166076         0     20063    504337   2067162    175.93   no data
23.19/23.27	c  S st   273     46258     38874    166076         0     20565    504337   2181909    175.93   no data
23.19/23.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.29/23.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
23.39/23.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.39/23.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.39/23.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.39/23.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
23.39/23.46	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
23.49/23.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
23.70/23.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
23.99/24.01	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.26 s
23.99/24.03	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
23.99/24.07	c vivif2 --  cl tried    20564 cl shrink        0 lits rem          0 time: 0.03
24.21/24.24	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.17
24.21/24.25	c calculated reachability. Time: 0.00
24.21/24.25	c  N dy   273     46258     38874    166076         0     20564    504337   2181574    175.93   no data
26.09/26.13	c  N dy   305     50289     38874    166076         0     24595    504337   3263838    176.58    188.19
27.99/28.07	c  N dy   336     54379     38874    166076         0     28685    504337   4380261    176.79    187.42
30.09/30.15	c  N dy   362     58419     38874    166076         0     32725    504337   5466514    176.82    189.16
32.09/32.18	c  N dy   392     62569     38874    166076         0     36875    504337   6597188    177.29    189.77
33.99/34.03	c  N dy   418     66580     38874    166076         0     22234    504337   1708172    177.08    187.96
35.29/35.36	c  S st   437     69392     38874    166076         0     25046    504337   2497526    177.37   no data
35.49/35.59	c  S st   437     69894     38874    166076         0     25548    504337   2611777    177.37   no data
35.59/35.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
35.69/35.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
35.69/35.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.69/35.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
35.69/35.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
35.69/35.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
35.69/35.79	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
35.89/35.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
35.99/36.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.39/36.49	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.38 s
36.49/36.51	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
36.49/36.55	c vivif2 --  cl tried    25546 cl shrink        0 lits rem          0 time: 0.04
36.69/36.74	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.18
36.69/36.75	c calculated reachability. Time: 0.00
36.69/36.75	c  N dy   437     69894     38874    166076         0     25546    504337   2610040    177.37   no data
38.89/38.95	c  N dy   468     74478     38874    166076         0     30130    504337   3874858    177.64    193.86
41.19/41.28	c  N dy   500     79359     38874    166076         0     35011    504337   5186605    177.68    190.77
43.70/43.77	c  N dy   535     84500     38874    166076         0     40152    504337   6584821    177.69    190.95
45.29/45.35	c  F st   558     87501     38874    166076         0     22328    504337   1158372    177.74   no data
46.99/47.09	c  N st   563     90799     38874    166076         0     25626    504337   2321933    177.74   no data
49.99/50.01	c  N dy   594     96591     38874    166076         0     31418    504337   4227800    178.19    188.31
52.90/52.96	c  N dy   637    102759     38874    166076         0     37586    504337   5892318    178.20    192.82
54.00/54.01	c  S st   653    104842     38874    166076         0     39669    504337   6450751    178.31   no data
54.20/54.26	c  S st   653    105350     38874    166076         0     40177    504337   6546691    178.31   no data
54.20/54.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
54.40/54.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
54.40/54.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.40/54.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
54.40/54.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
54.40/54.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
54.40/54.49	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
54.59/54.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
55.00/55.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
56.70/56.70	c lits-rem:         5  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.62 s
56.70/56.72	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
56.80/56.82	c vivif2 --  cl tried    40171 cl shrink        0 lits rem          0 time: 0.10
57.00/57.03	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.21
57.00/57.04	c calculated reachability. Time: 0.00
57.00/57.04	c  N dy   653    105350     38874    166076         0     40171    504337   6544519    178.31   no data
60.39/60.44	c  N dy   702    112211     38874    166076         0     24618    504337   1327831    178.85    189.44
63.80/63.89	c  N dy   751    119439     38874    166076         0     31846    504337   3294528    178.88    262.20
67.59/67.60	c  N dy   801    127159     38874    166076         0     39566    504337   5397808    178.89    190.62
71.90/71.95	c  N dy   861    135287     38874    166076         0     23989    504337    723439    179.35    189.10
76.10/76.16	c  N dy   923    144079     38874    166076         0     32780    504337   3068748    179.31    189.82
80.59/80.63	c  N dy   978    153298     38874    166076         0     41998    504337   5515427    178.92    230.00
82.99/83.07	c  S st  1012    158025     38874    166076         0     46725    504337   6825078    179.03   no data
83.29/83.33	c  S st  1012    158528     38874    166076         0     47228    504337   6923736    179.03   no data
83.29/83.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
83.39/83.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
83.50/83.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.50/83.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
83.50/83.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.50/83.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
83.50/83.56	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
83.69/83.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
84.10/84.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
86.30/86.31	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.17 s
86.30/86.33	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
86.40/86.44	c vivif2 --  cl tried    47223 cl shrink        0 lits rem          0 time: 0.11
86.60/86.66	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.22
86.60/86.67	c calculated reachability. Time: 0.00
86.60/86.67	c  N dy  1012    158528     38874    166076         0     47223    504337   6922352    179.03   no data
91.69/91.74	c  N dy  1082    168793     38874    166076         0     32636    504337   2717532    179.00    192.68
97.09/97.11	c  N dy  1158    179604     38874    166076         0     43446    504337   5693974    179.09    230.80
102.90/102.98	c  N dy  1237    191165     38874    166076         0     29083    504337   1466704    179.23    211.44
109.09/109.14	c  N dy  1323    203376     38874    166076         0     41294    504337   4784095    179.23    191.35
115.79/115.84	c  N dy  1412    216452     38874    166076         0     27401    504337    671898    179.22    194.93
122.59/122.65	c  N dy  1509    230382     38874    166076         0     41331    504337   4473125    179.33    189.81
126.30/126.39	c  S st  1559    237792     38874    166076         0     48741    504337   6459854    179.30   no data
126.60/126.64	c  S st  1559    238295     38874    166076         0     49244    504337   6557045    179.30   no data
126.60/126.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
126.70/126.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
126.80/126.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.80/126.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
126.80/126.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
126.80/126.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
126.80/126.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
127.00/127.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
127.30/127.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
129.60/129.60	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.19 s
129.60/129.62	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
129.70/129.73	c vivif2 --  cl tried    49241 cl shrink        0 lits rem          0 time: 0.11
129.90/129.95	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.22
129.90/129.96	c calculated reachability. Time: 0.00
129.90/129.97	c  N dy  1559    238295     38874    166076         0     49241    504337   6554075    179.30   no data
137.51/137.57	c  N dy  1659    253547     38874    166076         0     36510    504337   2826110    179.16    193.59
145.80/145.84	c  N dy  1770    269820     38874    166076         0     52783    504337   7220081    179.20    193.77
154.50/154.55	c  N dy  1890    287073     38874    166076         0     41048    504337   3752896    179.31    215.40
164.19/164.21	c  N dy  2018    305474     38874    166076         0     59448    504337   8794929    179.40    198.13
164.59/164.67	c  F st  2024    306250     38874    166076         0     30229    504337    585563    179.40   no data
174.30/174.31	c  N dy  2129    325069     38874    166076         0     49046    504337   6387992    179.61    192.32
184.50/184.54	c  N dy  2263    345134     38874    166076         0     38115    504337   2441842    179.59    189.51
190.80/190.80	c  S st  2343    357443     38874    166076         0     50422    504337   5846383    179.59   no data
191.00/191.08	c  S st  2343    357945     38874    166076         0     50924    504337   5957349    179.59   no data
191.10/191.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
191.20/191.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
191.20/191.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.20/191.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
191.20/191.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
191.20/191.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
191.30/191.32	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
191.41/191.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
191.70/191.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
193.80/193.87	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.06 s
193.80/193.89	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
193.90/193.99	c vivif2 --  cl tried    50920 cl shrink        0 lits rem          0 time: 0.10
194.20/194.21	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.22
194.20/194.23	c calculated reachability. Time: 0.00
194.20/194.23	c  N dy  2343    357945     38874    166076         0     50920    504337   5956389    179.59   no data
204.61/204.66	c  N dy  2475    378027     38874    166076         0     39004    504337   2420100    179.56    193.48
214.99/215.00	c  N dy  2609    398129     38874    166076         0     59106    504337   7878122    179.51    189.03
225.40/225.42	c  N dy  2748    418238     38874    166076         0     46216    504337   4110447    179.53    190.18
236.20/236.21	c  N dy  2891    438460     38874    166076         0     66435    504337   9647337    179.67    191.57
246.60/246.65	c  N dy  3030    458639     38874    166076         0     52616    504337   5570047    179.68    190.66
257.30/257.35	c  N dy  3168    478674     38874    166076         0     37656    504337   1243975    179.75    192.81
267.59/267.69	c  N dy  3305    498720     38874    166076         0     57701    504337   6680014    179.75    189.54
278.39/278.43	c  N dy  3443    518736     38874    166076         0     41724    504337   2069815    179.80    241.07
287.89/287.94	c  S st  3569    536917     38874    166076         0     59904    504337   7031829    179.83   no data
288.21/288.23	c  S st  3569    537420     38874    166076         0     60407    504337   7122207    179.83   no data
288.21/288.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
288.29/288.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
288.39/288.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
288.39/288.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
288.39/288.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
288.39/288.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
288.39/288.48	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
288.60/288.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
289.00/289.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
292.00/292.07	c lits-rem:        14  cl-subs:        6  v-elim:      0  v-fix:    0  time:  3.00 s
292.00/292.09	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
292.20/292.20	c vivif2 --  cl tried    60401 cl shrink        0 lits rem          0 time: 0.12
292.40/292.44	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.24
292.40/292.45	c calculated reachability. Time: 0.00
292.40/292.45	c  N dy  3569    537420     38874    166076         0     60401    504337   7119252    179.83   no data
303.40/303.44	c  N dy  3715    557601     38874    166076         0     43583    504337   2369557    179.97    207.35
313.90/313.99	c  N dy  3854    577667     38874    166076         0     63649    504337   7834149    180.00    194.58
324.80/324.84	c  N dy  3995    597757     38874    166076         0     45736    504337   2619396    180.10    190.09
335.51/335.53	c  N dy  4128    617813     38874    166076         0     65792    504337   8144334    180.14    192.00
346.30/346.35	c  N dy  4263    637958     38874    166076         0     46938    504337   2690580    180.09    193.07
357.10/357.18	c  N dy  4407    658119     38874    166076         0     67095    504337   8258521    180.18    194.46
368.10/368.13	c  N dy  4541    678168     38874    166076         0     47145    504337   2460947    180.18    192.08
378.90/379.00	c  N dy  4675    698261     38874    166076         0     67237    504337   7991674    180.20    194.98
390.10/390.19	c  N dy  4815    718343     38874    166076         0     46321    504337   1967924    180.27    192.47
400.80/400.85	c  N dy  4957    738388     38874    166076         0     66361    504337   7457698    180.36    249.04
412.10/412.16	c  N dy  5098    758416     38874    166076         0     44391    504337   1163945    180.38    196.42
422.70/422.79	c  N dy  5235    778591     38874    166076         0     64563    504337   6715131    180.41    196.07
434.00/434.09	c  N dy  5378    798635     38874    166076         0     84607    504337  12198635    180.46    204.64
438.10/438.14	c  S st  5430    806132     38874    166076         0     49107    504337   2203495    180.50    162.04
438.40/438.40	c  S st  5430    806640     38874    166076         0     49615    504337   2304619    180.50   no data
438.40/438.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
438.50/438.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
438.50/438.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
438.50/438.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
438.60/438.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
438.60/438.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
438.60/438.63	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
438.70/438.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
438.81/438.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
439.60/439.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.69 s
439.60/439.64	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
439.60/439.68	c vivif2 --  cl tried    49615 cl shrink        0 lits rem          0 time: 0.04
439.80/439.90	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.22
439.91/439.91	c calculated reachability. Time: 0.00
439.91/439.91	c  N dy  5430    806640     38874    166076         0     49615    504337   2304619    180.50   no data
450.60/450.67	c  N dy  5563    826675     38874    166076         0     69648    504337   7810848    180.54    194.11
462.10/462.19	c  N dy  5697    846761     38874    166076         0     45737    504337    983802    180.60    190.57
472.91/472.93	c  N dy  5842    866895     38874    166076         0     65870    504337   6506985    180.64    205.08
484.40/484.45	c  N dy  5976    887155     38874    166076         0     86127    504337  12115671    180.65    190.47
495.30/495.32	c  N dy  6116    907189     38874    166076         0     61164    504337   4988662    180.72    195.32
506.70/506.75	c  N dy  6262    927259     38874    166076         0     81232    504337  10647785    180.85    198.00
518.01/518.07	c  N dy  6404    947460     38874    166076         0     55434    504337   3139773    180.91    191.22
529.02/529.06	c  N dy  6537    967484     38874    166076         0     75458    504337   8718460    180.95    193.00
540.61/540.66	c  N dy  6669    987536     38874    166076         0     48510    504337    948766    180.91    190.81
551.41/551.47	c  N dy  6813   1007559     38874    166076         0     68531    504337   6468605    180.94    195.47
562.90/562.91	c  N dy  6940   1027626     38874    166076         0     88598    504337  11967864    180.93    232.75
574.12/574.11	c  N dy  7068   1047806     38874    166076         0     60783    504337   3972156    180.87    197.07
585.12/585.21	c  N dy  7201   1067871     38874    166076         0     80845    504337   9482468    180.86    217.24
587.51/587.53	c  F st  7232   1071875     38874    166076         0     84849    504337  10622523    180.89   no data
596.91/596.91	c  N dy  7311   1087873     38874    166076         0     51849    504337   1327308    180.85    191.02
607.71/607.78	c  N dy  7457   1107939     38874    166076         0     71915    504337   6846208    180.89    223.81
619.33/619.39	c  N dy  7593   1127942     38874    166076         0     91916    504337  12332774    180.90    230.69
630.71/630.76	c  N dy  7734   1148090     38874    166076         0     62067    504337   3879565    180.94    192.89
642.11/642.13	c  N dy  7874   1168248     38874    166076         0     82223    504337   9446079    180.96    191.25
654.11/654.11	c  N dy  8013   1188444     38874    166076         0     51420    504337    644066    180.96    196.21
665.11/665.10	c  N dy  8146   1208523     38874    166076         0     71498    504337   6179452    180.93    195.54
665.81/665.88	c  S st  8156   1209960     38874    166076         0     72935    504337   6574616    180.94    186.64
666.11/666.18	c  S st  8156   1210462     38874    166076         0     73437    504337   6674342    180.94   no data
666.21/666.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
666.31/666.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
666.31/666.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
666.40/666.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
666.40/666.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
666.40/666.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
666.40/666.44	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
666.62/666.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
666.90/666.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
670.21/670.22	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  3.23 s
670.21/670.24	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
670.31/670.36	c vivif2 --  cl tried    73435 cl shrink        0 lits rem          0 time: 0.11
670.61/670.61	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.26
670.61/670.62	c calculated reachability. Time: 0.00
670.61/670.62	c  N dy  8156   1210462     38874    166076         0     73435    504337   6673553    180.94   no data
682.21/682.29	c  N dy  8299   1230547     38874    166076         0     93520    504337  12205962    180.99    194.48
693.91/693.92	c  N dy  8441   1250637     38874    166076         0     61610    504337   3184521    181.01    196.24
705.13/705.19	c  N dy  8583   1270750     38874    166076         0     81721    504337   8713126    181.01    191.51
717.23/717.23	c  N dy  8719   1290890     38874    166076         0    101859    504337  14232669    181.00    190.92
728.41/728.48	c  N dy  8856   1310939     38874    166076         0     68905    504337   4877518    180.98    209.55
740.51/740.57	c  N dy  8994   1331019     38874    166076         0     88984    504337  10323208    180.96    192.39
752.91/752.92	c  N dy  9133   1351062     38874    166076         0     55032    504337    843177    180.98    193.21
763.92/763.98	c  N dy  9274   1371293     38874    166076         0     75263    504337   6437861    181.00    194.37
775.82/775.90	c  N dy  9419   1391393     38874    166076         0     95362    504337  11954846    181.03    196.35
787.72/787.76	c  N dy  9553   1411482     38874    166076         0     60453    504337   2103150    181.04    191.01
799.02/799.03	c  N dy  9689   1431561     38874    166076         0     80530    504337   7590859    181.04    192.94
810.91/810.92	c  N dy  9828   1451620     38874    166076         0    100588    504337  13084619    181.05    190.63
822.62/822.70	c  N dy  9952   1471809     38874    166076         0     64782    504337   2970720    181.02    203.52
834.12/834.11	c  N dy 10093   1491812     38874    166076         0     84784    504337   8460188    181.06    193.88
846.12/846.10	c  N dy 10229   1511878     38874    166076         0    104848    504337  13923306    181.05    191.16
857.82/857.88	c  N dy 10365   1531989     38874    166076         0     67963    504337   3610098    181.04    192.86
869.22/869.28	c  N dy 10499   1552062     38874    166076         0     88034    504337   9155467    181.07    219.37
881.52/881.52	c  N dy 10637   1572102     38874    166076         0    108073    504337  14740224    181.09    225.04
893.12/893.15	c  N dy 10769   1592236     38874    166076         0     70210    504337   3902346    181.07    190.66
904.61/904.65	c  N dy 10900   1612262     38874    166076         0     90235    504337   9375020    181.06    222.00
916.91/916.94	c  N dy 11033   1632276     38874    166076         0    110247    504337  14856458    181.06    192.73
928.62/928.60	c  N dy 11163   1652367     38874    166076         0     71338    504337   3939996    181.04    205.55
940.82/940.86	c  N dy 11296   1672387     38874    166076         0     91358    504337   9365091    181.03    200.21
953.22/953.27	c  N dy 11430   1692390     38874    166076         0    111361    504337  14816723    181.03    191.13
963.92/963.98	c  S st 11555   1710462     38874    166076         0     69437    504337   3179116    181.01    171.14
964.21/964.28	c  S st 11555   1710966     38874    166076         0     69941    504337   3281637    181.01   no data
964.32/964.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
964.42/964.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
964.42/964.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
964.42/964.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
964.52/964.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
964.52/964.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
964.52/964.53	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
964.63/964.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
964.82/964.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
966.62/966.68	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.79 s
966.72/966.71	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
966.72/966.76	c vivif2 --  cl tried    69940 cl shrink        0 lits rem          0 time: 0.06
967.02/967.02	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.25
967.02/967.03	c calculated reachability. Time: 0.00
967.02/967.03	c  N dy 11555   1710966     38874    166076         0     69940    504337   3281046    181.01   no data
978.62/978.69	c  N dy 11699   1730999     38874    166076         0     89972    504337   8861219    181.04    245.37
990.82/990.86	c  N dy 11838   1751084     38874    166076         0    110057    504337  14401602    181.04    191.24
1003.12/1003.14	c  N dy 11972   1771175     38874    166076         0     69149    504337   2889113    181.06    197.53
1014.72/1014.76	c  N dy 12113   1791334     38874    166076         0     89307    504337   8439183    181.08    193.05
1026.92/1026.98	c  N dy 12251   1811435     38874    166076         0    109407    504337  13917355    181.08    199.63
1039.42/1039.49	c  N dy 12389   1831438     38874    166076         0     67415    504337   2117072    181.12    196.65
1051.02/1051.01	c  N dy 12526   1851491     38874    166076         0     87463    504337   7699161    181.13    201.93
1063.43/1063.45	c  N dy 12672   1871730     38874    166076         0    107698    504337  13389546    181.19    192.85
1076.12/1076.18	c  N dy 12808   1891756     38874    166076         0     64734    504337   1107052    181.20    253.47
1087.53/1087.51	c  N dy 12945   1911850     38874    166076         0     84828    504337   6655457    181.22    191.19
1099.63/1099.67	c  N dy 13091   1931865     38874    166076         0    104841    504337  12244094    181.26    191.33
1112.62/1112.60	c  N dy 13234   1951888     38874    166076         0    124863    504337  17711551    181.28    192.02
1124.32/1124.37	c  N dy 13376   1971992     38874    166076         0     80969    504337   5320620    181.30    192.43
1136.42/1136.41	c  N dy 13515   1992016     38874    166076         0    100991    504337  10812102    181.33    221.30
1150.33/1150.39	c  N dy 13658   2012036     38874    166076         0    121009    504337  16391758    181.35    192.34
1162.43/1162.46	c  N dy 13787   2032109     38874    166076         0     76082    504337   3624871    181.33    193.48
1174.33/1174.30	c  N dy 13930   2052157     38874    166076         0     96129    504337   9167548    181.36    197.24
1186.83/1186.81	c  N dy 14065   2072165     38874    166076         0    116136    504337  14669794    181.36    224.77
1199.52/1199.58	c  N dy 14207   2092247     38874    166076         0     70225    504337   1752692    181.38    191.42
1211.33/1211.34	c  N dy 14353   2112313     38874    166076         0     90291    504337   7321513    181.42    218.18
1223.63/1223.66	c  N dy 14491   2132318     38874    166076         0    110296    504337  12802019    181.43    192.13
1236.62/1236.66	c  N dy 14634   2152419     38874    166076         0    130395    504337  18372613    181.46    249.31
1248.63/1248.68	c  N dy 14774   2172498     38874    166076         0     83470    504337   5173844    181.48    202.00
1260.72/1260.78	c  N dy 14915   2192514     38874    166076         0    103485    504337  10660257    181.48    195.21
1272.43/1272.43	c  S st 15047   2210967     38874    166076         0    121936    504337  15756222    181.49   no data
1272.75/1272.79	c  S st 15047   2211476     38874    166076         0    122445    504337  15866030    181.49   no data
1272.83/1272.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1273.03/1273.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.17
1273.03/1273.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1273.03/1273.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1273.03/1273.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1273.03/1273.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38874 time:  0.01 s
1273.13/1273.11	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1273.33/1273.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.27 s
1274.33/1274.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1281.73/1281.77	c lits-rem:         1  cl-subs:        8  v-elim:      0  v-fix:    0  time:  7.43 s
1281.73/1281.79	c vivif2 --  cl tried   166076 cl shrink        0 lits rem          0 time: 0.02
1282.03/1282.06	c vivif2 --  cl tried   122437 cl shrink        0 lits rem          0 time: 0.26
1282.33/1282.39	c asymm  cl-useful: 0/166076/166076 lits-rem:0 time: 0.34
1282.43/1282.41	c calculated reachability. Time: 0.00
1282.43/1282.41	c  N dy 15047   2211476     38874    166076         0    122437    504337  15862422    181.49   no data
1295.13/1295.19	c  N dy 15183   2231528     38874    166076         0     74495    504337   2415837    181.51    198.58

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

running on 2 cores: 5,7

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.95 1.84 2.63 4/370 12183
/proc/meminfo: memFree=25540840/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=25504 CPUtime=0 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 1799 0 0 0 0 0 0 0 21 0 1 0 728441780 26116096 1512 33554432000 4194304 4580011 140733919848160 18446744073709551615 251367243895 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 6376 1512 322 95 0 1358 0

[startup+0.0284239 s]
/proc/loadavg: 0.95 1.84 2.63 4/370 12183
/proc/meminfo: memFree=25540840/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=44380 CPUtime=0.02 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 4960 0 0 0 2 0 0 0 21 0 1 0 728441780 45445120 3851 33554432000 4194304 4580011 140733919848160 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 11095 3851 324 95 0 6077 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44380

[startup+0.10041 s]
/proc/loadavg: 0.95 1.84 2.63 4/370 12183
/proc/meminfo: memFree=25540840/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=51396 CPUtime=0.09 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 7316 0 0 0 9 0 0 0 21 0 1 0 728441780 52629504 6207 33554432000 4194304 4580011 140733919848160 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 12849 6208 324 95 0 7831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51396

[startup+0.300374 s]
/proc/loadavg: 0.95 1.84 2.63 4/370 12183
/proc/meminfo: memFree=25540840/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=57276 CPUtime=0.29 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 8276 0 0 0 29 0 0 0 22 0 1 0 728441780 58650624 7167 33554432000 4194304 4580011 140733919848160 18446744073709551615 4401386 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 14319 7167 344 95 0 9301 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57276

[startup+0.700302 s]
/proc/loadavg: 0.95 1.84 2.63 4/370 12183
/proc/meminfo: memFree=25540840/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=79304 CPUtime=0.69 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 14663 0 0 0 68 1 0 0 23 0 1 0 728441780 81207296 12897 33554432000 4194304 4580011 140733919848160 18446744073709551615 4289480 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 19826 12897 360 95 0 14808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79304

[startup+1.50116 s]
/proc/loadavg: 0.95 1.84 2.63 5/371 12184
/proc/meminfo: memFree=25455520/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=79304 CPUtime=1.49 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 15342 0 0 0 148 1 0 0 25 0 1 0 728441780 81207296 13576 33554432000 4194304 4580011 140733919848160 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 19826 13576 364 95 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79304

[startup+3.10085 s]
/proc/loadavg: 0.95 1.84 2.63 5/371 12185
/proc/meminfo: memFree=25441880/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=112120 CPUtime=3.09 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 16352 0 0 0 308 1 0 0 25 0 1 0 728441780 114810880 14586 33554432000 4194304 4580011 140733919848160 18446744073709551615 4321459 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 28030 14586 364 95 0 23012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112120

[startup+6.30026 s]
/proc/loadavg: 1.20 1.87 2.64 5/371 12185
/proc/meminfo: memFree=25385636/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=112120 CPUtime=6.29 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 18287 0 0 0 628 1 0 0 25 0 1 0 728441780 114810880 16521 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 28030 16521 364 95 0 23012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112120

[startup+12.7011 s]
/proc/loadavg: 1.42 1.91 2.65 5/371 12185
/proc/meminfo: memFree=25325908/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=87288 CPUtime=12.69 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 23740 0 0 0 1267 2 0 0 25 0 1 0 728441780 89382912 15564 33554432000 4194304 4580011 140733919848160 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 21822 15564 365 95 0 16804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 87288

[startup+25.5007 s]
/proc/loadavg: 1.99 2.01 2.67 5/371 12185
/proc/meminfo: memFree=25115456/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=172572 CPUtime=25.49 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 52806 0 0 0 2543 6 0 0 25 0 1 0 728441780 176713728 36978 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 43143 36978 367 95 0 38125 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 172572

[startup+51.1009 s]
/proc/loadavg: 2.68 2.17 2.70 5/371 12186
/proc/meminfo: memFree=24916524/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=253888 CPUtime=51.09 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 73883 0 0 0 5100 9 0 0 25 0 1 0 728441780 259981312 42479 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 63472 42479 367 95 0 58454 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 253888

[startup+102.314 s]
/proc/loadavg: 3.42 2.45 2.77 5/371 12187
/proc/meminfo: memFree=24712808/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=309152 CPUtime=102.31 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 121300 0 0 0 10214 17 0 0 25 0 1 0 728441780 316571648 71487 33554432000 4194304 4580011 140733919848160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 77288 71487 367 95 0 72270 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 309152

[startup+162.3 s]
/proc/loadavg: 3.79 2.73 2.84 5/371 12189
/proc/meminfo: memFree=24611084/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=391860 CPUtime=162.29 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 147187 0 0 0 16206 23 0 0 25 0 1 0 728441780 401264640 81245 33554432000 4194304 4580011 140733919848160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 97965 81245 367 95 0 92947 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 391860

[startup+222.301 s]
/proc/loadavg: 3.95 2.97 2.92 5/371 12190
/proc/meminfo: memFree=24600372/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=339996 CPUtime=222.3 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 171340 0 0 0 22201 29 0 0 25 0 1 0 728441780 348155904 79217 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 84999 79217 367 95 0 79981 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 339996

[startup+282.301 s]
/proc/loadavg: 4.06 3.17 2.99 5/371 12192
/proc/meminfo: memFree=24576788/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=403380 CPUtime=282.3 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 194641 0 0 0 28195 35 0 0 25 0 1 0 728441780 413061120 80536 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 100845 80536 367 95 0 95827 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 403380

[startup+342.301 s]
/proc/loadavg: 4.06 3.33 3.05 5/371 12193
/proc/meminfo: memFree=24478284/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=435048 CPUtime=342.3 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 225939 0 0 0 34189 41 0 0 25 0 1 0 728441780 445489152 95677 33554432000 4194304 4580011 140733919848160 18446744073709551615 4484357 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 108762 95677 367 95 0 103744 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 435048

[startup+402.301 s]
/proc/loadavg: 4.13 3.48 3.12 5/371 12195
/proc/meminfo: memFree=24442028/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=436720 CPUtime=402.31 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 249347 0 0 0 40183 48 0 0 25 0 1 0 728441780 447201280 92807 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293746 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 109180 92807 367 95 0 104162 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 436720

[startup+462.301 s]
/proc/loadavg: 4.05 3.57 3.17 5/371 12197
/proc/meminfo: memFree=24449308/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=373280 CPUtime=462.3 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 272870 0 0 0 46176 54 0 0 25 0 1 0 728441780 382238720 87597 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 93320 87597 367 95 0 88302 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 373280

[startup+522.3 s]
/proc/loadavg: 4.02 3.65 3.22 5/371 12198
/proc/meminfo: memFree=24420628/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=437256 CPUtime=522.31 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 295962 0 0 0 52172 59 0 0 25 0 1 0 728441780 447750144 89946 33554432000 4194304 4580011 140733919848160 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 109314 89946 367 95 0 104296 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 437256

[startup+582.3 s]
/proc/loadavg: 4.00 3.71 3.27 5/371 12200
/proc/meminfo: memFree=24391456/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=437556 CPUtime=582.31 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 320303 0 0 0 58167 64 0 0 25 0 1 0 728441780 448057344 92675 33554432000 4194304 4580011 140733919848160 18446744073709551615 4324201 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 109389 92675 367 95 0 104371 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 437556

[startup+642.301 s]
/proc/loadavg: 4.03 3.77 3.31 5/371 12201
/proc/meminfo: memFree=24385716/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=437852 CPUtime=642.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 344719 0 0 0 64164 68 0 0 25 0 1 0 728441780 448360448 94081 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 109463 94081 367 95 0 104445 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 437852

[startup+702.301 s]
/proc/loadavg: 4.12 3.84 3.37 5/371 12203
/proc/meminfo: memFree=24360864/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=441392 CPUtime=702.31 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 367267 0 0 0 70158 73 0 0 25 0 1 0 728441780 451985408 92818 33554432000 4194304 4580011 140733919848160 18446744073709551615 4292871 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 110348 92818 367 95 0 105330 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 441392

[startup+762.314 s]
/proc/loadavg: 4.09 3.88 3.41 5/371 12205
/proc/meminfo: memFree=24283328/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=457856 CPUtime=762.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 394316 0 0 0 76151 81 0 0 25 0 1 0 728441780 468844544 95141 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 114464 95141 367 95 0 109446 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 457856

[startup+822.301 s]
/proc/loadavg: 4.14 3.93 3.45 5/371 12206
/proc/meminfo: memFree=24222536/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=400732 CPUtime=822.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 419320 0 0 0 82144 88 0 0 25 0 1 0 728441780 410349568 94320 33554432000 4194304 4580011 140733919848160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 100183 94320 367 95 0 95165 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 400732

[startup+882.301 s]
/proc/loadavg: 4.14 3.97 3.49 5/371 12208
/proc/meminfo: memFree=24209480/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=432504 CPUtime=882.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 444679 0 0 0 88138 94 0 0 25 0 1 0 728441780 442884096 98042 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 108126 98042 367 95 0 103108 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 432504

[startup+942.301 s]
/proc/loadavg: 4.13 3.99 3.53 5/371 12209
/proc/meminfo: memFree=24124128/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=465624 CPUtime=942.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 475270 0 0 0 94130 102 0 0 25 0 1 0 728441780 476798976 101175 33554432000 4194304 4580011 140733919848160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 116406 101175 367 95 0 111388 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 465624

[startup+1002.3 s]
/proc/loadavg: 4.05 3.99 3.56 5/371 12211
/proc/meminfo: memFree=24227744/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=382400 CPUtime=1002.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 500384 0 0 0 100123 109 0 0 25 0 1 0 728441780 391577600 89371 33554432000 4194304 4580011 140733919848160 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 95600 89371 367 95 0 90582 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 382400

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.58 5/371 12213
/proc/meminfo: memFree=24162992/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=465252 CPUtime=1062.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 529557 0 0 0 106116 116 0 0 25 0 1 0 728441780 476418048 103766 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293131 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 116313 103766 367 95 0 111295 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 465252

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.60 5/371 12214
/proc/meminfo: memFree=24156368/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=465564 CPUtime=1122.32 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 551744 0 0 0 112110 122 0 0 25 0 1 0 728441780 476737536 95354 33554432000 4194304 4580011 140733919848160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 116391 95354 367 95 0 111373 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 465564

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.63 5/371 12216
/proc/meminfo: memFree=24080932/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=466036 CPUtime=1182.33 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 575740 0 0 0 118105 128 0 0 25 0 1 0 728441780 477220864 103726 33554432000 4194304 4580011 140733919848160 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 116509 103726 367 95 0 111491 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 466036

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.65 5/371 12217
/proc/meminfo: memFree=24056320/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=399320 CPUtime=1242.33 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 598111 0 0 0 124099 134 0 0 25 0 1 0 728441780 408903680 94158 33554432000 4194304 4580011 140733919848160 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 99830 94158 367 95 0 94812 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 399320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.67 2/365 12222
/proc/meminfo: memFree=25106476/32950928 swapFree=38710892/67111528
[pid=12183] ppid=12181 vsize=550712 CPUtime=1300.03 cores=5,7
/proc/12183/stat : 12183 (strangenight2-s) R 12181 12183 11751 0 -1 4202496 636845 0 0 0 129861 142 0 0 25 0 1 0 728441780 563929088 116553 33554432000 4194304 4580011 140733919848160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12183/statm: 137678 116553 367 95 0 132660 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 550712

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.07
CPU user time (s): 1298.62
CPU system time (s): 1.44878
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 550712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.62
system time used= 1.44878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 636848
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1414

runsolver used 4.50232 second user time and 10.8953 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 16:08:31
IDJOB=3367408
IDBENCH=82617
IDSOLVER=1845
FILE ID=node113/3367408-1305382111
RUNJOBID= node113-1305382110-12144
PBS_JOBID= 13324389
Free space on /tmp= 73420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S64788608-008-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367408-1305382111/watcher-3367408-1305382111 -o /tmp/evaluation-result-3367408-1305382111/solver-3367408-1305382111 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367408-1305382111.cnf

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

MD5SUM BENCH= c0e1e71ade06eb64bd0f5dbaf6b892a1
RANDOM SEED=858377754

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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:      25542856 kB
Buffers:        238104 kB
Cached:        2478868 kB
SwapCached:      93712 kB
Active:         774040 kB
Inactive:      6374824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25542856 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           30352 kB
Writeback:           0 kB
AnonPages:     4348924 kB
Mapped:          13800 kB
Slab:           102968 kB
PageTables:      92384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87167472 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= 73436 MiB
End job on node113 at 2011-05-14 16:30:13