Trace number 3281927

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 TechDemo-Alpha-st? (TO) 1300.01 1300.03

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3281927-1303753907.cnf'
0.00/0.00	c -- header says num vars:         153834
0.00/0.00	c -- header says num clauses:      459965
0.19/0.29	c -- clauses added:            0 learnts,       459965 normals,            0 xors
0.19/0.29	c -- vars added     153834
0.19/0.29	c Parsing time:  0.26 s
0.19/0.29	c  N st     0         0    153834    153321    306642         0   1073247         0   no data   no data  --
0.69/0.77	c asymm  cl-useful: 9/6181/153312 lits-rem:27 time: 0.48
6.29/10.97	c Flit:     0 Blit:      6 bXBeca:    0 bXProp:  890 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 23.0M T: 10.18
6.29/11.08	c Calc non-exist non-lernt bins v-fix:     0 done:  31031 time:  0.10 s
6.29/11.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
6.29/11.09	c Subs w/ non-existent bins:    142 time:  0.01 s
6.29/11.13	c Replacing      890 vars Replaced    11179 lits Time:     0.04 s 
6.29/11.21	c bin-w-bin subsume rem            0 bins  time:  0.03 s
6.29/11.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
6.29/11.40	c Removed useless bin:      72  fixed:     0  bprops:  10.00M  time:  0.13 s
6.29/12.39	c lits-rem:         0  cl-subs:        0  v-elim:  51821  v-fix:    0  time:  0.97 s
6.29/12.39	c learnt bin added due to v-elim: 0
6.29/12.41	c Finding binary XORs  T:     0.02 s  found:       0
6.29/12.53	c Finding non-binary XORs:     0.09 s (found:      95, avg size: 3.0)
6.29/12.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     46 locsubst:     0 time:   0.02
6.29/12.55	c Calc default polars -  time:   0.01 s pos:     835 undec:   51086 neg:  101913
6.29/12.55	c =========================================================================================
6.29/12.55	c types(t): F = full restart, N = normal restart
6.29/12.55	c types(t): S = simplification begin/end, E = solution found
6.29/12.55	c restart types(rt): st = static, dy = dynamic
6.29/12.55	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits   MTavgCS    LTAvgG
6.29/12.55	c  B st     0         0    102751    154245    202378         0   1286997         0   no data   no data  --
6.29/14.42	c Decided on static restart strategy
16.70/16.75	c  N dy    18      4221    102751    154245    202439      4024   1286997    204892     65.74     24.84  --
20.49/20.57	c  N dy    42      8343    102751    154245    202499      7944   1286997    516913     98.58     30.45  --
24.99/25.04	c  N dy    70     12435    102751    154245    202551     11811   1286997    938000    103.22     37.83  --
28.49/28.58	c  N dy    95     16519    102751    154245    202583     15618   1286997   1415593    139.25     45.80  --
33.59/33.64	c  N dy   118     20537    102751    154245    202626      9905   1286997    294169     95.35     53.99  --
37.09/37.15	c  N dy   142     24675    102751    154245    202651     13821   1286997    761247     89.12     54.66  --
41.19/41.28	c  N dy   163     28842    102751    154245    202689     17714   1286997   1545299    220.15     61.15  --
42.39/42.43	c  S st   169     30000    102751    154245    202697     18798   1286997   1746406    196.31     62.72  --
42.99/43.05	c  S st   169     30500    102751    154245    202724     19269   1286997   1791966    196.31     62.72  --
42.99/43.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
59.29/59.31	c Flit:     2 Blit:      1 bXBeca:    0 bXProp:   27 Bin:   5792 BRemL:     22 BRemN:     14 CBin:       0 P: 60.0M T: 16.24
59.49/59.54	c Calc non-exist non-lernt bins v-fix:     0 done:  29970 time:  0.21 s
59.49/59.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
59.60/59.64	c Subs w/ non-existent bins:    120 time:  0.08 s
59.70/59.77	c Replacing       27 vars Replaced    23780 lits Time:     0.13 s 
59.89/59.92	c bin-w-bin subsume rem           45 bins  time:  0.02 s
60.59/60.62	c subs with bin:      286  lits-rem:     22590  v-fix:    0  time:  0.70 s
60.70/60.77	c Removed useless bin:      42  fixed:     0  bprops:  10.00M  time:  0.15 s
65.79/65.86	c lits-rem:      2040  cl-subs:    14037  v-elim:  69327  v-fix:    0  time:  5.06 s
65.79/65.86	c learnt bin added due to v-elim: 0
65.89/65.97	c asymm  cl-useful: 160/386/134276 lits-rem:169 time: 0.11
65.89/65.97	c Added XOR as norm:3
65.89/65.98	c  N dy   169     30500     35087    134288     90911      5342   1315707    306636    196.31     62.72  --
65.89/65.98	c  F st   169     30500     35087    134288     90911      5342   1315707    306636    196.31     62.72  --
66.59/66.68	c Finding binary XORs  T:     0.01 s  found:       1
67.29/67.34	c Decided on static restart strategy
68.59/68.64	c  N dy   188     34633     35087    134288     90928      9280   1315707    635203     71.32     61.03  --
71.29/71.32	c  N dy   215     38791     35087    134288     90958     13165   1315707    916982     51.27     58.39  --
73.89/73.97	c  N dy   245     42930     35087    134288     90974     17010   1315707   1145680    137.56     56.23  --
75.89/75.94	c  S st   259     45752     35087    134288     91000     19503   1315707   1668200    254.68     62.17  --
76.39/76.42	c  S st   259     46252     35087    134288     91015     19980   1315707   1748630    254.68     62.17  --
76.39/76.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
76.39/76.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
83.80/83.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   36 Bin:  12593 BRemL:     11 BRemN:      1 CBin:       0 P: 60.0M T:  7.34
83.90/83.99	c Calc non-exist non-lernt bins v-fix:     0 done:  29966 time:  0.18 s
83.99/84.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
84.09/84.16	c Subs w/ non-existent bins:    304 time:  0.16 s
84.09/84.19	c Replacing       38 vars Replaced      572 lits Time:     0.02 s 
84.29/84.32	c bin-w-bin subsume rem           74 bins  time:  0.01 s
85.89/85.98	c subs with bin:      863  lits-rem:      8850  v-fix:    0  time:  1.66 s
86.10/86.11	c Removed useless bin:      10  fixed:     0  bprops:   8.34M  time:  0.14 s
90.09/90.10	c lits-rem:      3265  cl-subs:     9954  v-elim:  32927  v-fix:    0  time:  3.98 s
90.09/90.10	c learnt bin added due to v-elim: 0
90.19/90.22	c vivif2 --  cl tried   107832 cl shrink    45736 lits rem      46120 time: 0.12
90.19/90.28	c vivif2 --  cl tried     9796 cl shrink     4514 lits rem      69957 time: 0.06
90.39/90.43	c asymm  cl-useful: 5/241/104863 lits-rem:10 time: 0.14
90.39/90.43	c Added XOR as norm:0
90.39/90.45	c calculated reachability. Time: 0.01
90.39/90.45	c  N dy   259     46252      9428    104863     80736      9760   1167566    653658    254.68     62.17  --
92.39/92.43	c  N dy   283     50369      9428    104863     80782     13684   1167566   1030794    132.60     59.23  --
94.59/94.64	c  N dy   303     54397      9428    104863     80858     17496   1167566   1517465    117.13     57.35  --
97.00/97.05	c  N dy   329     58491      9428    104863     80944     21285   1167566   1877420     88.45     54.98  --
99.09/99.10	c  N dy   355     62523      9427    104863     80980     25099   1167566   2222209     59.97     53.19  --
101.19/101.28	c  N dy   383     66641      9426    104863     81102     15285   1167566    648226     85.88     51.63  --
102.59/102.62	c  S st   395     69378      9426    104863     81110     17935   1167566    977610    136.01     51.59  --
102.99/103.01	c  S st   395     69881      9426    104863     81123     18424   1167566    997924    136.01     51.59  --
102.99/103.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
102.99/103.04	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
108.10/108.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   23 Bin:  26818 BRemL:    735 BRemN:      4 CBin:       0 P: 60.0M T:  5.08
108.10/108.19	c Calc non-exist non-lernt bins v-fix:     0 done:   9426 time:  0.07 s
108.10/108.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
108.29/108.38	c Subs w/ non-existent bins:    142 time:  0.19 s
108.39/108.43	c Replacing       24 vars Replaced      783 lits Time:     0.04 s 
108.49/108.55	c bin-w-bin subsume rem          617 bins  time:  0.02 s
109.99/110.09	c subs with bin:       18  lits-rem:       680  v-fix:    0  time:  1.55 s
110.09/110.12	c Removed useless bin:       2  fixed:     0  bprops:   1.22M  time:  0.03 s
115.29/115.32	c ORs :   5642 avg-s: 10.5 cl-sh:  4579 l-rem:  12496 b-add:     78 v-rep:   0 cl-rem: 6 avg s: 3.3 T:    3.71
117.39/117.41	c Added 51 vars  tried: 80000 time: 2.09
117.39/117.49	c ORs :     51 avg-s:  0.0 cl-sh: 21369 l-rem:  21369 b-add:    102 v-rep:   0 cl-rem: 17 avg s: 6.5 T:    2.17
117.49/117.54	c lits-rem:      1971  cl-subs:     4583  v-elim:   7225  v-fix:    0  time:  7.42 s
117.49/117.54	c learnt bin added due to v-elim: 0
117.59/117.62	c vivif2 --  cl tried   104851 cl shrink      518 lits rem        574 time: 0.08
117.69/117.71	c vivif2 --  cl tried    13472 cl shrink     2887 lits rem       9251 time: 0.09
117.79/117.85	c asymm  cl-useful: 9/415/104434 lits-rem:9 time: 0.14
117.79/117.85	c Added XOR as norm:0
117.79/117.87	c calculated reachability. Time: 0.01
117.79/117.88	c  N dy   395     69881      9189    104434    106519     13418   1157685    698332    136.01     51.59  --
117.79/117.88	c  F st   395     69881      9189    104434    106519     13418   1157685    698332    136.01     51.59  --
119.10/119.16	c Decided on static restart strategy
120.89/120.97	c  N dy   416     74421      9189    104434    106554     17815   1157685   1265807    149.51     50.35  --
123.89/123.95	c  N dy   438     79187      9188    104434    106572     22447   1157685   1911199    177.01     49.69  --
126.79/126.80	c  N dy   466     84287      9188    104434    106596     27431   1157685   2547649    128.10     49.13  --
131.20/131.26	c  N dy   489     90568      9188    104434    106614     33576   1157685   3832270    310.12     48.63  --
132.99/133.01	c Finding binary XORs  T:     0.04 s  found:       1
134.49/134.51	c  N dy   520     96462      9188    104429    106642     21753   1157660   1303553    134.79     47.56  --
137.99/138.01	c  N dy   557    102639      9188    104429    106672     27705   1157660   2084583    119.26     46.94  --
139.49/139.52	c  S st   569    104821      9188    104429    106684     29799   1157660   2319612    128.48     46.73  --
139.79/139.89	c  S st   569    105322      9188    104429    106687     30292   1157660   2343241    128.48     46.73  --
139.90/139.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
139.90/139.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.79/144.83	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bin:  18342 BRemL:   2419 BRemN:      5 CBin:       0 P: 60.0M T:  4.92
144.79/144.88	c Calc non-exist non-lernt bins v-fix:     0 done:   9187 time:  0.05 s
144.79/144.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.89/144.98	c Subs w/ non-existent bins:      6 time:  0.10 s
144.99/145.04	c Replacing        1 vars Replaced     1243 lits Time:     0.05 s 
145.19/145.20	c bin-w-bin subsume rem          528 bins  time:  0.02 s
146.69/146.77	c subs with bin:      724  lits-rem:     26871  v-fix:    0  time:  1.56 s
146.69/146.78	c Removed useless bin:       3  fixed:     0  bprops:   0.60M  time:  0.02 s
150.79/150.84	c ORs :   5343 avg-s:  6.7 cl-sh:    52 l-rem:     58 b-add:      4 v-rep:   0 cl-rem: 2 avg s: 7.5 T:    1.72
152.49/152.59	c Added 51 vars  tried: 80000 time: 1.75
152.59/152.66	c ORs :     51 avg-s:  0.0 cl-sh: 16166 l-rem:  16166 b-add:    106 v-rep:   2 cl-rem: 20 avg s: 6.5 T:    1.83
152.69/152.72	c lits-rem:      1328  cl-subs:     5964  v-elim:   5992  v-fix:    0  time:  5.94 s
152.69/152.72	c learnt bin added due to v-elim: 0
152.69/152.76	c vivif2 --  cl tried   104262 cl shrink       99 lits rem        132 time: 0.04
152.79/152.88	c vivif2 --  cl tried    23780 cl shrink     6215 lits rem      19283 time: 0.12
152.99/153.01	c asymm  cl-useful: 9/530/104259 lits-rem:13 time: 0.13
152.99/153.01	c Added XOR as norm:0
152.99/153.02	c calculated reachability. Time: 0.01
152.99/153.02	c  N dy   569    105322      9207    104259    121931     23608   1154531   1591277    128.48     46.73  --
156.29/156.40	c  N dy   605    112054      9206    104259    121956     30159   1154531   2520868    158.72     46.61  --
160.38/160.47	c  N dy   642    119224      9206    104259    121964     37148   1154531   3706978    246.64     46.98  --
164.68/164.75	c  N dy   671    126869      9205    104259    121968     24909   1154531   1773024    211.23     46.84  --
169.39/169.43	c  N dy   715    135052      9204    104259    121983     32925   1154531   3246546    224.16     47.16  --
175.29/175.39	c  N dy   759    143875      9204    104259    121992     41581   1154531   4940002    258.56     47.08  --
180.49/180.52	c  N dy   809    153121      9204    104259    122004     29048   1154531   2049260    139.16     46.94  --
183.69/183.74	c  S st   839    157983      9204    104259    122014     33760   1154531   2716290    172.61     46.63  --
184.00/184.07	c Finding binary XORs  T:     0.03 s  found:       2
184.19/184.23	c  S st   839    158484      9204    104157    121423     33901   1151793   2748101    172.61     46.63  --
184.19/184.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
184.19/184.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
189.29/189.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:  65524 BRemL:   2448 BRemN:      4 CBin:       0 P: 60.0M T:  5.06
189.29/189.37	c Calc non-exist non-lernt bins v-fix:     0 done:   9204 time:  0.05 s
189.29/189.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
189.40/189.49	c Subs w/ non-existent bins:      0 time:  0.11 s
189.50/189.56	c Replacing        4 vars Replaced     3481 lits Time:     0.07 s 
189.69/189.76	c bin-w-bin subsume rem          129 bins  time:  0.03 s
191.39/191.42	c subs with bin:        7  lits-rem:       314  v-fix:    0  time:  1.66 s
191.39/191.44	c Removed useless bin:       2  fixed:     0  bprops:   0.57M  time:  0.02 s
196.00/196.07	c ORs :   5320 avg-s:  5.4 cl-sh:   817 l-rem:    877 b-add:      5 v-rep:   0 cl-rem: 8 avg s: 28.8 T:    1.63
197.79/197.86	c Added 51 vars  tried: 80000 time: 1.78
197.89/197.96	c ORs :     51 avg-s:  0.0 cl-sh: 16841 l-rem:  16841 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    1.89
197.99/198.03	c lits-rem:        47  cl-subs:     3985  v-elim:   5936  v-fix:    0  time:  6.59 s
197.99/198.03	c learnt bin added due to v-elim: 0
197.99/198.07	c vivif2 --  cl tried   104185 cl shrink       28 lits rem         60 time: 0.04
198.19/198.20	c vivif2 --  cl tried    29922 cl shrink     5294 lits rem      34912 time: 0.13
198.30/198.35	c asymm  cl-useful: 11/573/104185 lits-rem:25 time: 0.14
198.30/198.35	c Added XOR as norm:0
198.30/198.36	c calculated reachability. Time: 0.01
198.30/198.36	c  N dy   839    158484      9248    104185    184675     29706   1147620   2246329    172.61     46.63  --
204.19/204.26	c  N dy   895    168642      9247    104185    184710     39619   1147620   4151285    154.38     46.63  --
211.19/211.23	c  N dy   940    179527      9247    104185    184721     27435   1147620   1903646    223.77     46.70  --
218.79/218.88	c  N dy  1002    191033      9246    104185    184741     38684   1147620   4075607    184.49     46.48  --
225.99/226.00	c  N dy  1068    203301      9246    104185    184767     26489   1147620   1406393    170.65     46.84  --
233.29/233.37	c  N dy  1137    216490      9246    104185    184776     39374   1147620   3688541    229.24     47.01  --
239.99/240.10	c Finding binary XORs  T:     0.03 s  found:       1
242.79/242.86	c  N dy  1217    230396      9246    104179    184076     27281   1147265   1444105    159.45     47.40  --
247.29/247.32	c  S st  1254    237727      9246    104179    184080     34450   1147265   2780923    158.99     47.46  --
247.69/247.72	c  S st  1254    238229      9246    104179    184083     34947   1147265   2831947    158.99     47.46  --
247.69/247.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
247.69/247.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
252.39/252.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:  18141 BRemL:   3870 BRemN:      3 CBin:       0 P: 60.0M T:  4.67
252.39/252.46	c Calc non-exist non-lernt bins v-fix:     0 done:   9246 time:  0.05 s
252.39/252.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
252.49/252.58	c Subs w/ non-existent bins:      1 time:  0.11 s
252.59/252.61	c Replacing        1 vars Replaced       84 lits Time:     0.03 s 
252.79/252.80	c bin-w-bin subsume rem          180 bins  time:  0.04 s
254.29/254.40	c subs with bin:        2  lits-rem:       168  v-fix:    0  time:  1.60 s
254.39/254.41	c Removed useless bin:       0  fixed:     0  bprops:   0.59M  time:  0.02 s
258.59/258.67	c ORs :   5310 avg-s:  4.3 cl-sh:     2 l-rem:      2 b-add:      0 v-rep:   0 cl-rem: 8 avg s: 5.9 T:    1.54
260.39/260.48	c Added 51 vars  tried: 80000 time: 1.82
260.49/260.55	c ORs :     51 avg-s:  0.0 cl-sh: 12529 l-rem:  12529 b-add:    102 v-rep:   0 cl-rem: 0 avg s: nan T:    1.89
260.59/260.62	c lits-rem:       469  cl-subs:     2904  v-elim:   5932  v-fix:    0  time:  6.21 s
260.59/260.62	c learnt bin added due to v-elim: 0
260.59/260.67	c vivif2 --  cl tried   104227 cl shrink       55 lits rem         75 time: 0.05
260.79/260.84	c vivif2 --  cl tried    32033 cl shrink     5265 lits rem      17009 time: 0.16
260.89/261.00	c asymm  cl-useful: 15/358/104212 lits-rem:21 time: 0.16
260.89/261.00	c Added XOR as norm:0
260.99/261.01	c calculated reachability. Time: 0.01
260.99/261.01	c  N dy  1254    238229      9294    104212    198412     31906   1144170   2410014    158.99     47.46  --
271.59/271.61	c  N dy  1367    253473      9294    104212    198642     46792   1144170   5302450    216.83     46.04  --
284.79/284.85	c  N dy  1477    269824      9294    104212    198740     36639   1144170   3345887    124.84     44.48  --
300.29/300.38	c  N dy  1596    287196      9294    104212    198855     53742   1144170   6671145    178.65     43.21  --
315.49/315.51	c  N dy  1724    305585      9294    104212    198905     44518   1144170   4730382    199.14     42.02  --
332.19/332.22	c  N dy  1856    325175      9294    104212    198927     35390   1144170   2206192    157.65     40.93  --
351.48/351.59	c  N dy  1994    345333      9294    104212    198961     55342   1144170   5419203    190.78     39.87  --
361.99/362.02	c  S st  2075    357343      9294    104212    198967     37638   1144170   2581318    171.22     39.22  --
362.29/362.35	c  S st  2075    357843      9294    104212    198969     38136   1144170   2598991    171.22     39.22  --
362.29/362.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
362.29/362.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
366.59/366.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   5984 BRemL:   4707 BRemN:      0 CBin:       0 P: 60.0M T:  4.25
366.59/366.69	c Calc non-exist non-lernt bins v-fix:     0 done:   9294 time:  0.05 s
366.59/366.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
366.79/366.81	c Subs w/ non-existent bins:    129 time:  0.12 s
366.89/366.99	c bin-w-bin subsume rem          100 bins  time:  0.04 s
368.59/368.65	c subs with bin:       17  lits-rem:     14583  v-fix:    0  time:  1.66 s
368.59/368.67	c Removed useless bin:       0  fixed:     0  bprops:   0.58M  time:  0.02 s
372.49/372.58	c ORs :   5323 avg-s:  3.4 cl-sh:   638 l-rem:    638 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    1.43
374.29/374.37	c Added 51 vars  tried: 80000 time: 1.79
374.38/374.44	c ORs :     51 avg-s:  0.0 cl-sh: 10033 l-rem:  10033 b-add:    103 v-rep:   0 cl-rem: 14 avg s: 8.2 T:    1.86
374.48/374.51	c lits-rem:       222  cl-subs:     2848  v-elim:   5921  v-fix:    0  time:  5.83 s
374.48/374.51	c learnt bin added due to v-elim: 0
374.48/374.56	c vivif2 --  cl tried   104138 cl shrink      104 lits rem        132 time: 0.05
374.68/374.72	c vivif2 --  cl tried    35252 cl shrink     4428 lits rem      20968 time: 0.16
374.79/374.88	c asymm  cl-useful: 5/327/104128 lits-rem:8 time: 0.15
374.79/374.88	c Added XOR as norm:0
374.79/374.89	c calculated reachability. Time: 0.01
374.79/374.89	c  N dy  2075    357843      9345    104128    200271     35242   1142321   2152267    171.22     39.22  --
384.79/384.85	c  N dy  2206    377874      9345    104128    200275     55046   1142321   4845477     85.29     38.47  --
393.79/393.83	c  N dy  2346    397949      9345    104128    200282     44274   1142321   2537536    122.88     37.81  --
404.69/404.72	c  N dy  2479    418058      9345    104128    200282     32507   1142321   1067207    101.12     37.53  --
404.79/404.85	c Finding binary XORs  T:     0.03 s  found:       1
414.49/414.51	c  N dy  2599    438162      9345    104128    200293     52165   1142321   4060457    129.55     36.92  --
423.89/423.90	c  N dy  2739    458166      9345    104128    200298     39419   1142321   1584489    107.72     36.55  --
434.09/434.16	c  N dy  2865    478279      9345    104128    200304     59241   1142321   4310820     74.69     36.39  --
444.09/444.12	c  N dy  3005    498435      9345    104128    200306     45516   1142321   2302224    153.40     36.38  --
454.59/454.64	c  N dy  3144    518554      9345    104128    200309     65343   1142321   4949796    117.41     36.38  --
463.49/463.55	c  S st  3249    536764      9345    104128    200311     48841   1142321   2938880    170.89     36.35  --
463.79/463.88	c  S st  3249    537264      9345    104128    200314     49338   1142321   2957751    170.89     36.35  --
463.89/463.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
463.89/463.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
467.49/467.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   6547 BRemL:   2936 BRemN:      0 CBin:       0 P: 60.0M T:  3.66
467.59/467.63	c Calc non-exist non-lernt bins v-fix:     0 done:   9345 time:  0.05 s
467.59/467.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
467.69/467.76	c Subs w/ non-existent bins:      0 time:  0.13 s
467.69/467.80	c Replacing        1 vars Replaced       40 lits Time:     0.03 s 
467.89/467.98	c bin-w-bin subsume rem           15 bins  time:  0.04 s
469.49/469.58	c subs with bin:       11  lits-rem:       189  v-fix:    0  time:  1.60 s
469.59/469.60	c Removed useless bin:       0  fixed:     0  bprops:   0.57M  time:  0.02 s
474.59/474.60	c ORs :   5373 avg-s:  3.4 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 42 avg s: 18.0 T:    1.37
477.89/477.95	c Added 19 vars  tried: 80000 time: 3.34
477.89/477.96	c ORs :     19 avg-s:  0.0 cl-sh:  2935 l-rem:   2935 b-add:     38 v-rep:   0 cl-rem: 10 avg s: 5.4 T:    3.35
477.99/478.03	c lits-rem:       167  cl-subs:     5509  v-elim:   5922  v-fix:    0  time:  8.43 s
477.99/478.03	c learnt bin added due to v-elim: 0
477.99/478.08	c vivif2 --  cl tried   104141 cl shrink       19 lits rem         36 time: 0.05
478.19/478.27	c vivif2 --  cl tried    43772 cl shrink     4934 lits rem       6042 time: 0.19
478.39/478.43	c asymm  cl-useful: 7/339/104141 lits-rem:13 time: 0.16
478.39/478.43	c Added XOR as norm:0
478.39/478.45	c calculated reachability. Time: 0.01
478.39/478.45	c  N dy  3249    537264      9363    104141    203980     43739   1140762   2342772    170.89     36.35  --
478.39/478.45	c  F st  3249    537264      9363    104141    203980     43739   1140762   2342772    170.89     36.35  --
479.29/479.38	c Decided on static restart strategy
492.48/492.53	c  N dy  3373    557318      9363    104141    204034     63495   1140762   7225176    300.17     35.96  --
505.79/505.82	c  N dy  3506    577399      9363    104141    204062     47906   1140762   3654940    212.52     35.75  --
520.79/520.89	c  N dy  3639    597446      9363    104141    204066     67648   1140762   7118543    232.36     35.57  --
531.88/531.91	c  N dy  3775    618550      9363    104141    204136     51941   1140762   2894207    296.87     35.28  --
544.88/544.94	c  N dy  3906    638585      9363    104141    204140     71740   1140762   7086888     95.16     35.04  --
558.09/558.14	c  N dy  4041    658706      9363    104141    204145     54143   1140762   4021926    132.06     34.87  --
575.18/575.22	c  N dy  4175    678859      9363    104141    204152     74051   1140762   8269473    184.05     34.58  --
587.70/587.76	c  N dy  4307    698892      9363    104141    204171     55412   1140762   3778951    133.88     34.35  --
603.28/603.34	c  N dy  4439    718893      9363    104141    204216     75146   1140762   8657187    317.81     34.36  --
616.69/616.77	c  N dy  4567    738981      9363    104141    204235     55521   1140762   4418944    221.43     34.20  --
630.59/630.61	c  N dy  4704    759100      9363    104141    204235     75391   1140762   8609096    177.46     33.90  --
643.99/644.07	c  N dy  4834    779225      9363    104141    204236     54811   1140762   3237454    186.51     33.77  --
658.19/658.25	c  N dy  4974    799260      9363    104141    204305     74411   1140762   5785016    158.11     33.51  --
661.88/661.93	c  S st  5024    805896      9363    104141    204342     80943   1140762   6510677     73.66     33.41  --
662.39/662.44	c  S st  5024    806398      9363    104141    204348     81439   1140762   6525651     73.66     33.41  --
662.39/662.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
662.39/662.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
666.68/666.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   1691 BRemL:   1385 BRemN:      0 CBin:       0 P: 60.0M T:  4.25
666.68/666.77	c Calc non-exist non-lernt bins v-fix:     0 done:   9363 time:  0.05 s
666.68/666.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
666.98/667.03	c Subs w/ non-existent bins:      0 time:  0.26 s
667.29/667.38	c bin-w-bin subsume rem           20 bins  time:  0.04 s
669.19/669.20	c subs with bin:      180  lits-rem:       783  v-fix:    0  time:  1.82 s
669.19/669.21	c Removed useless bin:       0  fixed:     0  bprops:   0.57M  time:  0.02 s
702.58/702.70	c ORs :   5394 avg-s:  3.4 cl-sh:    91 l-rem:     91 b-add:      0 v-rep:   0 cl-rem: 7 avg s: 19.6 T:    1.89
704.19/704.21	c Added 51 vars  tried: 80000 time: 1.51
704.29/704.39	c ORs :     51 avg-s:  0.0 cl-sh: 19772 l-rem:  19772 b-add:    102 v-rep:   0 cl-rem: 6 avg s: 22.8 T:    1.70
704.48/704.50	c lits-rem:       282  cl-subs:    10072  v-elim:   6143  v-fix:    0  time: 35.29 s
704.48/704.50	c learnt bin added due to v-elim: 0
704.48/704.56	c vivif2 --  cl tried   104191 cl shrink       10 lits rem         10 time: 0.06
704.98/705.00	c vivif2 --  cl tried    71175 cl shrink    12825 lits rem      48010 time: 0.44
705.18/705.20	c asymm  cl-useful: 2/398/104190 lits-rem:6 time: 0.20
705.18/705.20	c Added XOR as norm:0
705.18/705.22	c calculated reachability. Time: 0.01
705.18/705.22	c  N dy  5024    806398      9414    104190    204747     71165   1140706   5001288     73.66     33.41  --
711.29/711.36	c Finding binary XORs  T:     0.03 s  found:       0
716.28/716.40	c  N dy  5163    826532      9414    104190    204748     49754   1140706   2160722    208.50     33.27  --
728.78/728.82	c  N dy  5274    846562      9414    104190    204751     69593   1140706   6121774    173.60     33.20  --
745.68/745.76	c  N dy  5410    866687      9414    104190    204751     47086   1140706   1591957     73.72     33.14  --
758.28/758.34	c  N dy  5543    886754      9414    104190    204762     66960   1140706   5192008    216.32     33.03  --
775.08/775.16	c  N dy  5674    906898      9414    104190    204785     86924   1140706  10326105    218.03     33.02  --
786.58/786.65	c  N dy  5780    926942      9414    104190    204791     63273   1140706   5189950    208.01     33.04  --
803.08/803.12	c  N dy  5848    946993      9414    104190    204791     83154   1140706  12081201    400.02     33.30  --
819.79/819.87	c  N dy  5926    967187      9414    104190    204791     58675   1140706   5279857    278.54     33.43  --
839.98/840.06	c  N dy  6052    987250      9414    104190    204791     78596   1140706  11083315    306.58     33.63  --
854.78/854.80	c  N dy  6153   1007306      9414    104190    204792     52843   1140706   2228195    177.64     33.61  --
871.77/871.89	c  N dy  6257   1027405      9414    104190    204793     72715   1140706   7873392    276.89     33.60  --
887.38/887.41	c  N dy  6386   1047521      9414    104190    204793     92687   1140706  12112032    196.23     33.53  --
898.47/898.55	c  N dy  6515   1067637      9414    104190    204793     66029   1140706   3967712    203.31     33.47  --
915.38/915.45	c  N dy  6634   1087762      9414    104190    204793     86029   1140706   9298950    339.14     33.50  --
929.38/929.47	c  N dy  6755   1107824      9414    104190    204794     58325   1140706   2898447    151.49     33.52  --
944.58/944.68	c  N dy  6834   1127896      9414    104190    204794     78191   1140706   8919661    213.11     33.66  --
962.88/962.95	c  N dy  6967   1147946      9414    104190    204794     49495   1140706   1019478     70.08     33.77  --
975.18/975.26	c  N dy  7072   1167956      9414    104190    204797     69382   1140706   4815579    181.18     33.72  --
990.77/990.82	c  N dy  7181   1188234      9414    104190    204798     89402   1140706   9464290    247.12     33.68  --
1003.38/1003.41	c  N dy  7290   1208444      9414    104190    204798     59838   1140706   2760591    117.61     33.65  --
1004.18/1004.24	c  S st  7299   1209598      9414    104190    204798     60952   1140706   2930496    167.88     33.65  --
1004.48/1004.60	c  S st  7299   1210098      9414    104190    204804     61445   1140706   2959822    167.88     33.65  --
1004.58/1004.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1004.58/1004.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1008.18/1008.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:   3466 BRemL:   1976 BRemN:      1 CBin:       0 P: 60.0M T:  3.66
1008.28/1008.34	c Calc non-exist non-lernt bins v-fix:     0 done:   9413 time:  0.05 s
1008.28/1008.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1008.38/1008.49	c Subs w/ non-existent bins:      0 time:  0.15 s
1008.68/1008.71	c bin-w-bin subsume rem           10 bins  time:  0.04 s
1010.38/1010.48	c subs with bin:       22  lits-rem:       179  v-fix:    0  time:  1.77 s
1010.48/1010.50	c Removed useless bin:       0  fixed:     0  bprops:   0.56M  time:  0.02 s
1015.08/1015.19	c ORs :   5447 avg-s:  3.4 cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 28 avg s: 4.2 T:    1.38
1017.58/1017.68	c Added 26 vars  tried: 80000 time: 2.49
1017.68/1017.70	c ORs :     26 avg-s:  0.0 cl-sh:  3252 l-rem:   3252 b-add:     52 v-rep:   0 cl-rem: 18 avg s: 6.8 T:    2.51
1017.68/1017.77	c lits-rem:       106  cl-subs:     3615  v-elim:   5919  v-fix:    0  time:  7.27 s
1017.68/1017.77	c learnt bin added due to v-elim: 0
1017.78/1017.83	c vivif2 --  cl tried   104188 cl shrink        1 lits rem          1 time: 0.06
1017.98/1018.02	c vivif2 --  cl tried    57779 cl shrink     4143 lits rem      13754 time: 0.19
1018.08/1018.18	c asymm  cl-useful: 8/547/104188 lits-rem:44 time: 0.16
1018.08/1018.18	c Added XOR as norm:0
1018.08/1018.19	c calculated reachability. Time: 0.01
1018.08/1018.20	c  N dy  7299   1210098      9439    104188    206354     57759   1139941   2477833    167.88     33.65  --
1028.18/1028.20	c  N dy  7432   1230132      9439    104188    206393     77526   1139941   4666262     81.62     33.48  --
1041.07/1041.18	c  N dy  7558   1250306      9439    104188    206447     97417   1139941   7989858    214.18     33.37  --
1052.07/1052.13	c  N dy  7690   1270414      9439    104188    206465     66887   1139941   3075979    159.22     33.23  --
1067.88/1067.96	c  N dy  7828   1290469      9439    104188    206488     86696   1139941   6668901    140.27     33.09  --
1081.49/1081.50	c  N dy  7948   1310522      9439    104188    206495     55134   1139941   1294925    121.31     33.03  --
1093.08/1093.16	c  N dy  8077   1330546      9439    104188    206500     74796   1139941   3811578    169.00     32.82  --
1105.97/1106.03	c  N dy  8212   1350599      9439    104188    206508     94534   1139941   6645373    184.35     32.67  --
1117.79/1117.83	c  N dy  8343   1370787      9439    104188    206515     62184   1139941   1929030     68.95     32.54  --
1128.28/1128.33	c  N dy  8471   1390823      9439    104188    206516     81950   1139941   4675348    206.78     32.38  --
1143.38/1143.49	c  N dy  8609   1410842      9439    104188    206518    101714   1139941   7858203    184.14     32.22  --
1153.17/1153.21	c  N dy  8706   1430932      9439    104188    206526     68307   1139941   2824078     79.11     32.03  --
1162.18/1162.23	c  N dy  8847   1450986      9439    104188    206526     88117   1139941   4989235     99.00     31.91  --
1173.18/1173.29	c  N dy  8969   1471114      9439    104188    206532    108022   1139941   8133736    172.09     31.82  --
1182.08/1182.10	c  N dy  9067   1491269      9439    104188    206537     73550   1139941   3626154    253.27     31.73  --
1197.18/1197.28	c  N dy  9187   1511381      9439    104188    206537     93201   1139941   7307694    185.87     31.67  --
1209.27/1209.37	c  N dy  9322   1531444      9439    104188    206537     57852   1139941    985646    120.27     31.55  --
1217.68/1217.78	c  N dy  9458   1551534      9439    104188    206538     77718   1139941   3004934     90.94     31.40  --
1226.78/1226.83	c  N dy  9595   1571553      9439    104188    206539     97479   1139941   5110344     48.79     31.28  --
1237.28/1237.34	c  N dy  9729   1591603      9439    104188    206539     61061   1139941   1278160    108.59     31.14  --
1246.18/1246.28	c  N dy  9839   1611774      9439    104188    206544     80984   1139941   3730206    186.54     31.00  --
1260.47/1260.53	c  N dy  9979   1631903      9438    104188    206546    100726   1139941   6540621     80.03     30.89  --
1272.89/1272.99	c  N dy 10086   1651940      9438    104188    206549     63273   1139941   2189562    141.97     30.80  --
1284.18/1284.26	c  N dy 10202   1672035      9438    104188    206555     83187   1139941   5958068    165.83     30.88  --
1296.68/1296.72	c  N dy 10338   1692101      9438    104188    206558    102984   1139941   8618358    219.08     30.82  --

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: 935)

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-3281927-1303753907/watcher-3281927-1303753907 -o /tmp/evaluation-result-3281927-1303753907/solver-3281927-1303753907 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3281927-1303753907.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.86 1.96 3.03 4/184 13359
/proc/meminfo: memFree=18896768/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=30048 CPUtime=0 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 1042 0 0 0 0 0 0 0 21 0 1 0 486990382 30769152 946 33554432000 4194304 4797429 140735817577648 18446744073709551615 4417161 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 7512 946 348 148 0 2441 0

[startup+0.0303901 s]
/proc/loadavg: 0.86 1.96 3.03 4/184 13359
/proc/meminfo: memFree=18896768/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=36456 CPUtime=0.02 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 2964 0 0 0 2 0 0 0 21 0 1 0 486990382 37330944 2497 33554432000 4194304 4797429 140735817577648 18446744073709551615 4408872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 9114 2522 349 148 0 4043 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 36456

[startup+0.100373 s]
/proc/loadavg: 0.86 1.96 3.03 4/184 13359
/proc/meminfo: memFree=18896768/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=54568 CPUtime=0.09 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 8675 0 0 0 8 1 0 0 22 0 1 0 486990382 55877632 6750 33554432000 4194304 4797429 140735817577648 18446744073709551615 4366925 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 13642 6751 349 148 0 8571 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54568

[startup+0.300307 s]
/proc/loadavg: 0.86 1.96 3.03 4/184 13359
/proc/meminfo: memFree=18896768/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=117172 CPUtime=0.29 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 26488 0 0 0 27 2 0 0 22 0 1 0 486990382 119984128 18928 33554432000 4194304 4797429 140735817577648 18446744073709551615 4427317 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 29293 18928 373 148 0 24222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 117172

[startup+0.700271 s]
/proc/loadavg: 0.86 1.96 3.03 4/184 13359
/proc/meminfo: memFree=18896768/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=117172 CPUtime=0.69 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 26488 0 0 0 67 2 0 0 25 0 1 0 486990382 119984128 18928 33554432000 4194304 4797429 140735817577648 18446744073709551615 4428517 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 29293 18928 373 148 0 24222 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117172

[startup+1.50014 s]
/proc/loadavg: 0.86 1.96 3.03 5/185 13387
/proc/meminfo: memFree=18692888/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=223308 CPUtime=1.49 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 28001 0 0 0 147 2 0 0 25 0 1 0 486990382 228667392 19691 33554432000 4194304 4797429 140735817577648 18446744073709551615 4332800 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 55827 19691 381 148 0 50756 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 223308

[startup+3.10087 s]
/proc/loadavg: 0.86 1.96 3.03 5/188 13393
/proc/meminfo: memFree=18553636/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=223308 CPUtime=3.09 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 28001 0 0 0 307 2 0 0 25 0 1 0 486990382 228667392 19691 33554432000 4194304 4797429 140735817577648 18446744073709551615 4240964 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 55827 19691 381 148 0 50756 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 223308

[startup+6.30033 s]
/proc/loadavg: 1.11 2.00 3.03 5/188 13393
/proc/meminfo: memFree=18526232/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=223308 CPUtime=6.29 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 28001 0 0 0 627 2 0 0 25 0 1 0 486990382 228667392 19691 33554432000 4194304 4797429 140735817577648 18446744073709551615 4428755 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 55827 19691 381 148 0 50756 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 223308

[startup+16.6746 s]
/proc/loadavg: 1.11 2.00 3.03 5/188 13393
/proc/meminfo: memFree=18526232/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=292464 CPUtime=16.67 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 47679 0 0 0 1661 6 0 0 25 0 1 0 486990382 299483136 39018 33554432000 4194304 4797429 140735817577648 18446744073709551615 4395216 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 73116 39018 414 148 0 68045 0
Current children cumulated CPU time (s) 16.67
Current children cumulated vsize (KiB) 292464

[startup+25.5011 s]
/proc/loadavg: 2.98 2.37 3.13 6/188 13393
/proc/meminfo: memFree=18015880/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=294724 CPUtime=25.5 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 49014 0 0 0 2543 7 0 0 25 0 1 0 486990382 301797376 40340 33554432000 4194304 4797429 140735817577648 18446744073709551615 4331610 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 73681 40340 414 148 0 68610 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 294724

[startup+51.1008 s]
/proc/loadavg: 3.33 2.50 3.16 5/188 13394
/proc/meminfo: memFree=17962724/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=311560 CPUtime=51.09 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 56407 0 0 0 5099 10 0 0 25 0 1 0 486990382 319037440 42526 33554432000 4194304 4797429 140735817577648 18446744073709551615 4259315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 77890 42526 415 148 0 72819 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 311560

[startup+102.301 s]
/proc/loadavg: 3.77 2.74 3.20 5/188 13395
/proc/meminfo: memFree=17815712/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=429388 CPUtime=102.29 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 95015 0 0 0 10211 18 0 0 25 0 1 0 486990382 439693312 69730 33554432000 4194304 4797429 140735817577648 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 107347 69730 417 148 0 102276 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 429388

[startup+162.301 s]
/proc/loadavg: 3.91 2.97 3.25 5/188 13397
/proc/meminfo: memFree=17558024/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=445556 CPUtime=162.29 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 110068 0 0 0 16207 22 0 0 25 0 1 0 486990382 456249344 72225 33554432000 4194304 4797429 140735817577648 18446744073709551615 4424649 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 111389 72225 420 148 0 106318 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 445556

[startup+222.301 s]
/proc/loadavg: 3.97 3.15 3.29 5/188 13399
/proc/meminfo: memFree=17486688/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=451252 CPUtime=222.29 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 129426 0 0 0 22202 27 0 0 25 0 1 0 486990382 462082048 77572 33554432000 4194304 4797429 140735817577648 18446744073709551615 4391129 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 112813 77572 420 148 0 107742 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 451252

[startup+282.301 s]
/proc/loadavg: 4.06 3.32 3.34 5/188 13400
/proc/meminfo: memFree=17455916/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=455976 CPUtime=282.29 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 150626 0 0 0 28195 34 0 0 25 0 1 0 486990382 466919424 76675 33554432000 4194304 4797429 140735817577648 18446744073709551615 4341181 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 113994 76675 420 148 0 108923 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 455976

[startup+342.301 s]
/proc/loadavg: 4.02 3.44 3.38 5/188 13402
/proc/meminfo: memFree=17422020/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=459056 CPUtime=342.3 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 167818 0 0 0 34191 39 0 0 25 0 1 0 486990382 470073344 78336 33554432000 4194304 4797429 140735817577648 18446744073709551615 4425034 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 114764 78336 420 148 0 109693 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 459056

[startup+402.301 s]
/proc/loadavg: 3.32 3.37 3.36 3/176 13437
/proc/meminfo: memFree=17961636/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=463980 CPUtime=402.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 184872 0 0 0 40185 43 0 0 25 0 1 0 486990382 475115520 80351 33554432000 4194304 4797429 140735817577648 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 115995 80351 420 148 0 110924 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 463980

[startup+462.306 s]
/proc/loadavg: 2.48 3.12 3.27 3/176 13439
/proc/meminfo: memFree=17961984/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=465476 CPUtime=462.3 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 209319 0 0 0 46179 51 0 0 25 0 1 0 486990382 476647424 78958 33554432000 4194304 4797429 140735817577648 18446744073709551615 4352362 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 116369 78958 420 148 0 111298 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 465476

[startup+522.3 s]
/proc/loadavg: 2.18 2.91 3.19 3/176 13441
/proc/meminfo: memFree=17933428/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=473356 CPUtime=522.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 227543 0 0 0 52173 55 0 0 25 0 1 0 486990382 484716544 85533 33554432000 4194304 4797429 140735817577648 18446744073709551615 4425918 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 118339 85533 420 148 0 113268 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 473356

[startup+582.3 s]
/proc/loadavg: 2.06 2.74 3.11 3/176 13451
/proc/meminfo: memFree=17952372/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=475108 CPUtime=582.29 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 250520 0 0 0 58166 63 0 0 25 0 1 0 486990382 486510592 81015 33554432000 4194304 4797429 140735817577648 18446744073709551615 4425001 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 118777 81015 420 148 0 113706 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 475108

[startup+642.3 s]
/proc/loadavg: 2.02 2.60 3.04 3/176 13453
/proc/meminfo: memFree=17948016/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=476656 CPUtime=642.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 272384 0 0 0 64158 70 0 0 25 0 1 0 486990382 488095744 81669 33554432000 4194304 4797429 140735817577648 18446744073709551615 4425019 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 119164 81669 420 148 0 114093 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 476656

[startup+702.301 s]
/proc/loadavg: 2.01 2.49 2.97 3/176 13454
/proc/meminfo: memFree=17912884/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=492640 CPUtime=702.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 280156 0 0 0 70156 72 0 0 25 0 1 0 486990382 504463360 89420 33554432000 4194304 4797429 140735817577648 18446744073709551615 4510043 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 123160 89420 420 148 0 118089 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 492640

[startup+762.301 s]
/proc/loadavg: 2.00 2.40 2.90 3/176 13456
/proc/meminfo: memFree=17910644/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=497008 CPUtime=762.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 302697 0 0 0 76150 78 0 0 25 0 1 0 486990382 508936192 89869 33554432000 4194304 4797429 140735817577648 18446744073709551615 4352398 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 124252 89869 420 148 0 119181 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 497008

[startup+822.301 s]
/proc/loadavg: 2.00 2.32 2.85 3/176 13458
/proc/meminfo: memFree=17906776/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=498948 CPUtime=822.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 329201 0 0 0 82142 86 0 0 25 0 1 0 486990382 510922752 90296 33554432000 4194304 4797429 140735817577648 18446744073709551615 4341229 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 124737 90296 420 148 0 119666 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 498948

[startup+882.301 s]
/proc/loadavg: 2.00 2.26 2.79 3/176 13462
/proc/meminfo: memFree=17888692/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=500216 CPUtime=882.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 349573 0 0 0 88136 92 0 0 25 0 1 0 486990382 512221184 95517 33554432000 4194304 4797429 140735817577648 18446744073709551615 4352362 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 125054 95518 420 148 0 119983 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 500216

[startup+942.301 s]
/proc/loadavg: 2.03 2.23 2.74 3/176 13464
/proc/meminfo: memFree=17894748/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=502584 CPUtime=942.27 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 372558 0 0 0 94125 102 0 0 25 0 1 0 486990382 514646016 93162 33554432000 4194304 4797429 140735817577648 18446744073709551615 4426330 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 125646 93162 420 148 0 120575 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 502584

[startup+1002.3 s]
/proc/loadavg: 2.01 2.18 2.69 3/176 13465
/proc/meminfo: memFree=17915796/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=504004 CPUtime=1002.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 394019 0 0 0 100117 111 0 0 25 0 1 0 486990382 516100096 87872 33554432000 4194304 4797429 140735817577648 18446744073709551615 4352620 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 126001 87872 420 148 0 120930 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 504004

[startup+1062.3 s]
/proc/loadavg: 2.00 2.15 2.65 3/176 13467
/proc/meminfo: memFree=17899280/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=505036 CPUtime=1062.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 407868 0 0 0 106112 116 0 0 25 0 1 0 486990382 517156864 91003 33554432000 4194304 4797429 140735817577648 18446744073709551615 4424784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 126259 91003 420 148 0 121188 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 505036

[startup+1122.31 s]
/proc/loadavg: 2.04 2.13 2.61 3/176 13469
/proc/meminfo: memFree=17905088/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=506028 CPUtime=1122.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 426380 0 0 0 112104 124 0 0 25 0 1 0 486990382 518172672 89495 33554432000 4194304 4797429 140735817577648 18446744073709551615 4424846 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 126507 89495 420 148 0 121436 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 506028

[startup+1182.3 s]
/proc/loadavg: 2.07 2.12 2.57 3/176 13470
/proc/meminfo: memFree=17868836/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=507068 CPUtime=1182.28 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 445910 0 0 0 118096 132 0 0 25 0 1 0 486990382 519237632 90213 33554432000 4194304 4797429 140735817577648 18446744073709551615 4391139 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 126767 90213 420 148 0 121696 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 507068

[startup+1242.3 s]
/proc/loadavg: 2.02 2.10 2.54 3/176 13472
/proc/meminfo: memFree=17843276/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=509420 CPUtime=1242.27 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 463485 0 0 0 124090 137 0 0 25 0 1 0 486990382 521646080 89361 33554432000 4194304 4797429 140735817577648 18446744073709551615 4426313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 127355 89361 420 148 0 122284 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 509420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.08 2.50 3/176 13473
/proc/meminfo: memFree=17798628/32951132 swapFree=67111524/67111528
[pid=13359] ppid=13357 vsize=511596 CPUtime=1299.98 cores=5,7
/proc/13359/stat : 13359 (techdemo) R 13357 13359 12300 0 -1 4202496 479951 0 0 0 129855 143 0 0 25 0 1 0 486990382 523874304 96624 33554432000 4194304 4797429 140735817577648 18446744073709551615 4424692 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13359/statm: 127899 96624 420 148 0 122828 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 511596

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.01
CPU user time (s): 1298.56
CPU system time (s): 1.44978
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 625424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.56
system time used= 1.44978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 479951
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= 8
involuntary context switches= 15314

runsolver used 1.78273 second user time and 4.5883 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-25 19:51:48
IDJOB=3281927
IDBENCH=70760
IDSOLVER=1585
FILE ID=node129/3281927-1303753907
RUNJOBID= node129-1303753907-13326
PBS_JOBID= 13154033
Free space on /tmp= 66296 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281927-1303753907/watcher-3281927-1303753907 -o /tmp/evaluation-result-3281927-1303753907/solver-3281927-1303753907 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3281927-1303753907.cnf

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=249527798

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18897048 kB
Buffers:       1235248 kB
Cached:       12046120 kB
SwapCached:          4 kB
Active:        1936408 kB
Inactive:     11455356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18897048 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           49512 kB
Writeback:           0 kB
AnonPages:      109180 kB
Mapped:          16196 kB
Slab:           599928 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   389544 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66300 MiB
End job on node129 at 2011-04-25 20:13:30